]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'patch-1' of https://github.com/reeze/ZendOptimizerPlus
Dmitry Stogov [Fri, 15 Feb 2013 06:51:29 +0000 (10:51 +0400)]
Merge branch 'patch-1' of https://github.com/reeze/ZendOptimizerPlus

11 years agoTypo fix
Reeze Xia [Fri, 15 Feb 2013 05:48:37 +0000 (13:48 +0800)]
Typo fix

11 years agoFix typo in README
Daniel Gimenes [Fri, 15 Feb 2013 02:00:40 +0000 (00:00 -0200)]
Fix typo in README

11 years agoFixed compatibility with 5.2 and 5.3
Dmitry Stogov [Thu, 14 Feb 2013 14:36:07 +0000 (18:36 +0400)]
Fixed compatibility with 5.2 and 5.3

11 years agoAdded Xdebug compatibility note
Dmitry Stogov [Thu, 14 Feb 2013 14:20:34 +0000 (18:20 +0400)]
Added Xdebug compatibility note

11 years agoMerge branch 'master' of https://github.com/thomasbley/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 12:15:55 +0000 (16:15 +0400)]
Merge branch 'master' of https://github.com/thomasbley/ZendOptimizerPlus

11 years agoMerge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 12:03:32 +0000 (16:03 +0400)]
Merge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus

11 years agophpize is already in README
Thomas Bley [Thu, 14 Feb 2013 11:44:07 +0000 (12:44 +0100)]
phpize is already in README

11 years agoUpdate README
Thomas Bley [Thu, 14 Feb 2013 11:24:48 +0000 (12:24 +0100)]
Update README

11 years agoadded travis-ci config (make + load extension)
Thomas Bley [Thu, 14 Feb 2013 11:20:50 +0000 (12:20 +0100)]
added travis-ci config (make + load extension)

11 years agoFixed phpinfo() output when O+ is not enabled for CLI
Dmitry Stogov [Thu, 14 Feb 2013 09:19:06 +0000 (13:19 +0400)]
Fixed phpinfo() output when O+ is not enabled for CLI

11 years agoDisabled unsafe optimization pattern
Dmitry Stogov [Thu, 14 Feb 2013 09:06:30 +0000 (13:06 +0400)]
Disabled unsafe optimization pattern

11 years agoalso add load_comments
Remi Collet [Thu, 14 Feb 2013 08:24:11 +0000 (09:24 +0100)]
also add load_comments

11 years agomissing directives in accelerator_get_configuration
Remi Collet [Thu, 14 Feb 2013 08:10:00 +0000 (09:10 +0100)]
missing directives in accelerator_get_configuration

11 years agomissing directive in README (need doc)
Remi Collet [Thu, 14 Feb 2013 07:51:05 +0000 (08:51 +0100)]
missing directive in README (need doc)

11 years ago- Added zend_optimizerplus.load_comments configuration durective, so "Doc comments...
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.

11 years agoRevert renaming (md needs additional formatting tags)
Dmitry Stogov [Thu, 14 Feb 2013 07:13:51 +0000 (11:13 +0400)]
Revert renaming (md needs additional formatting tags)

11 years agoRenamed README into README.md
Dmitry Stogov [Thu, 14 Feb 2013 07:09:36 +0000 (11:09 +0400)]
Renamed README into README.md

11 years agoMerge branch 'master' of https://github.com/johnl/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 07:04:37 +0000 (11:04 +0400)]
Merge branch 'master' of https://github.com/johnl/ZendOptimizerPlus

11 years agoDon't completely delete the "enabled condition".
Dmitry Stogov [Thu, 14 Feb 2013 07:00:04 +0000 (11:00 +0400)]
Don't completely delete the "enabled condition".

11 years agoMerge branch 'master' of https://github.com/adoy/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 06:57:59 +0000 (10:57 +0400)]
Merge branch 'master' of https://github.com/adoy/ZendOptimizerPlus

11 years agoMerge branch 'master' of https://github.com/pierrejoye/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 06:43:50 +0000 (10:43 +0400)]
Merge branch 'master' of https://github.com/pierrejoye/ZendOptimizerPlus

11 years ago- nuke unused variable
Pierre Joye [Thu, 14 Feb 2013 06:41:18 +0000 (07:41 +0100)]
- nuke unused variable

11 years agoThis is a development version yet
Dmitry Stogov [Thu, 14 Feb 2013 06:38:20 +0000 (10:38 +0400)]
This is a development version yet

11 years ago- fix windows build
Pierre Joye [Thu, 14 Feb 2013 06:24:26 +0000 (07:24 +0100)]
- fix windows build

11 years agoMerge branch 'patch-1' of https://github.com/raziel057/ZendOptimizerPlus
Dmitry Stogov [Thu, 14 Feb 2013 06:07:39 +0000 (10:07 +0400)]
Merge branch 'patch-1' of https://github.com/raziel057/ZendOptimizerPlus

11 years agoAvoid compilation of unsupported SHM backends
Dmitry Stogov [Thu, 14 Feb 2013 06:01:29 +0000 (10:01 +0400)]
Avoid compilation of unsupported SHM backends

11 years agoAvoid unnecessary code and change the type of accelerator_enabled
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

11 years agoFix typo
Thomas Lallement [Wed, 13 Feb 2013 18:56:44 +0000 (19:56 +0100)]
Fix typo

11 years agoAdded LICENSE from http://www.php.net/license/3_01.txt
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

11 years agoFixed zend_optimizerplus.enable_file_override=1 compatibility with PHP-5.3
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

11 years agotypo at Optimizer/block_pass.c
sasezaki [Wed, 13 Feb 2013 15:48:18 +0000 (00:48 +0900)]
typo at Optimizer/block_pass.c

11 years agoFix typos and grammar issues in README.
Damien Tournoud [Wed, 13 Feb 2013 15:08:19 +0000 (16:08 +0100)]
Fix typos and grammar issues in README.

11 years agospelling
Dmitry Stogov [Wed, 13 Feb 2013 12:33:14 +0000 (16:33 +0400)]
spelling

11 years agoOpen Source Release
Dmitry Stogov [Wed, 13 Feb 2013 12:26:47 +0000 (16:26 +0400)]
Open Source Release