summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect outbuf freeingNikita Popov2019-02-081-8/+0
* Fix invalid freeNikita Popov2019-02-081-1/+2
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-081-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-081-1/+1
| |\
| | * Fix FTPS passive mode of data channel event pollYanTao2019-02-081-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-02-072-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-02-072-4/+4
| |\ \ | | |/
| | * Sync test with changes in libcurl 7.64.0Anatol Belski2019-02-071-3/+3
| | * Sync test for libcurl 7.64.0Anatol Belski2019-02-071-1/+1
* | | Remove --disable-opcache-filecache optionNikita Popov2019-02-077-90/+2
* | | Some more test removalsNikita Popov2019-02-0512-1119/+0
* | | Remove zpp variation testsNikita Popov2019-02-05477-107780/+0
* | | Remove copyright years.Dmitry Stogov2019-02-0557-58/+58
* | | Mark ldap_control_paged_result and ldap_control_paged_result_response as depr...Côme Chilliet2019-02-045-2/+10
* | | Remove local variablesPeter Kokot2019-02-03632-4657/+111
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-02-031-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-02-031-2/+2
| |\ \ | | |/
| | * Properly check for array_replace_recursive in sccp.cTyson Andre2019-02-031-2/+2
* | | Deprecate mb_ereg_replace with non-string patternNikita Popov2019-02-013-2/+44
* | | Fix bogus $PHP_PCRE_REGEX checksNikita Popov2019-02-011-8/+6
* | | Revert "Don't silence fatal errors with @"Nikita Popov2019-01-3143-43/+43
* | | Don't silence fatal errors with @Nikita Popov2019-01-3143-43/+43
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-01-302-1/+111
|\ \ \ | |/ /
| * | Fix #77546 iptcembed broken functionGuillaume Degoulet2019-01-302-1/+111
* | | opcache/FreeBSD huge code page pragma supportDavid Carlier2019-01-302-1/+48
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-30514-515/+515
* | | Avoid mention of php7 in credits scriptNikita Popov2019-01-282-10/+11
* | | Merge branch 'PHP-7.3'Jakub Zelenka2019-01-253-49/+184
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-01-253-49/+184
| |\ \ | | |/
| | * Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS reco...Jakub Zelenka2019-01-252-24/+21
| | * Update and integrate openssl client proxy testJakub Zelenka2019-01-253-150/+72
| | * Add a test for fragmented SSL packetsAbyr Valg2019-01-252-0/+216
* | | Fixed bug #77518Nikita Popov2019-01-251-1/+1
* | | Fixed crashDmitry Stogov2019-01-251-1/+2
* | | Remove unused prototype in mbstringNikita Popov2019-01-241-2/+0
* | | Allow strip_tags with an array of allowed tagnamesAndreas Treichel2019-01-243-31/+56
* | | Fixed crashDmitry Stogov2019-01-241-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-242-2/+12
|\ \ \ | |/ /
| * | Fixed bug #77514Nikita Popov2019-01-242-2/+12
* | | Disallow PHP startup, in case some ext ext/standard sub-module is not initial...Dmitry Stogov2019-01-241-25/+6
* | | Make more tests run os MacOSGabriel Caruso2019-01-226-22/+3
* | | Remove the "o" serialization formatNikita Popov2019-01-221-11/+0
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-221-1/+1
|\ \ \ | |/ /
| * | Fixed bug #77287Nikita Popov2019-01-221-1/+1
* | | Implement ??= operatorNikita Popov2019-01-225-1/+10
* | | Make tokenizer test robust against token renumberingNikita Popov2019-01-221-26/+5
* | | Use SSA instead of bogus reverse linear scan.Dmitry Stogov2019-01-221-3/+6
* | | Use ZEND_FUNC_FREE_LOOP_VAR flag to avoid useless iterations.Dmitry Stogov2019-01-213-1/+19
* | | Avoid double live ranges recalculation.Dmitry Stogov2019-01-211-0/+6
* | | Remove superfluous variableChristoph M. Becker2019-01-211-2/+1