summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix tests regarding negative fileinode()Christoph M. Becker2020-07-154-31/+31
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-151-18/+14
|\
| * Fix bug #78008: dns_check_record() always return true on AlpineAndy Postnikov2020-07-151-18/+14
* | Fixed bug #79820Christopher Broadbent2020-07-152-0/+39
* | Merge remote-tracking branch 'upstream/PHP-7.4' into PHP-7.4Nikita Popov2020-07-141-8/+8
|\ \
| * | Fix test for x86 WindowsChristoph M. Becker2020-07-131-8/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-141-2/+3
|\ \ \ | |/ / |/| / | |/
| * Fixed bug #79849Evgeny Stepanischev2020-07-141-2/+3
* | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-111-1/+1
|\ \ | |/
| * Fixed BC break of php_debug_zval_dumptwosee2020-07-111-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-112-25/+37
|\ \ | |/
| * Fixed bug #79830 introduced by fixing bug #79821twosee2020-07-112-25/+37
* | Merge branch 'PHP-7.3' into PHP-7.4twosee2020-07-112-0/+24
|\ \ | |/
| * Fixed bug #79821twosee2020-07-112-0/+24
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-5/+5
|\ \ | |/
| * Fixed bug #79817Nikita Popov2020-07-101-5/+5
* | Enable further ext/standard/tests/file tests on WindowsChristoph M. Becker2020-07-103-8/+9
* | Fix skip reasonsChristoph M. Becker2020-07-1010-12/+9
* | Enable symlink_link_linkinfo_is_link_* tests on WindowsChristoph M. Becker2020-07-1013-68/+74
* | enable ext/ldap/tests on azurePaweł Tomulik2020-07-101-0/+1
* | fix some ext/ldap/testsPaweł Tomulik2020-07-103-7/+30
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-8/+36
|\ \ | |/
| * Fix some memory bugs in ldap.cPaweł Tomulik2020-07-091-8/+38
* | Prevent parallel test conflictsChristoph M. Becker2020-07-092-5/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-082-5/+29
|\ \ | |/
| * Fix bug #79787XXiang2020-07-082-5/+29
| * Report len as -1 instead of INT_MAXNikita Popov2020-07-082-2/+2
* | Fix tests for x86 WindowsChristoph M. Becker2020-07-032-12/+12
* | Skip test if SeCreateSymbolicLinkPrivilege is not givenChristoph M. Becker2020-07-031-0/+7
* | Enable readlink_realpath_* tests on WindowsChristoph M. Becker2020-07-029-15/+374
* | Enable most lstat_stat_* tests on WindowsChristoph M. Becker2020-07-0217-115/+61
* | Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-026-34/+16
* | Handle SO_ options only at SOL_SOCKET levelNikita Popov2020-07-021-40/+41
* | Allow different error message for errno 58Nikita Popov2020-07-021-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-302-1/+16
|\ \ | |/
| * Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-302-1/+16
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-294-14/+77
|\ \ | |/
| * Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-294-14/+77
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-292-0/+16
|\ \ | |/
| * Fix #79756: finfo_file crash (FILEINFO_MIME)Christoph M. Becker2020-06-292-0/+16
* | Don't inline static call to instance methodNikita Popov2020-06-291-0/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-262-2/+18
|\ \ | |/
| * Fixed bug #79741Nikita Popov2020-06-262-2/+18
* | Handle *0 / *1 more consistentlyNikita Popov2020-06-241-2/+5
* | Fix potential environment variable deadlockChristoph M. Becker2020-06-241-0/+1
* | Fix #69804: ::getStaticPropertyValue() throws on protected propsChristoph M. Becker2020-06-244-37/+81
* | Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-242-4/+65
* | Revert "Fix #79487: ::getStaticProperties() ignores property modifications"Christoph M. Becker2020-06-232-65/+4
* | Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-232-4/+65
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-231-1/+4
|\ \ | |/