summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-1/+10
|\
| * Fix #78538: shmop memory leakChristoph M. Becker2020-01-032-1/+10
* | 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-033-5/+52
|\ \ | |/
| * Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-033-5/+52
* | Remove unnecessary strncpy in zipNikita Popov2020-01-031-3/+2
* | Add test for bug #73816Nikita Popov2020-01-031-0/+24
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-030-0/+0
|\ \
| * | Fixed bug #71876Nikita Popov2020-01-032-4/+6
| |/
* | Fixed bug #79056Nikita Popov2020-01-033-21/+16
* | Add test case for bug #78883Christoph M. Becker2020-01-021-0/+34
* | Fixed bug #79055Nikita Popov2020-01-022-37/+31
* | 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
* | Remove superfluous compiler optionChristoph M. Becker2019-12-311-1/+0
* | Also propagate include exceptions in opcacheNikita Popov2019-12-301-20/+28
* | Make url_stats in resolve_path quietNikita Popov2019-12-302-2/+32
* | Avoid undefined behaviorChristoph M. Becker2019-12-301-1/+1
* | Properly propagate url_stat exceptions during includeNikita Popov2019-12-307-10/+60
* | Fixed bug #79046Nikita Popov2019-12-303-2/+38
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-302-4/+6
|\ \ | |/
| * Fix #79040: Warning Opcode handlers are unusable due to ASLRChristoph M. Becker2019-12-302-4/+8
* | Add test for bug #79031Nikita Popov2019-12-302-0/+74
* | 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-283-4/+38
|\ \ | |/
| * Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-283-4/+36
* | 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
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-251-3/+3
|\ \ | |/
| * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-254-7/+50
* | Fix test caseChristoph M. Becker2019-12-251-9/+11