Commit Graph

22 Commits

Author SHA1 Message Date
Dmitry Stogov
be020633f2 More accurate restart scheduling 2013-03-15 11:49:33 +04:00
Pascal Borreli
4c5517623c Fixed typos 2013-03-11 18:49:05 +00:00
Dmitry Stogov
b34e50cc78 Fixed issue #58 (PHP-5.2 compatibility) 2013-03-06 17:49:47 +04:00
Dmitry Stogov
08bfdc75a4 Allows exclusion of large files from being cached 2013-03-06 09:41:59 +04:00
Ilia Alshanetsky
23daa95d10 return false to be consistent 2013-02-27 13:54:56 -05:00
Ilia Alshanetsky
0039f160f2 Make the functions validate input parameters (or lack thereof) 2013-02-27 13:53:03 -05:00
Xinchen Hui
3da5b830c2 coding style improve 2013-02-25 15:29:54 +08:00
Dmitry Stogov
ce69b86927 Ability to disable O+ per process (or process pool) 2013-02-25 10:35:59 +04:00
Xinchen Hui
cddc2c35d9 Codes style improve 2013-02-22 14:56:05 +08:00
Dmitry Stogov
908fc9dcc4 Fixed inconsistent start_accel_module() prototype and usage 2013-02-18 11:04:58 +04:00
Dmitry Stogov
6693f1854d Wrong value 2013-02-15 17:59:36 +04:00
Dmitry Stogov
bde294f8eb Renamed ZCG(startup_ok) into "accel_startup_ok".
It must be a "true" global to make ZTS work.
(ZTS starts work, but ZTS O+ is not stable anyway)
2013-02-15 13:45:42 +04:00
Dmitry Stogov
aef92d22d5 Fixed compatibility with 5.2 and 5.3 2013-02-14 18:36:07 +04:00
Dmitry Stogov
a84b588208 Merge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus 2013-02-14 16:03:32 +04:00
Dmitry Stogov
ded12158cc Fixed phpinfo() output when O+ is not enabled for CLI 2013-02-14 13:19:06 +04:00
Remi Collet
071ab3cf37 also add load_comments 2013-02-14 09:24:11 +01:00
Remi Collet
92df8e208f missing directives in accelerator_get_configuration 2013-02-14 09:21:45 +01:00
Dmitry Stogov
afb43f5650 - Added zend_optimizerplus.load_comments configuration durective, so "Doc comments" may be always stored in SHM, but
restored only by applicaions that really need them.
- Added note, that zend_optimizerplus.save_comments is dangerous and may break applications and frameworks.
2013-02-14 11:59:23 +04:00
Dmitry Stogov
54a90b691f Don't completely delete the "enabled condition". 2013-02-14 11:00:04 +04:00
Pierrick Charron
30c3a59668 Avoid unnecessary code and change the type of accelerator_enabled
accelerator_enabled will always be true when accelerator_get_status
returns an array. Also the accelerator_enabled should be a boolean
and not a long
2013-02-13 14:25:38 -05:00
Dmitry Stogov
7334835143 Fixed zend_optimizerplus.enable_file_override=1 compatibility with PHP-5.3 2013-02-13 21:41:07 +04:00
Dmitry Stogov
528006a3b4 Open Source Release 2013-02-13 16:26:47 +04:00