Linux

On Mon, 11 Nov 2002, Dave Viner wrote:

> is that on win32?  or linux ?
>
> -----Original Message-----
> From: Rasmus Lerdorf [mailto:rasmus@;php.net]
> Sent: Friday, November 08, 2002 5:01 PM
> To: Dave Viner
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0]
>
>
> I'm not seeing any problems with bison-1.75 here.
>
> On Fri, 8 Nov 2002, Dave Viner wrote:
>
> > here's the message i posted to [EMAIL PROTECTED] for more help in the
> bison
> > problem.
> >
> > http://www.geocrawler.com/lists/3/GNU/350/0/10107563/
> >
> > I'm not good enough with bison to understand why it produces no error
> > message and yet does not produce a .c file.
> >
> > even reducing the bison command to its simplest form:
> > Administrator@DVINER-LAP /cygdrive/d/php/php4/Zend
> > $ bison zend_language_parser.y
> >
> > Administrator@DVINER-LAP /cygdrive/d/php/php4/Zend
> > $ ls -l zend_language_parser*
> > -rwxr-xr-x    1 Administ None        33095 Nov  6 09:56
> > zend_language_parser.y
> >
> > Administrator@DVINER-LAP /cygdrive/d/php/php4/Zend
> > $ bison zend_ini_parser.y
> > zend_ini_parser.y:215.4-6: unrecognized escape: `\\0'
> >
> > Administrator@DVINER-LAP /cygdrive/d/php/php4/Zend
> > $ ls -l zend_ini_parser*
> > -rwxr-xr-x    1 Administ None         6336 Nov  6 09:56 zend_ini_parser.y
> >
> > Administrator@DVINER-LAP /cygdrive/d/php/php4/Zend
> > $
> >
> > Still fails.  The zend_ini_parser produces a warning or error at least.
> > zend_ini_parser.y:215.4-6: unrecognized escape: `\\0'
> > But I'm not good enough with bison to know how to fix it !
> >
> > dave
> >
> >
> > -----Original Message-----
> > From: Andi Gutmans [mailto:andi@;zend.com]
> > Sent: Friday, November 08, 2002 2:34 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-DEV] PHP 4.3.0
> >
> >
> > Hey,
> >
> > What's the schedule for 4.3? It seems to be lingering. That said I'd like
> > to resolve the bison issue before we release it (i.e. make sure that ZE1
> > isn't bitten by versions > 1.28).
> >
> > Andi
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to