summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #63447 (max_input_vars doesn't filter variables when ↵Xinchen Hui2012-11-074-0/+80
| | | | mbstring.encoding_translation = On)
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Rasmus Lerdorf2012-11-0573-29001/+40327
|\
| * read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| |
| * Bug #62593 Updated to account for INOUT parametersWill Fitch2012-10-301-1/+2
| |
| * Bug #62593 Updated test to verify bindParam doesn't change original valueWill Fitch2012-10-301-1/+3
| |
| * Bug #62593 Updated to always treat zval by valueWill Fitch2012-10-302-4/+9
| |
| * Bug #62593 Added test for changeWill Fitch2012-10-301-0/+44
| |
| * Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native ↵Will Fitch2012-10-301-1/+12
| | | | | | | | format in emulation mode
| * Fixed bug #63389 (Missing context check on libxml_set_streams_context() ↵Xinchen Hui2012-10-303-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 Rethans2012-10-271-452/+451
| |
| * Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ULF WENDEL2012-10-232-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 messageAnatoliy Belsky2012-10-251-1/+1
| |
| * Fixed bug #63297 Phar fails to write an openssl based signatureAnatoliy Belsky2012-10-241-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 windowsAnatoliy Belsky2012-10-241-1/+5
| |
| * Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)Christopher Jones2012-10-213-10/+32
| | | | | | | | The original fix broke Solaris installs of OCI8
| * Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-1959-28459/+39657
| |
* | These need to be volatile in order to prevent leaking after theRasmus Lerdorf2012-11-051-2/+2
|/ | | | longjmp in the error handler
* Update libmagic.patchXinchen Hui2012-10-191-57/+102
|
* Fixed bug #63307 (Unused variable in oci8.c)Christopher Jones2012-10-182-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.3Christopher Jones2012-10-1820-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 Rethans2012-10-181-79/+95
| |
| * Merge the fix for #61964 to 5.3, which will fix #63304Xinchen Hui2012-10-182-7/+89
| |
| * indentXinchen Hui2012-10-181-1/+1
| |
| * better fix for #63055Xinchen Hui2012-10-181-2/+1
| |
| * Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)Xinchen Hui2012-10-182-1/+25
| |
| * Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3Andrey Hristov2012-10-17874-914/+1542
| |\
| | * Cover have_ssl=NO and have_ssl=DISABLEDULF WENDEL2012-09-292-4/+4
| | |
| | * Minor changes for MySQL 5.6ULF WENDEL2012-09-296-8/+18
| | |
| | * Fix bug #63240 on stream_get_line()Gustavo Lopes2012-10-121-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 Belsky2012-10-121-1/+1
| | |
| | * fixed tests for gd having freetype >= 2.4.10Anatoliy Belsky2012-10-125-2/+145
| | |
| * | fix compilation failure on 32/64bit linux systems, when libmysql is usedAndrey Hristov2012-10-171-0/+7
| | | | | | | | | | | | with ext/mysql
* | | Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)Christopher Jones2012-10-183-2/+4
| |/ |/| | | | | Improve high availability for explicitly terminated connections.
* | Remove executable permission on incXinchen Hui2012-10-1056-0/+0
| |
* | Remove executable permission on phptXinchen Hui2012-10-10678-0/+0
| |
* | Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-0956-0/+0
| |
* | Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)Xinchen Hui2012-10-091-1/+1
| |
* | exposing the libxpm version in phpinfoAnatoliy Belsky2012-10-041-0/+5
| |
* | Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Derick Rethans2012-10-0452-262/+553
|\ \
| * | reverted the previous fix for libpng includeAnatoliy Belsky2012-10-021-2/+1
| | |
| * | fixed include checks for libpng under winAnatoliy Belsky2012-10-021-1/+2
| | |
| * | Avoding superfluous function callXinchen Hui2012-10-021-3/+5
| | |
| * | Add test for #35895Xinchen Hui2012-10-021-0/+24
| | |
| * | FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-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 summaryXinchen Hui2012-09-241-1/+1
| | |
| * | Fixed bug #60723 (error_log error time has changed to UTC ignoring default ↵Xinchen Hui2012-09-241-0/+19
| | | | | | | | | | | | | | | | | | timezo) Cherry pick to 5.3
| * | Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-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 winAnatoliy Belsky2012-09-184-162/+217
| | |
| * | Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)Xinchen Hui2012-09-181-1/+1
| | |
| * | test should failXinchen Hui2012-09-171-0/+3
| | |