Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHP 5.3.19php-5.3.19PHP-5.3.19 | Johannes Schlüter | 2012-11-21 | 3 | -4/+4 |
| | |||||
* | 5.3.19RC1php-5.3.19RC1 | Johannes Schlüter | 2012-11-07 | 3 | -4/+4 |
| | |||||
* | Fixed bug #63447 (max_input_vars doesn't filter variables when ↵ | Xinchen Hui | 2012-11-07 | 5 | -0/+84 |
| | | | | mbstring.encoding_translation = On) | ||||
* | News entry for png memleak fix | Rasmus Lerdorf | 2012-11-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3 | Rasmus Lerdorf | 2012-11-05 | 76 | -29002/+40359 |
|\ | |||||
| * | Fixed bug #62444 (Handle leak in is_readable on windows). | Xinchen Hui | 2012-11-02 | 2 | -2/+7 |
| | | |||||
| * | Fixed bug #63241 PHP fails to open Windows deduplicated files. | Anatoliy Belsky | 2012-10-31 | 2 | -0/+13 |
| | | | | | | | | | | | | | | Fix by (daniel dot stelter-gliese at innogames dot de). No test is supplied because the issue addresses the new feature of the Windows Server 2012 and would need a very specific filesystem setup. | ||||
| * | read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| | | |||||
| * | NEWS for bug #62593 | David Soria Parra | 2012-10-30 | 1 | -0/+4 |
| | | |||||
| * | Bug #62593 Updated to account for INOUT parameters | Will Fitch | 2012-10-30 | 1 | -1/+2 |
| | | |||||
| * | Bug #62593 Updated test to verify bindParam doesn't change original value | Will Fitch | 2012-10-30 | 1 | -1/+3 |
| | | |||||
| * | Bug #62593 Updated to always treat zval by value | Will Fitch | 2012-10-30 | 2 | -4/+9 |
| | | |||||
| * | Bug #62593 Added test for change | Will Fitch | 2012-10-30 | 1 | -0/+44 |
| | | |||||
| * | Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native ↵ | Will Fitch | 2012-10-30 | 1 | -1/+12 |
| | | | | | | | | format in emulation mode | ||||
| * | Fixed bug #63389 (Missing context check on libxml_set_streams_context() ↵ | Xinchen Hui | 2012-10-30 | 4 | -12/+30 |
| | | | | | | | | | | | | | | causes memleak) Simply change the expect parameter type, the valid of the resource will be checked in using time. | ||||
| * | - Updated to version 2012.8 (2012h) | Derick Rethans | 2012-10-27 | 1 | -452/+451 |
| | | |||||
| * | Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ | ULF WENDEL | 2012-10-23 | 2 | -59/+71 |
| | | | | | | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests | ||||
| * | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3 | ULF WENDEL | 2012-10-23 | 3 | -7/+29 |
| |\ | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: fixed a typo in the error message Fixed bug #63297 Phar fails to write an openssl based signature enabled libxpm for gd on windows | ||||
| | * | fixed a typo in the error message | Anatoliy Belsky | 2012-10-25 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed bug #63297 Phar fails to write an openssl based signature | Anatoliy Belsky | 2012-10-24 | 2 | -6/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Unitialized values warnings seem to be everyday life when working with openssl. For more read http://www.openssl.org/support/faq.html#PROG13 So just fixing so the bug, no care about those warnings. | ||||
| | * | enabled libxpm for gd on windows | Anatoliy Belsky | 2012-10-24 | 1 | -1/+5 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3 | ULF WENDEL | 2012-10-22 | 1565 | -29976/+43262 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: (123 commits) Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) updated NEWS Fixed bug #63284 PCRE upgrade to 8.31 preg indenpent test script for #63055 Update libmagic.patch Add fix & missing fix Fixed bug #63307 (Unused variable in oci8.c) Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) - Updated to version 2012.7 (2012g) SUpport newer bisons. Merge the fix for #61964 to 5.3, which will fix #63304 indent better fix for #63055 Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) PHP 5.3.18 NEWS fix NEWS fix compilation failure on 32/64bit linux systems, when libmysql is used with ext/mysql Remove executable permission on inc Remove executable permission on phpt Fixed bug #63236 (Executable permission on various source files) ... | ||||
| | * | Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) | Christopher Jones | 2012-10-21 | 3 | -10/+32 |
| | | | | | | | | | | | | The original fix broke Solaris installs of OCI8 | ||||
| | * | updated NEWS | Anatoliy Belsky | 2012-10-19 | 1 | -0/+1 |
| | | | |||||
| | * | Fixed bug #63284 PCRE upgrade to 8.31 | Anatoliy Belsky | 2012-10-19 | 59 | -28459/+39657 |
| | | | |||||
* | | | These need to be volatile in order to prevent leaking after the | Rasmus Lerdorf | 2012-11-05 | 1 | -2/+2 |
| |/ |/| | | | | | longjmp in the error handler | ||||
* | | preg indenpent test script for #63055 | Xinchen Hui | 2012-10-19 | 1 | -0/+23 |
| | | |||||
* | | Update libmagic.patch | Xinchen Hui | 2012-10-19 | 1 | -57/+102 |
| | | |||||
* | | Add fix & missing fix | Christopher Jones | 2012-10-18 | 1 | -0/+7 |
| | | |||||
* | | Fixed bug #63307 (Unused variable in oci8.c) | Christopher Jones | 2012-10-18 | 2 | -2/+3 |
| | | | | | | | | An output section for oci_internal_debug() was setting but not using a variable | ||||
* | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3 | Christopher Jones | 2012-10-18 | 24 | -110/+430 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: - Updated to version 2012.7 (2012g) SUpport newer bisons. Merge the fix for #61964 to 5.3, which will fix #63304 indent better fix for #63055 Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) PHP 5.3.18 NEWS fix NEWS fix compilation failure on 32/64bit linux systems, when libmysql is used with ext/mysql Cover have_ssl=NO and have_ssl=DISABLED Minor changes for MySQL 5.6 NEWS for 76601c4 Fix bug #63240 on stream_get_line() extended the SKIPIF section with ICU 49 (sync with 5.4 branch) fixed tests for gd having freetype >= 2.4.10 | ||||
| * | | - Updated to version 2012.7 (2012g) | Derick Rethans | 2012-10-18 | 1 | -79/+95 |
| | | | |||||
| * | | SUpport newer bisons. | Derick Rethans | 2012-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge the fix for #61964 to 5.3, which will fix #63304 | Xinchen Hui | 2012-10-18 | 2 | -7/+89 |
| | | | |||||
| * | | indent | Xinchen Hui | 2012-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | better fix for #63055 | Xinchen Hui | 2012-10-18 | 2 | -2/+3 |
| | | | |||||
| * | | Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) | Xinchen Hui | 2012-10-18 | 3 | -2/+30 |
| | | | |||||
| * | | PHP 5.3.18 NEWS | Johannes Schlüter | 2012-10-17 | 1 | -4/+1 |
| | | | |||||
| * | | fix NEWS | Andrey Hristov | 2012-10-17 | 1 | -6/+10 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3 | Andrey Hristov | 2012-10-17 | 1316 | -1153/+2199 |
| |\ \ | |||||
| | * | | Cover have_ssl=NO and have_ssl=DISABLED | ULF WENDEL | 2012-09-29 | 2 | -4/+4 |
| | | | | |||||
| | * | | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 6 | -8/+18 |
| | | | | |||||
| | * | | NEWS for 76601c4 | Gustavo Lopes | 2012-10-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Fix bug #63240 on stream_get_line() | Gustavo Lopes | 2012-10-12 | 2 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stream_get_line() could contain the delimiter string if that string had more than one character. The bug manifested itself when a read on the stream ended with part of the delimiter string and the read after would start with the rest of the delimiter string; provided that the data of first read did not complete the max length result of the call to stream_get_line() with the partial delimiter used in that max length return. In that case, the delimiter will still appear in the result, divided in two subsequent return values. That is not a bug. See <http://www.mail-archive.com/internals@lists.php.net/msg61325.html> | ||||
| | * | | extended the SKIPIF section with ICU 49 (sync with 5.4 branch) | Anatoliy Belsky | 2012-10-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixed tests for gd having freetype >= 2.4.10 | Anatoliy Belsky | 2012-10-12 | 5 | -2/+145 |
| | | | | |||||
| * | | | fix compilation failure on 32/64bit linux systems, when libmysql is used | Andrey Hristov | 2012-10-17 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | with ext/mysql | ||||
* | | | | Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) | Christopher Jones | 2012-10-18 | 3 | -2/+4 |
| | | | | | | | | | | | | | | | | Improve high availability for explicitly terminated connections. | ||||
* | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3 | Christopher Jones | 2012-10-10 | 66 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Remove executable permission on inc | ||||
| * | | | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 66 | -0/+0 |
| | | | |