RE: [PHP-INSTALL] Background PHP tasks in an ISP environment.

2005-04-13 Thread Warren Vail
My isp allows me to establish cron processes /usr/bin/php /path/to/script.php Is sufficient to run a php process (most of the $_SERVER parameters are missing but $ENV array should provide lots of environment stuff). Usually the cron process will have a legitimate user authority, so be careful. A

[PHP-INSTALL] upgrading to php 4.3.11 gets me "No input file specified"

2005-04-13 Thread Ray
Having some problems upgrading php 4.3.10 to 4.3.11, any advice on what to check or what my problem might be? test script: info.php "" OS: Win2000 Server: Website 3.5 Server API: isapi php folder C:\php path includes c:\php PHPRC = c:\php C:\WINNT doesn't have any files with php in their name. s

[PHP-INSTALL] ldap_connect returns false as module, works from CLI

2005-04-13 Thread Todd
ldap_connect returns false when called from the Apache module, but works fine when the PHP script is executed from the command line. I suspect the problem is somehow library or linker related, and not necessarily a PHP problem, but I am stumped. I would welcome any assistance. Setup: Fedora Core 3

[PHP-INSTALL] why can't make install with PEAR?

2005-04-13 Thread Cyber
Hi there, I am completly stuck on PEAR. My php version is 4.3.X and i can configure it and make with no problems. however, where i followed by "make install", it end up with error : "Installing PEAR environment, install-pear, make *** not found". What wrong on it? thx, Cyber