|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-21 19:25 UTC] edink@php.net
[2002-07-21 19:28 UTC] edink@php.net
[2002-07-22 16:55 UTC] ceo at l-i-e dot com
[2002-07-22 20:35 UTC] sniper@php.net
[2002-07-22 21:19 UTC] ceo at l-i-e dot com
[2002-07-22 21:25 UTC] sniper@php.net
[2002-07-23 14:13 UTC] ceo at l-i-e dot com
[2002-07-23 17:43 UTC] edink@php.net
[2002-07-24 00:37 UTC] ceo at l-i-e dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 16:00:01 2025 UTC |
The following weekly cron job worked fine until a recent upgrade/install of PHP 4.2.1 using: ./configure \ --enable-calendar \ --enable-bcmath \ --with-jpeg-dir \ --with-png-dir=/usr/local \ --with-tiff-dir \ --enable-ftp \ --with-gd=/usr/local \ --enable-gd-imgstrttf \ --with-ttf \ --with-freetype-dir=/usr/local \ --with-t1lib \ --with-imap \ --with-ldap \ --with-pgsql \ --with-mysql=/usr/src/mysql \ --disable-debug \ --with-kerberos \ --with-imap-ssl \ --with-pdflib \ --with-swf=/usr/src/libswf \ --with-xmlrpc=/usr/local \ --with-expat-dir=/usr/local \ --with-dom \ --with-zlib \ --enable-sockets ./harvest.php X-Powered-By: PHP/4.2.1^M Content-type: text/html^M ^M <br /> <b>Fatal error</b>: Failed opening required 'connect.inc' (include_path='.:/usr/local/lib/php') in <b>/home/www/pocketguide/cron/harvest.php</b> on line <b>6</b><br /> head ./harvest.php #!/usr/bin/php -c /home/pocketguide/php.ini -q <?php /* harvest.php Automatically harvest performers and dates from venue web-sites */ require 'connect.inc'; require 'publication.inc'; grep include_path /home/pocketguide/php.ini include_path = "./:/home/pocketguide/include/" ; UNIX: "/path1:/path2" Windows: "\path1;\path2" In essence, it would appear that the "-c" option is no longer working.