]>
granicus.if.org Git - php/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dmitry Stogov [Mon, 4 Mar 2013 11:29:02 +0000 (15:29 +0400)]
Increased version number
Dmitry Stogov [Mon, 4 Mar 2013 11:26:40 +0000 (15:26 +0400)]
Preparaton for pecl release
Dmitry Stogov [Fri, 1 Mar 2013 18:57:53 +0000 (22:57 +0400)]
typo
Dmitry Stogov [Fri, 1 Mar 2013 06:17:41 +0000 (10:17 +0400)]
Added info anout zend_optimizerplus.mmap_base directice
Dmitry Stogov [Fri, 1 Mar 2013 06:03:59 +0000 (10:03 +0400)]
Merge branch 'master' of https://github.com/Tyrael/ZendOptimizerPlus into test
Dmitry Stogov [Fri, 1 Mar 2013 06:00:21 +0000 (10:00 +0400)]
Merge branch 'patch-1' of https://github.com/patrickallaert/ZendOptimizerPlus into test
Ferenc Kovacs [Thu, 28 Feb 2013 21:38:09 +0000 (22:38 +0100)]
adding the package.xml for pecl
Patrick Allaert [Thu, 28 Feb 2013 14:44:58 +0000 (15:44 +0100)]
Fixed typo
Ilia Alshanetsky [Wed, 27 Feb 2013 18:54:56 +0000 (13:54 -0500)]
return false to be consistent
Ilia Alshanetsky [Wed, 27 Feb 2013 18:53:03 +0000 (13:53 -0500)]
Make the functions validate input parameters (or lack thereof)
Dmitry Stogov [Wed, 27 Feb 2013 17:35:24 +0000 (21:35 +0400)]
Correction
Ilia Alshanetsky [Wed, 27 Feb 2013 15:13:01 +0000 (10:13 -0500)]
Added missing calloc() result checks
Dmitry Stogov [Tue, 26 Feb 2013 19:05:24 +0000 (23:05 +0400)]
Fixed typo
Dmitry Stogov [Tue, 26 Feb 2013 07:26:51 +0000 (11:26 +0400)]
Fixed build instruction
Dmitry Stogov [Mon, 25 Feb 2013 21:34:11 +0000 (01:34 +0400)]
Emit the same error messages as without O+ (use "dups_fix" hack only for classes)
Dmitry Stogov [Mon, 25 Feb 2013 21:32:24 +0000 (01:32 +0400)]
Fixed memory leaks (avoid generation of unused results)
Dmitry Stogov [Mon, 25 Feb 2013 12:35:44 +0000 (16:35 +0400)]
Execute shared memory initialization/deinitialization under exclusive lock
Dmitry Stogov [Mon, 25 Feb 2013 12:06:38 +0000 (16:06 +0400)]
Fixed function prototypes
Dmitry Stogov [Mon, 25 Feb 2013 10:55:27 +0000 (14:55 +0400)]
Merge branch 'master' of https://github.com/laruence/ZendOptimizerPlus
Conflicts:
Optimizer/block_pass.c
Dmitry Stogov [Mon, 25 Feb 2013 10:18:07 +0000 (14:18 +0400)]
op_array->brk_count_array has to be kept even if op_array doesn't have BRK/CONT/GOTO opcodes.
It might be used to unlock "loop" or "switch" variable in case of exception.
Xinchen Hui [Mon, 25 Feb 2013 07:29:54 +0000 (15:29 +0800)]
coding style improve
Xinchen Hui [Mon, 25 Feb 2013 06:45:03 +0000 (14:45 +0800)]
remove useless configure option
Dmitry Stogov [Mon, 25 Feb 2013 06:35:59 +0000 (10:35 +0400)]
Ability to disable O+ per process (or process pool)
Dmitry Stogov [Mon, 25 Feb 2013 06:04:03 +0000 (10:04 +0400)]
Fixed build in a separate directory (Ilia Alshanetsky)
Dmitry Stogov [Mon, 25 Feb 2013 05:59:39 +0000 (09:59 +0400)]
Fixed compilation, when compiling right into PHP (Ilia Alshanetsky)
Xinchen Hui [Sat, 23 Feb 2013 07:21:48 +0000 (15:21 +0800)]
Simplify the install instructions
Dmitry Stogov [Fri, 22 Feb 2013 14:09:26 +0000 (18:09 +0400)]
white spaces
Dmitry Stogov [Fri, 22 Feb 2013 13:22:43 +0000 (17:22 +0400)]
Fixed memory leak
Dmitry Stogov [Fri, 22 Feb 2013 13:10:34 +0000 (17:10 +0400)]
Fixed memory leak
Dmitry Stogov [Fri, 22 Feb 2013 10:06:02 +0000 (14:06 +0400)]
Started Test Suite
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