At 12:42 16.02.2001 +0000, Madhon wrote:
>when i say not been able to compile 4.04pl1 i only refere to the apache
>module, i can get t php.exe, php4ts.dll and php4isapi.dll to compile ok
>but the apache module is the problem
i got that, and the fix is to export the ini function from zend which
aren't exported in 4.0.4pl1.
so edit zend_ini.h/zend_ini.c and change the definitions of the functions to:
ZEND_API int zend_ini_startup(ELS_D);
ZEND_API int zend_ini_shutdown(ELS_D);
ZEND_API int zend_ini_deactivate(ELS_D);
daniel
>"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > At 11:44 16.02.2001 +0000, Madhon wrote:
> > >you can get a version from www.php4win.de
> > >
> > >i also have v4.04 compiled with eapi if you wont it
> > >i havent been able to get 4.04pl1 to compile yet has anybody else
> >
> > you'll have to patch the zend source. i believe in zend_ini.c/zend_ini.h
> > some of the needed functions aren't exported.
> > you must prefix them with ZEND_API and recompile, take a look at the cvs
> > where it's already fixed.
> >
> > daniel
> >
> > /*--
> > daniel beulshausen - [EMAIL PROTECTED]
> > using php on windows? http://www.php4win.de
> >
> >
> > --
> > PHP Windows 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 Windows 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]
/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de
--
PHP Windows 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]