]>
granicus.if.org Git - php/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dmitry Stogov [Fri, 22 Feb 2013 09:38:32 +0000 (13:38 +0400)]
We build a zend_extension (not a regular PHP module).
Xinchen Hui [Fri, 22 Feb 2013 06:56:05 +0000 (14:56 +0800)]
Codes style improve
Dmitry Stogov [Thu, 21 Feb 2013 08:11:03 +0000 (12:11 +0400)]
Added ability to always validate cached script timestamps using zend_optimizerplus.revalidate_freq=0
Dmitry Stogov [Wed, 20 Feb 2013 14:04:07 +0000 (18:04 +0400)]
Avoid unexpected warning messages (ext/standard/tests/file/fopencookie.phpt)
Dmitry Stogov [Wed, 20 Feb 2013 07:21:15 +0000 (11:21 +0400)]
Fixed compilation error
Dmitry Stogov [Tue, 19 Feb 2013 14:21:31 +0000 (18:21 +0400)]
Added check for calloc() failure
Dmitry Stogov [Tue, 19 Feb 2013 14:15:11 +0000 (18:15 +0400)]
Simplification
Dmitry Stogov [Tue, 19 Feb 2013 14:07:23 +0000 (18:07 +0400)]
Fixed static analyser warning
Dmitry Stogov [Tue, 19 Feb 2013 14:04:40 +0000 (18:04 +0400)]
Removed redundand TSRMLS_FETCH()
Dmitry Stogov [Tue, 19 Feb 2013 14:00:49 +0000 (18:00 +0400)]
Avoid buffer overrun
Dmitry Stogov [Mon, 18 Feb 2013 09:27:42 +0000 (13:27 +0400)]
Avoid warning about possible precision loss
Dmitry Stogov [Mon, 18 Feb 2013 09:19:24 +0000 (13:19 +0400)]
Use proper format specifier
Dmitry Stogov [Mon, 18 Feb 2013 09:13:25 +0000 (13:13 +0400)]
Avoid static analyzer warning
Dmitry Stogov [Mon, 18 Feb 2013 09:03:29 +0000 (13:03 +0400)]
Fixed signed/unsigned comparison warnings
Dmitry Stogov [Mon, 18 Feb 2013 08:42:56 +0000 (12:42 +0400)]
Lenght is unsigned
Dmitry Stogov [Mon, 18 Feb 2013 08:33:58 +0000 (12:33 +0400)]
Avoid mixing declarations and code
Dmitry Stogov [Mon, 18 Feb 2013 07:34:10 +0000 (11:34 +0400)]
Added checks for malloc() failures
Dmitry Stogov [Mon, 18 Feb 2013 07:12:20 +0000 (11:12 +0400)]
Added check for CreateMutex() failure
Dmitry Stogov [Mon, 18 Feb 2013 07:04:58 +0000 (11:04 +0400)]
Fixed inconsistent start_accel_module() prototype and usage
krakjoe [Sun, 17 Feb 2013 15:48:31 +0000 (15:48 +0000)]
bug #29 enable cli-server support
Dmitry Stogov [Fri, 15 Feb 2013 14:06:48 +0000 (18:06 +0400)]
Fixed warning about uninitialized variable (actually, it doesn't have to be initialized).
Dmitry Stogov [Fri, 15 Feb 2013 13:59:36 +0000 (17:59 +0400)]
Wrong value
Dmitry Stogov [Fri, 15 Feb 2013 13:46:38 +0000 (17:46 +0400)]
Fixed possible resource leak
Dmitry Stogov [Fri, 15 Feb 2013 13:35:58 +0000 (17:35 +0400)]
"locked" must be a "module" global (local to thread)
Dmitry Stogov [Fri, 15 Feb 2013 11:08:51 +0000 (15:08 +0400)]
Added ZTS lock
Dmitry Stogov [Fri, 15 Feb 2013 09:45:42 +0000 (13:45 +0400)]
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)
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