summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #77940: test using outdated mon_thousands_sep for SwedishChristoph M. Becker2019-04-251-1/+1
* Fix #77938: socket_get_option errorChristoph M. Becker2019-04-251-0/+3
* news entry for litespeedRemi Collet2019-04-241-0/+4
* Fixed bug #77843Nikita Popov2019-04-233-2/+38
* Improved LSAPI_End_Response_r() .George Wang2019-04-211-10/+17
* Fixed bug in litespeed_finish_request(), disable fastcgi_finish_request() ali...George Wang2019-04-211-2/+5
* Update changelogPeter Kokot2019-04-201-0/+3
* Fix #77921: static.php.net doesn't work anymorePeter Kokot2019-04-201-1/+1
* Update Git repository for Windows build tool kitPeter Kokot2019-04-191-1/+1
* Use php-sdk-2.2.0beta5 on AppVeyorChristoph M. Becker2019-04-181-1/+1
* Fix #77911: Wrong warning for session.sid_bits_per_characterChristoph M. Becker2019-04-172-1/+3
* Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count valueIgnace Nyamagana Butera2019-04-173-0/+27
* Fix tests for non English environmentsChristoph M. Becker2019-04-172-2/+2
* next is 7.2.19Remi Collet2019-04-163-5/+8
* Fixed bug #77895Nikita Popov2019-04-153-1/+18
* Zero sockaddr structNikita Popov2019-04-151-0/+2
* Fix uninitialized cert_capturedNikita Popov2019-04-151-1/+1
* Fixed bug #77882Nikita Popov2019-04-153-0/+47
* LiteSpeed SAPI 7.3, better process management, new API function litespeed_fin...George Wang2019-04-123-26/+152
* Fix tests wrt. internationalizationChristoph M. Becker2019-04-123-7/+7
* Fix key leaks in mb_convert_encoding()Nikita Popov2019-04-122-4/+22
* Fix potential OPcache file cache related issuesAnatol Belski2019-04-112-11/+45
* Fix phar:// include handling with file cacheAnatol Belski2019-04-102-1/+76
* Fix 29nb_async_connect.phptNikita Popov2019-04-101-3/+5
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-104-9/+47
* Fix use after free on pg_close() of default connectionNikita Popov2019-04-102-5/+22
* Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* Preserve keys in emulate_read_fd_set()twosee2019-04-082-4/+43
* Fixed bug #77853Nikita Popov2019-04-084-4/+24
* Fixed bug #77844Nikita Popov2019-04-083-16/+39
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-063-4/+4
|\
| * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-065-5/+7
| * bump versions after releaseJoe Watkins2019-04-023-5/+9
* | Follow up #77849 PDOStatement objects in undefined state after cloneJoe Watkins2019-04-062-17/+19
* | Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf...Cameron Porter2019-04-063-0/+28
* | Update Appveyor CI to php-sdk-2.2.0beta4Christoph M. Becker2019-04-051-1/+1
* | Ref #76801 remove old file source from file_sources hash in case of file incl...Alessandro Chitolina2019-04-031-0/+1
* | Fixed CFG construction for SWITCH opcodesDmitry Stogov2019-04-031-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2019-04-021-1/+1
|\ \ | |/
| * fix paste issueRemi Collet2019-04-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-04-021-2/+2
|\ \ | |/
| * Pointer arithmetic on void pointers is illegalChristoph M. Becker2019-04-021-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-023-15/+41
|\ \ | |/
| * Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIFStanislav Malyshev2019-04-024-15/+42
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-310-0/+0
|\ \ | |/
| * Update NEWSStanislav Malyshev2019-03-311-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-313-0/+20
|\ \ | |/
| * Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-03-313-0/+20
* | Fix #77827: preg_match does not ignore \r in regex flagsChristoph M. Becker2019-03-313-0/+19
* | Fixed SKIPIF when --disable-mbregex is usedMatteo Beccati2019-03-3018-15/+63