]> granicus.if.org Git - php/shortlog
php
2011-08-08 Ilia AlshanetskyDeadcode & sizeof fix for issues found by coverity
2011-08-08 Ilia AlshanetskyMake static analyzers happy
2011-08-08 Pierrick CharronFix typo
2011-08-08 Pierrick CharronUse snprintf to make the static analyzers happy
2011-08-08 Xinchen HuiPrevented the warning about truncate int to char
2011-08-08 Pierrick CharronUse snprintf and strncat to make the static analyzers...
2011-08-08 Xinchen HuiRemove no sense statements
2011-08-08 Ilia AlshanetskyAvoid strcpy() usage
2011-08-07 Ilia AlshanetskyFixes for variety of issues identified by coverity...
2011-08-07 Gwynne Raskindpossible use without init fixed
2011-08-07 Gwynne RaskindFront- and back-port rev 314431 (missing php.h include)
2011-08-07 Gwynne RaskindBack- and front-port fixes for #55019
2011-08-07 Rasmus LerdorfFix more signed 1-bit bitfield, and let's use strlcpy...
2011-08-07 Rasmus LerdorfNot an issue here, but a good habit to follow consisten...
2011-08-07 Rasmus LerdorfMake static analyzers happy
2011-08-07 Xinchen Huirevert -r314422
2011-08-07 Xinchen HuiFixed bug that may dereferenced NULL pointer before...
2011-08-07 Xinchen HuiInitialize variable with fixed value for avoiding compi...
2011-08-07 Pierrick Charronfunction_name cannot be false
2011-08-07 Pierrick Charronclass entry is never used
2011-08-07 Pierrick CharronPointer returned is never used
2011-08-07 Rasmus LerdorfOops
2011-08-07 Rasmus LerdorfThese naked strcpy()s scare me
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 ZEND_MOD_END macro to use in the end of zend_mo...
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-04 Felipe Pena- Added missing check (thanks neweracracker at gmail...
2011-08-04 Felipe Pena- Fixed possible efree(NULL) (bug #55296)
2011-08-03 Pierre Joye- update libcurl to 7.21.7
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 Dmitry StogovFixed bug #55339 (Segfault with allow_call_time_pass_re...
2011-08-01 Dmitry StogovFixed bug #50816 (Using class constants in array defini...
2011-07-31 Stanislav Malyshevfix termination in sha-512 too
2011-07-31 Stanislav Malyshevfix salt truncation bug in sha256
2011-07-31 Pierre Joye- blowfish 1.2 update, 2nd part
2011-07-31 Pierre Joye- add test for blowfish 1.2 (Solar Designer)
2011-07-28 Pierre Joye- Fix #55301 (sybase part, take #2) check if malloc...
2011-07-28 Ilia Alshanetskyback to dev
2011-07-28 Ilia Alshanetsky5.3.7RC4
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 Pierre Joye- Fix #55295, check if malloc failed
2011-07-27 Andrey Hristovlonger error messages, don't cut them
2011-07-27 Christopher... Add explicit casts to remove some of Pierre's snapshot...
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-25 Christopher... Fix cast warning seen on some platforms
2011-07-25 Felipe Pena- Revert accidental change
2011-07-25 Christopher... Patch r313663 and r313665 to allow PECL builds to work...
2011-07-25 Christopher... Update skipif
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-23 Scott MacVicarWhen we have a blocking SSL socket, respect the timeout...
2011-07-23 Felipe Pena- Disable __sync_fetch_and_add for HPUX for now, gcc...
2011-07-21 Daniel ConvissorFix spelling error.
2011-07-21 Daniel ConvissorHave test for add/sub/diff one second during ST/DST...
2011-07-21 Pierre Joye- Fixed bug #55258 (Windows Version Detecting Error...
2011-07-20 Ryan Biesemeyerremoving openssl test for bug #55169 per Scott MacVicar...
2011-07-20 Ryan Biesemeyerupdate test for bug #55169, fix skipif
2011-07-20 Ryan Biesemeyerupdate test for bug #55169, don't require the extension...
2011-07-20 Ryan Biesemeyertests for bug #55169 (mcrypt and openssl)
2011-07-20 Daniel ConvissorRename and enhance test for bug 55253 now that bugs...
2011-07-19 Scott MacVicaropenssl_encrypt() / openssl_decrypt() were flawed and...
2011-07-19 Felipe Pena- Fixed bug #55231 (Unsatisfied symbols __sync_fetch_an...
2011-07-19 Popa Adrian... Fix for bug http://bugs.php.net/54426
2011-07-19 Pierre Joye- update libpng to 1.2.46
2011-07-18 Pierre Joye- update blowfish to 1.2 (Solar Designer)
2011-07-18 Jérôme Loyetfix a segfault when passing an empty value to a ini...
2011-07-18 Pierre Joye- MFH: Fixed bug #54204 (Can't set a value with a PATH...
2011-07-18 Jérôme Loyetremove forgotten debug log
2011-07-17 Jérôme Loyet- get rid of FPM_AUTOCONFIG_H which has never existed...
2011-07-17 Stanislav MalyshevRegister warning change
2011-07-15 Philip OlsonUpdated is_a() and is_subclass_of() tests as per the...
2011-07-14 Ilia AlshanetskyBack to dev
2011-07-14 Ilia Alshanetsky5.3.7RC3
2011-07-13 Jérôme Loyetfind option '-not' is not POSIX compliant
2011-07-13 Daniel ConvissorHave test for add/sub/diff one second during DST/ST...
2011-07-13 Daniel ConvissorAdd test for constructing times during the dst/st conve...
2011-07-12 Pierre Joye- Fixed bug #55187, readlink returns weird characters...
2011-07-12 Pierre Joye- Bug #55169, improve fix, allow non interactive user...
2011-07-12 Stanislav Malyshevremove warning for is_a() BC
2011-07-11 Ilia AlshanetskyFixed bug #55014 (Compile failure due to improper use...
next