summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix html_entity_decode when converting numeric html entities, the numeric val...Scott MacVicar2008-01-251-2/+2
* MFH: fix zts buildRob Richards2008-01-251-3/+3
* MFH: endless loop (and stack overflow) protection in compact()Antony Dovgal2008-01-251-0/+8
* Adjust new chr() param handling to address chr("") callsIlia Alshanetsky2008-01-251-2/+7
* - Add a basic test for array_shuffle()Robert Nicholson2008-01-251-0/+99
* - add some basic tests for array diff and intersection functionsRobert Nicholson2008-01-2513-0/+466
* - New tests for compact()Robert Nicholson2008-01-242-0/+116
* MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with dupl...Antony Dovgal2008-01-232-3/+15
* add new testAntony Dovgal2008-01-221-0/+15
* use new param parsing APIIlia Alshanetsky2008-01-221-9/+7
* - MFH (lcfirst())David Coallier2008-01-194-0/+37
* Fixed bug #43871 (crash inside dns_get_record)Ilia Alshanetsky2008-01-171-1/+1
* - Making sure the tests are not failing after modifications to the newDavid Coallier2008-01-161-0/+0
* MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)Antony Dovgal2008-01-161-1/+1
* - MFHDavid Coallier2008-01-161-7/+17
* MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982Brian Shire2008-01-142-1/+60
* MFH: clarify error message on why opening a stream wrapper failed for allow_u...Greg Beaver2008-01-122-1/+122
* - MFH fix truncation of large values on 64-bit systems in http_build_queryBrian Shire2008-01-101-4/+4
* Added missing warning messageDmitry Stogov2008-01-101-3/+6
* Fixed bug #43498 (file_exists() on a proftpd server got SIZE notIlia Alshanetsky2008-01-081-0/+1
* WSIlia Alshanetsky2008-01-071-2/+2
* New testcases for array_diff() functionRaghubansh Kumar2008-01-0412-0/+1556
* New testcases for array_diff_assoc() functionRaghubansh Kumar2008-01-0412-0/+1664
* this testcase has been split into many smaller testcases and committed.Raghubansh Kumar2008-01-031-418/+0
* new smaller testcases for array_map() functionRaghubansh Kumar2008-01-0321-0/+2431
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-31115-115/+115
* MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues with...Jani Taskinen2007-12-291-2/+5
* MFB5.2: Fix testHannes Magnusson2007-12-291-1/+1
* fix testAntony Dovgal2007-12-291-0/+2
* Added 64-bit tests (Serg)Dmitry Stogov2007-12-2710-0/+2379
* fix test : do not run when run as rootRaghubansh Kumar2007-12-252-0/+18
* Additional fix for bug #42868Dmitry Stogov2007-12-245-12/+13
* new testcases for dir() functionRaghubansh Kumar2007-12-2411-0/+1109
* fix testsRaghubansh Kumar2007-12-242-24/+27
* Fixed testDmitry Stogov2007-12-211-1/+4
* fix testsRaghubansh Kumar2007-12-208-80/+84
* new tests for array_map usage variations - string keys and referencesRobert Nicholson2007-12-202-0/+329
* fix testRaghubansh Kumar2007-12-191-2/+2
* - MFH: Fixed var_export() for array keysDerick Rethans2007-12-184-4/+13
* fix testsRaghubansh Kumar2007-12-178-116/+116
* Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zo...Dmitry Stogov2007-12-1713-114/+113
* WSIlia Alshanetsky2007-12-161-1/+1
* MFH: add workaround for glibc issueAntony Dovgal2007-12-131-5/+172
* Fixed testDmitry Stogov2007-12-131-0/+4
* WSIlia Alshanetsky2007-12-111-1/+1
* MFH:- Revert previous patch, it was correct to do this, error is logged if lo...Jani Taskinen2007-12-111-1/+3
* MFH: fix error displayingJani Taskinen2007-12-111-3/+1
* New testcases for array_walk_recursive() functionRaghubansh Kumar2007-12-1115-0/+1561
* New testcases for array_walk() functionRaghubansh Kumar2007-12-1115-0/+1565
* MFH: - Fixed bug #43541Jani Taskinen2007-12-113-68/+639