From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4CVS-2002-12-22 (dev)
PHP Bug Type:     Scripting Engine problem
Bug description:  zend_ini_parser.y:215.4-6: unrecognized escape: `\\0'

During make the following exists.  First, the setup:

autoconf : 2.13
bison : (GNU Bison) 1.75

>From the output:

bison -y -p ini_ -v -d /cvs/php4/Zend/zend_ini_parser.y -o
Zend/zend_ini_parser.c
/cvs/php4/Zend/zend_ini_parser.y:215.4-6: unrecognized escape: `\\0'

PHP compiles but maybe this is something to consider.  It's the only such
warning I get.  One thread did talk a little about this specific error but
nothing came of it afaict.  Is this a bison bug?

http://marc.theaimsgroup.com/?l=php-dev&m=103680308111343

Line 215 looks like (aside from a little whitespace change):

|  '\0'  { $$.value.str.val = strdup(""); $$.value.str.len=0; $$.type =
IS_STRING; }
-- 
Edit bug report at http://bugs.php.net/?id=21159&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21159&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21159&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21159&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21159&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21159&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21159&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21159&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21159&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21159&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21159&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21159&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21159&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21159&r=isapi

Reply via email to