summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* MFB: Added test for php_sapi_name()Ilia Alshanetsky2009-04-091-0/+9
|
* Fixed bug #44929 - Better handling of leading zerosRasmus Lerdorf2009-04-083-3/+34
|
* Fixed bug #47851 (is_callable throws fatal error)Dmitry Stogov2009-04-023-52/+35
|
* MFH: Fixed tests, reverted changes from bug #47546Matt Wilmas2009-04-024-43/+14
|
* Rebuild credits, was missed in previous RCScott MacVicar2009-04-021-2/+3
|
* MFH:Kalle Sommer Nielsen2009-04-021-1/+1
| | | | | We dont need to escape % here, it just generates a compiler warning
* MFH: explode() stuff:Matt Wilmas2009-04-013-40/+16
| | | | | | | | | | - Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546 - Changed int to long where needed (should fix memory errors from overflow seen in bug #47854) - Simplified logic a bit with limit and its default value - php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later) - Moved declarations/allocation to optimize if the delimiter isn't found - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
* 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 ↵Matt Wilmas2009-03-173-18/+72
| | | | different bit numbers)
* - 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, ↵Scott MacVicar2009-03-175-5/+5
| | | | this stops IE from getting confused.
* Fix INI blocksChristopher Jones2009-03-175-5/+5
|
* Removed unneeded HashPosition variable (php_implode() doesn't change the ↵Matt Wilmas2009-03-171-5/+0
| | | | | | | internal pointer) - It was added in '06 with the "200-300%" implode() optimization (hasn't been merged to HEAD)
* 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, ↵Brian Shire2009-03-161-1/+1
| | | | comments, and non-parsed content.
* 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, ↵Kalle Sommer Nielsen2009-03-032-1/+25
| | | | not -1)
* 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
| | | | | | | - MFH: Fix bug #43841. - MFH: Remove redundant trailing dots from the error messages. - MFH: Fix tests.
* 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 ↵andy wharmby2009-02-019-0/+397
| | | | getmypid() tests. Tested on Winows, Linux and Linux 64
* 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
|