summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* fix testsAntony Dovgal2007-10-0111-9/+69
|
* these dots exist since PHP3Antony Dovgal2007-10-013-18/+18
| | | | | even though Jani removed them in 5_3, I can't see how they can cause any BUGS
* smaller tests already existRaghubansh Kumar2007-09-291-27/+0
|
* New testcases for sprintf() functionRaghubansh Kumar2007-09-2963-0/+10663
|
* New testcases for chunk_split() functionRaghubansh Kumar2007-09-2915-0/+1299
|
* New testcases for stripos() functionRaghubansh Kumar2007-09-2918-0/+2009
|
* New testcases for strrchr() functionRaghubansh Kumar2007-09-2914-0/+1151
|
* New testcases for join() functionRaghubansh Kumar2007-09-298-0/+607
|
* New testcases for htmlspecialchars_decode() functionRaghubansh Kumar2007-09-298-0/+683
|
* ws + cs fixesJani Taskinen2007-09-271-19/+21
|
* MFH: fix coverity issue #412Antony Dovgal2007-09-271-3/+1
|
* MFH: fix coverity issue #411Antony Dovgal2007-09-271-3/+3
|
* new testcases for strrev() functionRaghubansh Kumar2007-09-266-0/+254
|
* MFHAntony Dovgal2007-09-261-1/+1
|
* New testcases for crc32() functionRaghubansh Kumar2007-09-266-0/+711
|
* MFH: added support "entity" as substitute_character settin accoding to bug ↵Rui Hirokawa2007-09-243-1/+21
| | | | #39404
* Improve check for filename (fixed coverity issue #355)Ilia Alshanetsky2007-09-221-1/+1
|
* Fixed memory leak inside array_intersec (coverity issues #403,#404)Ilia Alshanetsky2007-09-221-0/+8
|
* Fixed memory leak inside array_diff() (coverity issues #401,#402)Ilia Alshanetsky2007-09-221-0/+2
|
* Fixed memory leak inside pack() (coverity issues #398,#399,#400)Ilia Alshanetsky2007-09-221-0/+3
|
* New testcases for strspn() functionRaghubansh Kumar2007-09-2214-0/+8233
|
* New testcases for strcspn() functionRaghubansh Kumar2007-09-2214-0/+7832
|
* New testcases for strtok() functionRaghubansh Kumar2007-09-229-0/+1140
|
* replaced by array_search_variation1.phpt, hence removed.Raghubansh Kumar2007-09-221-635/+0
|
* update and split of testcases for functions array_search() and in_array()Raghubansh Kumar2007-09-2210-179/+1769
|
* MFH: check the return value of getgroups() for -1 (coverity issue #390)Antony Dovgal2007-09-211-1/+1
|
* MFH: plug leak on error (coverity issue #405)Antony Dovgal2007-09-212-0/+25
|
* MFH: plug leak on error (coverity issue #407)Antony Dovgal2007-09-211-0/+3
|
* Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc().Dmitry Stogov2007-09-211-6/+79
|
* MFH: fix invalid read when opendir over FTP fails (coverity issue #462)Antony Dovgal2007-09-211-1/+4
|
* better fix for iconv_substrStanislav Malyshev2007-09-201-1/+6
|
* fix crash when fetching a node type that doesnt existNuno Lopes2007-09-202-12/+46
| | | | | # reported in a manual user note
* fix potential overflow (Mattias Bengtsson)Stanislav Malyshev2007-09-201-2/+2
|
* add test for dl() with long nameStanislav Malyshev2007-09-201-0/+10
|
* MFHJani Taskinen2007-09-201-0/+2
|
* MFHJani Taskinen2007-09-202-2/+2
|
* Fixed test for glob() affected by previous patchIlia Alshanetsky2007-09-201-2/+4
|
* MFH: fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-202-9/+45
| | | | | add test
* Improved speed of array_intersect_key(), array_intersect_assoc() and ↵Dmitry Stogov2007-09-201-6/+147
| | | | array_uintersect_assoc(). (100 times faster on arrays with 100000 elements)
* MFHAntony Dovgal2007-09-202-1/+26
|
* Fixed regression in glob() when enforcing safe_mode/open_basedir checks onIlia Alshanetsky2007-09-191-18/+25
| | | | | paths containing '*'
* MFHAntony Dovgal2007-09-191-1/+1
|
* one more testStanislav Malyshev2007-09-191-0/+12
|
* limit iconv parameters here tooStanislav Malyshev2007-09-191-1/+9
|
* limit iconv parameter sizes - workaround for glibc bugStanislav Malyshev2007-09-192-11/+78
|
* add length tests for iconv functionsStanislav Malyshev2007-09-198-0/+117
|
* MFH: fixed bug #42502 va_* cannot detect.Rui Hirokawa2007-09-182-4/+7
|
* modified line end CR -> CR+NLRui Hirokawa2007-09-181-0/+2
|
* limit dl() argument length (patch by Christian Hoffmann)Stanislav Malyshev2007-09-181-0/+5
|
* Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetimeIlia Alshanetsky2007-09-183-3/+33
| | | | | values).