summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* correct code that is guarded by "#if 0"Marcus Boerger2002-12-051-2/+2
* fix ZTS buildMarcus Boerger2002-12-051-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-053-28/+30
* -fix a warning that was an errorMarcus Boerger2002-12-051-5/+4
* Fixed bug #12556, updated the test for this bug.Ilia Alshanetsky2002-12-052-15/+53
* fix debug onlyMarcus Boerger2002-12-051-1/+1
* - Renamed snmpv3_* to snmp3_*Derick Rethans2002-12-052-218/+189
* Test dataMelvyn Sopacua2002-12-051-0/+17
* Add a testcase for this bugMelvyn Sopacua2002-12-051-0/+21
* Remove unnecessary code hereMarcus Boerger2002-12-051-8/+2
* ws fix (bug: #20808)foobar2002-12-051-2/+4
* Return FALSE on error as mentioned by John Coggeshall.Marcus Boerger2002-12-051-3/+6
* Fix buildRasmus Lerdorf2002-12-041-0/+2
* Added GD image conversion tests.Ilia Alshanetsky2002-12-0413-0/+1900
* Made imagecreatefromxpm() work once again.Ilia Alshanetsky2002-12-042-13/+14
* Fixed a memory leak inside gdImageTrueColorToPalette().Ilia Alshanetsky2002-12-041-183/+101
* Added a test for bug #12776Moriyoshi Koizumi2002-12-041-0/+25
* Fixed segfaults of array_walk() when keys are passed to cb by reference.Moriyoshi Koizumi2002-12-041-7/+5
* WS fixes.Ilia Alshanetsky2002-12-041-6/+6
* Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>.Sebastian Bergmann2002-12-042-38/+14
* Fix imagegd stdoutputPierre Joye2002-12-041-1/+7
* Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecr...Pierre Joye2002-12-041-0/+6
* Changed php_error() to php_error_docref()Frank M. Kromann2002-12-031-39/+42
* Fixed a bug that caused a crash in pdf_open_memory_image(), when a truecolorIlia Alshanetsky2002-12-031-8/+21
* Changed php_error() to php_error_docref()Frank M. Kromann2002-12-031-33/+33
* Bug #19370Frank M. Kromann2002-12-032-72/+74
* Bug #17593Frank M. Kromann2002-12-031-0/+2
* Fixed a crash that occurs during the last step of png/jpeg -> gd2 -> png/jpegIlia Alshanetsky2002-12-032-29/+9
* Fixed leaks in array_walk()Moriyoshi Koizumi2002-12-031-1/+1
* - Need these libraries for static buildfoobar2002-12-031-0/+3
* - Fixed the build with iPlanet LDAP SDK 5.xfoobar2002-12-031-1/+14
* Allocating enough memory to hold values.Frank M. Kromann2002-12-031-16/+17
* Iconv extension is no longer experimentalMoriyoshi Koizumi2002-12-021-5/+0
* Reverted the changes because the problem was elsewhere.Moriyoshi Koizumi2002-12-026-21/+5
* Fixing the Win32 compilation of mbstring with mbregex enabled.Frank M. Kromann2002-12-022-1/+2
* Fixing build on WIn32Frank M. Kromann2002-12-025-5/+20
* Repositioned CoInitialize and CoUninitialize that apparetly makes it moreIlia Alshanetsky2002-12-021-7/+8
* Fixed a crash bug that can occur due to PDF_delete() being called more thenIlia Alshanetsky2002-12-021-2/+1
* Revert patch that should have been reverted a long time ago.Jason Greene2002-12-021-2/+2
* TODO: Cleanup elements that have happened, or most likely won't happen. ThereSterling Hughes2002-12-011-4/+5
* Comment about maximal length now matches code.Stefan Roehrich2002-12-011-2/+2
* fix build..foobar2002-12-011-8/+8
* -fix typoDerick Rethans2002-12-011-1/+1
* No more (f)printf for errors and warnings instead use php_error_docref.Marcus Boerger2002-12-0111-137/+168
* Fixed possible buffer overflow in php_base64_decode();Moriyoshi Koizumi2002-12-011-1/+1
* Skip overload for ZE2Marcus Boerger2002-12-011-3/+8
* Fix the use of "personal" information in To and Cc headersFrank M. Kromann2002-11-301-4/+23
* Fixed bug #20716.Ilia Alshanetsky2002-11-301-5/+0
* Bug #20433Marcus Boerger2002-11-301-2/+2
* fixed big bad memory leak in xpath objects.Christian Stocker2002-11-301-81/+2