summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* * MFH: Fix bug #47370 (BC breakage of array_unique())Moriyoshi Koizumi2009-02-121-1/+1
* Fixed bug #47329 (Crash in garbage collector)Dmitry Stogov2009-02-091-3/+9
* - Improve testFelipe Pena2009-02-061-6/+6
* - MFH: Fixed bug #47322 (sscanf %d does't work)Felipe Pena2009-02-062-2/+21
* fix bug #46347: allow * in ini keysNuno Lopes2009-02-021-0/+24
* New set_magic_quotes() tests. Tested on Windows, Linux and linux 64andy wharmby2009-02-013-0/+299
* New php_uname() tests. Tested on Windows, Linux and linux 64andy wharmby2009-02-013-0/+203
* New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid...andy wharmby2009-02-019-0/+397
* New escapeshellarg() tests. Tested on Windows, Linux and Linux 64andy wharmby2009-02-015-0/+415
* New floatval() tests. Tested on Windows, Linux and Linux 64andy wharmby2009-02-013-0/+366
* Improved validation checks inside str_pad()Ilia Alshanetsky2009-01-301-1/+1
* Broken test, skipif sections had a parse errorScott MacVicar2009-01-281-1/+2
* Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux a...andy wharmby2009-01-2612-1054/+1346
* MFH use example.comAntony Dovgal2009-01-253-6/+6
* Split is_callable test. Test on Windows, Linux and Linux 64 bitandy wharmby2009-01-255-368/+590
* Improved fix for bug #47174 & added a testIlia Alshanetsky2009-01-252-1/+18
* - Fixed testsFelipe Pena2009-01-252-2/+2
* added INI and fixed assert02 to run on PHP6 and PHP53Zoe Slattery2009-01-254-11/+34
* fix testAntony Dovgal2009-01-241-2/+2
* New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and...andy wharmby2009-01-246-0/+448
* Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, L...andy wharmby2009-01-234-32/+8
* deleted invalid test.Dave Kelsey2009-01-231-62/+0
* added some mail tests. Tested on windows, linux and linux 64bitDave Kelsey2009-01-2321-0/+1455
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-233-6/+7
* various network tests. tested on windows, linux, linux 64 bitDave Kelsey2009-01-2320-0/+1472
* Fix names of new image files.andy wharmby2009-01-235-9/+9
* fix testsZoe Slattery2009-01-232-13/+33
* fix testsZoe Slattery2009-01-235-104/+52
* New image tests. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-2213-0/+711
* fixed testZoe Slattery2009-01-222-21/+18
* fixed testZoe Slattery2009-01-221-14/+9
* fstat tests. tested on windows, linux and linux 64 bitDave Kelsey2009-01-2211-0/+387
* Fix testandy wharmby2009-01-221-0/+2
* Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWDDmitry Stogov2009-01-212-10/+2
* Fixed bug #47174 (base64_decode() interprets pad char in mid string asIlia Alshanetsky2009-01-211-1/+8
* fix testsAntony Dovgal2009-01-212-0/+4
* Fix SKIPIF logicandy wharmby2009-01-202-0/+0
* New stripcslashes() tests. Tested on Window, Linux and Linux 64 bitandy wharmby2009-01-206-106/+342
* Added an E_NOTICE when precision value is truncatedIlia Alshanetsky2009-01-201-0/+1
* New vfprintf() tests. Tested on Window, Linux and Linux 64 bitandy wharmby2009-01-2042-74/+3147
* Removed wrong warning messageDmitry Stogov2009-01-201-3/+1
* Fixed bug #47165 (Possible memory corruption when passing return value by ref...Dmitry Stogov2009-01-201-0/+2
* - [DOC] add support for fnmatch() on WindowsPierre Joye2009-01-204-12/+9
* New substr_replace() and unpack() error tests. Tested on Windows, Linux and L...andy wharmby2009-01-192-0/+112
* fixing the test to expect PHP6 and PHP53 behaviourZoe Slattery2009-01-191-27/+17
* New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-01-1938-0/+3199
* New strval() tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-01-194-0/+400
* New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIn...andy wharmby2009-01-1919-159/+1564
* MFH: fix memleaks in sscanf()Antony Dovgal2009-01-191-6/+6
* - MFH:Pierre Joye2009-01-191-0/+1