Can someone with more time than I have please take a look through this commit?

a) odbc libraries are native libraries on Windows systems. They don't live in a directory named 'odbc'. b) ADD_EXTENSION_DEP() has a Boolean flag passed to it that determines whether the dependency is soft or hard and emits a warning or fatal error as is appropriate. There's no need to rewrite the functionality in the individual config.w32 files, and changing the main config file to do something new may break non-core extensions

This much I see in seconds. I may have missed a lot.

- Steph

----- Original Message ----- From: "Pierre-Alain Joye" <[EMAIL PROTECTED]>
To: <php-cvs@lists.php.net>
Sent: Monday, June 23, 2008 7:40 PM
Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom config.w32 /ext/exif config.w32 /ext/libxml config.w32 /ext/mysql config.w32 /ext/mysqli config.w32 /ext/odbc config.w32 /ext/pdo_odbc config.w32 /ext/pdo_sqlite config.w32 /ext/simplexml config.w32 /ext/soap config.w32 /ext/sockets config.w32 /ext/xml config.w32


pajoye Mon Jun 23 18:40:29 2008 UTC

 Modified files:              (Branch: PHP_5_3)
   /php-src/ext/dom config.w32
   /php-src/ext/exif config.w32
   /php-src/ext/libxml config.w32
   /php-src/ext/mysql config.w32
   /php-src/ext/mysqli config.w32
   /php-src/ext/odbc config.w32
   /php-src/ext/pdo_odbc config.w32
   /php-src/ext/pdo_sqlite config.w32
   /php-src/ext/simplexml config.w32
   /php-src/ext/soap config.w32
   /php-src/ext/sockets config.w32
   /php-src/ext/xml config.w32
 Log:
 - do not enable an ext when a lib/header fails
 - use MESSAGE in mysql*
 - use correct CFLAGS for ext/libxml headers



--------------------------------------------------------------------------------


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


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

Reply via email to