1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
Dmitry Stogov f18678bbcf Fixed signed/unsigned comparison warnings 2013-02-18 13:03:29 +04:00
Dmitry Stogov e708dce674 Lenght is unsigned 2013-02-18 12:42:56 +04:00
Dmitry Stogov d9ba147e5c Avoid mixing declarations and code 2013-02-18 12:33:58 +04:00
Dmitry Stogov a120178520 Added checks for malloc() failures 2013-02-18 11:34:10 +04:00
Dmitry Stogov 6d999b4379 Added check for CreateMutex() failure 2013-02-18 11:12:20 +04:00
Dmitry Stogov 908fc9dcc4 Fixed inconsistent start_accel_module() prototype and usage 2013-02-18 11:04:58 +04:00
krakjoe 996485e0b2 bug #29 enable cli-server support 2013-02-17 15:48:31 +00:00
Dmitry Stogov 2b6eede1d3 Fixed warning about uninitialized variable (actually, it doesn't have to be initialized). 2013-02-15 18:06:48 +04:00
Dmitry Stogov 6693f1854d Wrong value 2013-02-15 17:59:36 +04:00
Dmitry Stogov bee06002d0 Fixed possible resource leak 2013-02-15 17:46:38 +04:00
Dmitry Stogov 4c97b6c8cf "locked" must be a "module" global (local to thread) 2013-02-15 17:35:58 +04:00
Dmitry Stogov d70ed26aaa Added ZTS lock 2013-02-15 15:08:51 +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 f579ef5abe Merge branch 'patch-1' of https://github.com/reeze/ZendOptimizerPlus 2013-02-15 10:51:29 +04:00
Reeze Xia 4fec381b3a Typo fix 2013-02-15 13:48:37 +08:00
Daniel Gimenes ddbe1b66ed Fix typo in README 2013-02-15 00:00:40 -02:00
Dmitry Stogov aef92d22d5 Fixed compatibility with 5.2 and 5.3 2013-02-14 18:36:07 +04:00
Dmitry Stogov 5cd7c77545 Added Xdebug compatibility note 2013-02-14 18:20:34 +04:00
Dmitry Stogov d8b84d9f80 Merge branch 'master' of https://github.com/thomasbley/ZendOptimizerPlus 2013-02-14 16:15:55 +04:00
Dmitry Stogov a84b588208 Merge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus 2013-02-14 16:03:32 +04:00
Thomas Bley a9ff713a56 phpize is already in README 2013-02-14 12:44:07 +01:00
Thomas Bley f0aa77a44d Update README 2013-02-14 12:24:48 +01:00
Thomas Bley 8eb38dacac added travis-ci config (make + load extension) 2013-02-14 12:20:50 +01:00
Dmitry Stogov ded12158cc Fixed phpinfo() output when O+ is not enabled for CLI 2013-02-14 13:19:06 +04:00
Dmitry Stogov 91e775df1b Disabled unsafe optimization pattern 2013-02-14 13:06:30 +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
Remi Collet d30b985015 missing directive in README (need doc) 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 4bc28ae783 Revert renaming (md needs additional formatting tags) 2013-02-14 11:13:51 +04:00
Dmitry Stogov 37de7567b1 Renamed README into README.md 2013-02-14 11:09:36 +04:00
Dmitry Stogov 30ea6e100e Merge branch 'master' of https://github.com/johnl/ZendOptimizerPlus 2013-02-14 11:04:37 +04:00
Dmitry Stogov 54a90b691f Don't completely delete the "enabled condition". 2013-02-14 11:00:04 +04:00
Dmitry Stogov 18904d18c7 Merge branch 'master' of https://github.com/adoy/ZendOptimizerPlus 2013-02-14 10:57:59 +04:00
Dmitry Stogov abb7788093 Merge branch 'master' of https://github.com/pierrejoye/ZendOptimizerPlus 2013-02-14 10:43:50 +04:00
Pierre Joye dfcd77341d - nuke unused variable 2013-02-14 07:41:18 +01:00
Dmitry Stogov 219decd8ec This is a development version yet 2013-02-14 10:38:20 +04:00
Pierre Joye f74c938c95 - fix windows build 2013-02-14 07:24:26 +01:00
Dmitry Stogov 44f892080d Merge branch 'patch-1' of https://github.com/raziel057/ZendOptimizerPlus 2013-02-14 10:07:39 +04:00
Dmitry Stogov bfcbe7849b Avoid compilation of unsupported SHM backends 2013-02-14 10:01:29 +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
Thomas Lallement 8847f9107b Fix typo 2013-02-13 19:56:44 +01:00
John Leach 54da28b015 Added LICENSE from http://www.php.net/license/3_01.txt
Closes #2
2013-02-13 18:47:31 +00:00
Dmitry Stogov 7334835143 Fixed zend_optimizerplus.enable_file_override=1 compatibility with PHP-5.3 2013-02-13 21:41:07 +04:00
sasezaki 2ba47175cf typo at Optimizer/block_pass.c 2013-02-14 00:48:18 +09:00
Damien Tournoud 7c0e3ccdb6 Fix typos and grammar issues in README. 2013-02-13 16:08:19 +01:00
Dmitry Stogov aafc1456b0 spelling 2013-02-13 16:33:14 +04:00
Dmitry Stogov 528006a3b4 Open Source Release 2013-02-13 16:26:47 +04:00