summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on ...Xinchen Hui2015-08-112-0/+24
* On Windows PHP may be restarted with different set of DSO extensions without ...Dmitry Stogov2015-06-291-4/+12
* Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-05-072-7/+27
|\
| * Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF)Dmitry Stogov2015-05-072-7/+27
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-05-051-1/+1
|\ \ | |/
| * Update versionXinchen Hui2015-05-051-1/+1
* | Since 5.6 stat.cwd using emalloc (Thanks to Remi)Xinchen Hui2015-04-221-0/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-013-2/+22
|\ \ | |/
| * Fixed bug #69281 (opcache_is_script_cached no longer works)Danack2015-04-013-2/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-04-011-1/+1
|\ \ | |/
| * Fixed bug #68677 (Use After Free in OPcache)Xinchen Hui2015-04-011-1/+1
* | Fixed Bug #69297 (function_exists strange behavior with OPCache on disabled f...Xinchen Hui2015-03-251-1/+6
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-101-17/+0
|\ \ | |/
| * We don't cache custom strems with callbacks anymoreDmitry Stogov2015-03-101-17/+0
* | Fixed bug #69159 (Opcache causes problem when passing a variable variable to ...Xinchen Hui2015-03-042-2/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-031-2/+2
|\ \ | |/
| * Make killing a locker an ERROR eventnathan r. hruby2015-03-031-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-272-0/+23
|\ \ | |/
| * Fixed bug #69125 (Array numeric string as key)Xinchen Hui2015-02-272-0/+23
| * better nameXinchen Hui2015-02-251-3/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-252-7/+22
|\ \ | |/
| * Improve fix for #69038Xinchen Hui2015-02-252-5/+20
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-02-201-1/+1
|\ \ | |/
| * Fixed type mismatchDmitry Stogov2015-02-201-1/+1
* | Replace var is introducedXinchen Hui2015-02-172-0/+46
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-172-10/+75
|\ \ | |/
| * Fixed bug #69038 (switch(SOMECONSTANT) misbehaves)Xinchen Hui2015-02-172-10/+75
| * Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-091-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-01-221-1/+1
|\ \ | |/
| * Fixed segfault while running with moodleXinchen Hui2015-01-221-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-01-211-0/+1
|\ \ | |/
| * Fixed test failsXinchen Hui2015-01-211-0/+1
| * Bump yearXinchen Hui2015-01-1524-25/+25
* | bump yearXinchen Hui2015-01-1524-25/+25
* | Fixed bug (try block removed while combined with xdebug)Xinchen Hui2015-01-091-1/+1
* | Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8 + Opca...Xinchen Hui2014-12-242-3/+22
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-12-191-3/+3
|\ \ | |/
| * Fix bug #67111Nikita Popov2014-12-191-3/+3
* | Fixed __debugInfo() supportDmitry Stogov2014-12-031-0/+5
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-11-072-15/+3
|\ \ | |/
| * Fix opcache.revalidate_freq per-request behaviorDmitry Stogov2014-11-072-15/+3
* | Add creditXinchen Hui2014-11-011-0/+2
* | Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6Xinchen Hui2014-10-311-1/+5
|\ \
* | | Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)Xinchen Hui2014-10-311-0/+13
|/ /
* | We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST.Dmitry Stogov2014-10-131-0/+6
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-07-301-1/+4
|\ \ | |/
| * Fixed usage after freeDmitry Stogov2014-07-301-1/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-032-9/+32
|\ \ | |/
| * Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)Xinchen Hui2014-07-031-9/+4
| * Add test for bug #67215Xinchen Hui2014-07-031-0/+28