summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b2RC1'.php-5.0.0b2RC1SVN Migration2003-10-24103-18527/+0
* add #25174 noteGreg Beaver2003-10-241-0/+3
* fixed #25174 Wrong handling of readlink() in OS/Guess.phpGreg Beaver2003-10-241-1/+1
* Fixed some test names.Ilia Alshanetsky2003-10-247-7/+7
* ChangeLog update2003-10-242-0/+18
* The web server user name starts with IUSR_ and not ISUR_,Gabor Hojtsy2003-10-231-2/+2
* Update testsMarcus Boerger2003-10-232-6/+13
* UpdateMarcus Boerger2003-10-231-3/+1
* Add zend_interfaces.{c|h}.Sebastian Bergmann2003-10-232-0/+16
* ChangeLog update2003-10-232-0/+93
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-222-7/+28
* Don't forget to compile zend_interfaces.cIlia Alshanetsky2003-10-221-1/+1
* Impement userspace iterator interfaces and tests. See tests for detailsMarcus Boerger2003-10-229-0/+965
* Expand Interface C API.Marcus Boerger2003-10-226-32/+76
* The string conversion method should be named __toString()Marcus Boerger2003-10-222-10/+10
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-223-34/+120
* Fixed compile warnings.Ilia Alshanetsky2003-10-221-2/+2
* ChangeLog update2003-10-222-0/+44
* Fixed bug #25768foobar2003-10-215-16/+54
* We don't have this yetMarcus Boerger2003-10-211-1/+1
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-213-2/+9
* Make this clearMarcus Boerger2003-10-211-2/+2
* Add a test case for getElementsByTagName() / getElementsByTagNameNS()Moriyoshi Koizumi2003-10-211-0/+57
* Missing '&' in the result of get_html_translation_table()Moriyoshi Koizumi2003-10-211-1/+3
* ChangeLog update2003-10-212-0/+113
* - Add comment from TimmAndi Gutmans2003-10-201-2/+9
* implement namespace nodesRob Richards2003-10-206-164/+147
* Fix typoMoriyoshi Koizumi2003-10-201-1/+1
* Fix compiler warningsMoriyoshi Koizumi2003-10-201-5/+5
* 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