[PHP] List of validated PHP extentions for thead safety

2004-01-30 Thread Steven Roussey
Is there a List of validated PHP extentions for thead safety? I'm trying to find out if moving to Apache 2 is at all possible in a production environment, and would like to check to see if the modules we use are thread safe. Thanks, Steven Roussey Network54 Corporation -- PHP General Ma

[PHP] Re: [PHP-DEV] PHP/MySQL memory leak?

2002-11-20 Thread Steven Roussey
If you can, use PHP 4.0.6 for server processing like that. It is the last version that worked in our experience. A script using 4.0.6 can run for months for us. Anything newer will die after a few hours/days. Not sure where the problem is. May not be MySQL extension. Could be anywhere. Unless you

[PHP] RE: MySQL errors in newer PHP 4.2.3

2002-09-19 Thread Steven Roussey
, Steven Roussey http://Network54.com/?pp=e > -Original Message- > From: Jocelyn Fournier [mailto:[EMAIL PROTECTED]] > > Hi, > > Same problem for me, although it was already here with 4.2.0 for me (well > it > seems to be also a high QPS problem...). The problem seems

[PHP] MySQL errors in newer PHP 4.2.3

2002-09-19 Thread Steven Roussey
Since updating to 4.2.3, we have been getting intermittent errors of "Commands out of sync". Anyone else see this? Sincerely, Steven Roussey http://Network54.com/?pp=e php,sql,query -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSLT compiler for PHP

2001-07-11 Thread Steven Roussey
Hi all, I was curious if anyone was aware of a XSLT compiler that outputs PHP source? XSLTC which Sun donated to Apache Foundation creates Java source and is part of the Xalan project. Java is slow and we are all PHP here. Thanks! Sincerely, Steven Roussey Network54.com http://network54.com

[PHP] Automatic Output Buffering Compression level with ob_gzhandler

2001-04-03 Thread Steven Roussey
Hi, Is there a way to set the compression level for the automatic compression output buffering with ob_gzhandler? Both gzcompress() and gzdeflate() have an optional compression level. We would like to use the highest setting by default. Sincerely, Steven Roussey Network54.com http://network54