Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #63447 (max_input_vars doesn't filter variables when ↵ | Xinchen Hui | 2012-11-07 | 4 | -0/+80 |
| | | | | mbstring.encoding_translation = On) | ||||
* | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3 | Rasmus Lerdorf | 2012-11-05 | 73 | -29001/+40327 |
|\ | |||||
| * | 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 |
| | | |||||
| * | 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 | 3 | -12/+26 |
| | | | | | | | | | | | | | | 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 | ||||
| * | 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 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | 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 |
| | | |||||
| * | 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 | ||||
| * | 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 | ||||
* | Update libmagic.patch | Xinchen Hui | 2012-10-19 | 1 | -57/+102 |
| | |||||
* | 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 | 20 | -101/+399 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 |
| | | |||||
| * | 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 | 1 | -2/+1 |
| | | |||||
| * | Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) | Xinchen Hui | 2012-10-18 | 2 | -1/+25 |
| | | |||||
| * | Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3 | Andrey Hristov | 2012-10-17 | 874 | -914/+1542 |
| |\ | |||||
| | * | 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 |
| | | | |||||
| | * | Fix bug #63240 on stream_get_line() | Gustavo Lopes | 2012-10-12 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+7 |
| | | | | | | | | | | | | 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. | ||||
* | | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 56 | -0/+0 |
| | | |||||
* | | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 678 | -0/+0 |
| | | |||||
* | | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 56 | -0/+0 |
| | | |||||
* | | Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec) | Xinchen Hui | 2012-10-09 | 1 | -1/+1 |
| | | |||||
* | | exposing the libxpm version in phpinfo | Anatoliy Belsky | 2012-10-04 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3 | Derick Rethans | 2012-10-04 | 52 | -262/+553 |
|\ \ | |||||
| * | | reverted the previous fix for libpng include | Anatoliy Belsky | 2012-10-02 | 1 | -2/+1 |
| | | | |||||
| * | | fixed include checks for libpng under win | Anatoliy Belsky | 2012-10-02 | 1 | -1/+2 |
| | | | |||||
| * | | Avoding superfluous function call | Xinchen Hui | 2012-10-02 | 1 | -3/+5 |
| | | | |||||
| * | | Add test for #35895 | Xinchen Hui | 2012-10-02 | 1 | -0/+24 |
| | | | |||||
| * | | FD_ZERO file descriptors before calling curl_multi_fdset | Pierrick Charron | 2012-09-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | As per curl documentation http://curl.haxx.se/libcurl/c/curl_multi_fdset.html we need to FD_ZERO file descriptors before calling the curl_multi_fdset function | ||||
| * | | Correct the test summary | Xinchen Hui | 2012-09-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug #60723 (error_log error time has changed to UTC ignoring default ↵ | Xinchen Hui | 2012-09-24 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | timezo) Cherry pick to 5.3 | ||||
| * | | Avoid calling select if maxfd returned by curl_multi_fdset is -1 | Pierrick Charron | 2012-09-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As per libcurl documentation : When libcurl returns -1 in max_fd, it is because libcurl currently does something that isn't possible for your application to monitor with a socket and unfortunately you can then not know exactly when the current action is completed using select(). | ||||
| * | | split tests for the new zlib version on win | Anatoliy Belsky | 2012-09-18 | 4 | -162/+217 |
| | | | |||||
| * | | Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken) | Xinchen Hui | 2012-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | test should fail | Xinchen Hui | 2012-09-17 | 1 | -0/+3 |
| | | |