> Could you try without eAccelerator perhaps?
of course!
in 'php.ini',
--- zend_extension_ts=" ...
--- eaccelerator.enable="1"
+++ zend_extension_ts=" ...
+++ eaccelerator.enable="0"
so that,
% php -v
PHP 5.2.4-dev (cli) (built: Jul 14 2007 09:40:36)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Xdebug v2.0.0RC5-dev, Copyright (c) 2002, 2003, 2004, 2005,
2006, 2007, by Derick Rethans
%
then,
% sh test.sh
still, unfortunately, shows,
=====================================================================
Number of tests : 90 72
Tests skipped : 18 ( 20.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 38 ( 42.2%) ( 52.8%)
Tests passed : 34 ( 37.8%) ( 47.2%)
---------------------------------------------------------------------
Time taken : 143 seconds
=====================================================================
...
, same as above.
Received on Sun Jul 15 2007 - 18:20:24 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST