|
|
|
@748
|
[748]
|
4 weeks |
weyrick |
add configure support for bigloo 3.2a, and another mingw patch from …
|
|
|
|
@689
|
[689]
|
2 months |
weyrick |
compatibility fixes concerning bigloo 3.0c and 3.1b. also allow for
system …
|
|
|
|
@578
|
[578]
|
6 months |
weyrick |
need to double check dirs on GLOB_ONLYDIR
|
|
|
|
@549
|
[549]
|
7 months |
weyrick |
fix detection of references in serialize
|
|
|
|
@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
|
|
|
|
@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 …
|
|
|
|
@497
|
[497]
|
9 months |
weyrick |
create a new module for core php builtins that are part of php-runtime …
|
|
|
|
@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, …
|
|
|
|
@460
|
[460]
|
9 months |
weyrick |
freebsd doesn't have GLOB_ONLYDIR
|
|
|
|
@456
|
[456]
|
9 months |
weyrick |
remove GLOB define exports for now
|
|
|
|
@454
|
[454]
|
9 months |
weyrick |
more glob
|
|
|
|
@453
|
[453]
|
9 months |
weyrick |
hide glob() in mingw
|
|
|
|
@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
|
|
|
|
@438
|
[438]
|
10 months |
weyrick |
a work around for getting unsigned base 10 string output, which bigloo's …
|
|
|
|
@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
|
|
|
|
@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
|
|
|
|
@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
|
|
|
|
@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
|
|
|
|
@377
|
[377]
|
11 months |
weyrick |
if needle is blank, answer is always false. fixed bug-id-1143 regression
|
|
|
|
@357
|
[357]
|
12 months |
weyrick |
don't show password, even in super debug level 3 mode
|
|
|
|
@353
|
[353]
|
12 months |
weyrick |
add unsafe target here so we don't always have to do it from root
|
|
|
|
@352
|
[352]
|
12 months |
weyrick |
avoid pragma
|
|
|
|
@341
|
[341]
|
12 months |
weyrick |
make empty a language construct instead of a builtin
the included …
|
|
|
|
@340
|
[340]
|
12 months |
weyrick |
implement a very simple method for storing variables that persist
between …
|
|
|
|
@336
|
[336]
|
12 months |
weyrick |
remove the slib routines in favor of bigloo versions, except for soundex …
|
|
|
|
@331
|
[331]
|
12 months |
weyrick |
use bigloo's kmp fast string search for strpos. 35% faster.
|
|
|
|
@319
|
[319]
|
12 months |
weyrick |
escape single quotes in var_export string output
|
|
|
|
@317
|
[317]
|
12 months |
weyrick |
goodbye monolithic php-runtime, say hello to the modular, cleaner, fresh …
|
|
|
|
@315
|
[315]
|
12 months |
weyrick |
update time library to be more compatible with php5, especially in …
|
|
|
|
@314
|
[314]
|
12 months |
weyrick |
rework support for parsing ini files. allow a normal php.ini
file to be …
|
|
|
|
@313
|
[313]
|
12 months |
weyrick |
implement var_export(). fixes #3508
|
|
|
|
@306
|
[306]
|
13 months |
weyrick |
move tests5 to test, as we're already php5 now
|
|
|
|
@305
|
[305]
|
13 months |
weyrick |
quick attempt to fix curl_version. needs a few more minutes to extract the …
|
|
|
|
@304
|
[304]
|
13 months |
weyrick |
fix return val
|
|
|
|
@303
|
[303]
|
13 months |
weyrick |
fix test to highlight real problems
|
|
|
|
@302
|
[302]
|
13 months |
weyrick |
useless test line
|
|
|
|
@301
|
[301]
|
13 months |
weyrick |
php5 related fixes
|
|
|
|
@300
|
[300]
|
13 months |
weyrick |
php5 session fixes
|
|
|
|
@299
|
[299]
|
13 months |
weyrick |
php5 test fixes
|
|
|
|
@298
|
[298]
|
13 months |
weyrick |
fix case sensitivity issue in php-class-method-exists?
fixes core.php in …
|
|
|
|
@280
|
[280]
|
13 months |
timjr |
Attempt to de-conflate the notions of reference and location. A
reference …
|
|
|
|
@277
|
[277]
|
13 months |
weyrick |
should be optional
|
|
|
|
@273
|
[273]
|
13 months |
weyrick |
warning is not generated by php. fixes bug-id-0001159
|
|
|
|
@265
|
[265]
|
13 months |
timjr |
try to clean up file handles before failing an fopen... makes the …
|
|
|
|
@263
|
[263]
|
13 months |
timjr |
don't register finalizers for STDIN, STDOUT, and STDERR, since they
never …
|
|
|
|
@256
|