Very Low Activity

News

  Analyzed about 20 hours ago based on code collected about 20 hours ago.
 
Posted 3 days ago by smallslime
here is my php 5.4.14:

Configure Command => './configure' '--prefix=/opt/smallslime/php-5.4.15' '--with-config-file-scan-dir=/opt/smallslime/php-5.4.15/lib/php.d' '--with-libxml-dir=/opt/smallslime/libxml2-2.9.1' ... [More] '--with-pcre-dir=/opt/smallslime/pcre-8.32' '--with-icu-dir=/opt/smallslime/icu4c-51_1' '--with-mcrypt=/opt/smallslime/libmcrypt-2.5.7' '--with-mysql' '--with-mysqli' '--with-pdo-mysql' '--enable-fpm' '--enable-sigchild' '--enable-bcmath' '--enable-intl' '--enable-mbstring' '--enable-pcntl' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mysqlnd' '--enable-maintainer-zts' '--enable-zend-signals'

it's run ok with nginx

then i compile xcache 3.0.1, and edit php.ini

it's ok when i run php -m|grep xcache, i could se cache is loaded.

then i restart php-fpm and nginx, however nginx response 502 to browser , the nginx log like this:
"GET / HTTP/1.1" 502 181 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/?536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13"

at last, i found if you set xcache.size to 0 or disable xcache, it's runs ok.

hope this bug can be fix soon , thanks [Less]
Posted 3 days ago by moo
trunk/mod_cacher/xc_cacher.c
undo [1242]
Posted 3 days ago by moo
trunk/mod_cacher/xc_cacher.c
fix build
Posted 3 days ago by moo
trunk/mod_cacher/xc_cacher.c
undefined xc_shm_t
Posted 3 days ago by moo
branches/3.0branches/3.0/processor/processor.m4
fix build for PHP<5.4
Posted 3 days ago by moo
trunk/processor/processor.m4
fix build for PHP<5.4
Posted 3 days ago by moo
(diff)
Posted 3 days ago by moo
branches/3.0branches/3.0/ChangeLogbranches/3.0/NEWS…
merged [1238] from trunk: fixes #296: Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use
Posted 8 days ago by dschnepper
minor corrections

(diff)
Posted 8 days ago by moo
fixed
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.