]> granicus.if.org Git - php/shortlog
php
2013-03-06 Dmitry StogovMerge branch 'master' of github.com:zend-dev/ZendOptimi...
2013-03-06 Dmitry StogovAllows exclusion of large files from being cached
2013-03-06 Xinchen HuiAdd maintainers inot package.xml
2013-03-05 Anatol Belskifix ANSI C90 compat
2013-03-05 Dmitry StogovFixed test
2013-03-05 Dmitry StogovFixed uninitialized variable
2013-03-05 Dmitry StogovFixed bug #64353 (Built-in classes can be unavailable...
2013-03-05 Dmitry StogovMerge branch 'master' of github.com:zend-dev/ZendOptimi...
2013-03-05 Dmitry StogovSave a stat() call by calling sapi_module.get_stat()
2013-03-05 Xinchen HuiFixed #54 (PECL install adds extension= instead of...
2013-03-04 Xinchen HuiMerge pull request #52 from laruence/master
2013-03-04 Xinchen Huirelease 7.0.0
2013-03-04 Dmitry StogovIncreased version number
2013-03-04 Dmitry StogovPreparaton for pecl release
2013-03-01 Dmitry Stogovtypo
2013-03-01 Dmitry StogovAdded info anout zend_optimizerplus.mmap_base directice
2013-03-01 Dmitry StogovMerge branch 'master' of https://github.com/Tyrael...
2013-03-01 Dmitry StogovMerge branch 'patch-1' of https://github.com/patrickall...
2013-02-28 Ferenc Kovacsadding the package.xml for pecl
2013-02-28 Patrick AllaertFixed typo
2013-02-27 Ilia Alshanetskyreturn false to be consistent
2013-02-27 Ilia AlshanetskyMake the functions validate input parameters (or lack...
2013-02-27 Dmitry StogovCorrection
2013-02-27 Ilia AlshanetskyAdded missing calloc() result checks
2013-02-26 Dmitry StogovFixed typo
2013-02-26 Dmitry StogovFixed build instruction
2013-02-25 Dmitry StogovEmit the same error messages as without O+ (use "dups_f...
2013-02-25 Dmitry StogovFixed memory leaks (avoid generation of unused results)
2013-02-25 Dmitry StogovExecute shared memory initialization/deinitialization...
2013-02-25 Dmitry StogovFixed function prototypes
2013-02-25 Dmitry StogovMerge branch 'master' of https://github.com/laruence...
2013-02-25 Dmitry Stogovop_array->brk_count_array has to be kept even if op_arr...
2013-02-25 Xinchen Huicoding style improve
2013-02-25 Xinchen Huiremove useless configure option
2013-02-25 Dmitry StogovAbility to disable O+ per process (or process pool)
2013-02-25 Dmitry StogovFixed build in a separate directory (Ilia Alshanetsky)
2013-02-25 Dmitry StogovFixed compilation, when compiling right into PHP (Ilia...
2013-02-23 Xinchen HuiSimplify the install instructions
2013-02-22 Dmitry Stogovwhite spaces
2013-02-22 Dmitry StogovFixed memory leak
2013-02-22 Dmitry StogovFixed memory leak
2013-02-22 Dmitry StogovStarted Test Suite
2013-02-22 Dmitry StogovWe build a zend_extension (not a regular PHP module).
2013-02-22 Xinchen HuiCodes style improve
2013-02-21 Dmitry StogovAdded ability to always validate cached script timestam...
2013-02-20 Dmitry StogovAvoid unexpected warning messages (ext/standard/tests...
2013-02-20 Dmitry StogovFixed compilation error
2013-02-19 Dmitry StogovAdded check for calloc() failure
2013-02-19 Dmitry StogovSimplification
2013-02-19 Dmitry StogovFixed static analyser warning
2013-02-19 Dmitry StogovRemoved redundand TSRMLS_FETCH()
2013-02-19 Dmitry StogovAvoid buffer overrun
2013-02-18 Dmitry StogovAvoid warning about possible precision loss
2013-02-18 Dmitry StogovUse proper format specifier
2013-02-18 Dmitry StogovAvoid static analyzer warning
2013-02-18 Dmitry StogovFixed signed/unsigned comparison warnings
2013-02-18 Dmitry StogovLenght is unsigned
2013-02-18 Dmitry StogovAvoid mixing declarations and code
2013-02-18 Dmitry StogovAdded checks for malloc() failures
2013-02-18 Dmitry StogovAdded check for CreateMutex() failure
2013-02-18 Dmitry StogovFixed inconsistent start_accel_module() prototype and...
2013-02-17 krakjoebug #29 enable cli-server support
2013-02-15 Dmitry StogovFixed warning about uninitialized variable (actually...
2013-02-15 Dmitry StogovWrong value
2013-02-15 Dmitry StogovFixed possible resource leak
2013-02-15 Dmitry Stogov"locked" must be a "module" global (local to thread)
2013-02-15 Dmitry StogovAdded ZTS lock
2013-02-15 Dmitry StogovRenamed ZCG(startup_ok) into "accel_startup_ok".
2013-02-15 Dmitry StogovMerge branch 'patch-1' of https://github.com/reeze...
2013-02-15 Reeze XiaTypo fix
2013-02-15 Daniel GimenesFix typo in README
2013-02-14 Dmitry StogovFixed compatibility with 5.2 and 5.3
2013-02-14 Dmitry StogovAdded Xdebug compatibility note
2013-02-14 Dmitry StogovMerge branch 'master' of https://github.com/thomasbley...
2013-02-14 Dmitry StogovMerge branch 'issue-ini' of https://github.com/remicoll...
2013-02-14 Thomas Bleyphpize is already in README
2013-02-14 Thomas BleyUpdate README
2013-02-14 Thomas Bleyadded travis-ci config (make + load extension)
2013-02-14 Dmitry StogovFixed phpinfo() output when O+ is not enabled for CLI
2013-02-14 Dmitry StogovDisabled unsafe optimization pattern
2013-02-14 Remi Colletalso add load_comments
2013-02-14 Remi Colletmissing directives in accelerator_get_configuration
2013-02-14 Remi Colletmissing directive in README (need doc)
2013-02-14 Dmitry Stogov- Added zend_optimizerplus.load_comments configuration...
2013-02-14 Dmitry StogovRevert renaming (md needs additional formatting tags)
2013-02-14 Dmitry StogovRenamed README into README.md
2013-02-14 Dmitry StogovMerge branch 'master' of https://github.com/johnl/ZendO...
2013-02-14 Dmitry StogovDon't completely delete the "enabled condition".
2013-02-14 Dmitry StogovMerge branch 'master' of https://github.com/adoy/ZendOp...
2013-02-14 Dmitry StogovMerge branch 'master' of https://github.com/pierrejoye...
2013-02-14 Pierre Joye- nuke unused variable
2013-02-14 Dmitry StogovThis is a development version yet
2013-02-14 Pierre Joye- fix windows build
2013-02-14 Dmitry StogovMerge branch 'patch-1' of https://github.com/raziel057...
2013-02-14 Dmitry StogovAvoid compilation of unsupported SHM backends
2013-02-13 Pierrick CharronAvoid unnecessary code and change the type of accelerat...
2013-02-13 Thomas LallementFix typo
2013-02-13 John LeachAdded LICENSE from http://www.php.net/license/3_01.txt
2013-02-13 Dmitry StogovFixed zend_optimizerplus.enable_file_override=1 compati...
2013-02-13 sasezakitypo at Optimizer/block_pass.c
next