summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add entry for session.lazy_writeLior Kaplan2015-12-162-0/+8
| * | Fixed testYasuo Ohgaki2015-12-161-5/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2015-12-163-32/+33
| |\ \ | | |/
| | * Fixed bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-163-28/+31
* | | Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls)Xinchen Hui2015-12-183-5/+29
|/ /
* | Unused varsXinchen Hui2015-12-141-2/+1
* | NEWS entry for #55651Lior Kaplan2015-12-151-0/+4
* | Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
|\ \ | |/
| * Remove extra lineLior Kaplan2015-12-151-1/+0
| * NEWS entry for #55651Lior Kaplan2015-12-151-0/+4
| * Implement FR #55651 (Option to ignore the returned FTP PASV address)Avi Brender2015-12-154-3/+23
| * Update NEWSYasuo Ohgaki2015-12-151-0/+3
* | Update NEWSYasuo Ohgaki2015-12-151-0/+3
* | Fix merge conflictYasuo Ohgaki2015-12-151-3/+4
|\ \ | |/
| * Fixed Bug #71122 Session GC may not remove obsolete session dataYasuo Ohgaki2015-12-151-3/+4
| * Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | Refactor password_hash to use random_bytes internally to generate saltsAnthony Ferrara2015-12-141-31/+5
* | Added NEWSXinchen Hui2015-12-141-0/+2
* | Do not swap operands in array additionNikita Popov2015-12-142-1/+22
* | Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)Xinchen Hui2015-12-132-1/+3
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-126-10/+10
* | Fixed testXinchen Hui2015-12-121-0/+2
* | Use format stringXinchen Hui2015-12-121-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2015-12-131-8/+14
|\ \ | |/
| * Update READMEChristopher Jones2015-12-131-8/+14
* | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
* | Prepare for a PECL releaseChristopher Jones2015-12-122-69/+71
* | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2015-12-120-0/+0
|\ \ | |/
| * Prepare for a PECL releaseChristopher Jones2015-12-122-12/+16
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-110-0/+0
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2015-12-110-0/+0
| |\ \ | | |/
| | * update NEWSAnatol Belski2015-12-111-0/+4
| | * backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0Anatol Belski2015-12-111-4/+46
* | | Fixed bug #71092 (Segmentation fault with return type hinting)Xinchen Hui2015-12-114-2/+50
|/ /
* | Fixed bug #71094Nikita Popov2015-12-112-8/+12
* | Fix bug #71086Nikita Popov2015-12-113-0/+20
* | NEWSRemi Collet2015-12-111-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2015-12-111-0/+8
|\ \ | |/
| * NEWSRemi Collet2015-12-111-0/+4
| * Fix Bug #71089 No check to duplicate zend_extensionRemi Collet2015-12-111-0/+8
* | Fixed bug memleak in header_register_callbackXinchen Hui2015-12-114-10/+18
* | Fix cleanup in bug70748.phptNikita Popov2015-12-101-1/+1
* | Make update_opN_const implementation symmetricNikita Popov2015-12-101-13/+11
* | Fix Foo::${42} and similarNikita Popov2015-12-105-0/+89
* | Align NEWS entry format for bug #71024Lior Kaplan2015-12-101-2/+2
* | The first arg is optionalXinchen Hui2015-12-101-3/+3
* | Return -1 seems bug hereXinchen Hui2015-12-101-2/+2
* | set release dateAnatol Belski2015-12-101-1/+1
* | iFixed key leak with invalid resourceXinchen Hui2015-12-102-5/+15