Re: [PHP] Re: php accelerator for php5rc1 ?

2004-04-19 Thread David Herring
Hi Thomas,

Thanks for the correction.

My current undertanding is that zend-acelerator, phpa, turck-mmache and 
apc do not
support PHP5.0rc1 ? Is there any accelerator that does ?

Thx dave

Thomas Seifert wrote:

On Sat, 17 Apr 2004 19:01:21 +0100 [EMAIL PROTECTED] (David Herring) wrote:

 

The latest Zend optimiser - 3.60 does not support php 5 - is there any 
alternative accelerators which do ?
   

uhm, afaik the "optimiser" is not an accelerator, more kind of a loader for
encrypted files.
You would have to use the zend-accelerator, phpa, turck-mmcache, apc or similar 
products.


thomas

 



--

David Herring
---
Netfm Ltd
T: 07092 140694
M: 07766 086179
F: 07092 337656
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] php accelerator for php5rc1 ?

2004-04-17 Thread David Herring
The latest Zend optimiser - 3.60 does not support php 5 - is there any 
alternative accelerators which do ?

thx dave

--

David Herring
---
Netfm Ltd
T: 07092 140694
M: 07766 086179
F: 07092 337656
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Still cannot get gd graphics to work....

2002-09-01 Thread David Herring


Help

I want to install apache 1.3.26 with php 4.2.2 (plus png support) on a 
suse 8.0 machine.

I constantly get segV errors when using imagecreatefrompng.

Have tried gd 1.8.4 / and the gd beta 2.0.1, have also tried installed 
the latest libpng 1.2.4.

The php INSTALL file makes it seem trivial to have this working ??

Has anyone else having issues with getting png support on the latest 
builds ?

Thanks dave


ps. My php configure look like:-

./configure --enable-debug \
--with-gd=/usr/local/gd-1.8.4 \
--with-png-dir=/usr \
--with-jpeg-dir=/usr \
--with-zlib-dir=/usr \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/config




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] imagecreatefrompng...fails

2002-08-27 Thread David Herring



Trying to install apache 1.3.26 plus PHP 4.2.2 installed and cannot get 
the libpng stuff to work with GD


in the apache error log I get:-

[Tue Aug 27 09:31:10 2002] [notice] child pid 6825 exit signal 
Segmentation fault (11)
[Tue Aug 27 09:31:10 2002] [notice] child pid 6824 exit signal 
Segmentation fault (11)


-- and these are being generated when access imagecreatefrompng --


My configure line for PHP is:-

./configure --enable-debug \
--with-gd=/usr/local/gd-1.8.4 \
--with-mysql=/usr/local/mysql \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/config


When I run http -X I cann not get a trackback...e.g:-

linux:/usr/local/apache/bin # pwd
/usr/local/apache/bin
linux:/usr/local/apache/bin # ./httpd -X
Segmentation fault
linux:/usr/local/apache/bin # ls
.  ..  ab  apachectl  apxs  checkgid  dbmmanage  htdigest  htpasswd  
httpd  logresolve  rotatelogs
linux:/usr/local/apache/bin #

Any ideas ?

Thanks in advance, dave




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php