On Mon, 23 Dec 2002 15:44:10 +0530
[EMAIL PROTECTED] wrote:
>
> Hello Markus,
> Thanx a lot, I am able to finally build my extension dll.
>
> Can u recommend some good site for detailed information on
> php-extension dlls?
Not specific to windows, even maybe only for unix ;), but usef
TED]
sefine.at> cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] Creating
extensions problem
12/23/02 02
Did you by chance forgot to add the
#ifdef COMPILE_DL_YOUREXT
ZEND_GET_MODULE(yourext)
#endif
code to your file or forgot to add the /D COMPILE_DL_YOUREXT
define to your yourext.dsp file ?
On Mon, Dec 23, 2002 at 01:54:02PM +0530, [EMAIL PROTECTED] wrote :
> Hello,
> I am using PH
Hello,
I am using PHP-4.1.2 on WinNT. I need to create php-extension dll of my
own.
I downloaded the source and build php4ts.dll and php4ts.lib, but when i
try to
create the php.exe, it fails giving error while linking. I also included
the
lib and include directories from http://www.php.net/ext