37
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted almost 10 years ago by Xuefer <xuefer@…>
processor/processor.m4processor/struct.m4 cacher: fix #342 object caching
Posted almost 10 years ago by moo
invalid: xcache.var_namespace_mode = 0 xcache.var_namespace = some different string, for each pool re-open this ticket if it's not working
Posted almost 10 years ago by ntman
Couldn't making separate xcache variable cache for each php-fpm pool This is very pitiful limitation. Because I can't divide variable cache by several users for shared hosting and etc. Also expected that for each pool I can setup own xcache ... [More] password. Example: # cat /etc/php-fpm.d/poligon.conf [poligon] listen.owner = nginx listen.group = nginx listen = /var/run/php-fpm/poligon.sock user = poligon group = poligon pm = dynamic pm.max_children = 50 pm.start_servers = 5 pm.min_spare_servers = 5 pm.max_spare_servers = 35 ;slowlog = /var/www/mikhail/logs/php-fpm-slow.log ;php_admin_value[error_log] = /var/www/mikhail/logs/php-fpm-error.log php_admin_flag[log_errors] = on ; Set session path to a directory owned by process user php_value[session.save_handler] = files php_value[session.save_path] = /tmp php_value[soap.wsdl_cache_dir] = /tmp ; xCache administration php_value[xcache.admin.user] = "poligon" php_value[xcache.admin.pass] = "0c51a8dd180d8a3360c88de27057c587" [Less]
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: include EX inside $range
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: function op() to skip NOP
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: dump: adds ':' before constant
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: adds opline in error message
Posted about 10 years ago by Xuefer <xuefer@…>
bin/phpdc.phprbin/phpdop.phprdevel/run… Decompiler: merge phpdop into Decompiler
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: fix undefined index for catch at bottom of the opcode
Posted about 10 years ago by Xuefer <xuefer@…>
lib/Decompiler.class.php Decompiler: disable assert by default