From: mikehume at aol dot com
Operating system: Solaris
PHP version: 5CVS-2005-09-08 (snap)
PHP Bug Type: *Compile Issues
Bug description: not able to build xml/dom extensions as shared
Description:
------------
I'm trying to build today's php5.1 snapshot with dom and xml as shared
extensions, but configure isn't respecting my settings.
Reproduce code:
---------------
$ ./configure \
--disable-all \
--with-xml=shared \
--with-dom=shared \
--with-libxml-dir=/opt/local
Expected result:
----------------
$ egrep 'DL_(DOM|XML)) ' main/php_config.h
#define COMPILE_DL_DOM 1
#define COMPILE_DL_XML 1
Actual result:
--------------
$ egrep 'DL_(DOM|XML)) ' main/php_config.h
/* #undef COMPILE_DL_DOM */
/* #undef COMPILE_DL_XML */
--
Edit bug report at http://bugs.php.net/?id=34433&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34433&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=34433&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=34433&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=34433&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=34433&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=34433&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=34433&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=34433&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=34433&r=support
Expected behavior: http://bugs.php.net/fix.php?id=34433&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=34433&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=34433&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=34433&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34433&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=34433&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=34433&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=34433&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=34433&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=34433&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=34433&r=mysqlcfg