summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] update NEWSphp-7.0.25PHP-7.0.25Anatol Belski2017-10-241-0/+9
|
* Set versionsAnatol Belski2017-10-243-4/+4
|
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-242-1/+24
| | | | | | | * PHP-5.6: Fixed bug #72535 arcfour encryption stream filter crashes php (cherry picked from commit 968c8fc0d5f05f4abfc7caa4726cbfae6a5d0bf8)
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-245-717/+2337
| | | | | | | | * PHP-5.6: Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian() Apply upstream patch for CVE-2016-1283 (cherry picked from commit 5efbcd1882abaf6ef64cc5ee5266040353ba25b2)
* Set versionsphp-7.0.25RC1Anatol Belski2017-10-103-4/+4
|
* Fix array access on undeclared properties in DateIntervalAnatol Belski2017-10-092-1/+52
|
* Bugfix #74556 stream_socket_get_name() returns null bytes on MacOSSara Golemon2017-10-071-1/+1
|
* Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)Christoph M. Becker2017-10-063-1/+20
| | | | Of course, reflection has to know that as well.
* Fixed bug #75311Mathieu CARBONNEAUX2017-10-052-2/+6
|
* Bumped ext/oci8 versionDmitry Stogov2017-10-042-1/+4
|
* Merge branch 'oci8_fix' into PHP-7.0Dmitry Stogov2017-10-045-81/+102
|\ | | | | | | | | | | | | | | * oci8_fix: Use dereferenced value Fixed compilation errors Restored code for BOOL variables Fixed few ext/oci8 bugs
| * Use dereferenced valueDmitry Stogov2017-10-031-5/+5
| |
| * Fixed compilation errorsDmitry Stogov2017-10-031-5/+5
| |
| * Restored code for BOOL variablesDmitry Stogov2017-10-021-0/+6
| |
| * Fixed few ext/oci8 bugsDmitry Stogov2017-09-205-81/+96
| |
* | Typo in status.htmlViktor Szépe2017-10-031-1/+1
| | | | | | | | feet needs -> fit needs
* | Fix bug #74905Peter Kokot2017-10-031-15/+15
| |
* | Remove ident gitattribute for ext/zip/php_zip.cPeter Kokot2017-10-031-1/+0
| |
* | Fix bug #75290Andrea Faulds2017-09-293-3/+38
| |
* | Apply upstream patch for CVE-2016-1283Anatol Belski2017-09-282-1/+16
| | | | | | | | | | | | Fix bug #75207, see also https://bugzilla.redhat.com/show_bug.cgi?id=1295385 https://vcs.pcre.org/pcre?view=revision&revision=1636
* | Fix CGI m4 config message when CGI is disabledPeter Kokot2017-09-271-3/+3
| |
* | Fix bug #75248 and #75251Peter Kokot2017-09-272-2/+7
| |
* | Fixed #75220 - Segfault when calling is_callable on parentNester2017-09-273-3/+36
| |
* | Remove some old sapi/apache_hooks and sapi/apache leftoversPeter Kokot2017-09-253-9/+4
| |
* | Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).Xinchen Hui2017-09-243-1/+18
| |
* | Compiler warningXinchen Hui2017-09-241-1/+1
| |
* | Fixed bug #75252Nikita Popov2017-09-244-3/+33
| |
* | Fix thread safetyAnatol Belski2017-09-211-2/+2
| |
* | Fix bug #75236Andrea Faulds2017-09-213-4/+52
| |
* | Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)Christoph M. Becker2017-09-203-2/+24
|/ | | | | We must not overwrite the SPL_DLLIST_IT_FIX flag when changing the iterator mode.
* Fix the version check causing the test failAnatol Belski2017-09-181-13/+1
|
* Update lib_versions.txtAnatol Belski2017-09-181-2/+2
|
* Move to next binary SDK version for AppVeyorAnatol Belski2017-09-151-1/+1
|
* Properly update string type flagsDmitry Stogov2017-09-131-2/+4
|
* Revert "Properly update string type flags"Dmitry Stogov2017-09-131-7/+0
| | | | This reverts commit 99b1a62d559f993ed02c50e6a4298c4bd2dcd33c.
* Fixed testDmitry Stogov2017-09-121-0/+1
|
* Properly update string type flagsDmitry Stogov2017-09-121-0/+7
|
* Fix test failure on 32-bitAnatol Belski2017-09-121-1/+1
|
* drop symbol definition, and not defined anywhereRemi Collet2017-09-121-1/+0
|
* [ci skip] update NEWSAnatol Belski2017-09-121-0/+1
|
* Fixed bug #75193 segfault in collator_convert_object_to_stringRemi Collet2017-09-122-2/+20
|
* Move dev to 7.0.25Anatol Belski2017-09-123-5/+9
|
* [ci skip] Fix news entry formatAnatol Belski2017-09-121-1/+1
|
* fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-123-1/+23
|
* Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-113-0/+20
| | | | | | | Actually, there is no negative zero at all. We obey Postel's law, and still accept negative zeroes, but we store them as positive zeroes after the conversion from string, i.e. we normalize before further processing.
* Fork test to keep up with libxsl >= 1.1.30Anatol Belski2017-09-112-0/+207
| | | | | | The behavior of date parsing has changed and is reflected in the changelog. Invalid dates are not accepted, in particular dates with a negative year, as in this test.
* Add symbol to libxml exportsAnatol Belski2017-09-111-0/+1
|
* Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-3/+1
| | | | One warning disappeared, but the flow is still valid.
* Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
| | | | From 2.9.5 on libxml explcitly initializes the keepBlanks flag.
* Fix test compatibility with libxml2 2.9.5Anatol Belski2017-09-111-2/+2
|