From:             francois at b-powers dot be
Operating system: FC1
PHP version:      4.4.4
PHP Bug Type:     dBase related
Bug description:  XML/DOM/DBASE issue ?

Description:
------------
This config is working:

'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar'
'--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-mcrypt'
'--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr'
'--enable-discard-path' '--with-pear' '--enable-sockets'
'--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr'
'--enable-gd-native-ttf' '--with-zlib' '--enable-dbase' '--with-curl' 

This config as well:

'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--prefix=/usr/local'
'--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl'
'--with-dom'
'--with-dom-xslt' '--with-dom-exslt' '--enable-ftp' '--with-gd'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr'
'--with-xpm-dir=/usr/X11R6'
'--with-mcrypt' '--enable-magic-quotes' '--with-mysqli'
'--with-mysql=/usr'
'--enable-discard-path' '--with-pear' '--enable-xslt'
'--with-xslt-sablot'
'--enable-sockets' '--enable-track-vars' '--with-ttf'
'--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-xmlrpc'
'--with-zlib'

but if i add enable dbase to the second one, Apache keeps failing.

Thanks,
Francois

Reproduce code:
---------------
'./configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--prefix=/usr/local'
'--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl'
'--with-dom'
'--with-dom-xslt' '--with-dom-exslt' '--enable-ftp' '--with-gd'
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr'
'--with-xpm-dir=/usr/X11R6'
'--with-mcrypt' '--enable-magic-quotes' '--with-mysqli'
'--with-mysql=/usr'
'--enable-discard-path' '--with-pear' '--enable-xslt'
'--with-xslt-sablot'
'--enable-sockets' '--enable-track-vars' '--with-ttf'
'--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-xmlrpc'
'--with-zlib' '--enable-dbase'

Expected result:
----------------
Apache working

Actual result:
--------------
Apache Failing

-- 
Edit bug report at http://bugs.php.net/?id=39966&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39966&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39966&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39966&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39966&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39966&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39966&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39966&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39966&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39966&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39966&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39966&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39966&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39966&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39966&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39966&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39966&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39966&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39966&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39966&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39966&r=mysqlcfg

Reply via email to