]> granicus.if.org Git - php/log
php
11 years agoWe build a zend_extension (not a regular PHP module).
Dmitry Stogov [Fri, 22 Feb 2013 09:38:32 +0000 (13:38 +0400)]
We build a zend_extension (not a regular PHP module).

11 years agoCodes style improve
Xinchen Hui [Fri, 22 Feb 2013 06:56:05 +0000 (14:56 +0800)]
Codes style improve

11 years agoAdded ability to always validate cached script timestamps using zend_optimizerplus...
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

11 years agoAvoid unexpected warning messages (ext/standard/tests/file/fopencookie.phpt)
Dmitry Stogov [Wed, 20 Feb 2013 14:04:07 +0000 (18:04 +0400)]
Avoid unexpected warning messages (ext/standard/tests/file/fopencookie.phpt)

11 years agoFixed compilation error
Dmitry Stogov [Wed, 20 Feb 2013 07:21:15 +0000 (11:21 +0400)]
Fixed compilation error

11 years agoAdded check for calloc() failure
Dmitry Stogov [Tue, 19 Feb 2013 14:21:31 +0000 (18:21 +0400)]
Added check for calloc() failure

11 years agoSimplification
Dmitry Stogov [Tue, 19 Feb 2013 14:15:11 +0000 (18:15 +0400)]
Simplification

11 years agoFixed static analyser warning
Dmitry Stogov [Tue, 19 Feb 2013 14:07:23 +0000 (18:07 +0400)]
Fixed static analyser warning

11 years agoRemoved redundand TSRMLS_FETCH()
Dmitry Stogov [Tue, 19 Feb 2013 14:04:40 +0000 (18:04 +0400)]
Removed redundand TSRMLS_FETCH()

11 years agoAvoid buffer overrun
Dmitry Stogov [Tue, 19 Feb 2013 14:00:49 +0000 (18:00 +0400)]
Avoid buffer overrun

11 years agoAvoid warning about possible precision loss
Dmitry Stogov [Mon, 18 Feb 2013 09:27:42 +0000 (13:27 +0400)]
Avoid warning about possible precision loss

11 years agoUse proper format specifier
Dmitry Stogov [Mon, 18 Feb 2013 09:19:24 +0000 (13:19 +0400)]
Use proper format specifier

11 years agoAvoid static analyzer warning
Dmitry Stogov [Mon, 18 Feb 2013 09:13:25 +0000 (13:13 +0400)]
Avoid static analyzer warning

11 years agoFixed signed/unsigned comparison warnings
Dmitry Stogov [Mon, 18 Feb 2013 09:03:29 +0000 (13:03 +0400)]
Fixed signed/unsigned comparison warnings

11 years agoLenght is unsigned
Dmitry Stogov [Mon, 18 Feb 2013 08:42:56 +0000 (12:42 +0400)]
Lenght is unsigned

11 years agoAvoid mixing declarations and code
Dmitry Stogov [Mon, 18 Feb 2013 08:33:58 +0000 (12:33 +0400)]
Avoid mixing declarations and code

11 years agoAdded checks for malloc() failures
Dmitry Stogov [Mon, 18 Feb 2013 07:34:10 +0000 (11:34 +0400)]
Added checks for malloc() failures

11 years agoAdded check for CreateMutex() failure
Dmitry Stogov [Mon, 18 Feb 2013 07:12:20 +0000 (11:12 +0400)]
Added check for CreateMutex() failure

11 years agoFixed inconsistent start_accel_module() prototype and usage
Dmitry Stogov [Mon, 18 Feb 2013 07:04:58 +0000 (11:04 +0400)]
Fixed inconsistent start_accel_module() prototype and usage

11 years agobug #29 enable cli-server support
krakjoe [Sun, 17 Feb 2013 15:48:31 +0000 (15:48 +0000)]
bug #29 enable cli-server support

11 years agoFixed warning about uninitialized variable (actually, it doesn't have to be initialized).
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).

11 years agoWrong value
Dmitry Stogov [Fri, 15 Feb 2013 13:59:36 +0000 (17:59 +0400)]
Wrong value

11 years agoFixed possible resource leak
Dmitry Stogov [Fri, 15 Feb 2013 13:46:38 +0000 (17:46 +0400)]
Fixed possible resource leak

11 years ago"locked" must be a "module" global (local to thread)
Dmitry Stogov [Fri, 15 Feb 2013 13:35:58 +0000 (17:35 +0400)]
"locked" must be a "module" global (local to thread)

11 years agoAdded ZTS lock
Dmitry Stogov [Fri, 15 Feb 2013 11:08:51 +0000 (15:08 +0400)]
Added ZTS lock

11 years agoRenamed ZCG(startup_ok) into "accel_startup_ok".
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)

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