Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix tests | Antony Dovgal | 2007-10-01 | 11 | -9/+69 | |
| | ||||||
* | these dots exist since PHP3 | Antony Dovgal | 2007-10-01 | 3 | -18/+18 | |
| | | | | | even though Jani removed them in 5_3, I can't see how they can cause any BUGS | |||||
* | smaller tests already exist | Raghubansh Kumar | 2007-09-29 | 1 | -27/+0 | |
| | ||||||
* | New testcases for sprintf() function | Raghubansh Kumar | 2007-09-29 | 63 | -0/+10663 | |
| | ||||||
* | New testcases for chunk_split() function | Raghubansh Kumar | 2007-09-29 | 15 | -0/+1299 | |
| | ||||||
* | New testcases for stripos() function | Raghubansh Kumar | 2007-09-29 | 18 | -0/+2009 | |
| | ||||||
* | New testcases for strrchr() function | Raghubansh Kumar | 2007-09-29 | 14 | -0/+1151 | |
| | ||||||
* | New testcases for join() function | Raghubansh Kumar | 2007-09-29 | 8 | -0/+607 | |
| | ||||||
* | New testcases for htmlspecialchars_decode() function | Raghubansh Kumar | 2007-09-29 | 8 | -0/+683 | |
| | ||||||
* | ws + cs fixes | Jani Taskinen | 2007-09-27 | 1 | -19/+21 | |
| | ||||||
* | MFH: fix coverity issue #412 | Antony Dovgal | 2007-09-27 | 1 | -3/+1 | |
| | ||||||
* | MFH: fix coverity issue #411 | Antony Dovgal | 2007-09-27 | 1 | -3/+3 | |
| | ||||||
* | new testcases for strrev() function | Raghubansh Kumar | 2007-09-26 | 6 | -0/+254 | |
| | ||||||
* | MFH | Antony Dovgal | 2007-09-26 | 1 | -1/+1 | |
| | ||||||
* | New testcases for crc32() function | Raghubansh Kumar | 2007-09-26 | 6 | -0/+711 | |
| | ||||||
* | MFH: added support "entity" as substitute_character settin accoding to bug ↵ | Rui Hirokawa | 2007-09-24 | 3 | -1/+21 | |
| | | | | #39404 | |||||
* | Improve check for filename (fixed coverity issue #355) | Ilia Alshanetsky | 2007-09-22 | 1 | -1/+1 | |
| | ||||||
* | Fixed memory leak inside array_intersec (coverity issues #403,#404) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+8 | |
| | ||||||
* | Fixed memory leak inside array_diff() (coverity issues #401,#402) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+2 | |
| | ||||||
* | Fixed memory leak inside pack() (coverity issues #398,#399,#400) | Ilia Alshanetsky | 2007-09-22 | 1 | -0/+3 | |
| | ||||||
* | New testcases for strspn() function | Raghubansh Kumar | 2007-09-22 | 14 | -0/+8233 | |
| | ||||||
* | New testcases for strcspn() function | Raghubansh Kumar | 2007-09-22 | 14 | -0/+7832 | |
| | ||||||
* | New testcases for strtok() function | Raghubansh Kumar | 2007-09-22 | 9 | -0/+1140 | |
| | ||||||
* | replaced by array_search_variation1.phpt, hence removed. | Raghubansh Kumar | 2007-09-22 | 1 | -635/+0 | |
| | ||||||
* | update and split of testcases for functions array_search() and in_array() | Raghubansh Kumar | 2007-09-22 | 10 | -179/+1769 | |
| | ||||||
* | MFH: check the return value of getgroups() for -1 (coverity issue #390) | Antony Dovgal | 2007-09-21 | 1 | -1/+1 | |
| | ||||||
* | MFH: plug leak on error (coverity issue #405) | Antony Dovgal | 2007-09-21 | 2 | -0/+25 | |
| | ||||||
* | MFH: plug leak on error (coverity issue #407) | Antony Dovgal | 2007-09-21 | 1 | -0/+3 | |
| | ||||||
* | Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). | Dmitry Stogov | 2007-09-21 | 1 | -6/+79 | |
| | ||||||
* | MFH: fix invalid read when opendir over FTP fails (coverity issue #462) | Antony Dovgal | 2007-09-21 | 1 | -1/+4 | |
| | ||||||
* | better fix for iconv_substr | Stanislav Malyshev | 2007-09-20 | 1 | -1/+6 | |
| | ||||||
* | fix crash when fetching a node type that doesnt exist | Nuno Lopes | 2007-09-20 | 2 | -12/+46 | |
| | | | | | # reported in a manual user note | |||||
* | fix potential overflow (Mattias Bengtsson) | Stanislav Malyshev | 2007-09-20 | 1 | -2/+2 | |
| | ||||||
* | add test for dl() with long name | Stanislav Malyshev | 2007-09-20 | 1 | -0/+10 | |
| | ||||||
* | MFH | Jani Taskinen | 2007-09-20 | 1 | -0/+2 | |
| | ||||||
* | MFH | Jani Taskinen | 2007-09-20 | 2 | -2/+2 | |
| | ||||||
* | Fixed test for glob() affected by previous patch | Ilia Alshanetsky | 2007-09-20 | 1 | -2/+4 | |
| | ||||||
* | MFH: fix bug #42139 (XMLReader option constants are broken using XML()) | Rob Richards | 2007-09-20 | 2 | -9/+45 | |
| | | | | | add test | |||||
* | Improved speed of array_intersect_key(), array_intersect_assoc() and ↵ | Dmitry Stogov | 2007-09-20 | 1 | -6/+147 | |
| | | | | array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) | |||||
* | MFH | Antony Dovgal | 2007-09-20 | 2 | -1/+26 | |
| | ||||||
* | Fixed regression in glob() when enforcing safe_mode/open_basedir checks on | Ilia Alshanetsky | 2007-09-19 | 1 | -18/+25 | |
| | | | | | paths containing '*' | |||||
* | MFH | Antony Dovgal | 2007-09-19 | 1 | -1/+1 | |
| | ||||||
* | one more test | Stanislav Malyshev | 2007-09-19 | 1 | -0/+12 | |
| | ||||||
* | limit iconv parameters here too | Stanislav Malyshev | 2007-09-19 | 1 | -1/+9 | |
| | ||||||
* | limit iconv parameter sizes - workaround for glibc bug | Stanislav Malyshev | 2007-09-19 | 2 | -11/+78 | |
| | ||||||
* | add length tests for iconv functions | Stanislav Malyshev | 2007-09-19 | 8 | -0/+117 | |
| | ||||||
* | MFH: fixed bug #42502 va_* cannot detect. | Rui Hirokawa | 2007-09-18 | 2 | -4/+7 | |
| | ||||||
* | modified line end CR -> CR+NL | Rui Hirokawa | 2007-09-18 | 1 | -0/+2 | |
| | ||||||
* | limit dl() argument length (patch by Christian Hoffmann) | Stanislav Malyshev | 2007-09-18 | 1 | -0/+5 | |
| | ||||||
* | Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime | Ilia Alshanetsky | 2007-09-18 | 3 | -3/+33 | |
| | | | | | values). |