| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unused ret | Xinchen Hui | 2015-06-28 | 2 | -0/+4 |
| | | |||||
| * | tweak the zendparse symbol to be exported with newer bison | Anatol Belski | 2015-06-28 | 1 | -0/+7 |
| | | |||||
| * | fix touching | Anatol Belski | 2015-06-27 | 1 | -1/+1 |
| | | |||||
| * | touch all the files before creating a tarball | Anatol Belski | 2015-06-27 | 1 | -0/+3 |
| | | |||||
| * | fix one more bad char in the NEWS | Anatol Belski | 2015-06-27 | 1 | -1/+1 |
| | | |||||
| * | remove BOM and a unicode char from the NEWS | Anatol Belski | 2015-06-27 | 1 | -2/+2 |
| | | |||||
| * | updated NEWS | Christoph M. Becker | 2015-06-27 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 2 | -2/+39 |
| |\ | | | | | | | | | | | * PHP-5.6: updated NEWS Fixed #69655: php -S changes MKCALENDAR request method to MKCOL | ||||
| | * | updated NEWS | Christoph M. Becker | 2015-06-27 | 1 | -1/+2 |
| | | | |||||
| | * | Fixed #69655: php -S changes MKCALENDAR request method to MKCOL | Christoph M. Becker | 2015-06-27 | 2 | -2/+39 |
| | | | | | | | | | | | The parsing of the request method in the CLI server has been faulty, so that several unsupported methods have been recognized as other methods. | ||||
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 1 | -1/+3 |
| |\ \ | |/ | | | | | | | * PHP-5.6: added skip condition for powershell requirement of test | ||||
| | * | added skip condition for powershell requirement of test | Christoph M. Becker | 2015-06-27 | 1 | -1/+3 |
| | | | |||||
| * | | updated NEWS | Christoph M. Becker | 2015-06-27 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 2 | -0/+22 |
| |\ \ | |/ | | | | | | | * PHP-5.6: Fix #64878: 304 responses return Content-Type header | ||||
| | * | updated NEWS | Christoph M. Becker | 2015-06-27 | 1 | -0/+3 |
| | | | |||||
| | * | Fix #64878: 304 responses return Content-Type header | Christoph M. Becker | 2015-06-27 | 2 | -0/+22 |
| | | | | | | | | | | | According to RFC 7232 304 responses should not send a Content-Type header, so the CLI server should comply. | ||||
| * | | Merge some fixes from Senthil. Some test diffs still remain. | Christopher Jones | 2015-06-27 | 1 | -26/+44 |
| | | | |||||
| * | | Fix table name in initialization DROP TABLE statement | Christopher Jones | 2015-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | Feature: Enhanced array_column() to also work with object elements. | Tjerk Meesters | 2015-06-27 | 3 | -19/+202 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 1 | -0/+12 |
| |\ \ | |/ | | | | | | | * PHP-5.6: added regression test for bug #69679 | ||||
| | * | added regression test for bug #69679 | Christoph M. Becker | 2015-06-27 | 1 | -0/+12 |
| | | | | | | | | | DOMDocument::loadHTML refuses to accept NULL bytes. | ||||
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-26 | 1 | -0/+27 |
| |\ \ | |/ | | | | | | | | | * PHP-5.6: slightly revised bug69462.phpt Test for bug #69462 | ||||
| | * | slightly revised bug69462.phpt | Christoph M. Becker | 2015-06-26 | 1 | -1/+2 |
| | | | |||||
| | * | Test for bug #69462 | Tomasz Sawicki | 2015-06-26 | 1 | -0/+26 |
| | | | | | | | | | | | Test scenario for already fixed bug #69462 with segmentation fault when SoapVar XML node name was null. | ||||
| * | | Fix warning in zend_execute.c by explicit cast | Bob Weinand | 2015-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Use ZEND_INIT_STATIC_METHOD_CALL for literals of form "classname::method" | Bob Weinand | 2015-06-26 | 2 | -6/+47 |
| | | | |||||
| * | | Fix closure leak test | Aaron Piotrowski | 2015-06-26 | 1 | -2/+2 |
| | | | |||||
| * | | Fix test duplication, add more tests | Aaron Piotrowski | 2015-06-26 | 2 | -1/+31 |
| | | | |||||
| * | | restricted test to English locale (fails otherwise) | Christoph M. Becker | 2015-06-26 | 1 | -1/+4 |
| | | | |||||
| * | | fixed broken test (syntax error in SKIPIF section) | Christoph M. Becker | 2015-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add test for bug #69939 | Kalle Sommer Nielsen | 2015-06-26 | 1 | -0/+11 |
| | | | |||||
| * | | Fixed bug #69939 (Casting object to bool returns false) | Kalle Sommer Nielsen | 2015-06-26 | 2 | -1/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://git.php.net/push/php-src | Kalle Sommer Nielsen | 2015-06-26 | 13 | -50/+154 |
| |\ \ | |||||
| | * | | Fix Closure leak in aborted INIT_DYNAMIC_FCALL | Bob Weinand | 2015-06-26 | 2 | -0/+17 |
| | | | | |||||
| | * | | Added more indirect call tests, remove invalid test | Aaron Piotrowski | 2015-06-25 | 3 | -21/+101 |
| | | | | |||||
| | * | | Fix 'Class::method' indirect call with empty method name | Aaron Piotrowski | 2015-06-25 | 2 | -24/+0 |
| | | | | |||||
| | * | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2015-06-26 | 5 | -0/+31 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-5.6: Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs | ||||
| | | * | Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read ↵ | Tjerk Meesters | 2015-06-26 | 5 | -1/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with extra certs Squashed commit of the following: commit a64c1d9bc4c129fd946a478bdcb55101e42157b7 Author: Tomasz Sawicki <falundir@gmail.com> Date: Wed Jun 24 08:49:37 2015 +0200 Fix #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs The "key values mismatch" error is triggered in openssl_pkcs12_read by PKCS12_parse, because it uses X509_check_private_key to separate main certificate (which corresponds to private key) from extra certificates. Extra certificates usually comes first (p12 contents are reversed as stack) and X509_check_private_key triggers X509_R_KEY_VALUES_MISMATCH error. The fix pops "key values mismatch" error from OpenSSL error stack for each extra certificate if there are any. | ||||
| | * | | 3rd arg to stream_set_timeout is optional | Rasmus Lerdorf | 2015-06-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | ignore_user_abort() should take a bool not a string | ||||
| | * | | Merge branch 'PHP-5.6' | Julien Pauli | 2015-06-25 | 0 | -0/+0 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-5.6: fix unknown size of void error | ||||
| | | * | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-06-25 | 0 | -0/+0 |
| | | |\ | | | | | | | | | | | | | | | | | * PHP-5.5: fix unknown size of void error | ||||
| | | | * | fix unknown size of void error | Anatol Belski | 2015-06-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://git.php.net/push/php-src | Kalle Sommer Nielsen | 2015-06-25 | 61 | -303/+561 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Optimize out usless conditions used by specializer | Dmitry Stogov | 2015-06-25 | 2 | -4/+12 |
| | | | | | |||||
| | * | | | update the doc in regard to the latest discussions | Anatol Belski | 2015-06-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-06-25 | 0 | -0/+0 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.6: backport missing rev bfdc9e280515c1639dfe1d81ce6fc225d2cf1bc9 | ||||
| | | * | | backport missing rev bfdc9e280515c1639dfe1d81ce6fc225d2cf1bc9 | Anatol Belski | 2015-06-25 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Better check for __builtin_constant_p() availability | Dmitry Stogov | 2015-06-25 | 2 | -1/+5 |
| | | | | | |||||
| | * | | | Moved test to correct place | Dmitry Stogov | 2015-06-25 | 1 | -0/+0 |
| | | | | | |||||
| | * | | | Fix paths issue when fetching .phpdbginit under Windows | Bob Weinand | 2015-06-25 | 2 | -2/+5 |
| | | | | | |||||
