summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug #42890 Constant "LIST" defined by mysqlclient and c-clientAndrey Hristov2007-10-083-93/+129
|
* fix testRaghubansh Kumar2007-10-081-3/+3
|
* fix testRaghubansh Kumar2007-10-081-1/+1
|
* fix testsRaghubansh Kumar2007-10-082-2/+2
|
* New testcases for strtr() functionRaghubansh Kumar2007-10-0811-0/+1306
|
* New testcases for get_html_translation_table() functionRaghubansh Kumar2007-10-0811-0/+4741
|
* fix testRaghubansh Kumar2007-10-081-6/+3
|
* Fix for bug 41822 and 41899. expand_filepath() will now return a relative ↵Robert Thompson2007-10-081-5/+17
| | | | | | | path under the specific situation where getcwd() returns NULL and the file is still readable. As far as I have been able to tell, this fix only applies to the Solaris OS where files in directories with (--x) cannot getcwd().
* MFH: fix ws & foldingAntony Dovgal2007-10-062-12/+26
|
* New testcases for setlocale() functionRaghubansh Kumar2007-10-059-0/+1072
|
* New testcases for nl2br() functionRaghubansh Kumar2007-10-056-0/+456
|
* New testcases for strrpos() functionRaghubansh Kumar2007-10-0518-0/+1688
|
* New testcases for str_split() functionRaghubansh Kumar2007-10-059-0/+1331
|
* New testcases for vsprintf() functionRaghubansh Kumar2007-10-0529-0/+2004
|
* MFH: fix testJani Taskinen2007-10-051-0/+1
|
* allow lcov 1.6Nuno Lopes2007-10-051-1/+1
|
* BFNIlia Alshanetsky2007-10-041-0/+2
|
* MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatalIlia Alshanetsky2007-10-045-12/+19
| | | | | error)
* MFH: Removed ending dots from error messagesJani Taskinen2007-10-0441-175/+172
|
* MFB: Fixed bug #42783 (pg_insert() does not accept an empty list forIlia Alshanetsky2007-10-033-2/+45
| | | | | insertion)
* MFH: fix CURLOPT_TIMEOUT_MS supportMichael Wallner2007-10-031-4/+4
|
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-034-2/+12
|
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast ↵Dmitry Stogov2007-10-034-25/+90
| | | | to string)
* add html* utf fixStanislav Malyshev2007-10-031-0/+2
|
* add test with invalid sequencesStanislav Malyshev2007-10-031-0/+34
|
* do not accept partial multibyte sequences in html* functionsStanislav Malyshev2007-10-031-10/+47
|
* improved recursion detection in array_walk()Antony Dovgal2007-10-021-1/+3
| | | | | fixes #42752, though the leaks are still there
* MFB: Added test for bug #42785Ilia Alshanetsky2007-10-011-0/+26
|
* MFB: Fixed bug #42785 (json_encode() formats doubles according to localeIlia Alshanetsky2007-10-014-3/+7
| | | | | rather then following standard syntax).
* MFB: Fixed typo in previous patchIlia Alshanetsky2007-10-011-1/+1
|
* MFB: Refactor code to make fixes for coverity issues #385 and #386 a bitIlia Alshanetsky2007-10-012-12/+17
| | | | | more obvious
* fix testAntony Dovgal2007-10-011-23/+23
|
* 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
* - add notice about glob regression (Lukas)Pierre Joye2007-10-011-0/+15
|
* 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
|
* - MFH: Fix type in exampleJohannes Schlüter2007-09-281-1/+1
|
* MFB: Fixed coverity issue #470 Unitialized integer value used insideIlia Alshanetsky2007-09-271-1/+1
| | | | | zend_ini_boolean_displayer_cb
* missing folding tagJani Taskinen2007-09-271-0/+1
|
* MFH: use Z_STR* macrosJani Taskinen2007-09-271-3/+3
|
* MFH: wsJani Taskinen2007-09-271-5/+5
|
* MFH: ws + cs (to keep in sync with HEAD/PHP_5_3 only!)Jani Taskinen2007-09-271-36/+36
|
* ws + cs fixesJani Taskinen2007-09-271-19/+21
|
* MFH: fix coverity issue #412Antony Dovgal2007-09-271-3/+1
|