summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - hardcode default rewriting tagsDerick Rethans2002-10-081-0/+1
* ZTS fixesMoriyoshi Koizumi2002-10-082-2/+41
* Fix config bug reported by Jan Lehnart.Melvyn Sopacua2002-10-081-4/+4
* Removed table generating code. The return values of isalnum() may vary by the...Moriyoshi Koizumi2002-10-081-26/+14
* Fixed memory leak.Ilia Alshanetsky2002-10-081-2/+4
* Enhanced test to also check charsets CP1255 and ISO-8859-8Tal Peer2002-10-081-1/+6
* - Add the source file tooDerick Rethans2002-10-081-0/+33
* - Add blowfish compatibility testDerick Rethans2002-10-081-0/+77
* Now str_shuffle() has the randomization characteristics of shuffle().Andrey Hristov2002-10-081-18/+28
* - Skip if the function is not available (in case pcre was not compiled in).Derick Rethans2002-10-081-0/+2
* Added test to check if charsets constants are definedTal Peer2002-10-081-0/+26
* - Please do not use notices for debug informationDerick Rethans2002-10-081-1/+1
* - Use error_reporting E_ALLDerick Rethans2002-10-081-1/+5
* Fix ZTS build.Sebastian Bergmann2002-10-082-7/+7
* Get rid of redundant loopRasmus Lerdorf2002-10-081-6/+0
* FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h andRasmus Lerdorf2002-10-081-1/+17
* Make zlib-dir actually mean something during the checkRasmus Lerdorf2002-10-071-1/+3
* Fix for bug #19798 (submitted by mclap@simpage.mv.ru)Dan Kalowsky2002-10-071-1/+1
* Argh! Revert. I'm on drugs. Was linking in a newer libz when I checkedRasmus Lerdorf2002-10-071-2/+6
* Added tests for strstr(), strpos() and substr_count() functions.Ilia Alshanetsky2002-10-073-0/+90
* Oops, should still define that. Didn't think I needed it as nothing inRasmus Lerdorf2002-10-071-0/+2
* This restriction is no longer true after the streams changes.Rasmus Lerdorf2002-10-071-7/+1
* Fixed typo.Moriyoshi Koizumi2002-10-071-1/+1
* Initial commit of fribidi_log2vis testTal Peer2002-10-071-0/+12
* Added test cases for mbregexMoriyoshi Koizumi2002-10-078-0/+183
* Lots of clean-up for upcoming mbstring merging event.Moriyoshi Koizumi2002-10-074-213/+273
* Use a copy of locale instead of the original. Fixes bug #19482.Andrei Zmievski2002-10-071-1/+2
* adding test of xslt_set_objectDavid Viner2002-10-072-0/+90
* fixed mb_split (the value of third parameter treated wrongly)Moriyoshi Koizumi2002-10-071-6/+6
* readdir() was returning NULL instead of FALSE when used on an invalidRasmus Lerdorf2002-10-071-1/+3
* MFHMoriyoshi Koizumi2002-10-071-4/+4
* never smash the stack...Stefan Esser2002-10-071-4/+7
* fixing possible off by one in error caseStefan Esser2002-10-071-1/+1
* Fix obvious error..foobar2002-10-071-1/+2
* - fix typo and improve error messageJan Lehnardt2002-10-071-1/+1
* Call ob_flush to force the buffer contents to go through the rewriter.Sascha Schumann2002-10-071-0/+7
* Tests will be skipped if a tester does not explicitly specify theMarc Boeren2002-10-077-13/+52
* Print out warning only, if a variable was actually migratedSascha Schumann2002-10-071-4/+7
* (xslt tests) Add test for memory leaks, caused by inapproreate use ofMelvyn Sopacua2002-10-061-0/+17
* Silence warning.Sebastian Bergmann2002-10-061-1/+0
* We're testing stripCslashes() here :)Sander Roobol2002-10-061-1/+1
* Some more weird tests on Derick's request :)Sander Roobol2002-10-061-0/+8
* Some string testsSander Roobol2002-10-067-1/+104
* - Add new tests for: array_change_key_case, array_chunk andDerick Rethans2002-10-063-0/+6196
* Fix another leak in implode()Sander Roobol2002-10-061-4/+4
* Fix for bug 19781Rasmus Lerdorf2002-10-061-1/+1
* Code cleanup. Thanks Andi.Ilia Alshanetsky2002-10-061-4/+2
* Add php_ini_scanned_files() so "make test" can tell you when you haveRasmus Lerdorf2002-10-063-0/+11
* You can't detect NULL nicely - false is better and more PHPish.Sander Roobol2002-10-061-1/+1
* Fix buildRasmus Lerdorf2002-10-061-1/+1