RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
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-x1 Administ None33095 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-x1 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




RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Rasmus Lerdorf
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-x1 Administ None33095 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-x1 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




RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
is anyone out there building php source from cvs using win32 ?  if so, what
version of bison are you using ? and can you try using 1.75 ?

dave

-Original Message-
From: Rasmus Lerdorf [mailto:rasmus;php.net]
Sent: Monday, November 11, 2002 11:28 AM
To: Dave Viner
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-DEV] bison error [was: PHP 4.3.0]


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-x1 Administ None33095 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-x1 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




Re: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Edin Kadribasic
On Tuesday 12 November 2002 01:11, Dave Viner wrote:
 is anyone out there building php source from cvs using win32 ?  if so, what
 version of bison are you using ? and can you try using 1.75 ?

Windows build machine is using GNU bison 1.34. I'll try to see if cygwin has 
1.75 package, if not i'll downgrade to 1.28.

Edin


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




Re: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Edin Kadribasic
On Tuesday 12 November 2002 01:25, Dave Viner wrote:
 i got the 1.75 from cygwin, so you should be able to find it.

Yup. Windows snapshot and release build machine has an updated version of 
cygwin installed. That version contains bison 1.75.

Edin


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




RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
i assume this means that the problem i'm having is not reproducible.  if so,
do you have any thoughts on what i can do to fix my build ?

thanks
dave viner


-Original Message-
From: Edin Kadribasic [mailto:edink;proventum.net]
Sent: Monday, November 11, 2002 5:04 PM
To: Dave Viner
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0]


On Tuesday 12 November 2002 01:25, Dave Viner wrote:
 i got the 1.75 from cygwin, so you should be able to find it.

Yup. Windows snapshot and release build machine has an updated version of
cygwin installed. That version contains bison 1.75.

Edin


--
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




RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
well, i downgraded bison to 1.35, and it works fine.  no warnings, no
errors.  not sure what's going on with that, but at least i can build again.
if a bison or win32 expert wants more info, i'm happy to work towards some
resolution.

dave


-Original Message-
From: Dave Viner [mailto:dviner;yahoo-inc.com]
Sent: Monday, November 11, 2002 5:16 PM
To: Edin Kadribasic
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-DEV] bison error [was: PHP 4.3.0]


i assume this means that the problem i'm having is not reproducible.  if so,
do you have any thoughts on what i can do to fix my build ?

thanks
dave viner


-Original Message-
From: Edin Kadribasic [mailto:edink;proventum.net]
Sent: Monday, November 11, 2002 5:04 PM
To: Dave Viner
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0]


On Tuesday 12 November 2002 01:25, Dave Viner wrote:
 i got the 1.75 from cygwin, so you should be able to find it.

Yup. Windows snapshot and release build machine has an updated version of
cygwin installed. That version contains bison 1.75.

Edin


--
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-DEV] bison error [was: PHP 4.3.0]

2002-11-08 Thread Dave Viner
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-x1 Administ None33095 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-x1 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




Re: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-08 Thread Rasmus Lerdorf
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-x1 Administ None33095 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-x1 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