summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.1.11PHP-7.1.11Joe Watkins2017-10-253-4/+4
|
* news entriesJoe Watkins2017-10-241-0/+9
|
* Fix testAnatol Belski2017-10-241-1/+2
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-242-1/+24
| | | | | * PHP-7.0: Fixed bug #72535 arcfour encryption stream filter crashes php
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-245-925/+1066
| | | | | | * PHP-7.0: Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian() Apply upstream patch for CVE-2016-1283
* php-7.1.11php-7.1.11RC1Joe Watkins2017-10-103-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-101-0/+1
|\ | | | | | | | | * PHP-7.0: [ci skip] Add NEWS entry for bug #75349
| * [ci skip] Add NEWS entry for bug #75349Christoph M. Becker2017-10-101-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-101-6/+6
|\ \ | |/ | | | | | | * PHP-7.0: Fix re2c version detection
| * Fix re2c version detectionAnatol Belski2017-10-101-6/+6
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-100-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Move dev to 7.0.26
| * Move dev to 7.0.26Anatol Belski2017-10-103-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-092-1/+52
|\ \ | |/ | | | | | | * PHP-7.0: Fix array access on undeclared properties in DateInterval
| * Fix array access on undeclared properties in DateIntervalAnatol Belski2017-10-092-1/+52
| |
* | Fix ftok() multibyte path supportAnatol Belski2017-10-091-3/+13
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-071-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Bugfix #74556 stream_socket_get_name() returns null bytes on MacOS
| * Bugfix #74556 stream_socket_get_name() returns null bytes on MacOSSara Golemon2017-10-071-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-063-1/+20
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional)
| * 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.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-052-2/+6
|\ \ | |/
| * Fixed bug #75311Mathieu CARBONNEAUX2017-10-052-2/+6
| |
* | Fixed rarely possible use-after-freeDmitry Stogov2017-10-041-0/+13
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-047-82/+106
|\ \ | |/ | | | | | | | | | | | | | | * PHP-7.0: Bumped ext/oci8 version Use dereferenced value Fixed compilation errors Restored code for BOOL variables Fixed few ext/oci8 bugs
| * 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
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Typo in status.html
| * | Typo in status.htmlViktor Szépe2017-10-031-1/+1
| | | | | | | | | | | | feet needs -> fit needs
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-030-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix bug #74905
| * | Fix bug #74905Peter Kokot2017-10-031-15/+15
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-031-1/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Remove ident gitattribute for ext/zip/php_zip.c
| * | Remove ident gitattribute for ext/zip/php_zip.cPeter Kokot2017-10-031-1/+0
| | |
* | | NEWSRemi Collet2017-10-021-0/+3
| | |
* | | Fixed bug #75303 sha3 hangs on bigendianRemi Collet2017-10-021-1/+1
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-09-293-3/+38
|\ \ \ | |/ /
| * | Fix bug #75290Andrea Faulds2017-09-293-3/+38
| | |
* | | Fixed bug #75267 (possible &/&& mixup)Xinchen Hui2017-09-291-1/+1
| | |
* | | Fix word alignment on ILP64.Sara Golemon2017-09-281-1/+1
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-282-1/+16
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Apply upstream patch for CVE-2016-1283
| * | 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 mkdir() special case for path length < 260 and > 248Anatol Belski2017-09-282-1/+88
| | |
* | | Fixed bug #75255 (Request hangs and not finish)Dmitry Stogov2017-09-273-0/+25
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix CGI m4 config message when CGI is disabled
| * | Fix CGI m4 config message when CGI is disabledPeter Kokot2017-09-271-3/+3
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-272-2/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix bug #75248 and #75251
| * | Fix bug #75248 and #75251Peter Kokot2017-09-272-2/+7
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-273-3/+36
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fixed #75220 - Segfault when calling is_callable on parent