summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* 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
* New nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux...andy wharmby2009-01-188-0/+621
* New hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bitandy wharmby2009-01-188-0/+1149
* New sha1f() tests. Tested on Windows. Linux and Linux 64 bitandy wharmby2009-01-185-0/+553
* New sscanf() tests. Tested on Windows. Linux and Linux 64 bitandy wharmby2009-01-1811-0/+757
* New explode() tests. Tested on Windows. Linux and Linux 64 bitandy wharmby2009-01-187-0/+841
* New money_format() tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-176-0/+666
* - Fixed testFelipe Pena2009-01-171-0/+2
* New trim() tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-174-0/+382
* New ltrim() tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-174-0/+390
* Build IDsStanislav Malyshev2009-01-172-13/+17
* New string tests. Tested on Windows, Linux and Linu 64 bitandy wharmby2009-01-1623-0/+2255
* - fix vc6 buildPierre Joye2009-01-161-1/+5
* New string function tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-01-1622-50/+3374
* - simplify code by using OPENBASEDIR_CHECKPATHPierre Joye2009-01-161-25/+5
* - symlink, hardlink & co support (2.1/2 :)Pierre Joye2009-01-161-2/+2
* - symlink, hardlink & co support (2/2)Pierre Joye2009-01-163-2/+299
* New test for strripos() string function. All tests checked on Windows, Linux...andy wharmby2009-01-158-0/+797
* Fixed base64_decode variation tests and new base64_encode test. Tested on Win...andy wharmby2009-01-143-181/+252