Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for bug #42890 Constant "LIST" defined by mysqlclient and c-client | Andrey Hristov | 2007-10-08 | 3 | -93/+129 | |
| | ||||||
* | fix test | Raghubansh Kumar | 2007-10-08 | 1 | -3/+3 | |
| | ||||||
* | fix test | Raghubansh Kumar | 2007-10-08 | 1 | -1/+1 | |
| | ||||||
* | fix tests | Raghubansh Kumar | 2007-10-08 | 2 | -2/+2 | |
| | ||||||
* | New testcases for strtr() function | Raghubansh Kumar | 2007-10-08 | 11 | -0/+1306 | |
| | ||||||
* | New testcases for get_html_translation_table() function | Raghubansh Kumar | 2007-10-08 | 11 | -0/+4741 | |
| | ||||||
* | fix test | Raghubansh Kumar | 2007-10-08 | 1 | -6/+3 | |
| | ||||||
* | Fix for bug 41822 and 41899. expand_filepath() will now return a relative ↵ | Robert Thompson | 2007-10-08 | 1 | -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 & folding | Antony Dovgal | 2007-10-06 | 2 | -12/+26 | |
| | ||||||
* | New testcases for setlocale() function | Raghubansh Kumar | 2007-10-05 | 9 | -0/+1072 | |
| | ||||||
* | New testcases for nl2br() function | Raghubansh Kumar | 2007-10-05 | 6 | -0/+456 | |
| | ||||||
* | New testcases for strrpos() function | Raghubansh Kumar | 2007-10-05 | 18 | -0/+1688 | |
| | ||||||
* | New testcases for str_split() function | Raghubansh Kumar | 2007-10-05 | 9 | -0/+1331 | |
| | ||||||
* | New testcases for vsprintf() function | Raghubansh Kumar | 2007-10-05 | 29 | -0/+2004 | |
| | ||||||
* | MFH: fix test | Jani Taskinen | 2007-10-05 | 1 | -0/+1 | |
| | ||||||
* | allow lcov 1.6 | Nuno Lopes | 2007-10-05 | 1 | -1/+1 | |
| | ||||||
* | BFN | Ilia Alshanetsky | 2007-10-04 | 1 | -0/+2 | |
| | ||||||
* | MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal | Ilia Alshanetsky | 2007-10-04 | 5 | -12/+19 | |
| | | | | | error) | |||||
* | MFH: Removed ending dots from error messages | Jani Taskinen | 2007-10-04 | 41 | -175/+172 | |
| | ||||||
* | MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for | Ilia Alshanetsky | 2007-10-03 | 3 | -2/+45 | |
| | | | | | insertion) | |||||
* | MFH: fix CURLOPT_TIMEOUT_MS support | Michael Wallner | 2007-10-03 | 1 | -4/+4 | |
| | ||||||
* | Fixed bug #42818 ($foo = clone(array()); leaks memory) | Dmitry Stogov | 2007-10-03 | 4 | -2/+12 | |
| | ||||||
* | Fixed bug #42772 (Storing $this in a static var fails while handling a cast ↵ | Dmitry Stogov | 2007-10-03 | 4 | -25/+90 | |
| | | | | to string) | |||||
* | add html* utf fix | Stanislav Malyshev | 2007-10-03 | 1 | -0/+2 | |
| | ||||||
* | add test with invalid sequences | Stanislav Malyshev | 2007-10-03 | 1 | -0/+34 | |
| | ||||||
* | do not accept partial multibyte sequences in html* functions | Stanislav Malyshev | 2007-10-03 | 1 | -10/+47 | |
| | ||||||
* | improved recursion detection in array_walk() | Antony Dovgal | 2007-10-02 | 1 | -1/+3 | |
| | | | | | fixes #42752, though the leaks are still there | |||||
* | MFB: Added test for bug #42785 | Ilia Alshanetsky | 2007-10-01 | 1 | -0/+26 | |
| | ||||||
* | MFB: Fixed bug #42785 (json_encode() formats doubles according to locale | Ilia Alshanetsky | 2007-10-01 | 4 | -3/+7 | |
| | | | | | rather then following standard syntax). | |||||
* | MFB: Fixed typo in previous patch | Ilia Alshanetsky | 2007-10-01 | 1 | -1/+1 | |
| | ||||||
* | MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit | Ilia Alshanetsky | 2007-10-01 | 2 | -12/+17 | |
| | | | | | more obvious | |||||
* | fix test | Antony Dovgal | 2007-10-01 | 1 | -23/+23 | |
| | ||||||
* | 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 | |||||
* | - add notice about glob regression (Lukas) | Pierre Joye | 2007-10-01 | 1 | -0/+15 | |
| | ||||||
* | 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 | |
| | ||||||
* | - MFH: Fix type in example | Johannes Schlüter | 2007-09-28 | 1 | -1/+1 | |
| | ||||||
* | MFB: Fixed coverity issue #470 Unitialized integer value used inside | Ilia Alshanetsky | 2007-09-27 | 1 | -1/+1 | |
| | | | | | zend_ini_boolean_displayer_cb | |||||
* | missing folding tag | Jani Taskinen | 2007-09-27 | 1 | -0/+1 | |
| | ||||||
* | MFH: use Z_STR* macros | Jani Taskinen | 2007-09-27 | 1 | -3/+3 | |
| | ||||||
* | MFH: ws | Jani Taskinen | 2007-09-27 | 1 | -5/+5 | |
| | ||||||
* | MFH: ws + cs (to keep in sync with HEAD/PHP_5_3 only!) | Jani Taskinen | 2007-09-27 | 1 | -36/+36 | |
| | ||||||
* | ws + cs fixes | Jani Taskinen | 2007-09-27 | 1 | -19/+21 | |
| | ||||||
* | MFH: fix coverity issue #412 | Antony Dovgal | 2007-09-27 | 1 | -3/+1 | |
| |