summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #47856 (stristr() converts needle to lower-case).Ilia Alshanetsky2009-04-011-2/+4
* MFH: fix skip-ifArnaud Le Blanc2009-03-271-0/+3
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-273-8/+0
* added skip if for rootZoe Slattery2009-03-205-0/+47
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-9/+3
* - MFH: Year++Felipe Pena2009-03-172-2/+2
* MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with dif...Matt Wilmas2009-03-173-18/+72
* - s,win32,windows, and add myself to the listPierre Joye2009-03-171-1/+1
* MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this...Scott MacVicar2009-03-175-5/+5
* Fix INI blocksChristopher Jones2009-03-175-5/+5
* Removed unneeded HashPosition variable (php_implode() doesn't change the inte...Matt Wilmas2009-03-171-5/+0
* Fixed testDmitry Stogov2009-03-161-28/+28
* Fixed bug #47664 (get_class returns NULL instead of FALSE)Dmitry Stogov2009-03-162-56/+56
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-1/+1
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-1/+1
* MFH: Fix testsKalle Sommer Nielsen2009-03-084-14/+43
* fixed testZoe Slattery2009-03-041-16/+6
* MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not...Kalle Sommer Nielsen2009-03-032-1/+25
* removing UEXPECTZoe Slattery2009-03-032-10/+0
* - New testFelipe Pena2009-02-181-0/+14
* - MFH: Fixed bug #47443 (metaphone('scratch') returns wrong result)Felipe Pena2009-02-181-1/+1
* Increased the sleep() from 1 to 5 to prevent intermittent failuresZoe Slattery2009-02-171-1/+6
* bug 46680Zoe Slattery2009-02-171-13/+12
* fix testsZoe Slattery2009-02-161-2/+3
* exit -1 and exit -2 don't work for all sh. changed to exit 1Zoe Slattery2009-02-162-2/+2
* fix testsAntony Dovgal2009-02-151-0/+2
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-155-24/+24
* splitting array_chunk into smaller testsZoe Slattery2009-02-1426-5312/+5544
* - MFH: These should be E_WARNING for consistency with strpos()Moriyoshi Koizumi2009-02-141-6/+6
* Revert bogus fix for #47370.Andrei Zmievski2009-02-131-1/+1
* remove UEXPECTZoe Slattery2009-02-131-101/+0
* * 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