|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-25 06:19 UTC] jmoore@php.net
[2000-08-30 21:05 UTC] jmoore@php.net
[2001-05-13 02:40 UTC] sbergmann@php.net
[2001-06-01 15:33 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
php version php4.0.2RC1 solaris 7 Create this simplest of php scripts called "index.php" in your Document Root. <? echo "hello world<br>"; ?> in php.ini change include_path to whatever include_path = "/usr/test/include" Point your browser to the index.php. I get the warning message: Warning: Failed opening 'index.php' for inclusion (include_path='/usr/test/include') in Unknown on line 0 This is new behaviour that will cause problems when php is released. Details on my build: ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-path=/var/baygate/www/conf \ --enable-track-vars \ --enable-trans-sid \ --with-ndbm \ --with-informix=/opt/informix/prod \ --with-system-regex \ --enable-sysvsem \ --enable-sysvshm APACHE = apache_1.3.12 PHP = php-4.0.2RC1 MODSSL = mod_ssl-2.6.6-1.3.12 Solaris 2.7