1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
Dmitry Stogov 68c265ce37 typo 2013-03-01 22:57:53 +04:00
Dmitry Stogov 28cd079adb Added info anout zend_optimizerplus.mmap_base directice 2013-03-01 10:17:41 +04:00
Dmitry Stogov a91292c6e9 Merge branch 'master' of https://github.com/Tyrael/ZendOptimizerPlus into test 2013-03-01 10:03:59 +04:00
Dmitry Stogov aa1e91b130 Merge branch 'patch-1' of https://github.com/patrickallaert/ZendOptimizerPlus into test 2013-03-01 10:00:21 +04:00
Ferenc Kovacs 0a29c8de7a adding the package.xml for pecl 2013-02-28 22:38:09 +01:00
Patrick Allaert 171843a4e0 Fixed typo 2013-02-28 15:44:58 +01:00
Ilia Alshanetsky 23daa95d10 return false to be consistent 2013-02-27 13:54:56 -05:00
Ilia Alshanetsky 0039f160f2 Make the functions validate input parameters (or lack thereof) 2013-02-27 13:53:03 -05:00
Dmitry Stogov d39a49a534 Correction 2013-02-27 21:35:24 +04:00
Ilia Alshanetsky e1fb6ce365 Added missing calloc() result checks 2013-02-27 10:13:01 -05:00
Dmitry Stogov a6e115e94e Fixed typo 2013-02-26 23:05:24 +04:00
Dmitry Stogov 616214f929 Fixed build instruction 2013-02-26 11:26:51 +04:00
Dmitry Stogov 443a177b34 Emit the same error messages as without O+ (use "dups_fix" hack only for classes) 2013-02-26 01:34:11 +04:00
Dmitry Stogov a7a355c741 Fixed memory leaks (avoid generation of unused results) 2013-02-26 01:32:24 +04:00
Dmitry Stogov 70f1cd9dc5 Execute shared memory initialization/deinitialization under exclusive lock 2013-02-25 16:35:44 +04:00
Dmitry Stogov f463abc508 Fixed function prototypes 2013-02-25 16:06:38 +04:00
Dmitry Stogov 56baf17a17 Merge branch 'master' of https://github.com/laruence/ZendOptimizerPlus
Conflicts:
	Optimizer/block_pass.c
2013-02-25 14:55:27 +04:00
Dmitry Stogov cf102333a2 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.
2013-02-25 14:18:07 +04:00
Xinchen Hui 3da5b830c2 coding style improve 2013-02-25 15:29:54 +08:00
Xinchen Hui c58b899470 remove useless configure option 2013-02-25 14:45:03 +08:00
Dmitry Stogov ce69b86927 Ability to disable O+ per process (or process pool) 2013-02-25 10:35:59 +04:00
Dmitry Stogov 0c220d6fb3 Fixed build in a separate directory (Ilia Alshanetsky) 2013-02-25 10:04:03 +04:00
Dmitry Stogov 0d73c20d87 Fixed compilation, when compiling right into PHP (Ilia Alshanetsky) 2013-02-25 09:59:39 +04:00
Xinchen Hui a1afc0a139 Simplify the install instructions 2013-02-23 15:34:10 +08:00
Dmitry Stogov a9910f3ce2 white spaces 2013-02-22 18:09:26 +04:00
Dmitry Stogov 4fe4b0d593 Fixed memory leak 2013-02-22 17:22:43 +04:00
Dmitry Stogov f2e8465017 Fixed memory leak 2013-02-22 17:10:34 +04:00
Dmitry Stogov 56818541c7 Started Test Suite 2013-02-22 14:06:02 +04:00
Dmitry Stogov f1b76342d8 We build a zend_extension (not a regular PHP module). 2013-02-22 13:38:32 +04:00
Xinchen Hui cddc2c35d9 Codes style improve 2013-02-22 14:56:05 +08:00
Dmitry Stogov 3a06991ffd Added ability to always validate cached script timestamps using zend_optimizerplus.revalidate_freq=0 2013-02-21 12:11:03 +04:00
Dmitry Stogov 280bbaf301 Avoid unexpected warning messages (ext/standard/tests/file/fopencookie.phpt) 2013-02-20 18:04:07 +04:00
Dmitry Stogov b95964535c Fixed compilation error 2013-02-20 11:21:15 +04:00
Dmitry Stogov 1fcdd25e83 Added check for calloc() failure 2013-02-19 18:21:31 +04:00
Dmitry Stogov 6ee2602317 Simplification 2013-02-19 18:15:11 +04:00
Dmitry Stogov 4813a71174 Fixed static analyser warning 2013-02-19 18:07:23 +04:00
Dmitry Stogov 3af305cc50 Removed redundand TSRMLS_FETCH() 2013-02-19 18:04:40 +04:00
Dmitry Stogov 2d87dce1ed Avoid buffer overrun 2013-02-19 18:00:49 +04:00
Dmitry Stogov 511b33ccdf Avoid warning about possible precision loss 2013-02-18 13:27:42 +04:00
Dmitry Stogov 40107aa6da Use proper format specifier 2013-02-18 13:19:24 +04:00
Dmitry Stogov 53d4abb16c Avoid static analyzer warning 2013-02-18 13:13:25 +04:00
Dmitry Stogov f18678bbcf Fixed signed/unsigned comparison warnings 2013-02-18 13:03:29 +04:00
Dmitry Stogov e708dce674 Lenght is unsigned 2013-02-18 12:42:56 +04:00
Dmitry Stogov d9ba147e5c Avoid mixing declarations and code 2013-02-18 12:33:58 +04:00
Dmitry Stogov a120178520 Added checks for malloc() failures 2013-02-18 11:34:10 +04:00
Dmitry Stogov 6d999b4379 Added check for CreateMutex() failure 2013-02-18 11:12:20 +04:00
Dmitry Stogov 908fc9dcc4 Fixed inconsistent start_accel_module() prototype and usage 2013-02-18 11:04:58 +04:00
krakjoe 996485e0b2 bug #29 enable cli-server support 2013-02-17 15:48:31 +00:00
Dmitry Stogov 2b6eede1d3 Fixed warning about uninitialized variable (actually, it doesn't have to be initialized). 2013-02-15 18:06:48 +04:00
Dmitry Stogov 6693f1854d Wrong value 2013-02-15 17:59:36 +04:00