summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug #78612Nikita Popov2019-09-303-0/+21
* | Fix #78609: mb_check_encoding() no longer supports stringable objectsChristoph M. Becker2019-09-303-20/+30
* | Fix build for libzip < 0.11.2Christoph M. Becker2019-09-291-0/+2
* | Fix SKIPIF in ext/mysqliFabien Villepinte2019-09-2711-20/+20
* | Fix skipif.incChristoph M. Becker2019-09-271-1/+1
* | Fix memory leak with ** on array operandsNikita Popov2019-09-262-0/+26
* | Fix null-pointer deref in if stmt printingNikita Popov2019-09-262-1/+5
* | Fix hash key length in umsg_parse_format()Jinesh Patel2019-09-251-3/+3
* | Fix NEWS entryChristoph M. Becker2019-09-231-4/+4
* | Fix skipif conditionNikita Popov2019-09-231-1/+1
* | Skip test on 32-bitNikita Popov2019-09-231-0/+2
* | Fix signed integer overflow in SplObjectStorage unserializationNikita Popov2019-09-232-0/+18
* | Fix test to be skipped if dom is not availableChristoph M. Becker2019-09-221-0/+1
* | Fix leak of temporary buffer during exif tag readingNikita Popov2019-09-223-0/+12
* | Fix multiple leaks in exif_read_data()Nikita Popov2019-09-213-5/+15
* | Fix length of key passed to zend_hash_str_find_ptrJinesh Patel2019-09-211-2/+2
* | Fix #78579: mb_decode_numericentity: args number inconsistencyChristoph M. Becker2019-09-212-0/+5
* | Fix out-of-bounds read in exif tag readingNikita Popov2019-09-194-0/+37
* | Fix iterable return type optimizationNikita Popov2019-09-192-1/+19
* | Fix exif leak on duplicate copyright tagsNikita Popov2019-09-193-0/+16
* | Fix typoCJDennis2019-09-191-1/+1
* | Increase timeout in testNikita Popov2019-09-171-3/+5
* | Fix #76342: file_get_contents waits twice specified timeoutfancyweb2019-09-174-8/+76
* | Add tilde to allowed status/ping pathDrakano2019-09-171-4/+4
* | Fix opcache return type for get_headers in zend_func_infoTyson Andre2019-09-171-1/+1
* | Fixed bug #78545Nikita Popov2019-09-161-2/+2
* | Fix leak in SplObjectStorage unserializationNikita Popov2019-09-162-0/+18
* | Stick with zend_long for ABI compatibilityChristoph M. Becker2019-09-151-1/+1
* | Fix #78535: auto_detect_line_endings value not parsed as boolbugreportuser2019-09-145-2/+58
* | NEWSKalle Sommer Nielsen2019-09-121-0/+3
* | Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)Kalle Sommer Nielsen2019-09-125-23/+54
* | Bump for 7.2.24Sara Golemon2019-09-103-5/+8
* | Raise minimal GCC version,Remi Collet2019-09-101-2/+2
* | Drop regression testChristoph M. Becker2019-09-101-14/+0
* | Fix bug #72884 isCloneable() on SplFileObject should return falseCHU Zhaowei2019-09-094-3/+17
* | Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generich...Christoph M. Becker2019-09-093-0/+19
* | Fix #41997: SP call yields additional empty result setChristoph M. Becker2019-09-035-8/+5
* | Fix opcache return type for hash_update_streamTyson Andre2019-09-031-1/+1
* | Fix #76577: outdated documentation concerning track_errorsChristoph M. Becker2019-09-021-5/+0
* | Fix pkg-config version constraint for ICUNikita Popov2019-09-021-1/+1
* | Fixed bug #78469Sergei Turchanov2019-08-302-2/+6
* | Fix use-after-free of immediately invoked closure with extra argsNikita Popov2019-08-293-2/+21
* | Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-283-1/+21
* | Update SDK version for AppVeyorChristoph M. Becker2019-08-271-1/+1
* | Remove properties HT from nested GC dataNikita Popov2019-08-262-0/+30
* | Also fix signature for passthruTyson Andre2019-08-261-1/+1
* | Fix opcache optimizer info for time_nanosleepTyson Andre2019-08-261-1/+1
* | Fix overflow in memory limit checksNikita Popov2019-08-262-5/+23
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-08-251-0/+10
|\ \ | |/
| * Fix #75457: heap-use-after-free in php7.0.25Christoph M. Becker2019-08-252-1/+20