[PHP] PHP CLI Forking Problem

2004-10-22 Thread John McKerrell
each individual allocated bit of memory, but I've left it running for ten minutes and the children still didn't manage to finish. Anyone got any thoughts? Thanks, John McKerrell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Dynamic vs Static Builds

2004-02-05 Thread John McKerrell
Hi, I've been working with a PHP for a few years now. I've always thought that on production servers, to have them working at peak efficiency, I should have the Apache and PHP compiled as a static build. I recently got into a debate with someone over whether this had any worthwhile savings. Can

Re: [PHP] How to search for a date

2004-02-05 Thread John McKerrell
For MySQL you're still going to need NOW() instead of CURRENT_DATE though surely? John On Thu, 2004-02-05 at 15:57, John W. Holmes wrote: From: Brian Dunning [EMAIL PROTECTED] Subject: [PHP] How to search for a date A date? Well, you could try Friendster or orkut to find date, or... oh

Re: [PHP] How to search for a date

2004-02-05 Thread John McKerrell
apologies * scurries away and hides in a hole ;) John On Thu, 2004-02-05 at 16:16, John W. Holmes wrote: From: John McKerrell [EMAIL PROTECTED] INSERT INTO mytable (dateField) VALUES (CURRENT_DATE); For MySQL you're still going to need NOW() instead of CURRENT_DATE though surely

Re: [PHP] Dynamic vs Static Builds

2004-02-05 Thread John McKerrell
important, some bits of our code are great for efficiency, some less so great, I'm basically looking to squeeze the best performance out of what we've got. (We use Zend Optimizer, not tried the Accelerator yet). John On Thu, 2004-02-05 at 09:28, John McKerrell wrote: Hi, I've been working

[PHP] Sablotron Errors

2001-02-20 Thread John McKerrell
Hi, Not sure if this has been covered on here but... In recent versions PHP/Sablotron I've found that parse errors in the XML/XSL cause fatal errors. I'd much rather not have this happen so is there a way I can get around it? I'm doing xslt_process( ... ) which is meant to return false on