]> granicus.if.org Git - php/shortlog
php
2011-08-07 Rasmus LerdorfUse snprintf here instead to make the static analyzers...
2011-08-07 Rasmus LerdorfThese naked strcpy()s scare me
2011-08-07 Rasmus LerdorfUse property_info.name here instead since *name might...
2011-08-06 Rasmus LerdorfAvoid a potential double-free here
2011-08-06 Rasmus LerdorfNot our issue, but fixing here for now and reporting...
2011-08-06 Rasmus LerdorfFix another Coverity warning by initializing this to...
2011-08-06 Felipe Pena- Added change to UPGRADING
2011-08-06 Rui HirokawaMFH: changed mapping of 0xa5 for SJIS-mac to prevent...
2011-08-06 Felipe Pena- Added ZEND_MOD_END macro to use in the end of zend_mo...
2011-08-06 Rui HirokawaMFH: fixed encoding conversion when http_input=auto.
2011-08-06 Rui HirokawaMFH: improved error handling for ill-formed utf-8 based...
2011-08-06 Rui HirokawaMFH: added ill-formed utf-8 check for 0xEDXXXX.
2011-08-06 Rui HirokawaMFH (updated libmbfl version to 1.3.1).
2011-08-06 Felipe Pena- Added missing PHP_FE_END/ZEND_FE_END
2011-08-06 Felipe Pena- Fixed bug #55313 (Number of retries not set when...
2011-08-05 Rasmus Lerdorfefree match_sets on an error here - found by Coverity
2011-08-05 Rasmus LerdorfAnother potential missing va_end() found by Coverity
2011-08-05 Christopher... Improve test portabilty
2011-08-05 Rasmus LerdorfFix missing va_end() found by Coverity
2011-08-05 Andrey HristovFix for bug #55283 SSL options set by mysqli_ssl_set...
2011-08-05 Rui HirokawaMFH (added check for invalid utf-8 encoding).
2011-08-04 Rui HirokawaMFH (removed obsolete/invalid 5,6 byte encoding of...
2011-08-04 Felipe Pena- Added missing check (thanks neweracracker at gmail...
2011-08-04 Andrey HristovAdd mysqli_error_list() that returns an array with...
2011-08-04 Felipe Pena- Fixed possible efree(NULL) (bug #55296)
2011-08-03 Stanislav Malyshevback to dev
2011-08-03 Stanislav Malyshev5.4.0alpha3
2011-08-03 Stanislav Malyshevupdate NEWS
2011-08-03 Pierre Joye- update libcurl to 7.21.7
2011-08-03 Rui Hirokawafixed error handling on SJIS_Mobile (for SB/KDDI).
2011-08-03 Rui Hirokawafixed error handling on SJIS_Mobile.
2011-08-02 Andrey HristovRemove a warning by explicitly compiling out a non...
2011-08-02 Andrey Hristovcompletely compile out a currently non-needed function
2011-08-02 Andrey Hristovcompile out both parts of the code that are currently...
2011-08-02 Andrey Hristovfix warnings due to change in zend_property_info (struc...
2011-08-02 Dmitry StogovFixed bug #55339 (Segfault with allow_call_time_pass_re...
2011-08-02 Rui HirokawaMFH (updated libmbfl for 1.3.0.).
2011-08-02 Jérôme Loyet- Fixed bug #55340 (segfault when using some arguments...
2011-08-01 Dmitry StogovFixed bug #55305 (ref lost: 1st ref instantiated in...
2011-08-01 Dmitry StogovAdded support for Class::{expr}() syntax (Pierrick)
2011-08-01 Dmitry StogovFixed bug #50816 (Using class constants in array defini...
2011-08-01 Stanislav Malyshevfix params parsing
2011-08-01 Stanislav Malyshevfix tests
2011-08-01 Stanislav Malyshevfix failing tests
2011-07-31 Stanislav Malyshevfix termination in sha-512 too
2011-07-31 Stanislav Malyshevretore open_basedir check for unlink
2011-07-31 Stanislav Malyshevfix salt truncation bug in sha256
2011-07-31 Pierre Joye- blowfish 1.2 update, 2nd part
2011-07-31 Felipe Pena- Fixed tests
2011-07-31 Stefan MarrFixed Bug #55214 use of __CLASS__ within trait returns...
2011-07-31 Stefan MarrAdded __TRAIT__ magic constant [TRAITS] [DOC]
2011-07-31 Stefan MarrAdded: SKIP when tokenizer extension is not available
2011-07-31 Stefan MarrFixed test which was assuming that E_STRICT is not...
2011-07-31 Felipe Pena- Fixed bug #55326 (Trait method copying misindentifies...
2011-07-28 Pierre Joye- Fix #55301 (sybase part, take #2) check if malloc...
2011-07-28 Dmitry StogovReverted Gopal's patch that allowed plugable interned...
2011-07-28 Pierre Joye- Fix #55301 (mssql part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (sybase part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (url scanner part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (readline part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (interbase part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (pdo_odbc part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (com_dotnet part) check if malloc succeded
2011-07-28 Pierre Joye- Fix #55301 (curl part) check if malloc succeded
2011-07-27 Gopal VijayaraghavanAllow zend_is_interned_string to be pluggable
2011-07-27 Pierre Joye- do safemode/open basedir checks 1st, and use only...
2011-07-27 Pierre Joye- Fix #55295, check if malloc failed
2011-07-27 David Soria... Check if given string is long enough in zend_*_strtod
2011-07-27 Pierre Joye- do not resolve the link if all we want is to open...
2011-07-27 Pierre Joye- WS
2011-07-27 Pierre Joye- do not resolve the link if all we want is to open...
2011-07-27 Andrey Hristovlonger error messages, don't cut them
2011-07-27 Peter Cowburnadded (recursive)callbackfilteriterator to spl_classes...
2011-07-27 Pierre Joye- upgrading entry for binary number format
2011-07-27 Pierre Joye- correct 1st name
2011-07-27 Pierre Joye- add binary suport, FR #50638, as defined in RFC https...
2011-07-27 Christopher... Add explicit casts to remove some of Pierre's snapshot...
2011-07-26 Pierre Joye- news for bug #55124
2011-07-26 David Soria... Fix #55269 (--enable-dtrace fail on FreeBSD)
2011-07-26 Pierre Joye- Fixed bug 55124, recursive mkdir fails with current...
2011-07-26 Ulf WendelDouble check if line is sill usable and connected to...
2011-07-26 Ulf WendelCheck what happens if switching DB via API fails. Expec...
2011-07-26 Ulf WendelWould be nice if tests get updated whenever a feature...
2011-07-26 Ulf WendelFix mysqlnd detection
2011-07-26 Pierre Joye- simplify
2011-07-26 Pierre Joye- use cwd_expand now
2011-07-25 Christopher... Fix cast warning seen on some platforms
2011-07-25 Christopher... Patch r313663 and r313665 to allow PECL builds to work...
2011-07-25 Christopher... Remove old testname. This file now diverges from PHP_5_3
2011-07-25 Christopher... Update skipif
2011-07-25 Pierre Joye- add expand_filepath_with_mode (not used anywhere...
2011-07-25 Florian AnderiaschFix #55121 Segfault with multipart/form-data POST
2011-07-25 Ulf WendelTest update. 5.4+ is more verbose.
2011-07-25 Ulf WendelTest update. 5.4+ throws a catchable fatal error, 5...
2011-07-25 Felipe Pena- Fix compiler warning
2011-07-25 Felipe Pena- Use ZEND_FE_END macro here
2011-07-25 Felipe Pena- Make usage of new PHP_FE_END macro
2011-07-25 Felipe Pena- Added new macro to be used in the end of zend_functio...
2011-07-25 Rasmus LerdorfWhen you add something that changes the phpinfo output...
2011-07-24 Stefan MarrAdded forgotten tests cases for class_uses() from commi...
next