summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix memleak when scanner is called from within tokenizer extension.Moriyoshi Koizumi2004-03-041-11/+8
* - Prevent cli from printing multiple "Interactive mode enabled" ifMoriyoshi Koizumi2004-03-041-3/+5
* Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with ...Sara Golemon2004-03-041-14/+7
* - Fix compiler warnings. (Patch by K.Kosako <kosako@sofnec.co.jp>)Moriyoshi Koizumi2004-03-0413-65/+85
* - No maintainer anymore.Derick Rethans2004-03-041-2/+1
* - fix a linefeed problem, if there are more than one configureoptionChristian Stocker2004-03-041-1/+1
* fix the fixStanislav Malyshev2004-03-041-2/+6
* oops, fix cut&paste gone badStanislav Malyshev2004-03-041-2/+2
* Fix object true value: if we are in compat mode and it's Zend object -Stanislav Malyshev2004-03-041-2/+6
* - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int).Derick Rethans2004-03-042-2/+2
* - Added instance_of test (patch by Ard Biesheuvel)Derick Rethans2004-03-041-0/+12
* Disallow redefining ctors and cleanupStanislav Malyshev2004-03-041-11/+10
* Handle out of memory/bad size situation gracefully, without getting into loopStanislav Malyshev2004-03-041-2/+8
* ChangeLog update2004-03-042-0/+51
* Fix bug #27467: domDocument::load() called from class method crashesRob Richards2004-03-031-2/+5
* Attempt at fixing win32 link errorsEdin Kadribasic2004-03-031-1/+6
* Add missing source fileEdin Kadribasic2004-03-031-1/+1
* Replace mysql with mysqli in paths to allow building both mysql and mysqliEdin Kadribasic2004-03-031-2/+2
* - Add missing include path.Moriyoshi Koizumi2004-03-031-7/+8
* - Fix crash:Andi Gutmans2004-03-031-2/+9
* ChangeLog update2004-03-032-0/+129
* - proper DLL linkage specifier.Moriyoshi Koizumi2004-03-021-1/+1
* - Fixed bug in gdImageFilledRectangle in the bundled GD library, that requiredDerick Rethans2004-03-022-0/+12
* - Fixed timing issues in testDerick Rethans2004-03-021-2/+2
* - Added testcase for bug #27468Derick Rethans2004-03-021-0/+19
* - Fix typo.Moriyoshi Koizumi2004-03-021-1/+1
* - CLONE, not CLOSEDerick Rethans2004-03-021-1/+1
* - Added "clone" to the list of tokens. (Patch by Greg Beaver)Derick Rethans2004-03-021-0/+2
* Fix zend_parse_method_parameters_ex() and make it consistant withMarcus Boerger2004-03-022-33/+22
* - Consistent namingDerick Rethans2004-03-021-1/+1
* - initial test for #27439, covers more cases we got duringPierre Joye2004-03-021-0/+74
* - Really fix the build.Moriyoshi Koizumi2004-03-021-8/+7
* - Revisit config.h for win32 build.Moriyoshi Koizumi2004-03-021-0/+84
* - include exception.inc not .phpPierre Joye2004-03-021-1/+1
* - Fixed yacc fileDerick Rethans2004-03-021-0/+1
* Temporary fix for win32 buildEdin Kadribasic2004-03-021-0/+2
* - Fix leaks (although there might be still a problem here).Andi Gutmans2004-03-021-3/+3
* - Fix leak (Dmitry)Andi Gutmans2004-03-021-0/+2
* - Added .cvsignore fileDerick Rethans2004-03-020-0/+0
* - Fix crash in:Andi Gutmans2004-03-021-3/+5
* - Improve fix for protecting destructor's from exceptions.Andi Gutmans2004-03-021-5/+8
* ChangeLog update2004-03-022-0/+116
* - excpetion.php => exception.inc (derick)Pierre Joye2004-03-011-0/+0
* - initial release, reflection tests suitePierre Joye2004-03-012-0/+60
* - Fix win32 build.Moriyoshi Koizumi2004-03-011-1/+6
* - Fix crash in destructors(). You can't throw an exception in destructorsAndi Gutmans2004-03-011-0/+8
* - Fix leakAndi Gutmans2004-03-012-2/+2
* - Fix crash in reflection API (pierre)Andi Gutmans2004-03-012-8/+16
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-013-13/+1
* use php_libxml_import_node for transform functionsRob Richards2004-03-011-6/+32