summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3'Christoph M. Becker2018-11-234-1/+71
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-234-1/+71
| |\
| | * Fix #77177: Serializing or unserializing COM objects crashesChristoph M. Becker2018-11-234-1/+71
* | | Don't preload functions and classes declared outside of preloaded scripts (e....Dmitry Stogov2018-11-231-2/+30
* | | Refactored script creation and classes/functions copying.Dmitry Stogov2018-11-233-23/+61
* | | Remove unused do_free parameter from ADD_INTERNED_STRINGNikita Popov2018-11-221-20/+20
* | | Re-commit MySQL 8 cached SHA auth supportNikita Popov2018-11-217-29/+392
* | | Remove unecessaries SKIPIF sections for necessary extensionsGabriel Caruso2018-11-212-9/+0
* | | Merge branch 'PHP-7.3'Xinchen Hui2018-11-212-41/+147
|\ \ \ | |/ /
| * | Fixed bug #77088 (Segfault when using SoapClient with null options)Xinchen Hui2018-11-212-4/+69
| * | Fixed proto & folder markXinchen Hui2018-11-211-37/+78
* | | Implement password mechanism registrySara Golemon2018-11-2010-437/+633
* | | Remove redundant continue in for loopsRijnard van Tonder2018-11-201-5/+2
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-201-1/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-201-1/+9
| |\ \ | | |/
| | * Define __APPLE_USE_RFC_3542 for new ipv6 constantsMizunashi Mana2018-11-201-1/+9
| | * Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-203-0/+42
| * | Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-203-0/+42
* | | Fix opcache blacklist test on macOSMizunashi Mana2018-11-201-4/+11
* | | Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-203-0/+42
* | | Improved error messagesDmitry Stogov2018-11-201-2/+2
* | | Merge branch 'PHP-7.3'Remi Collet2018-11-201-6/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-11-201-6/+8
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-11-201-6/+8
| | |\
| | | * Fix #77151 ftp_close(): SSL_read on shutdownRemi Collet2018-11-201-6/+8
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-11-182-1/+41
| | |\ \ | | | |/
| | | * Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-182-1/+41
* | | | Fix typo in testsFabien Villepinte2018-11-194-6/+6
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-11-182-1/+41
|\ \ \ \ | |/ / /
| * | | Add test for bug #77047Anatol Belski2018-11-181-0/+40
| * | | FIX #77047: fixes regex for "time" data typeandy2018-11-181-1/+1
* | | | Remove some mentions of RECOVERABLE_ERROR in testsNikita Popov2018-11-1510-68/+7
* | | | Fix leaksNikita Popov2018-11-151-8/+10
* | | | Check for zero SplPriorityQueue extract flags earlierNikita Popov2018-11-152-23/+31
* | | | Optimize SplPriorityQueue implementationNikita Popov2018-11-151-58/+71
* | | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-1550-660/+660
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-11-152-4/+15
|\ \ \ \ | |/ / /
| * | | Fixed bug #77165Nikita Popov2018-11-152-4/+15
* | | | Remove unused variablesGabriel Caruso2018-11-151-2/+1
* | | | Remove missing SKIPIF sections for mbstring testsGabriel Caruso2018-11-154-0/+8
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-11-144-3241/+307
|\ \ \ \ | |/ / /
| * | | Rework magic data once moreAnatol Belski2018-11-144-3241/+307
* | | | typoDmitry Stogov2018-11-151-1/+1
* | | | Add openssl_x509_verify() functionBen Scholzen (DASPRiD)2018-11-144-0/+88
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-142-1/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-142-1/+26
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-11-142-1/+26
| | |\ \ | | | |/
| | | * Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERRORChristoph M. Becker2018-11-142-1/+26
* | | | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-147-2/+1108
* | | | Fixed issues related to optimization and persitence of classes linked with in...Dmitry Stogov2018-11-144-23/+88