Re: [PHP] Deprecated configure options

2008-03-08 Thread Thijs Lensselink

Ian M. Evans wrote:
Was just upgrading to 5.2.5 and used the same configure line as I used 
for 5.2.0. Got the following notice:


"Notice: Following unknown configure options were used:

--enable-pic
--with-dom
--with-png
--with-xml
--enable-track-vars
--enable-trans-sid
--enable-yp
--enable-mbstr-enc-trans
--enable-dio
--enable-mcal
--with-jpeg"

Safe to assume those were deprecated?

You can just run ./configure --help and see for yourself. Some have 
changed and some seem to have been deprecated.


--with-pic
--disable-dom
--with-png-dir[=DIR]

--disable-libxml
--disable-xml

--with-jpeg-dir[=DIR]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Deprecated configure options

2008-03-07 Thread Ian M. Evans
Was just upgrading to 5.2.5 and used the same configure line as I used 
for 5.2.0. Got the following notice:


"Notice: Following unknown configure options were used:

--enable-pic
--with-dom
--with-png
--with-xml
--enable-track-vars
--enable-trans-sid
--enable-yp
--enable-mbstr-enc-trans
--enable-dio
--enable-mcal
--with-jpeg"

Safe to assume those were deprecated?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php