| Commit message (Expand) | Author | Age | Files | Lines |
* | - hardcode default rewriting tags | Derick Rethans | 2002-10-08 | 1 | -0/+1 |
* | ZTS fixes | Moriyoshi Koizumi | 2002-10-08 | 2 | -2/+41 |
* | Fix config bug reported by Jan Lehnart. | Melvyn Sopacua | 2002-10-08 | 1 | -4/+4 |
* | Removed table generating code. The return values of isalnum() may vary by the... | Moriyoshi Koizumi | 2002-10-08 | 1 | -26/+14 |
* | Fixed memory leak. | Ilia Alshanetsky | 2002-10-08 | 1 | -2/+4 |
* | Enhanced test to also check charsets CP1255 and ISO-8859-8 | Tal Peer | 2002-10-08 | 1 | -1/+6 |
* | - Add the source file too | Derick Rethans | 2002-10-08 | 1 | -0/+33 |
* | - Add blowfish compatibility test | Derick Rethans | 2002-10-08 | 1 | -0/+77 |
* | Now str_shuffle() has the randomization characteristics of shuffle(). | Andrey Hristov | 2002-10-08 | 1 | -18/+28 |
* | - Skip if the function is not available (in case pcre was not compiled in). | Derick Rethans | 2002-10-08 | 1 | -0/+2 |
* | Added test to check if charsets constants are defined | Tal Peer | 2002-10-08 | 1 | -0/+26 |
* | - Please do not use notices for debug information | Derick Rethans | 2002-10-08 | 1 | -1/+1 |
* | - Use error_reporting E_ALL | Derick Rethans | 2002-10-08 | 1 | -1/+5 |
* | Fix ZTS build. | Sebastian Bergmann | 2002-10-08 | 2 | -7/+7 |
* | Get rid of redundant loop | Rasmus Lerdorf | 2002-10-08 | 1 | -6/+0 |
* | FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and | Rasmus Lerdorf | 2002-10-08 | 1 | -1/+17 |
* | Make zlib-dir actually mean something during the check | Rasmus Lerdorf | 2002-10-07 | 1 | -1/+3 |
* | Fix for bug #19798 (submitted by mclap@simpage.mv.ru) | Dan Kalowsky | 2002-10-07 | 1 | -1/+1 |
* | Argh! Revert. I'm on drugs. Was linking in a newer libz when I checked | Rasmus Lerdorf | 2002-10-07 | 1 | -2/+6 |
* | Added tests for strstr(), strpos() and substr_count() functions. | Ilia Alshanetsky | 2002-10-07 | 3 | -0/+90 |
* | Oops, should still define that. Didn't think I needed it as nothing in | Rasmus Lerdorf | 2002-10-07 | 1 | -0/+2 |
* | This restriction is no longer true after the streams changes. | Rasmus Lerdorf | 2002-10-07 | 1 | -7/+1 |
* | Fixed typo. | Moriyoshi Koizumi | 2002-10-07 | 1 | -1/+1 |
* | Initial commit of fribidi_log2vis test | Tal Peer | 2002-10-07 | 1 | -0/+12 |
* | Added test cases for mbregex | Moriyoshi Koizumi | 2002-10-07 | 8 | -0/+183 |
* | Lots of clean-up for upcoming mbstring merging event. | Moriyoshi Koizumi | 2002-10-07 | 4 | -213/+273 |
* | Use a copy of locale instead of the original. Fixes bug #19482. | Andrei Zmievski | 2002-10-07 | 1 | -1/+2 |
* | adding test of xslt_set_object | David Viner | 2002-10-07 | 2 | -0/+90 |
* | fixed mb_split (the value of third parameter treated wrongly) | Moriyoshi Koizumi | 2002-10-07 | 1 | -6/+6 |
* | readdir() was returning NULL instead of FALSE when used on an invalid | Rasmus Lerdorf | 2002-10-07 | 1 | -1/+3 |
* | MFH | Moriyoshi Koizumi | 2002-10-07 | 1 | -4/+4 |
* | never smash the stack... | Stefan Esser | 2002-10-07 | 1 | -4/+7 |
* | fixing possible off by one in error case | Stefan Esser | 2002-10-07 | 1 | -1/+1 |
* | Fix obvious error.. | foobar | 2002-10-07 | 1 | -1/+2 |
* | - fix typo and improve error message | Jan Lehnardt | 2002-10-07 | 1 | -1/+1 |
* | Call ob_flush to force the buffer contents to go through the rewriter. | Sascha Schumann | 2002-10-07 | 1 | -0/+7 |
* | Tests will be skipped if a tester does not explicitly specify the | Marc Boeren | 2002-10-07 | 7 | -13/+52 |
* | Print out warning only, if a variable was actually migrated | Sascha Schumann | 2002-10-07 | 1 | -4/+7 |
* | (xslt tests) Add test for memory leaks, caused by inapproreate use of | Melvyn Sopacua | 2002-10-06 | 1 | -0/+17 |
* | Silence warning. | Sebastian Bergmann | 2002-10-06 | 1 | -1/+0 |
* | We're testing stripCslashes() here :) | Sander Roobol | 2002-10-06 | 1 | -1/+1 |
* | Some more weird tests on Derick's request :) | Sander Roobol | 2002-10-06 | 1 | -0/+8 |
* | Some string tests | Sander Roobol | 2002-10-06 | 7 | -1/+104 |
* | - Add new tests for: array_change_key_case, array_chunk and | Derick Rethans | 2002-10-06 | 3 | -0/+6196 |
* | Fix another leak in implode() | Sander Roobol | 2002-10-06 | 1 | -4/+4 |
* | Fix for bug 19781 | Rasmus Lerdorf | 2002-10-06 | 1 | -1/+1 |
* | Code cleanup. Thanks Andi. | Ilia Alshanetsky | 2002-10-06 | 1 | -4/+2 |
* | Add php_ini_scanned_files() so "make test" can tell you when you have | Rasmus Lerdorf | 2002-10-06 | 3 | -0/+11 |
* | You can't detect NULL nicely - false is better and more PHPish. | Sander Roobol | 2002-10-06 | 1 | -1/+1 |
* | Fix build | Rasmus Lerdorf | 2002-10-06 | 1 | -1/+1 |