|
|
|
@760
|
[760]
|
3 weeks |
weyrick |
bump head to 2.9.9
|
|
|
|
@757
|
[757]
|
3 weeks |
weyrick |
finally fix string port flush/reset to work with 3.0c, 3.1b and >=3.2a
|
|
|
|
@748
|
[748]
|
4 weeks |
weyrick |
add configure support for bigloo 3.2a, and another mingw patch from …
|
|
|
|
@718
|
[718]
|
2 months |
weyrick |
mingw patch from Jean-Francois
|
|
|
|
@689
|
[689]
|
2 months |
weyrick |
compatibility fixes concerning bigloo 3.0c and 3.1b. also allow for
system …
|
|
|
|
@635
|
[635]
|
5 months |
weyrick |
bump trunk 2.9.8
|
|
|
|
@578
|
[578]
|
6 months |
weyrick |
need to double check dirs on GLOB_ONLYDIR
|
|
|
|
@549
|
[549]
|
7 months |
weyrick |
fix detection of references in serialize
|
|
|
|
@548
|
[548]
|
7 months |
weyrick |
makefile tweak
|
|
|
|
@547
|
[547]
|
7 months |
weyrick |
test for array_slice fix
|
|
|
|
@546
|
[546]
|
7 months |
weyrick |
fix array_slice when accessing the last element of an array. thanks igli
|
|
|
|
@543
|
[543]
|
7 months |
weyrick |
implement unsetting of object properties. because of the way we implement …
|
|
|
|
@538
|
[538]
|
8 months |
weyrick |
fix bitwise operators that were losing precision. fixes #3593, thanks dinu
|
|
|
|
@532
|
[532]
|
8 months |
weyrick |
don't use unlocked version
|
|
|
|
@526
|
[526]
|
8 months |
weyrick |
fix str_replace with an empty search array
|
|
|
|
@525
|
[525]
|
8 months |
weyrick |
add ob_get_status()
|
|
|
|
@521
|
[521]
|
8 months |
weyrick |
add httponly flag to setcookie, sessions
|
|
|
|
@519
|
[519]
|
8 months |
weyrick |
in the simple case of one array agument, zend maintains string indexes for …
|
|
|
|
@514
|
[514]
|
9 months |
weyrick |
don't allow redeclaration of methods in the same class. fixes #3573
|
|
|
|
@510
|
[510]
|
9 months |
weyrick |
generate expects a value here
|
|
|
|
@506
|
[506]
|
9 months |
weyrick |
fix visibility logic for protected methods. fixes #3583
|
|
|
|
@503
|
[503]
|
9 months |
weyrick |
bump trunk
|
|
|
|
@501
|
[501]
|
9 months |
weyrick |
when building php extensions, don't use the system pcc.conf file
|
|
|
|
@497
|
[497]
|
9 months |
weyrick |
create a new module for core php builtins that are part of php-runtime …
|
|
|
|
@496
|
[496]
|
9 months |
weyrick |
standardize some warning output
|
|
|
|
@493
|
[493]
|
9 months |
weyrick |
replace fgets call with a binary safe version. i don't like this really, …
|
|
|
|
@489
|
[489]
|
9 months |
weyrick |
clean the pipes, and add file redirection support
|
|
|
|
@477
|
[477]
|
9 months |
weyrick |
more random goodness
|
|
|
|
@471
|
[471]
|
9 months |
weyrick |
handle a null func-args-stack and convert-to-number on func_num_args, …
|
|
|
|
@465
|
[465]
|
9 months |
weyrick |
miff
|
|
|
|
@462
|
[462]
|
9 months |
weyrick |
static property lookups weren't correctly distinquishing between
a …
|
|
|
|
@460
|
[460]
|
9 months |
weyrick |
freebsd doesn't have GLOB_ONLYDIR
|
|
|
|
@456
|
[456]
|
9 months |
weyrick |
remove GLOB define exports for now
|
|
|
|
@455
|
[455]
|
9 months |
weyrick |
bugfix, static property access for compiled apps
|
|
|
|
@454
|
[454]
|
9 months |
weyrick |
more glob
|
|
|
|
@453
|
[453]
|
9 months |
weyrick |
hide glob() in mingw
|
|
|
|
@450
|
[450]
|
9 months |
weyrick |
remove unnecessary windows only php-ext code
|
|
|
|
@449
|
[449]
|
10 months |
weyrick |
remove unused c-bindings, which were stopping the build on mingw
|
|
|
|
@448
|
[448]
|
10 months |
weyrick |
use bigloo's putenv
|
|
|
|
@445
|
[445]
|
10 months |
weyrick |
add sha1 and sha1_file
|
|
|
|
@443
|
[443]
|
10 months |
weyrick |
restore some portability in the build system, e.g. freebsd
|
|
|
|
@442
|
[442]
|
10 months |
weyrick |
add proc_* support
|
|
|
|
@440
|
[440]
|
10 months |
weyrick |
add arrayaccess hooks to generator
|
|
|
|
@439
|
[439]
|
10 months |
weyrick |
my latest strpos incarnation wasn't binary safe, since glibc strstr isn't. …
|
|
|
|
@438
|
[438]
|
10 months |
weyrick |
a work around for getting unsigned base 10 string output, which bigloo's …
|
|
|
|
@435
|
[435]
|
10 months |
weyrick |
namespace: switch this extension to re_ instead of pcc_
|
|
|
|
@433
|
[433]
|
10 months |
weyrick |
add ArrayAccess? hooks to interpreter. still needed in generator.
|
|
|
|
@431
|
[431]
|
10 months |
weyrick |
support the optional second arg to pathinfo, and export some missing …
|
|
|
|
@430
|
[430]
|
10 months |
weyrick |
add optional return argument to print_r. fixes #2974
|
|
|
|
@429
|
[429]
|
10 months |
weyrick |
fix traversable interface hierarchy
|
|
|
|
@426
|
[426]
|
10 months |
weyrick |
apparently next() returns current() (after advancement), we were returning …
|
|
|
|
@425
|
[425]
|
10 months |
weyrick |
add an easy way for runtime code to throw exceptions
|
|
|
|
@424
|
[424]
|
10 months |
weyrick |
linux only
|
|
|
|
@423
|
[423]
|
10 months |
weyrick |
little pack test
|
|
|
|
@422
|
[422]
|
10 months |
weyrick |
pack work
|
|
|
|
@421
|
[421]
|
10 months |
weyrick |
housekeeping:
- standardize the couple roadsend functions to re_*
- move …
|
|
|
|
@420
|
[420]
|
10 months |
weyrick |
fix pack on 32 bit platforms. we were losing high order bits in the bint …
|
|
|
|
@418
|
[418]
|
11 months |
weyrick |
unpack work
|
|
|
|
@417
|
[417]
|
11 months |
weyrick |
remove unused pack.c from makefile
|
|
|
|
@416
|
[416]
|
11 months |
weyrick |
pack work
|
|
|
|
@415
|
[415]
|
11 months |
weyrick |
little more pack/unpack work
|
|
|
|
@414
|
[414]
|
11 months |
weyrick |
method visibility. fixes a super class calling its own protected method
|
|
|
|
@412
|
[412]
|
11 months |
weyrick |
implement file_put_contents
|
|
|
|
@411
|
[411]
|
11 months |
weyrick |
return value semantics
|
|
|
|
@409
|
[409]
|
11 months |
weyrick |
implement glob()
|
|
|
|
@408
|
[408]
|
11 months |
weyrick |
more documentation of the skeleton extension
|
|
|
|
@406
|
[406]
|
11 months |
weyrick |
cleanup some of the old number code. bigloo supports elongs much better …
|
|
|
|
@405
|
[405]
|
11 months |
weyrick |
extension name can't contain a space
|
|
|
|
@404
|
[404]
|
11 months |
weyrick |
make the pack test output clearer. this appears to highlight
not only …
|
|
|
|
@403
|
[403]
|
11 months |
weyrick |
more thorough pack/unpack test, from zend's suite
|
|
|
|
@402
|
[402]
|
11 months |
weyrick |
yikes, bug fixes already
|
|
|
|
@401
|
[401]
|
11 months |
weyrick |
add a skeleton extension. this can be used to base a new extension on, and …
|
|
|
|
@400
|
[400]
|
11 months |
weyrick |
yet another go at strpos/str_replace. this one is a bit faster,
using a C …
|
|
|
|
@398
|
[398]
|
11 months |
weyrick |
add build support for .cpp source files. thanks to moenicke
|
|
|
|
@395
|
[395]
|
11 months |
weyrick |
go 2.9.6 in trunk
|
|
|
|
@393
|
[393]
|
11 months |
weyrick |
definite build fix
|
|
|
|
@391
|
[391]
|
11 months |
weyrick |
fix double free and a few other minor issues. fixes #3521
|
|
|
|
@390
|
[390]
|
11 months |
weyrick |
fix failing crypt. make "make check" call all-run instead of all
|
|
|
|
@389
|
[389]
|
11 months |
weyrick |
more work to normalize the build system, so that you can type "make"
or …
|
|
|
|
@388
|
[388]
|
11 months |
weyrick |
finish up initial socket support. both client and server test scripts
from …
|
|
|
|
@387
|
[387]
|
11 months |
weyrick |
more socket work. still not finished.
|
|
|
|
@384
|
[384]
|
11 months |
weyrick |
more socket work. add into default build
|
|
|
|
@383
|
[383]
|
11 months |
weyrick |
working basic socket implementation
|
|
|
|
@381
|
[381]
|
11 months |
weyrick |
another optimization patch, focused on function signatures.
signatures are …
|
|
|
|
@380
|
[380]
|
11 months |
weyrick |
fix stack dump
|
|
|
|
@378
|
[378]
|
11 months |
weyrick |
wrong hashtable type
|
|
|