Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix NEWSphp-5.4.9PHP-5.4.9 | Stanislav Malyshev | 2012-11-20 | 1 | -0/+12 |
| | |||||
* | 5.4.9 | Stanislav Malyshev | 2012-11-18 | 3 | -4/+4 |
| | |||||
* | 5.4.9 rc1php-5.4.9RC1 | Stanislav Malyshev | 2012-11-07 | 3 | -4/+4 |
| | |||||
* | fix NEWS | Stanislav Malyshev | 2012-11-07 | 1 | -0/+4 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-07 | 4 | -0/+80 |
|\ | |||||
| * | Fixed bug #63447 (max_input_vars doesn't filter variables when ↵ | Xinchen Hui | 2012-11-07 | 5 | -0/+84 |
| | | | | | | | | mbstring.encoding_translation = On) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-06 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | 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 |
| |\ | |||||
| * | | 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 | ||||
* | | | News entry for png memleak fix | Rasmus Lerdorf | 2012-11-05 | 1 | -0/+1 |
| | | | |||||
* | | | 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 | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-02 | 2 | -2/+7 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fixed bug #62444 (Handle leak in is_readable on windows). | Xinchen Hui | 2012-11-02 | 2 | -2/+7 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-10-31 | 2 | -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 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. | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | |||||
* | | | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves ↵ | Xinchen Hui | 2012-10-31 | 4 | -4/+57 |
| | | | | | | | | | | | | traitnames) | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-10-30 | 2 | -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 #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 | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-30 | 4 | -12/+30 |
|\ \ \ | |/ / | |||||
| * | | 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. | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Derick Rethans | 2012-10-27 | 1 | -452/+451 |
|\ \ \ | |/ / | |||||
| * | | - Updated to version 2012.8 (2012h) | Derick Rethans | 2012-10-27 | 1 | -452/+451 |
| | | | |||||
* | | | Fixed bug #63180 (Corruption of hash tables) | Dmitry Stogov | 2012-10-26 | 2 | -0/+19 |
| | | | |||||
* | | | fix bug #63369 | Antony Dovgal | 2012-10-26 | 2 | -0/+7 |
| | | | | | | | | | | | | (un)serialize() leaves dangling pointers, causes crashes | ||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-10-26 | 1 | -8/+6 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: ext/pdo_mysql/mysql_statement.c | ||||
| * | | 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 | ||||
| * \ \ | 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) ... | ||||
* | | | | | This won't make the test pass but now its at least one that shows no ↵ | ULF WENDEL | 2012-10-26 | 1 | -26/+31 |
| | | | | | | | | | | | | | | | | | | | | unnecessary error messages... | ||||
* | | | | | News entry for CURL notice addition | Anthony Ferrara | 2012-10-25 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Notice if CURLOPT_SSL_VERIFYHOST is set to true | John Jawed (JJ) | 2012-10-25 | 2 | -1/+34 |
| | | | | | |||||
* | | | | | Fix for bug #62820 | ULF WENDEL | 2012-10-23 | 1 | -50/+63 |
| | | | | | |||||
* | | | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4 | ULF WENDEL | 2012-10-23 | 6 | -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.3 | Anatoliy Belsky | 2012-10-25 | 2 | -6/+24 |
| | | | | | | |||||
| * | | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-10-25 | 0 | -0/+0 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | * PHP-5.3: fixed a typo in the error message | ||||
| | * | | | | fixed a typo in the error message | Anatoliy Belsky | 2012-10-25 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-10-24 | 0 | -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 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' into PHP-5.4 | Anatoliy Belsky | 2012-10-24 | 0 | -0/+0 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | * PHP-5.3: enabled libxpm for gd on windows | ||||
| | * | | | | enabled libxpm for gd on windows | Anatoliy Belsky | 2012-10-24 | 1 | -1/+5 |
| | | |/ / | | |/| | | |||||
| * | | | | Update test script | Xinchen Hui | 2012-10-23 | 1 | -3/+3 |
| | | | | |