edink Sat Dec 6 19:59:36 2003 EDT
Added files:
/php-src/ext/filepro config.w32
Log:
Added filepro to the new win32 build. Works both as shared
and built-in extension on windows.
Index: php-src/ext/filepro/config.w32
+++ php-src/ext/filepro/config.w32
// $Id: config.w32,v 1.1 2003/12/07 00:59:35 edink Exp $
// vim:ft=javascript
ARG_ENABLE("filepro", "Enable the bundled read-only filePro support.", "no");
if (PHP_FILEPRO != "no") {
EXTENSION("filepro", "filepro.c");
AC_DEFINE('HAVE_FILEPRO', 1, 'filepro support');
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php