summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix NEWSphp-5.4.9PHP-5.4.9Stanislav Malyshev2012-11-201-0/+12
|
* 5.4.9Stanislav Malyshev2012-11-183-4/+4
|
* 5.4.9 rc1php-5.4.9RC1Stanislav Malyshev2012-11-073-4/+4
|
* fix NEWSStanislav Malyshev2012-11-071-0/+4
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-074-0/+80
|\
| * Fixed bug #63447 (max_input_vars doesn't filter variables when ↵Xinchen Hui2012-11-075-0/+84
| | | | | | | | mbstring.encoding_translation = On)
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-060-0/+0
|\ \ | |/
| * News entry for png memleak fixRasmus Lerdorf2012-11-051-0/+1
| |
| * Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Rasmus Lerdorf2012-11-0576-29002/+40359
| |\
| * | These need to be volatile in order to prevent leaking after theRasmus Lerdorf2012-11-051-2/+2
| | | | | | | | | | | | longjmp in the error handler
* | | News entry for png memleak fixRasmus Lerdorf2012-11-051-0/+1
| | |
* | | These need to be volatile in order to prevent leaking after theRasmus Lerdorf2012-11-051-2/+2
| | | | | | | | | | | | longjmp in the error handler
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-022-2/+7
|\ \ \ | | |/ | |/|
| * | Fixed bug #62444 (Handle leak in is_readable on windows).Xinchen Hui2012-11-022-2/+7
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-312-0/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: Fixed bug #63241 PHP fails to open Windows deduplicated files.
| * | Fixed bug #63241 PHP fails to open Windows deduplicated files.Anatoliy Belsky2012-10-312-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.
* | | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2012-10-311-1/+1
|\ \ \ | |/ /
| * | read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| | |
* | | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves ↵Xinchen Hui2012-10-314-4/+57
| | | | | | | | | | | | traitnames)
* | | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-10-302-1/+64
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: NEWS for bug #62593 Bug #62593 Updated to account for INOUT parameters Bug #62593 Updated test to verify bindParam doesn't change original value Bug #62593 Updated to always treat zval by value Bug #62593 Added test for change Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode
| * | NEWS for bug #62593David Soria Parra2012-10-301-0/+4
| | |
| * | 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
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-304-12/+30
|\ \ \ | |/ /
| * | Fixed bug #63389 (Missing context check on libxml_set_streams_context() ↵Xinchen Hui2012-10-304-12/+30
| | | | | | | | | | | | | | | | | | | | | causes memleak) Simply change the expect parameter type, the valid of the resource will be checked in using time.
* | | Merge branch 'PHP-5.3' into PHP-5.4Derick Rethans2012-10-271-452/+451
|\ \ \ | |/ /
| * | - Updated to version 2012.8 (2012h)Derick Rethans2012-10-271-452/+451
| | |
* | | Fixed bug #63180 (Corruption of hash tables)Dmitry Stogov2012-10-262-0/+19
| | |
* | | fix bug #63369Antony Dovgal2012-10-262-0/+7
| | | | | | | | | | | | (un)serialize() leaves dangling pointers, causes crashes
* | | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-10-261-8/+6
|\ \ \ | |/ / | | | | | | | | | Conflicts: ext/pdo_mysql/mysql_statement.c
| * | 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
| * | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3ULF WENDEL2012-10-233-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
| * \ \ Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3ULF WENDEL2012-10-221565-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) ...
* | | | | This won't make the test pass but now its at least one that shows no ↵ULF WENDEL2012-10-261-26/+31
| | | | | | | | | | | | | | | | | | | | unnecessary error messages...
* | | | | News entry for CURL notice additionAnthony Ferrara2012-10-251-0/+4
| | | | |
* | | | | Notice if CURLOPT_SSL_VERIFYHOST is set to trueJohn Jawed (JJ)2012-10-252-1/+34
| | | | |
* | | | | Fix for bug #62820ULF WENDEL2012-10-231-50/+63
| | | | |
* | | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4ULF WENDEL2012-10-236-9/+101
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: merged changes for bug #63297 from 5.3 fixed a typo in the error message Fixed bug #63297 Phar fails to write an openssl based signature enabled libxpm for gd on windows enabled libxpm for gd on windows Update test script Test for #63336, xfail now Fixed bug #63305 (zend_mm_heap corrupted with traits)
| * | | | | merged changes for bug #63297 from 5.3Anatoliy Belsky2012-10-252-6/+24
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-250-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | * PHP-5.3: fixed a typo in the error message
| | * | | | fixed a typo in the error messageAnatoliy Belsky2012-10-251-1/+1
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-240-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63297 Phar fails to write an openssl based signature
| | * | | | Fixed bug #63297 Phar fails to write an openssl based signatureAnatoliy Belsky2012-10-242-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 windowsAnatoliy Belsky2012-10-241-1/+5
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-240-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * PHP-5.3: enabled libxpm for gd on windows
| | * | | | enabled libxpm for gd on windowsAnatoliy Belsky2012-10-241-1/+5
| | | |/ / | | |/| |
| * | | | Update test scriptXinchen Hui2012-10-231-3/+3
| | | | |