]> granicus.if.org Git - php/shortlog
php
2003-10-29 Dan KalowskyAdded in NEWS entries for the Panther updates
2003-10-29 Andi Gutmans- Allow for case-insensitivity of include_once()/requir...
2003-10-29 Georg Richteradded functions for embedded server
2003-10-29 Georg Richteradded support for embedded MySQL Server
2003-10-29 Moriyoshi KoizumiAdd test case for bug #26003
2003-10-29 Moriyoshi KoizumiMFB(r-1.109.2.12): A possible fix for bug #26026
2003-10-29 Moriyoshi KoizumiOops.
2003-10-29 Moriyoshi KoizumiUpdate test for an additional check to ensure the varia...
2003-10-29 Moriyoshi KoizumiDo not use convert_to_*_ex() for ordinary zval pointers.
2003-10-29 Moriyoshi KoizumiUse pretty macro instead.
2003-10-29 Marcus BoergerAdd simplexml array handlers that allow to explicitly...
2003-10-29 Frank M. KromannOn win32 extensions starts with php_
2003-10-29 Frank M. KromannFix typo in parameter
2003-10-29 Ilia AlshanetskyFixed test.
2003-10-29 <changelog... ChangeLog update
2003-10-29 Sara GolemonAllow userspace filters to use wildcards
2003-10-28 Sara GolemonAllow userfilter instantiation to programmatically...
2003-10-28 Andi Gutmans- Head up! I'm reverting the patch which allows for...
2003-10-28 Sara GolemonStop looking once we've found a matching filter.
2003-10-28 Sara GolemonExtend Filter matching to check wildcards at multiple...
2003-10-28 George Schlossnaglenote pcntl_wait()
2003-10-28 Marcus BoergerGive some freedon to c iterators but not in userspace.
2003-10-28 George SchlossnagleAdded pcntl_wait, a wraspper around wait()/wait3()
2003-10-28 foobarconfig.h is static here
2003-10-28 Shane Caraveofix crash in do_implement_interface when compiling
2003-10-28 Ilia AlshanetskyFixed compiler warning.
2003-10-28 Shane Caraveofix win32 build
2003-10-28 Ilia AlshanetskyBy popular demand renaming uu(encode/decode) to convert...
2003-10-28 <changelog... ChangeLog update
2003-10-27 Moriyoshi KoizumiAdd missing reinitialization call
2003-10-27 Moriyoshi KoizumiFixed bug #26003 (fgetcsv() not binary-safe on null...
2003-10-27 Christian Stockeruse php_error_docref
2003-10-27 foobar- Fix win32 build.
2003-10-27 Christian Stockerextending of domDocument class test
2003-10-27 Christian Stockeradded html test
2003-10-27 Andi Gutmans- Add uuencode.c to the project
2003-10-27 Christian Stockerxinclude test
2003-10-27 Christian Stockerxinclude support readded to ext/dom
2003-10-27 Christian Stockerstreams test
2003-10-27 Christian Stocker- streams test
2003-10-27 foobarhrm
2003-10-27 Christian Stockerexception/try/catch test
2003-10-27 Christian Stockerforgot one file
2003-10-27 Christian Stockerfix for test Nr 3 bug (not freeing all params)
2003-10-27 Christian Stockeradded interop test
2003-10-27 Christian Stockeradded SKIPIF extension is not loaded checks
2003-10-27 Christian Stockerinterop test
2003-10-27 Christian Stockertotally wrong expected output...
2003-10-27 Christian Stockersome tests (test #3 is currently broken due to memleak...
2003-10-27 Marcus BoergerAdd another test
2003-10-27 Marcus BoergerRename test
2003-10-27 Stig Bakken* array_merge is more ticklish in php5
2003-10-27 Ilia AlshanetskyAdded uuencode() & uudecode() functions.
2003-10-27 <changelog... ChangeLog update
2003-10-27 Rob Richardscannot import nodes without document
2003-10-27 Christian Stockerremove unneeded variables
2003-10-27 Christian Stocker- Make distinction in error-reporting between Warnings...
2003-10-26 Christian Stockerfix test (validation returns a warning, if xml is not...
2003-10-26 Christian Stocker- added interop between DOM and SimpleXML example
2003-10-26 Christian Stockerfix example for saving to file
2003-10-26 Rob Richardsadd interop with dom - simplexml_import_dom
2003-10-26 Rob Richardsuse common structures from php_libxml.h
2003-10-26 Rob Richardsadd interop with simplexml - dom_import_simplexml
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
next