summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.4.0RC2php-7.4.0RC2Derick Rethans2019-09-172-3/+3
* Update NEWS for PHP 7.4.0RC2Derick Rethans2019-09-171-1/+1
* Revert "Update NEWS for PHP 7.4.0RC2"Derick Rethans2019-09-171-1/+1
* Revert "Update NEWS for 7.4.0RC3"Derick Rethans2019-09-171-3/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-3/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-3/+5
| |\
| | * Increase timeout in testNikita Popov2019-09-171-3/+5
* | | Enable --with-mhash on CINikita Popov2019-09-174-1/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-173-9/+70
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-174-8/+76
| |\ \ | | |/
| | * Fix #76342: file_get_contents waits twice specified timeoutfancyweb2019-09-174-8/+76
* | | Fixed CLI/CGI/FPM build, when they are built together with Apache SAPIDmitry Stogov2019-09-171-1/+3
* | | Check for exception after calling count_values()Nikita Popov2019-09-174-1/+20
* | | Monitoring anonymous pages on mac via vmmap tagDavid Carlier2019-09-171-2/+11
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-4/+4
| |\ \ | | |/
| | * Add tilde to allowed status/ping pathDrakano2019-09-171-4/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-1/+1
| |\ \ | | |/
| | * Fix opcache return type for get_headers in zend_func_infoTyson Andre2019-09-171-1/+1
* | | Improve test usleep_basic by inlining its outputFabien Villepinte2019-09-171-5/+4
* | | Update NEWS for 7.4.0RC3Derick Rethans2019-09-171-0/+3
* | | Update NEWS for PHP 7.4.0RC2Derick Rethans2019-09-171-1/+1
* | | Fix #78429: opcache_compile_file(__FILE__); segfaultsChristoph M. Becker2019-09-163-0/+19
* | | Fix typoFabien Villepinte2019-09-161-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-161-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-161-2/+2
| |\ \ | | |/
| | * Fixed bug #78545Nikita Popov2019-09-161-2/+2
* | | Fix #78516: password_hash(): Memory cost is not in allowed rangeChristoph M. Becker2019-09-163-48/+60
* | | Fix use-after-free due to packed->mixed conversion with __unserialize()Nikita Popov2019-09-162-0/+17
* | | Fix segfault when unserializing abstract classNikita Popov2019-09-162-1/+20
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-162-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-162-0/+18
| |\ \ | | |/
| | * Fix leak in SplObjectStorage unserializationNikita Popov2019-09-162-0/+18
* | | Fix test after unserialize changeNikita Popov2019-09-161-10/+1
* | | Sanity-check array/object lengths during unserializationNikita Popov2019-09-163-3/+29
* | | Fixed typosDmitry Stogov2019-09-161-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-150-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-151-1/+1
| |\ \ | | |/
| | * Stick with zend_long for ABI compatibilityChristoph M. Becker2019-09-151-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-145-2/+56
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-145-2/+58
| |\ \ | | |/
| | * Fix #78535: auto_detect_line_endings value not parsed as boolbugreportuser2019-09-145-2/+58
* | | Fix double-free on invalid large octal with separatorsNikita Popov2019-09-142-48/+60
* | | Use XtOffsetOf() in url_scanner_exNikita Popov2019-09-141-1/+1
* | | Fix symtable_cache_limit assignment in phpdbgNikita Popov2019-09-141-1/+1
* | | Fix tautological compare warningDavid Carlier2019-09-141-2/+2
* | | Define OBJ_PROP_TO_OFFSET() using XtOffsetOf()Nikita Popov2019-09-141-1/+1
* | | Include stddef.h in zend_portability.h for offsetof() macroNikita Popov2019-09-141-17/+13
* | | Fix use-after-free in assign-ref compilationNikita Popov2019-09-131-6/+6