]>
granicus.if.org Git - php/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dmitry Stogov [Fri, 15 Feb 2013 06:51:29 +0000 (10:51 +0400)]
Merge branch 'patch-1' of https://github.com/reeze/ZendOptimizerPlus
Reeze Xia [Fri, 15 Feb 2013 05:48:37 +0000 (13:48 +0800)]
Typo fix
Daniel Gimenes [Fri, 15 Feb 2013 02:00:40 +0000 (00:00 -0200)]
Fix typo in README
Dmitry Stogov [Thu, 14 Feb 2013 14:36:07 +0000 (18:36 +0400)]
Fixed compatibility with 5.2 and 5.3
Dmitry Stogov [Thu, 14 Feb 2013 14:20:34 +0000 (18:20 +0400)]
Added Xdebug compatibility note
Dmitry Stogov [Thu, 14 Feb 2013 12:15:55 +0000 (16:15 +0400)]
Merge branch 'master' of https://github.com/thomasbley/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 12:03:32 +0000 (16:03 +0400)]
Merge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus
Thomas Bley [Thu, 14 Feb 2013 11:44:07 +0000 (12:44 +0100)]
phpize is already in README
Thomas Bley [Thu, 14 Feb 2013 11:24:48 +0000 (12:24 +0100)]
Update README
Thomas Bley [Thu, 14 Feb 2013 11:20:50 +0000 (12:20 +0100)]
added travis-ci config (make + load extension)
Dmitry Stogov [Thu, 14 Feb 2013 09:19:06 +0000 (13:19 +0400)]
Fixed phpinfo() output when O+ is not enabled for CLI
Dmitry Stogov [Thu, 14 Feb 2013 09:06:30 +0000 (13:06 +0400)]
Disabled unsafe optimization pattern
Remi Collet [Thu, 14 Feb 2013 08:24:11 +0000 (09:24 +0100)]
also add load_comments
Remi Collet [Thu, 14 Feb 2013 08:10:00 +0000 (09:10 +0100)]
missing directives in accelerator_get_configuration
Remi Collet [Thu, 14 Feb 2013 07:51:05 +0000 (08:51 +0100)]
missing directive in README (need doc)
Dmitry Stogov [Thu, 14 Feb 2013 07:59:23 +0000 (11:59 +0400)]
- 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.
Dmitry Stogov [Thu, 14 Feb 2013 07:13:51 +0000 (11:13 +0400)]
Revert renaming (md needs additional formatting tags)
Dmitry Stogov [Thu, 14 Feb 2013 07:09:36 +0000 (11:09 +0400)]
Renamed README into README.md
Dmitry Stogov [Thu, 14 Feb 2013 07:04:37 +0000 (11:04 +0400)]
Merge branch 'master' of https://github.com/johnl/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 07:00:04 +0000 (11:00 +0400)]
Don't completely delete the "enabled condition".
Dmitry Stogov [Thu, 14 Feb 2013 06:57:59 +0000 (10:57 +0400)]
Merge branch 'master' of https://github.com/adoy/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 06:43:50 +0000 (10:43 +0400)]
Merge branch 'master' of https://github.com/pierrejoye/ZendOptimizerPlus
Pierre Joye [Thu, 14 Feb 2013 06:41:18 +0000 (07:41 +0100)]
- nuke unused variable
Dmitry Stogov [Thu, 14 Feb 2013 06:38:20 +0000 (10:38 +0400)]
This is a development version yet
Pierre Joye [Thu, 14 Feb 2013 06:24:26 +0000 (07:24 +0100)]
- fix windows build
Dmitry Stogov [Thu, 14 Feb 2013 06:07:39 +0000 (10:07 +0400)]
Merge branch 'patch-1' of https://github.com/raziel057/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 06:01:29 +0000 (10:01 +0400)]
Avoid compilation of unsupported SHM backends
Pierrick Charron [Wed, 13 Feb 2013 19:25:38 +0000 (14:25 -0500)]
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
Thomas Lallement [Wed, 13 Feb 2013 18:56:44 +0000 (19:56 +0100)]
Fix typo
John Leach [Wed, 13 Feb 2013 18:47:31 +0000 (18:47 +0000)]
Added LICENSE from http://www.php.net/license/3_01.txt
Closes #2
Dmitry Stogov [Wed, 13 Feb 2013 17:41:07 +0000 (21:41 +0400)]
Fixed zend_optimizerplus.enable_file_override=1 compatibility with PHP-5.3
sasezaki [Wed, 13 Feb 2013 15:48:18 +0000 (00:48 +0900)]
typo at Optimizer/block_pass.c
Damien Tournoud [Wed, 13 Feb 2013 15:08:19 +0000 (16:08 +0100)]
Fix typos and grammar issues in README.
Dmitry Stogov [Wed, 13 Feb 2013 12:33:14 +0000 (16:33 +0400)]
spelling
Dmitry Stogov [Wed, 13 Feb 2013 12:26:47 +0000 (16:26 +0400)]
Open Source Release