ID: 27386 Updated by: [EMAIL PROTECTED] Reported By: jon dot bertsch at ucop dot edu -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: Mac 10.3.2 PHP Version: 5.0.0b4 (beta4) New Comment:
# make clean Previous Comments: ------------------------------------------------------------------------ [2004-02-24 18:11:24] jon dot bertsch at ucop dot edu Description: ------------ After compiling php and setting it up on the server I check that it's working using phpinfo(). After adding several new modules and recompiling I have a working version of PHP but the compile information in phpinfo() is incorrect. I deleted the config.cache and tried again, still wrong. Reproduce code: --------------- ./configure' '--prefix=/usr' '--disable-all' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-apxs' '--with-mysql=/usr/local/mysql' '--with-pear' '--with-ldap=/usr' '--with-kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr' '--enable-trans-sid' '--enable-exif' '--enable-ftp' '--enable-mbstring' '--enable-dbx' '--enable-sockets' '--with-iodbc=/usr' '--with-config-file-path=/etc' '--with-unixODBC' '--enable-xml' '--with-pcre-regex' Expected result: ---------------- This is my actual compile script: '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/ bin' '--sbindir=/usr/sbin' '--with-config-file-path=/ usr/local/php5' '--sysconfdir=/etc' '--datadir=/usr/ share' '--includedir=/usr/include' '--libdir=/usr/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-apxs' '--with-mysql=/usr/local/mysql' '--with- pear' '--with-pcre-regex' '--with-ldap=/usr' '--with- kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr' '-- enable-trans-sid' '--enable-exif' '--enable-ftp' '-- enable-mbstring' '--enable-dbx' '--enable-sockets' '-- with-iodbc=/usr' '--with-unixODBC' '--with-libxml- dir=/usr/local' '--with-expat-dir=/usr/local/php5' '-- with-dom=/usr/local/php5' '--with-dom-xslt=/usr/local' '--with-dom-exslt=/usr/local' '--with-xslt-sablot=/usr/ local/php5' '--enable-xslt' '--with-ldap' '--with-gd' '--with-png-dir=/usr/local/libpng' '--with-jpeg=/usr' '--with-jpeg-dir=/usr/local/jpeg' Actual result: -------------- Modules/extensions such as sessions, xml, dom_xml, gd, libxml etc. are all up and running as expected and show in phpinfo() listing. It's reading some incorrect file or some cache somewhere is not getting overwritten I would guess. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27386&edit=1
