]> granicus.if.org Git - php/shortlog
php
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_...
2005-08-30 Marcus Boerger- MFH (missing run-tests2.php rename part)
2005-08-30 Derick Rethans- Fixed bug #34302 (date('W') do not return leading...
2005-08-30 Marcus Boerger- BFN
2005-08-30 Dmitry StogovFixed possible memory leak
2005-08-29 Ilia AlshanetskyMark pspell as working
2005-08-29 Sara GolemonMFH: allocate_new_resource() handles the malloc() for...
2005-08-29 foobarMFH
2005-08-28 Ilia AlshanetskyUpgraded bundled SQLite library for PDO:SQLite to 3.2.5
2005-08-28 Ilia AlshanetskyUpgraded bundled SQLite library for PDO:SQLite to 3...
2005-08-28 Rob RichardsBFN
2005-08-28 Rob RichardsMFH: Fixed bug #34276 (setAttributeNS doesn't work...
2005-08-28 foobarNuke misinformation
2005-08-28 foobarThis is no longer required
2005-08-28 foobar- Fixed bug #34284 (CLI phpinfo showing html on _SERVER...
2005-08-28 foobarMFH
2005-08-26 Marcus Boerger- MFH
2005-08-26 Derick Rethans- MFH: Fixed a bug where stream_get_meta_data() did...
2005-08-26 Ilia AlshanetskyFixed bug #34214 (base64_decode() does not properly...
2005-08-26 Rob RichardsMFH: Fix URI escaping
2005-08-25 Marcus Boerger_ MFH
2005-08-25 Marcus Boerger- MFH Fixed bug #34257 (lib64 not handled correctly...
2005-08-25 foobarFix crash with e.g. stream_get_meta_data()
2005-08-25 Derick Rethans- MFH: Fixed bug #34087 for real.
2005-08-24 Ilia AlshanetskyMFH: Remainder of the 34191 bug fix.
2005-08-24 foobarPCRE lib is 6.2
2005-08-24 Derick RethansMFH:
2005-08-24 Dmitry StogovFixed boolean encoding (from 0/1 to false/true) to...
2005-08-24 Dmitry StogovFixed return-by-reference from internal functions
next