Re: [PHP-WIN] Behavior of mail() function

2010-04-20 Thread Lewis Kapell
After testing more carefully I see what is happening. The call to mail() is generating a warning, and our custom error handler is trapping that and causing the script to abort. Thanks for setting me in the right direction. Thank you, Lewis Kapell Computer Operations Seton Home Study School

[PHP-WIN] Behavior of mail() function

2010-04-19 Thread Lewis Kapell
way I can configure PHP so that mail() would return false in this case, rather than throwing an error which causes the script to die? Our mail server is a Linux server running Postfix, if that matters. Thank you Lewis Kapell -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] Problem with PHP 5.2.6 and pgsql extension

2008-05-05 Thread Lewis Kapell
) Calling get_loaded_extensions(), I see curl in the list of loaded extensions, but not pgsql. Is anyone else having this problem? -- Thank you, Lewis Kapell Computer Operations Seton Home Study School -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Windows binaries for 4.4.8?

2008-01-23 Thread Lewis Kapell
It's been about three weeks since the release of PHP 4.4.8 and the Download page still says "The Windows binaries follow shortly". Does anyone know what limbo or alternate dimension these binaries have fallen into? ;0) -- Thank you, Lewis Kapell Computer Operations Seton Ho

Re: [PHP-WIN] Optimization/Benchmarking tools?

2007-12-06 Thread Lewis Kapell
by taking steps to reduce PHP file sizes, for example (removing comments, breaking up large classes into several files, etc.) or by refactoring the code so that I can use exclusively require() instead of require_once(). Can anyone suggest a tool for measuring this? Thank you, Lewis Kapell

[PHP-WIN] Optimization/Benchmarking tools?

2007-12-05 Thread Lewis Kapell
hat is one aspect of server optimization that I think I have already done pretty well. Other than that, however, I don't really know where improvements need to be made. Thanks to any who can advise. -- Thank you, Lewis Kapell Computer Operations Seton Home Study School -- PHP Windo

[PHP-WIN] HTTP compression methods

2007-11-14 Thread Lewis Kapell
Thank you, Lewis Kapell Computer Operations Seton Home Study School -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Intermittent "No such file" message

2007-10-31 Thread Lewis Kapell
can see, there is a definite pattern here. The error is not occuring purely at random. However, this brings me no closer to a solution. Does anyone have any ideas for possible explanations, or for what kinds of tests I could do to track down the cause of the problem? Thanks. -- Thank