]> granicus.if.org Git - php/shortlog
php
2005-09-25 Antony Dovgalfix 64bit issues caused by wrong "long" usage
2005-09-25 Antony Dovgalfix arguments-by-ref with 5.x (problem appeared after...
2005-09-25 Marcus Boerger- Make code more readable, fix issue with parameter...
2005-09-25 Ilia AlshanetskyFixed bug #34321 (Possible crash in filter code).
2005-09-25 Marcus Boerger- Implement RecursiveIteratorIterator::setMaxDepth...
2005-09-25 <changelog... ChangeLog update
2005-09-24 Marcus Boerger- Rename here too
2005-09-24 foobarfix typo
2005-09-24 Marcus Boerger- Serializeable was renamed to Serializable long ago
2005-09-24 Edin KadribasicMFB: Allow php extensions to use php_escape_shell_cmd...
2005-09-24 Edin KadribasicMFB: Build PDO and SQLite as shared
2005-09-24 Pierre Joye- #33220, fix infinite loop while loading invalid gif...
2005-09-24 Edin KadribasicMFB: sqlite3.h is a generated file
2005-09-24 Edin KadribasicMFB: Declare functions used by driver as PDO_API in...
2005-09-24 <changelog... ChangeLog update
2005-09-23 Derick Rethans- Implemented filter_int, filter_float and filter_bool.
2005-09-23 Marcus Boerger- Remove unused variable
2005-09-23 Marcus Boerger- WS
2005-09-23 Marcus Boerger- WS fix
2005-09-23 Andrei Zmievskisubstr() sample case
2005-09-23 Antony Dovgalfix test
2005-09-23 Antony Dovgalfix tests to work with HEAD and its new E_* values
2005-09-23 Antony Dovgalremove double EXPECT tag
2005-09-23 Antony Dovgaladd new tests
2005-09-23 Antony DovgalMF5.1:
2005-09-23 foobar- Improved the fix for #21306 a bit
2005-09-23 Dmitry StogovMFH
2005-09-23 <changelog... ChangeLog update
2005-09-22 Antony Dovgalfix #32081 (mysqli_real_connect(): mysqli.default_socke...
2005-09-22 Antony Dovgalbump API number
2005-09-22 Antony Dovgalfix #33771 (error_reporting falls to 0 when @ was used...
2005-09-22 Antony Dovgal.. and the fix
2005-09-22 Antony Dovgalfix Win32 builds for PHP_4_4
2005-09-22 Derick Rethans- Changed variable handling code so that filter flags...
2005-09-22 Edin KadribasicMFB: Fix building of extensions that inlcude extname...
2005-09-22 Antony Dovgalprepare to release 1.1.1
2005-09-22 Derick Rethans- Removed ALLOW_SIGN filter flag, as this will always...
2005-09-22 <changelog... ChangeLog update
2005-09-21 Marcus Boerger- Fixed Bug #34590 User defined PDOStatement class...
2005-09-21 Marcus Boerger- MFB
2005-09-21 Dmitry StogovFixed memory corruption
2005-09-21 Dmitry StogovAllow fopen() make HTTPS requests throug HTTP proxies
2005-09-21 Ilia AlshanetskyMFB: fixed compiler warnings
2005-09-21 Ilia AlshanetskyFixed bug #34565 (mb_send_mail does not fetch mail...
2005-09-21 Marcus Boerger- Fix Bug #34243 ReflectionClass::getDocComment() retur...
2005-09-21 Derick Rethans- Fixed definition in correct file. (Patch by Nuno)
2005-09-21 Derick Rethans- Moved the FREE_OP to after the execution of the inclu...
2005-09-21 <changelog... ChangeLog update
2005-09-20 Johannes Schlüter- Remove HTML fragments from phpcredits() in CLI mode
2005-09-20 foobar- Fixed bug #21306 (catch bailouts of write handler...
2005-09-20 Ilia AlshanetskyAllow overloading of PDO constructor.
2005-09-20 Marcus Boerger- Provide helper function to avoid TSRM issues with...
2005-09-20 Derick Rethans- Moved constants to private .h file
2005-09-20 Stanislav Malyshevfix crash on restarting static PHP having session modul...
2005-09-20 Marcus Boerger- Synch utest with test
2005-09-20 Dmitry StogovZTS fix
2005-09-20 <changelog... ChangeLog update
2005-09-20 Ilia AlshanetskyMFB: remove PDO_ prefix
2005-09-20 Wez Furlonguse PDO:: class constants
2005-09-20 Ilia AlshanetskyMake PDO use class constants
2005-09-19 Marcus Boerger- Add eytension consts to extension output (Johannes)
2005-09-19 Marcus Boerger- Fix filename
2005-09-19 Antony DovgalMF5.0: add new test
2005-09-19 Dmitry StogovFixed access to uninitialized value
2005-09-19 Marcus Boerger- Fix filename in docu
2005-09-19 Marcus Boerger- Add deprecated/compatibility class for BC
2005-09-19 Marcus Boerger- More TSRM fixes
2005-09-19 Marcus Boerger- Fix building with 5.0
2005-09-19 Dmitry StogovMFH (removed unnecesary call to zval_ptr_dtor)
2005-09-19 Dmitry StogovFixed access to memory that is already freed (in case...
2005-09-19 Dmitry StogovFixed parameter passing incompatibilities.
2005-09-19 Dmitry StogovUnicode support
2005-09-19 Dmitry StogovUnicode support
2005-09-19 Dmitry StogovFixed test file
2005-09-19 <changelog... ChangeLog update
2005-09-19 Ilia AlshanetskyAdd blame :)
2005-09-18 Marcus Boerger- Update docu: new slides are available
2005-09-18 Marcus Boerger- Observer/Subject have been renamed
2005-09-18 Marcus Boerger- Add missing docu
2005-09-18 Marcus Boerger- Derick changed the test but forgot to make the code...
2005-09-18 Marcus Boerger- Rename 'CachingRecursiveIterator' to 'RecursiveCachin...
2005-09-18 Marcus Boerger- Move RecursiveArrayIterator into .c
2005-09-17 Edin KadribasicMFB
2005-09-17 <changelog... ChangeLog update
2005-09-16 Antony Dovgalcheck class_entry of this_ptr in Reflection API, so...
2005-09-16 foobarPlease, only add entries for fixed bugs if they are...
2005-09-16 Dmitry StogovFixed bug #34478 (Incorrect parsing of url's fragment...
2005-09-16 Dmitry StogovFixed tests
2005-09-16 Dmitry StogovMFH
2005-09-16 Marcus Boerger- MFB
2005-09-16 Dmitry StogovFixed bug #34518 (Unset doesn't separate container...
2005-09-16 Dmitry StogovMFH (overriding of protected static property)
2005-09-16 <changelog... ChangeLog update
2005-09-15 Derick Rethans- Fixed bug #34052 (date('U') returns %ld not unix...
2005-09-15 Derick Rethans- Added tests.
2005-09-15 Derick Rethans- Add E_RECOVERABLE.
2005-09-15 Marcus Boerger- Rename file class again by popular demmand: calling...
2005-09-15 foobarMFB
2005-09-15 <changelog... ChangeLog update
2005-09-15 Marcus Boerger- Changed in version 5.1
next