]> granicus.if.org Git - php/shortlog
php
2005-09-14 foobarMFH
2005-09-14 Ilia AlshanetskyMFH: Fix error detection for queries such as OPTIMIZE
2005-09-13 foobarMFH
2005-09-13 Ilia AlshanetskyMFH: MFH: Make key() and current() take argument by...
2005-09-13 Antony Dovgalbfn
2005-09-13 Antony Dovgalfix #34450 (Segfault when calling mysqli_close() in...
2005-09-12 Sara GolemonMFH(r-1.719) Plug leak of 1/2 bytes when converting...
2005-09-12 foobarMFH: Fixed build with phpize
2005-09-12 Ilia AlshanetskyMFH: Fixed bug #34456 (Possible crash inside pspell...
2005-09-12 Dmitry StogovFixed bug #34199 (if($obj)/if(!$obj) inconsistency)
2005-09-12 Dmitry StogovAdditinal fix for bug #34277 (array_filter() crashes...
2005-09-12 Dmitry StogovFixed huge memory leak in ZTS mode (backport from HEAD)
2005-09-12 Dmitry StogovFixed bug #34449 (ext/soap: XSD_ANYXML functionality...
2005-09-12 Dmitry StogovBetter fix for exceptions in __sleep()
2005-09-11 Wez FurlongWhen populating bound columns, override the returned...
2005-09-11 Wez FurlongFix PECL Bug #5010
2005-09-11 Greg Beaverprepare for using go-pear.phar
2005-09-11 Ilia AlshanetskyMake use of 5.0+ features
2005-09-11 Wez Furlongremove traversable interface; apparently it's not enoug...
2005-09-11 Wez Furlongupdate manifest
2005-09-11 Wez Furlongupdate package.xml files and version numbers, in antici...
2005-09-11 Wez Furlongset version numbers to 1.0
2005-09-11 Wez FurlongMFH: reset the statement when closeCursor() is called.
2005-09-11 Wez Furlongmerge George's fixes back from HEAD
2005-09-10 Wez Furlongcloses #33707: error information was not passed up...
2005-09-10 Wez Furlongif a php bolean makes it as far as the parameter callba...
2005-09-10 Wez Furlongand touch the generated file
2005-09-10 Wez Furlongactually register PDO_PARAM_BOOL as a constant (doh!).
2005-09-10 Wez Furlongcloses PECL #5027; PDO_FETCH_NAMED not handled via...
2005-09-10 Wez FurlongAdd test for this bug report; can't repeat the problem.
2005-09-10 Wez Furlongadd __sleep and __wakeup functions to prevent serialize...
2005-09-10 Wez Furlongallow exceptions thrown in __sleep to interrupt the...
2005-09-10 Derick Rethans- Fix version numbers as discussed to help version_comp...
2005-09-10 Wez FurlongAdd PDOStatement::bindValue(), which is similar to...
2005-09-09 Dmitry StogovChanged "instanceof" and "catch" operators, is_a()...
2005-09-08 Ilia AlshanetskyMFH: Allow retrieval of query parse errors from SQLite.
2005-09-08 Ilia AlshanetskyMFH: Fixed bug #34420 (Possible crash inside curl_multi...
2005-09-08 Rob RichardsMFH: add save options parameter
2005-09-08 Rob RichardsMFH: add additional constants
2005-09-08 Rasmus LerdorfThat line made no sense
2005-09-08 Dmitry StogovFixed crash on AIX
2005-09-07 Greg Beaverinstall-pear.phar removed -> moved to http://pear.php...
2005-09-07 Greg Beaverattempt to make new instructions clearer
2005-09-07 Greg Beaverchange makefile to use phar and not source, if present
2005-09-07 Dmitry StogovFixed memory allocation bug
2005-09-07 Ilia AlshanetskyMFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16
2005-09-07 Ilia AlshanetskyUpdated TODO
2005-09-06 Ilia AlshanetskySimplify code by making use 5.1+ functions
2005-09-05 Greg Beavertest version of install-pear.phar
2005-09-05 foobartouch
2005-09-05 foobarMFH: - Fixed bug #34311 (unserialize() crashes with...
2005-09-05 foobarBFN
2005-09-05 Frank M. KromannMFB: Fix for #34369
2005-09-05 Ilia AlshanetskyFixed compiler warning
2005-09-04 Marcus Boerger- MFH
2005-09-04 Wez Furlongassign a version number
2005-09-04 Wez FurlongAllow ext/mysql to build against PHP 4 again; update...
2005-09-04 Edin Kadribasictouch
2005-09-04 Edin KadribasicFix for #34233
2005-09-03 Edin KadribasicDon't crash on invalid parameter #34203 (Wez)
2005-09-02 foobarreorder
2005-09-02 foobarBFN
2005-09-02 Andrei ZmievskiFix bug #34307. We were not calling on_modify handler...
2005-09-02 Marcus Boerger- MFH Update docu
2005-09-02 Ilia AlshanetskyMFH: Resolved bug #34240.
2005-09-02 Derick Rethans- MFH: Added date_time_set, date_date_set and date_isod...
2005-09-02 foobarRevert
2005-09-02 foobarMFH
2005-09-02 Derick Rethans- MFH: Update timezone database to version "2005m".
2005-09-02 Derick Rethans- MFH: New layout for tz database file.
2005-09-02 Derick Rethans- Fixed bug #34304 (date() doesn't have a modifier...
2005-09-02 foobar- Moved exts to PECL
2005-09-02 foobarit is good idea to return something always
2005-09-02 Dmitry StogovFixed bug #34260 (Segfault with callbacks (array_map...
2005-09-02 Rob RichardsMFH: Fix key length so params passed by array can be...
2005-09-02 foobarFix test (week numbers below 10 are zero-prefixed now)
2005-09-01 Ilia AlshanetskyMFH: Fixed bug #34331 (php crashes when variables_order...
2005-09-01 foobarMFH: - Fixed bug #34307 (OnUpdateStringUnempty INI...
2005-09-01 George SchlossnagleMFH. Protect against underflow - refs http://pecl.php...
2005-09-01 foobarMFH
2005-09-01 Wez Furlongportability fix (for solaris)
2005-09-01 Dmitry StogovFixed bug #34137 (assigning array element by reference...
2005-09-01 Dmitry StogovMFH
2005-09-01 Derick Rethans- MFH: Fixed bug #33414 (Comprehensive list of incorrec...
2005-09-01 Dmitry StogovFixed bug #34277 (array_filter() crashes with reference...
2005-09-01 foobarNSF
2005-09-01 Dmitry StogovFixed bug #34310 (foreach($arr as $c->d => $x) crashes)
2005-09-01 Dmitry StogovSupport for class constants and static members for...
2005-09-01 foobarMFH
2005-09-01 Ilia AlshanetskyMFH: Fixed bug #34001 (pdo_mysql truncates numberic...
2005-08-31 foobarFixed bug #34323
2005-08-31 Rob RichardsMFH: make sxe_properties_get respect namespace scope
2005-08-31 foobarUpdate credits
2005-08-31 foobar- Moved ext/oracle to PECL
2005-08-31 foobarMFH:- Fixed bug #34306 (wddx_serialize_value() crashes...
2005-08-31 Derick Rethans- Fixed bug #33957 (gmdate('W')/date('W') sometimes...
2005-08-31 foobarAdded test for bug #34310
2005-08-31 Marcus Boerger- MFH run-tests-config.php was never used and now renamed
2005-08-31 George SchlossnagleMFH, fix 34072
2005-08-30 Ilia AlshanetskyMFH: Fixed bug #32589 (possible crash inside imap_mail_...
next