RE: [PHP-DEV] DBA extension

2001-12-30 Thread David Robinson (AU)


This will rebuild the default configuration of the DBA module, which only
supports the db3 handler.

Has anyone modified the DBA module (under win32) to support other handlers?


David Robinson

-Original Message-
From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
Sent: Friday, 28 December 2001 20:27
To: David Robinson (AU)
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] DBA extension


Open win32/php_modules.dsw with VisualC. Select DBA as an active project.
Rebiuld all.


HTH


Andrey Hristov

- Original Message - 
From: David Robinson (AU) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 28, 2001 1:12 AM
Subject: [PHP-DEV] DBA extension


 Hello
 
 
 How do I rebuild the PHP_DBA.DLL extension to include the dbm handler as
 well? Only the db3 handler is enabled in the standard Win32
distribution.
 
 I know its easy on unix: just add --with-db to configure. But how does
it
 work on Windows?
 
 
 Thanks
 David Robinson
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] DBA extension

2001-12-27 Thread David Robinson (AU)

Hello


How do I rebuild the PHP_DBA.DLL extension to include the dbm handler as
well? Only the db3 handler is enabled in the standard Win32 distribution.

I know its easy on unix: just add --with-db to configure. But how does it
work on Windows?


Thanks
David Robinson

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Support for Berkeley DB V1.85

2001-12-26 Thread David Robinson (AU)

Hello


I am trying to build a PHP4 extension DLL that supports version 1.85 of the
Berkeley database.

The db185 code compiles cleanly under Cygwin using the GCC compiler but not
the MSVC compiler.

Any ideas on how to proceed appreciated.


Thanks
David Robinson


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]