]> granicus.if.org Git - php/shortlog
php
2003-10-26 Rob Richardscommon functions for interoperability
2003-10-26 Marcus BoergerAdd attribute test
2003-10-26 Marcus BoergerFix memory corruption
2003-10-26 Marcus BoergerAdd foreach test
2003-10-26 Marcus BoergerAdd iterator to make foreach work
2003-10-26 Marcus BoergerAnd get the last thing working
2003-10-26 Marcus BoergerAdd test
2003-10-26 Marcus BoergerFix tests
2003-10-26 Sebastian BergmannPatch by Steph to sanitize ssize_t typedef on Windows.
2003-10-26 Marcus BoergerFix casting (the question is when & what should be...
2003-10-26 Marcus BoergerFix test
2003-10-26 <changelog... ChangeLog update
2003-10-25 Marcus BoergerAllow static methods being called from sqlite sql....
2003-10-25 Marcus BoergerFix test 4 with the help of Rob
2003-10-25 Marcus BoergerAdd zend_make_callable() which allows to make zval...
2003-10-25 Marcus BoergerShow if Schemas are supported
2003-10-25 Marcus BoergerFix memleaks
2003-10-25 Marcus BoergerMore testing
2003-10-25 Marcus BoergerFix warning
2003-10-25 Marcus BoergerFix test
2003-10-25 Marcus BoergerAdd some testing
2003-10-25 Marcus BoergerThis forces a better error message for non working...
2003-10-25 Marcus BoergerAnd use things to throw an exception here
2003-10-25 Marcus BoergerYou shall not clone Exception instances
2003-10-25 Marcus BoergerYou shall not clone reflection_xx instances
2003-10-25 Marcus BoergerUpdate
2003-10-25 Marcus BoergerUpdate
2003-10-25 Marcus Boerger- Fixed bug #25581 (getimagesize () return incorrect...
2003-10-25 Rui Hirokawaencoding detection shouldn't be performed if mbstring...
2003-10-25 Sebastian BergmannFugbix typo.
2003-10-25 Sebastian Bergmanns/Throwable/Printable: Exception has become an internal...
2003-10-25 <changelog... ChangeLog update
2003-10-24 Andi Gutmans- Fix typo
2003-10-24 Adam DickmeissFor YAZ, RSHUTDOWN closes persistent connections that...
2003-10-24 Marcus BoergerRevert accidential commit
2003-10-24 Marcus BoergerRevert accidental commit
2003-10-24 Marcus BoergerZend/ZEND_CHANGES
2003-10-24 Marko KarppinenWorkaround for bug #25955
2003-10-24 Greg Beaveradd #25174 note
2003-10-24 Greg Beaverfixed #25174 Wrong handling of readlink() in OS/Guess.php
2003-10-24 Ilia AlshanetskyFixed some test names.
2003-10-24 <changelog... ChangeLog update
2003-10-23 Gabor HojtsyThe web server user name starts with IUSR_ and not...
2003-10-23 Marcus BoergerUpdate tests
2003-10-23 Marcus BoergerUpdate
2003-10-23 Sebastian BergmannAdd zend_interfaces.{c|h}.
2003-10-23 <changelog... ChangeLog update
2003-10-22 Ilia AlshanetskyFixed bug #25922 (Crash in error handler when 5th argum...
2003-10-22 Ilia AlshanetskyDon't forget to compile zend_interfaces.c
2003-10-22 Marcus BoergerImpement userspace iterator interfaces and tests. See...
2003-10-22 Marcus BoergerExpand Interface C API.
2003-10-22 Marcus BoergerThe string conversion method should be named __toString()
2003-10-22 Rui Hirokawaname/value in multipart/form-date will be converted...
2003-10-22 Ilia AlshanetskyFixed compile warnings.
2003-10-22 <changelog... ChangeLog update
2003-10-21 foobarFixed bug #25768
2003-10-21 Marcus BoergerWe don't have this yet
2003-10-21 Marcus BoergerBugfix #25930 Can't compile snprintf.c
2003-10-21 Marcus BoergerMake this clear
2003-10-21 Moriyoshi KoizumiAdd a test case for getElementsByTagName() / getElement...
2003-10-21 Moriyoshi KoizumiMissing '&' in the result of get_html_translation_table()
2003-10-21 <changelog... ChangeLog update
2003-10-20 Andi Gutmans- Add comment from Timm
2003-10-20 Rob Richardsimplement namespace nodes
2003-10-20 Moriyoshi KoizumiFix typo
2003-10-20 Moriyoshi KoizumiFix compiler warnings
2003-10-20 Tomas V.V.Coxgo with 1.3b3 (will shipped with PHP4.3.4RC2)
2003-10-20 Moriyoshi KoizumiFix compiler warnings
2003-10-20 Ilia AlshanetskyFixed bug #25918 (Possible crash in mime_content_type()).
2003-10-20 Ilia AlshanetskyFixed bug #25923 (mail() modifies the to & subject...
2003-10-20 Marcus BoergerUpdate
2003-10-20 Marcus BoergerUpdate
2003-10-20 foobarMissing .cvsignore
2003-10-20 Kai SchroederFixed typo
2003-10-20 Shane Caraveofix the stat check in stream open
2003-10-20 Ilia AlshanetskyFixed unused variable warning on *nix.
2003-10-20 Ilia AlshanetskyFixed bug #25895 (Incorrect detection of safe_mode...
2003-10-20 <changelog... ChangeLog update
2003-10-19 Rob Richardsadd generic default error handling rather than the...
2003-10-19 Rob Richardsunescape filepath which libxml excapes
2003-10-19 Shane Caraveoadd global init/shutdown functions for libxml. this...
2003-10-19 Shane CaraveoAdd libxml extension for common code that is needed...
2003-10-19 Shane Caraveofinish file uri support, this stuff was unecessary.
2003-10-19 Shane CaraveoA simpler patch to add file uri support
2003-10-19 Shane Caraveorevert file: support in preparation for simpler patch
2003-10-19 Shane Caraveomake file uri's work with streams
2003-10-19 Shane Caraveomake parse_url work correctly for file uri's on windows...
2003-10-19 Stanislav Malyshevfix wrong string length for registry values
2003-10-19 Stanislav MalyshevEnable setting php.ini path via the registry
2003-10-19 Stanislav Malyshevfix compilation
2003-10-19 Stanislav MalyshevAdd function for getting php.ini path from registry
2003-10-19 Andi Gutmans- Nuke const in function parameters. I just can't remem...
2003-10-19 <changelog... ChangeLog update
2003-10-18 Marcus BoergerFix class/iterator relationship & handling
2003-10-18 Marcus BoergerFallback to old behavior until we have a default iterat...
2003-10-18 Wez Furlongbah. does it really make any difference where rewind...
2003-10-18 Marcus BoergerChange order: Optional rewind() to end of structure
2003-10-18 <changelog... ChangeLog update
2003-10-17 Uwe Schindlernew SunONE server
2003-10-17 Wez Furlongfix cruft from previous incarnation of the iterators
next