Re: [PHP-DEV] HEAD broken

2002-10-06 Thread Moriyoshi Koizumi
Oh sorry I was slightly unconscious of what I did... Thanks to Rasmus for the quick fix! Moriyoshi Koizumi Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > c:\home\php\php4\ext\mbstring\php_mbregex.c(228): warning C4003: > Not enough parameters for macro 'RETVAL_STRING' > > c:\home\php

[PHP-DEV] HEAD broken

2002-10-06 Thread Sebastian Bergmann
c:\home\php\php4\ext\mbstring\php_mbregex.c(228): warning C4003: Not enough parameters for macro 'RETVAL_STRING' c:\home\php\php4\ext\mbstring\php_mbregex.c(228): warning C4003: Not enough parameters for macro 'ZVAL_STRING' c:\home\php\php4\ext\mbstring\php_mbregex.c(228): error C2059:

[PHP-DEV] HEAD broken on *NIX

2002-05-11 Thread Sebastian Bergmann
/php4/main/php_ini.c:236: MAX_PATH undeclared -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread Ludovico Magnocavallo
sorry, reverting var_unserializer.re to 1.4 L. "Ludovico Magnocavallo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > same thing here, on a RedHat 6.2, compilation is broken > > var_unserializer.c is 0 bytes, reverting it to version 1.4 fixes compilation > >

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread Ludovico Magnocavallo
same thing here, on a RedHat 6.2, compilation is broken var_unserializer.c is 0 bytes, reverting it to version 1.4 fixes compilation L. "Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, Mar 15, 2002 at 02:25:46PM +0100, [EMAIL PROTECTED

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread Markus Fischer
On Fri, Mar 15, 2002 at 02:25:46PM +0100, [EMAIL PROTECTED] wrote : > On Fri, Mar 15, 2002 at 01:23:44PM +0100, [EMAIL PROTECTED] wrote: > > > > How is it broken? It compiled just fine for me... > > > Hmmm i get stuff like: > ext/session/session.lo: In function 'php_set_session_var': > /ext/se

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread sesser
On Fri, Mar 15, 2002 at 01:23:44PM +0100, [EMAIL PROTECTED] wrote: > > How is it broken? It compiled just fine for me... Hmmm i get stuff like: ext/session/session.lo: In function 'php_set_session_var': /ext/session/session.c:268: undefined reference to 'var_replace' ... and this happens for s

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread Markus Fischer
On Fri, Mar 15, 2002 at 01:23:44PM +0100, [EMAIL PROTECTED] wrote : > On Fri, 15 Mar 2002, Stefan Esser wrote: > > > current HEAD doesn't compile due to /ext/session/session.c, > > /ext/standard/var.c > > How is it broken? It compiled just fine for me... For me too. What's the compile/erro

Re: [PHP-DEV] HEAD broken

2002-03-15 Thread derick
On Fri, 15 Mar 2002, Stefan Esser wrote: > current HEAD doesn't compile due to /ext/session/session.c, > /ext/standard/var.c How is it broken? It compiled just fine for me... Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] HEAD broken

2002-03-15 Thread Stefan Esser
current HEAD doesn't compile due to /ext/session/session.c, /ext/standard/var.c -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php