ID: 23580
User updated by: maximiliano dot marques at bol dot com dot br
Reported By: maximiliano dot marques at bol dot com dot br
-Status: Feedback
+Status: Open
Bug Type: Apache related
Operating System: Conectiva Linux 8 Kernel 2.4.19
PHP Version: 4.3.2
New Comment:
Yes I did and it behave exactly the same.
And I also compiled without
--with-regex=system
--enable-inline-optimization
and nothing changed.
I have set include_path in httpd.conf. The follow code I extracted from
my httpd.conf. I am working only with virtual hosts.
<VirtualHost *:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /sites/imax/http
ServerName imax.maximiliano.info
ServerAlias imax www.imaxmedia.com.br
ErrorLog logs/imax-error_log
CustomLog logs/imax-access_log common
php_value include_path
.:/sites/imax/includes:/sites/imax/instance/imx/includes
Alias /photo/ "/sites/imax/instance/imx/photo/"
Alias /file/ "/sites/imax/instance/imx/file/"
Alias /img/ "/sites/imax/instance/imx/img/"
Alias /img_dyn/ "/sites/imax/instance/imx/img_dyn/"
Alias /style/ "/sites/imax/instance/imx/style/"
Alias /https/ "/sites/imax/https/"
</VirtualHost>
Previous Comments:
------------------------------------------------------------------------
[2003-06-17 05:40:57] [EMAIL PROTECTED]
And leave these options out: (first do, "rm config.cache")
--with-regex=system
--enable-inline-optimization
------------------------------------------------------------------------
[2003-06-17 05:38:35] [EMAIL PROTECTED]
I asked to try the latest stable snapshot..did you?
And if you did, does it behave the same?
If so, how/where have you set include_path?
------------------------------------------------------------------------
[2003-06-17 01:24:05] maximiliano dot marques at bol dot com dot br
Hello,
I did PHP update to new version 4.3.2 and later I updated Apache as
well to version 1.3.27 and the bug still happen at the same way in the
same machine.
So, my new versions are:
PHP version: 4.3.2
PHP API: 20020918
PHP Extension: 20020429
Zend Extension: 20021010
Apache/1.3.27
Apache Release: 10327100
Apache API: 19990320
------------------------------------------------------------------------
[2003-05-13 19:19:21] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-STABLE-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-STABLE-latest.zip
------------------------------------------------------------------------
[2003-05-10 22:31:18] maximiliano dot marques at bol dot com dot br
This is the same bug #7174 except it happens on Apache/1.3.26 (Unix)
(Conectiva/Linux) PHP/4.3.1 mod_ssl/2.8.10 OpenSSL/0.9.6c
I get different values on phpinfo(); -page for include_path everytime I
make a new request - it seems that all values present in my site are
shown randomly after I have made requests to pages using different
include_path -settings.
'./configure' '--prefix=/usr' '--with-config-file-path=/etc'
'--disable-debug' '--enable-inline-optimization' '--with-apxs'
'--with-exec-dir=/usr/bin' '--with-regex=system' '--with-gettext'
'--with-gd' '--with-jpeg-dir=/usr' '--with-png' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-ftp' '--enable-wddx'
'--with-mysql' '--with-xml' '--with-mhash'
'--with-mcrypt=/usr/local/src/libmcrypt-2.5.3' '--with-mm'
'--with-xpm-dir' '--with-imap' '--with-imap-ssl' '--enable-openssl'
'--with-gdbm' '--with-zlib' '--with-zip'
PHP API: 20020918
PHP Extension: 20020429
Zend Extension: 20021010
Apache/1.3.26
Apache Release: 10326100
Apache API: 19990320
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=23580&edit=1