summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-0830-129/+133
* Check count.Marcus Boerger2004-03-081-7/+9
* Merged some more odd fixes from my own branchArd Biesheuvel2004-03-081-35/+26
* Cleaned up array handling and optimize for the case where no array fields are...Ard Biesheuvel2004-03-082-136/+134
* - Fixed bug #24550 (tokenizing with __METHOD__ crash) (Patch by Greg Beaver)Derick Rethans2004-03-081-0/+2
* Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).Ilia Alshanetsky2004-03-082-0/+5
* Fixed compiler warnings.Ilia Alshanetsky2004-03-081-2/+1
* ChangeLog update2004-03-081-0/+58
* Add another missing conversionMarcus Boerger2004-03-082-0/+2
* Search for db-4.2.xMarcus Boerger2004-03-071-2/+2
* Avoid using floating point arithmetic and rely on safe_emallocSascha Schumann2004-03-071-1/+1
* add cast for qsort compare function.Wez Furlong2004-03-071-1/+1
* Connect feof() call to user-space stream feof() method.Wez Furlong2004-03-071-13/+29
* Corrected string escape calculation.Ilia Alshanetsky2004-03-072-3/+3
* Less magic pleaseWez Furlong2004-03-071-1/+4
* Simplify / fixArd Biesheuvel2004-03-071-11/+4
* Added missing support for binding timestampsArd Biesheuvel2004-03-071-44/+58
* ChangeLog update2004-03-071-0/+60
* - Forgot to commit this one.Moriyoshi Koizumi2004-03-071-2/+2
* - Fix test, take 2Moriyoshi Koizumi2004-03-061-1/+1
* Fixed bug #27421 (mbstring.func_overload should be system ini setting).Ilia Alshanetsky2004-03-061-2/+1
* Fixed bug #27460 (base64_decode() does not handle extra padding).Ilia Alshanetsky2004-03-061-1/+0
* Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).Ilia Alshanetsky2004-03-061-2/+2
* Use correct variable name.Ilia Alshanetsky2004-03-061-1/+1
* Fixed bug #27437 (wrong freetype include inside GD library).Ilia Alshanetsky2004-03-061-1/+1
* Fixed a possible memory leaks inside sqlite_popen() &Ilia Alshanetsky2004-03-061-12/+19
* Fixed possible crash due to an integer overflow.Ilia Alshanetsky2004-03-061-2/+2
* Better extension availability check.Ilia Alshanetsky2004-03-061-0/+3
* - fix #27238Pierre Joye2004-03-061-1/+1
* ChangeLog update2004-03-062-0/+55
* - Fix some small problems I introduce in last patch.Andi Gutmans2004-03-051-2/+2
* - Finally fix the following:Andi Gutmans2004-03-051-19/+40
* Test files were fixed acording to new constructor redeclaration semanticDmitry Stogov2004-03-052-17/+1
* Test file was fixed (stack trace is removed)Dmitry Stogov2004-03-051-4/+0
* ChangeLog update2004-03-052-0/+110
* - typo (must have sleep.)Moriyoshi Koizumi2004-03-041-1/+1
* - 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