summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Slightly increase tolerance in time_sleep_until() testNikita Popov2020-01-031-1/+1
* Try to fix intermittently failing test caseChristoph M. Becker2020-01-031-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-5/+49
|\
| * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-032-5/+49
* | Remove unnecessary strncpy in zipNikita Popov2020-01-031-3/+2
* | Fixed bug #79056Nikita Popov2020-01-032-21/+12
* | Add test case for bug #78883Christoph M. Becker2020-01-021-0/+34
* | Fixed bug #79055Nikita Popov2020-01-021-37/+29
* | Extract functions for file cache type serializationNikita Popov2020-01-021-17/+29
* | Fix file cache run_time_cache unserializationNikita Popov2020-01-021-1/+9
* | Update ZCSG(map_ptr_last) only if for_shmNikita Popov2020-01-021-1/+3
* | Populate hashtable of __sleep() propertiesNikita Popov2020-01-022-82/+76
* | Deref names returned by __sleep()Nikita Popov2020-01-022-0/+19
* | Extract php_var_serialize_nested_data() functionNikita Popov2020-01-021-61/+61
* | [ci skip] Revert "Add test case for bug #78883"Christoph M. Becker2019-12-311-33/+0
* | Add test case for bug #78883Christoph M. Becker2019-12-311-0/+33
* | Also propagate include exceptions in opcacheNikita Popov2019-12-301-20/+28
* | Properly propagate url_stat exceptions during includeNikita Popov2019-12-301-2/+0
* | Fixed bug #79046Nikita Popov2019-12-302-2/+35
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-301-4/+5
|\ \ | |/
| * Fix #79040: Warning Opcode handlers are unusable due to ASLRChristoph M. Becker2019-12-301-4/+5
* | Add test for bug #79031Nikita Popov2019-12-301-0/+71
* | Revert "Increase serialize_lock while decoding session"Nikita Popov2019-12-302-13/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-281-0/+1
|\ \ | |/
| * Add missing skipif clauseChristoph M. Becker2019-12-281-0/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-282-4/+35
|\ \ | |/
| * Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-282-4/+35
| * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-253-7/+47
* | Handle empty password fast path in caching_sha2_passwordNikita Popov2019-12-271-1/+6
* | Handle error response during caching_sha2_password authNikita Popov2019-12-273-6/+24
* | Add support for caching_sha2_password in change user authenticationNikita Popov2019-12-272-0/+16
* | Fix unix socket check during caching_sha2_passwordNikita Popov2019-12-272-7/+11
* | Support auth switch request during caching sha2 authNikita Popov2019-12-274-12/+60
* | Don't use PASSWORD() function in testNikita Popov2019-12-272-3/+3
* | Specify explicit row order in PDO MySQL testNikita Popov2019-12-271-1/+1
* | Skip bug77956.phpt if local_infile disabled on serverNikita Popov2019-12-271-0/+10
* | Don't check TIMESTAMP NOT NULL in fetch_field_flags testNikita Popov2019-12-271-18/+0
* | Don't test the RENAME DATABASE queryNikita Popov2019-12-271-20/+8
* | Make GeomFromText tests compatible with MySQL 8Nikita Popov2019-12-272-16/+18
* | Skip test for clang buildsChristoph M. Becker2019-12-271-0/+5
* | Fix test caseChristoph M. Becker2019-12-251-9/+11
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-253-13/+36
* | Revert "Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)"Xinchen Hui2019-12-253-34/+13
* | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter)Xinchen Hui2019-12-253-13/+34
* | Partial fix for bug #79029Xinchen Hui2019-12-252-7/+22
* | Try to make proc_open_bug69900.phpt more robustNikita Popov2019-12-201-14/+9
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-201-1/+1
|\ \ | |/
| * Fix #78982: pdo_pgsql returns dead persistent connectionSATO Kentaro2019-12-201-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-201-2/+10
|\ \ | |/
| * Fix #78980: pgsqlGetNotify() overlooks dead connectionSATO Kentaro2019-12-201-2/+10