Re: [nyphp-talk] Running multiple mod_php extensions

2011-09-08 Thread Chris Snyder
On Wed, Sep 7, 2011 at 1:25 PM, Gary Mort wrote: > Looking at the ApacheHandler extension, it first seemed like it should be > simple to change all occurences of the handler label mod_php to create > multiple custom modules.  IE mod_php_5_3_6 and mod_php_5_3_8... then both > modules can be loaded

Re: [nyphp-talk] Running multiple mod_php extensions

2011-09-08 Thread Daniel Convissor
Hi Gary: For a while I was running two different versions of PHP on two different ports (80 and 8080 for example). That was a _while_ ago (when PHP 5 was in alpha mode) on Windows. PHP 4 was on one port and PHP 5 on another. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O

Re: [nyphp-talk] Image resizing/cropping on the fly

2011-09-08 Thread Daniel Convissor
Hi Frederico: On Wed, Sep 07, 2011 at 02:07:49PM -0400, Federico Ulfo wrote: > The weirdest thing is that the script works fine, but randomly doesn't, Add an error handler (http://php.net/set_error_handler) that gathers the problem information and the images and sets them (and sends an email to y