summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b3'.RELEASE_1_3b3SVN Migration2003-10-202878-751603/+0
* go with 1.3b3 (will shipped with PHP4.3.4RC2)Tomas V.V.Cox2003-10-201-1/+4
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-1/+1
* Fixed bug #25918 (Possible crash in mime_content_type()).Ilia Alshanetsky2003-10-201-3/+2
* Fixed bug #25923 (mail() modifies the to & subject arguments).Ilia Alshanetsky2003-10-201-14/+25
* UpdateMarcus Boerger2003-10-201-1/+6
* UpdateMarcus Boerger2003-10-201-5/+102
* Missing .cvsignorefoobar2003-10-200-0/+0
* Fixed typoKai Schroeder2003-10-201-1/+1
* fix the stat check in stream openShane Caraveo2003-10-201-3/+20
* Fixed unused variable warning on *nix.Ilia Alshanetsky2003-10-201-0/+2
* Fixed bug #25895 (Incorrect detection of safe_mode limited ini options)Ilia Alshanetsky2003-10-201-1/+1
* ChangeLog update2003-10-202-0/+67
* add generic default error handling rather than the default stderrRob Richards2003-10-191-0/+24
* unescape filepath which libxml excapesRob Richards2003-10-191-2/+12
* add global init/shutdown functions for libxml. this is required asShane Caraveo2003-10-195-26/+58
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-196-4/+334
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-192-1/+17
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-193-32/+69
* make parse_url work correctly for file uri's on windows, such asShane Caraveo2003-10-191-0/+6
* fix wrong string length for registry valuesStanislav Malyshev2003-10-191-1/+2
* Enable setting php.ini path via the registryStanislav Malyshev2003-10-191-1/+16
* fix compilationStanislav Malyshev2003-10-191-1/+1
* Add function for getting php.ini path from registryStanislav Malyshev2003-10-192-1/+24
* - Nuke const in function parameters. I just can't remember why this existsAndi Gutmans2003-10-191-2/+0
* ChangeLog update2003-10-192-0/+44
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-185-35/+32
* Fallback to old behavior until we have a default iterator that respectsMarcus Boerger2003-10-181-1/+2
* bah. does it really make any difference where rewind lives in the struct!?Wez Furlong2003-10-181-2/+2
* Change order: Optional rewind() to end of structureMarcus Boerger2003-10-181-3/+3
* ChangeLog update2003-10-182-0/+111
* new SunONE serverUwe Schindler2003-10-171-2/+2
* fix cruft from previous incarnation of the iteratorsWez Furlong2003-10-171-2/+3
* add com iterator supportWez Furlong2003-10-174-0/+188
* WSMarcus Boerger2003-10-171-1/+1
* Show if a class/object is iterateableMarcus Boerger2003-10-172-0/+36
* - Make use of engine iteratorsMarcus Boerger2003-10-172-2/+239
* Added c-api for iteratorsMarcus Boerger2003-10-179-15/+278
* The sqlite classes need to be finalMarcus Boerger2003-10-171-0/+1
* Fix showing final/abstract for classesMarcus Boerger2003-10-172-4/+4
* pre/hasprev have nothing to do with iterationMarcus Boerger2003-10-171-2/+2
* Fixed formatting issue.Ilia Alshanetsky2003-10-171-1/+1
* Fixed if() condition.Ilia Alshanetsky2003-10-171-2/+2
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-173-7/+7
* ChangeLog update2003-10-171-0/+25
* - Fix RPC call without proxy (silence warnings&notices)Pierre Joye2003-10-161-2/+4
* Do not strip trailing spaces.Ilia Alshanetsky2003-10-161-3/+2
* ChangeLog update2003-10-162-0/+52