[PHP-DEV] PHP 4.0 Bug #6754: snmp.c: illegal charachters in #ifdef From: Wolfram.Schmidt <email protected>
Date: 09/14/00

From: Wolfram.Schmidt <email protected>
Operating system: Solaris 2.6
PHP version: 4.0.2
PHP Bug Type: Compile Failure
Bug description: snmp.c: illegal charachters in #ifdef

Error messages:
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: #ifdef must be followed by an identifier
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: tokens ignored at end of directive line
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: #ifdef must be followed by an identifier
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: tokens ignored at end of directive line

% head -33 ...../php-4.0.2/Zend/zend_compile.h | tail -1
#ifdef( __cplusplus)
%

It's been a long time sine I wrote my last C program. Nevertheless I think the compiler is right.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>