summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* next is 7.2.27Remi Collet2019-12-033-5/+8
* Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-023-1/+11
* Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-023-1/+15
* Added environment LSAPI_CLEAN_SHUTDOWN to control clean shutdown. Update SAPI...George Wang2019-11-211-14/+26
* Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-212-1/+4
* Update NEWSChristoph M. Becker2019-11-181-0/+4
* Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-183-8/+58
* Fix bug #78804 - Segmentation fault in Locale::filterMatchesStanislav Malyshev2019-11-113-4/+20
* Remove outdated comments in testNikita Popov2019-11-071-3/+3
* Fixed bug #78759Nikita Popov2019-11-073-4/+21
* Bump for 7.2.26-devSara Golemon2019-11-053-5/+8
* Fixed bug #78775Nikita Popov2019-11-053-0/+40
* Fix test cases for libxml2 2.9.10Christoph M. Becker2019-10-312-4/+4
* Add missing refcount incrementNikita Popov2019-10-301-0/+1
* Fixed bug #78689Nikita Popov2019-10-293-1/+23
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-282-4/+4
|\
| * Fix libmagic buffer overflow issue (CVE-2019-18218)Stanislav Malyshev2019-10-272-4/+4
| * bump versionJoe Watkins2019-10-223-6/+10
| * set versions for releasephp-7.1.33Joe Watkins2019-10-223-3/+3
* | Fix #78751: Serialising DatePeriod converts DateTimeImmutableChristoph M. Becker2019-10-283-6/+23
* | Fix bug #78752Nikita Popov2019-10-283-8/+38
* | Fixed bug #78747Nikita Popov2019-10-254-13/+42
* | Use ICU's CXXFLAGS when using pkg-configRyan Schmidt2019-10-231-1/+2
* | Add "-pthread" to EXTRA_LDFLAGS_PROGRAM as wellNikita Popov2019-10-231-0/+2
* | add NEWS entryRemi Collet2019-10-221-0/+4
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-213-4/+72
|\ \ | |/
| * Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)Jakub Zelenka2019-10-204-5/+75
| * bump versions after releaseJoe Watkins2019-08-283-6/+10
| * set versions for releasephp-7.1.32Joe Watkins2019-08-283-4/+12
* | Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-214-31/+49
* | Fix #78694: Appending to a variant array causes segfaultChristoph M. Becker2019-10-193-0/+27
* | Fix #70153 \DateInterval incorrectly unserializedm.yakunin2019-10-186-4/+35
* | Fix checksum calculation for opcacheMitch Hagstrand2019-10-144-11/+18
* | Fix #78665: Multicasting may leak memoryChristoph M. Becker2019-10-122-0/+9
* | Fix leak in phar openNikita Popov2019-10-102-7/+8
* | Fix leak on static method call on non-existent classNikita Popov2019-10-103-0/+28
* | Avoid float to int cast UB in exifNikita Popov2019-10-091-2/+3
* | Fix #78656: Parse errors classified as highest log-levelErik Lundin2019-10-092-1/+5
* | Remove redundant components < 0 checkNikita Popov2019-10-091-5/+0
* | Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-082-2/+11
* | Add missing SKIPIFs in exif testsFabien Villepinte2019-10-084-0/+24
* | Fix #78642: Wrong libiconv version displayedChristoph M. Becker2019-10-082-1/+4
* | next is 7.2.25Remi Collet2019-10-083-5/+8
* | Fix #78641: addGlob can modify given remove_path valueChristoph M. Becker2019-10-083-2/+37
* | Check for object_init_ex() failure in user filter factoryNikita Popov2019-10-072-3/+25
* | Set session.gc_probability=0 in bug78624.phptNikita Popov2019-10-071-0/+1
* | Fix #78623: Regression caused by "SP call yields additional empty result set"Christoph M. Becker2019-10-075-2/+12
* | Split intl tests for ICU 65Christoph M. Becker2019-10-044-0/+1559
* | Fix #78620: Out of memory errorChristoph M. Becker2019-10-044-2/+28
* | fix #78624: session_gc return value for user defined session handlersBrent Shaffer2019-10-044-7/+85