summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3'Anatol Belski2018-09-212-3/+24
|\
| * Add test for bug #76909Anatol Belski2018-09-211-0/+21
| * Fixed bug #76909 preg_match difference between 7.3 and < 7.3Anatol Belski2018-09-211-3/+3
| * Upgrade PCRE2 to 10.32Anatol Belski2018-09-2136-4038/+4870
* | Fix permissionsPeter Kokot2018-09-2155-0/+0
* | Remove HAVE_TIME_HPeter Kokot2018-09-211-1/+0
* | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-202-0/+20
|\ \ | |/
| * Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string off...Dmitry Stogov2018-09-202-0/+20
* | Update to SQLite 3.25.1Christoph M. Becker2018-09-192-11/+19
* | Use macroDmitry Stogov2018-09-191-7/+7
* | Improved hash copyingDmitry Stogov2018-09-192-71/+31
* | Remove zend_hash_exists()Dmitry Stogov2018-09-191-3/+1
* | Merge branch 'PHP-7.3'Nikita Popov2018-09-191-4/+4
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-192-12/+12
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-192-12/+12
| | |\
| | | * Fix getColumnMeta() testNikita Popov2018-09-191-8/+8
| | | * Fix intermittent failures in mysqli_stmt_bind_result_format.phptNikita Popov2018-09-191-4/+4
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-181-3/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-181-3/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-181-3/+1
| | |\ \ | | | |/
| | | * Fix bug #75533: array_reduce is slow when $carry is large arrayManabu Matsui2018-09-181-3/+1
* | | | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-181-22/+0
* | | | Upgrade PCRE2 to 10.32Anatol Belski2018-09-1836-4038/+4870
* | | | Simplify buffer management in php_intl_idn_to_46()Nikita Popov2018-09-181-16/+3
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-181-1/+0
|\ \ \ \ | |/ / /
| * | | Remove invalid freeNikita Popov2018-09-181-1/+0
* | | | Remove bundled libzipNikita Popov2018-09-18112-14258/+0
* | | | drop support for bundled libzip (linux)Remi Collet2018-09-181-116/+5
* | | | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-187-31/+35
* | | | Remove HAVE_STDARG_HPeter Kokot2018-09-181-18/+1
* | | | Remove HAVE_STRING_HPeter Kokot2018-09-1815-60/+5
* | | | Merge branch 'PHP-7.3'Pierrick Charron2018-09-171-1/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-09-171-1/+17
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-09-171-1/+17
| | |\ \ | | | |/
| | | * Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-171-1/+17
* | | | Remove my_estrdup() and my_efree() macrosNikita Popov2018-09-172-4/+3
* | | | Remove __USE_GNU definesNikita Popov2018-09-172-10/+0
* | | | Don't export anything in php_sysvmsg.hNikita Popov2018-09-172-34/+30
* | | | Set correct error code and adapt testAnatol Belski2018-09-171-0/+0
* | | | Fix getColumnMeta() testNikita Popov2018-09-171-8/+8
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-1712-74/+55
* | | | Don't use xml resource in openssl testNikita Popov2018-09-171-2/+1
* | | | Remove PHP_XML_INTERNAL definesNikita Popov2018-09-173-3/+0
* | | | Remove HAVE_STDIO_HPeter Kokot2018-09-171-1/+0
* | | | Make PHP development tools files executablePeter Kokot2018-09-172-0/+2
* | | | Explain why the test was skippedGabriel Caruso2018-09-162-2/+2
* | | | Remove HAVE_STDLIB_HPeter Kokot2018-09-167-13/+4
* | | | Remove HAVE_SYS_VARARGS_HPeter Kokot2018-09-161-11/+1
* | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-1627-27/+27
* | | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-163-37/+37