summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix vim folding blockDaniel Lowrey2015-04-241-0/+1
* UPGRADINGDaniel Lowrey2015-04-241-0/+1
* Update NEWS/UPGRADINGDaniel Lowrey2015-04-242-0/+18
* Merge branch 'deflate'Daniel Lowrey2015-04-249-1/+621
|\
| * Add inflate_*() test casesDaniel Lowrey2015-04-234-0/+148
| * Add incremental zlib inflate APIDaniel Lowrey2015-04-231-3/+150
| * Add deflate_*() test casesDaniel Lowrey2015-04-234-0/+150
| * Several deflate_* changes (more after the jump)Daniel Lowrey2015-04-231-64/+86
| * Add incremental zlib deflate APIBob Weinand2015-04-221-0/+153
* | Optimized zend_hash_rehash(), added some exoectations to generate better codeDmitry Stogov2015-04-242-77/+95
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-04-241-0/+1
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2015-04-241-0/+1
| |\ \
| | * | Set NULL after efreeYasuo Ohgaki2015-04-241-0/+1
| | * | Add entry for bug #69152 in 5.5.24Lior Kaplan2015-04-221-0/+2
| | * | Add merged bug fixes into 5.5.24Lior Kaplan2015-04-221-9/+9
| * | | Add entry for bug #69152 in 5.6.8Lior Kaplan2015-04-221-0/+2
| * | | Format alignmentLior Kaplan2015-04-221-6/+6
| * | | Bug #68846 was fixed in 5.6.8 by 934d6ed9Lior Kaplan2015-04-221-0/+4
* | | | Added HashTable flag HASH_FLAG_STATIC_KEYS that is maintaned to be set if all...Dmitry Stogov2015-04-243-25/+113
* | | | Dont't use DO_ICALL for internal functions returned by referenceDmitry Stogov2015-04-243-3/+3
* | | | Cleanup comments and add related tests.Dmitry Stogov2015-04-233-1/+106
* | | | Slight improvementXinchen Hui2015-04-231-3/+2
* | | | Fixed compiler warningKalle Sommer Nielsen2015-04-232-2/+2
* | | | Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-2311-73/+99
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-04-234-3/+10
|\ \ \ \
| * | | | libpq versions older than 9.3 do not have lo_lseek64Rasmus Lerdorf2015-04-221-1/+1
| * | | | fix include with vc14Anatol Belski2015-04-221-0/+4
| * | | | fix compilation with vc14Anatol Belski2015-04-221-1/+4
| * | | | improve zpp readmeAnatol Belski2015-04-221-1/+1
* | | | | Make internal non-static methods to be executed in context of class. Set EG(s...Dmitry Stogov2015-04-233-19/+1
|/ / / /
* | | | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-2211-6/+103
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-04-223-5/+323
|\ \ \ \
| * | | | Fix "invalid opcode" errorNikita Popov2015-04-223-5/+323
* | | | | Use string primitiveDmitry Stogov2015-04-221-1/+1
|/ / / /
* | | | Removred temporary codeDmitry Stogov2015-04-221-4/+0
* | | | Improved property inheritance codeDmitry Stogov2015-04-221-54/+63
* | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-04-229-9/+47
|\ \ \ \
| * | | | Windows support for sysvshmKalle Sommer Nielsen2015-04-229-9/+47
* | | | | Merge branch 'PHP-5.6'Xinchen Hui2015-04-220-0/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Since 5.6 stat.cwd using emalloc (Thanks to Remi)Xinchen Hui2015-04-221-0/+22
* | | | fixed warning & test pushingXinchen Hui2015-04-221-1/+1
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-04-224-12/+75
|\ \ \ \
| * | | | FAST_RET opcode also returnsBob Weinand2015-04-221-1/+3
| * | | | Also consider specific catches when checking for uncaughtBob Weinand2015-04-223-11/+33
| * | | | Break on uncaught exceptions in current frame in phpdbgBob Weinand2015-04-223-3/+42
* | | | | Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-226-3/+67
|/ / / /
* | | | Slight zend_hash_find() optimization.Dmitry Stogov2015-04-211-6/+7
* | | | Fixed zend_string related inconsistenciesDmitry Stogov2015-04-213-0/+3
* | | | Fix first frame in backtraceBob Weinand2015-04-211-12/+14
* | | | Fix yield from with iterator (first element missing)Bob Weinand2015-04-212-1/+22