Custom Query (267 matches)
Results (55 - 57 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #89 | fixed | PHP does not catch exceptions when xcache.optimizer = On | moo | ipavlov@… |
| Description |
I am running PHP 5.2.0-10 . When xcache.optimizer=On the following code does not catch the Exception. With optimizer=Off it does... try {
throw new Exception('sas');
} catch (Exception $uuu) {
var_dump($uuu);
}
|
|||
| #91 | fixed | Wrong INI rename: xcache.admin.enable_auth should be xcache.admin.auth (according to doc) | moo | blueyed |
| Description |
It says """new: xcache.admin.auth = On""", but uses """STD_PHP_INI_BOOLEAN("xcache.admin.enable_auth",...""". I'm refering to r368 |
|||
| #92 | fixed | Xcache not working with Zend Optimizer 3.2.8 | moo | adrianmoir |
| Description |
Hi Have a problem trying to Xcache and Zend optimizer can you help? Many Thanks,
Problem occurs post installation of Xcache upon apache restart.
Error posted in /var/log/httpd/error.log
PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.2.8 is incompatible with
XCache 1.2.0 in Unknown on line 0
PHP info.....
[root@Portal httpd]# php -v
PHP 5.1.6 (cli) (built: May 3 2007 10:03:49)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
[root@Portal httpd]# php-cgi -v
PHP 5.1.6 (cgi-fcgi) (built: May 3 2007 10:01:28)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
Apache Version
[root@Portal httpd]# httpd -v
Server version: Apache/2.2.3
Server is running on RedHat Enterprise V5 x86_64.
|
|||
Note: See TracQuery
for help on using queries.

