php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24541 Compilation pb with zlib
Submitted: 2003-07-08 11:22 UTC Modified: 2003-07-08 11:36 UTC
From: loic at abcmultimedia dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.3RC1 OS: Gentoo 1.4rc4
Private report: No CVE-ID: None
 [2003-07-08 11:22 UTC] loic at abcmultimedia dot net
Description:
------------
My configuration is :
GCC 3.2.2
apache 1.3.27 from sources
kernel 2.4.20 from sources
zlib 1.1.4 from sources

My compil options are :
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-openssl --with-imap=../imap-2002d --with-gd --enable-ftp --enable-sysvsem --enable-sysvshm --enable-sockets --with-pdflib --with-gettext --with-mm --with-jpeg --enable-memory-limit --enable-safe-mode --with-config-file-path=/usr/local/apache/conf --with-bz2 --enable-force-cgi-redirect --enable-wddx --with-mcrypt --with-mhash --with-mcal=/usr --enable-exif --no-create --no-recursion --with-zlib

Reproduce code:
---------------
asterix2 php-4.3.3RC1 # make
/bin/sh /usr/local/src/php-4.3.3RC1/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/zlib/ -I/usr/local/src/php-4.3.3RC1/ext/zlib/ -DPHP_ATOM_INC -I/usr/local/src/php-4.3.3RC1/include -I/usr/local/src/php-4.3.3RC1/main -I/usr/local/src/php-4.3.3RC1 -I/usr/local/src/php-4.3.3RC1/Zend -I/usr/local/src/imap-2002d/c-client -I/usr/include/mcal -I/usr/local/mysql/include/mysql -I/usr/local/src/php-4.3.3RC1/ext/xml/expat  -I/usr/local/src/php-4.3.3RC1/TSRM  -g -O2  -prefer-pic -c /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c -o ext/zlib/zlib.lo 
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend.h:52:26: zend_config.h: No such file or directory
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:26,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend.h:180,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/TSRM/TSRM.h:18:26: tsrm_config.h: No such file or directory
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:27,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend.h:180,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_globals_macros.h:37: syntax error before "struct"
/usr/local/src/php-4.3.3RC1/Zend/zend_globals_macros.h:47: syntax error before "zend_executor_globals"
/usr/local/src/php-4.3.3RC1/Zend/zend_globals_macros.h:56: syntax error before "zend_alloc_globals"
/usr/local/src/php-4.3.3RC1/Zend/zend_globals_macros.h:66: syntax error before "zend_scanner_globals"
/usr/local/src/php-4.3.3RC1/Zend/zend_globals_macros.h:76: syntax error before "zend_scanner_globals"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend.h:180,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:73: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:75: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:76: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:77: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:78: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:79: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:80: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:81: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:114: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:116: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_alloc.h:117: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend.h:202,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:79: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:80: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:81: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:82: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:85: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:91: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:97: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:103: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:119: parse error before "va_list"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:121: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:122: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:123: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:124: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:125: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:133: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:137: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:143: syntax error before "ulong"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:146: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:147: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:148: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:151: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:152: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:153: syntax error before "ulong"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:156: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:157: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:158: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:159: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:160: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:161: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:162: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:180: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:181: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:182: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:183: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:184: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:185: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:187: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:189: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_hash.h:203: syntax error before "ulong"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend.h:203,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:34: parse error before "va_list"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:51: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:52: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:53: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:54: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:55: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:56: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:57: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:58: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:59: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:60: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:61: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:62: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:63: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:64: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:67: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:68: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:69: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_llist.h:70: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:34,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend.h:286: parse error before "va_list"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:362: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:383: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:384: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:385: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:386: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:387: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:388: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:389: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:397: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:399: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:419: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:420: syntax error before "zend_write_func_t"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:421: syntax error before "FILE"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:422: syntax error before "zend_bool"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:423: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:424: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:425: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:426: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:426: parse error before "va_list"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:430: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:436: syntax error before "zend_class_entry"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:437: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:438: syntax error before "zval"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:449: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend.h:452: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:35,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_qsort.h:23: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:36,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/php_compat.h:9:24: php_config.h: No such file or directory
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:25,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_modules.h:33: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend_modules.h:34: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend_modules.h:35: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend_modules.h:81: syntax error before "HashTable"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:29,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:32: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:33: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:34: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:35: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:36: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:37: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:38: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:39: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:40: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:41: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_stack.h:42: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:30,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:33: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:34: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:35: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:36: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:37: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:38: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ptr_stack.h:39: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_execute_globals.h:24,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:34,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:196: syntax error before "zend_op_array"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:204: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:208: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:209: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:210: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:211: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:237: syntax error before "unary_op_type"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:238: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:275: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:353: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:359: syntax error before "zend_op_array"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:360: syntax error before "zend_op_array"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:361: syntax error before "zend_op_array"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:362: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:363: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:364: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:365: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:366: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:367: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:369: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:370: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:383: syntax error before "zend_bool"
/usr/local/src/php-4.3.3RC1/Zend/zend_compile.h:384: syntax error before "char"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_execute_globals.h:26,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:34,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_variables.h:25: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_variables.h:28: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_variables.h:29: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_variables.h:30: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_variables.h:51: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_execute_globals.h:27,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:34,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:39: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:40: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:41: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:42: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:43: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:44: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:45: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:46: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:47: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:48: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:49: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:50: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:51: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:52: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:54: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:55: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:56: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:57: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:58: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:59: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_execute_globals.h:27,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_globals.h:34,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_list.h:25,
                 from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:143: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:144: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:147: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:148: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:149: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:150: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:151: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:152: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:153: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:154: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:155: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:156: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:157: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:158: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:159: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:160: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:163: syntax error before "double"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:166: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:167: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:168: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:169: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:171: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:172: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:173: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:174: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:175: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:176: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:177: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:178: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:179: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:181: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:182: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:183: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:184: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:186: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_operators.h:188: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:59: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:60: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:72: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:73: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:74: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:75: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:81: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:82: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:84: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:85: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_list.h:87: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/Zend/zend_API.h:30,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:31: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:32: syntax error before "extern"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:36: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:37: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:38: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:48: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:86: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:117: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:118: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:119: syntax error before "uint"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:120: syntax error before "zend_bool"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:122: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:123: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_execute.h:124: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:111: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:112: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:113: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:114: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:125: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:126: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:127: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:133: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:135: syntax error before "zend_class_entry"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:136: syntax error before "zend_class_entry"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:138: syntax error before "zend_module_entry"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:139: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:140: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:142: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:143: syntax error before "zend_bool"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:144: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:159: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:165: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:166: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:167: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:168: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:171: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:173: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:174: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:175: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:176: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:177: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:178: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:179: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:180: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:197: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:198: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:199: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:200: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:201: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:202: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:203: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:204: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:206: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:207: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:208: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:209: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:210: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:211: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:212: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:213: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:215: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:216: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:221: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:222: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:223: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:224: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:226: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:227: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:228: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:229: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:230: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:231: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:232: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:233: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:244: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:245: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:247: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_API.h:252: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:222,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/snprintf.h:71: parse error before "va_list"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:224,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/spprintf.h:40: parse error before "va_list"
In file included from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/php.h:277: parse error before "va_list"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:342,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/php_output.h:95: syntax error before "extern"
In file included from /usr/local/src/php-4.3.3RC1/main/fopen_wrappers.h:24,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:364,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/php_globals.h:32: syntax error before "struct"
In file included from /usr/local/src/php-4.3.3RC1/TSRM/tsrm_virtual_cwd.h:26,
                 from /usr/local/src/php-4.3.3RC1/main/php.h:368,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/TSRM/tsrm_config_common.h:13:26: tsrm_config.h: No such file or directory
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:368,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/TSRM/tsrm_virtual_cwd.h:151: parse error before '*' token
/usr/local/src/php-4.3.3RC1/TSRM/tsrm_virtual_cwd.h:151: warning: data definition has no type or storage class
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:370,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:53: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:54: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:55: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:56: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:57: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_constants.h:58: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/main/php.h:377,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:28:
/usr/local/src/php-4.3.3RC1/main/php_reentrancy.h:54: parse error before '*' token
In file included from /usr/local/src/php-4.3.3RC1/main/php_ini.h:22,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:30:
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:85: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:86: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:87: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:89: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:91: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:93: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:94: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:95: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:96: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:97: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:98: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:100: syntax error before "long"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:101: syntax error before "double"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:102: syntax error before "char"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:104: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:106: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:107: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:108: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:172: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:173: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:174: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:175: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:176: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_ini.h:190: syntax error before "int"
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:27,
                 from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:21,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:42: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:43: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:44: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:45: syntax error before "int"
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:46: syntax error before "void"
/usr/local/src/php-4.3.3RC1/Zend/zend_highlight.h:47: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:21,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:75: syntax error before "void"
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:21,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:126:2: #error Need type which holds 32 bits
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:163: parse error before "php_uint32"
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:163: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:164: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:190: parse error before '}' token
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:190: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:197: parse error before "basic_globals"
/usr/local/src/php-4.3.3RC1/ext/standard/basic_functions.h:197: warning: data definition has no type or storage class
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:23,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/php_string.h: In function `php_memnstr':
/usr/local/src/php-4.3.3RC1/ext/standard/php_string.h:142: warning: assignment makes pointer from integer without a cast
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:29,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h: At top level:
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:52: parse error before "php_uint32"
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:52: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:53: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:55: parse error before '}' token
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:55: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:58: parse error before '*' token
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:59: parse error before '*' token
/usr/local/src/php-4.3.3RC1/ext/standard/md5.h:60: parse error before "PHP_MD5_CTX"
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:30,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:28: parse error before "php_uint32"
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:28: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:29: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:31: parse error before '}' token
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:31: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:33: parse error before '*' token
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:34: parse error before '*' token
/usr/local/src/php-4.3.3RC1/ext/standard/sha1.h:35: parse error before "PHP_SHA1_CTX"
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/fsock.h:38,
                 from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:44,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/main/php_network.h:113: warning: `struct sockaddr' declared inside parameter list
/usr/local/src/php-4.3.3RC1/main/php_network.h:113: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:44,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/fsock.h:43: warning: `struct in_addr' declared inside parameter list
In file included from /usr/local/src/php-4.3.3RC1/ext/standard/php_standard.h:54,
                 from /usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:48:
/usr/local/src/php-4.3.3RC1/ext/standard/php_lcg.h:27: parse error before "php_int32"
/usr/local/src/php-4.3.3RC1/ext/standard/php_lcg.h:27: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.3RC1/ext/standard/php_lcg.h:28: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/standard/php_lcg.h:30: parse error before '}' token
/usr/local/src/php-4.3.3RC1/ext/standard/php_lcg.h:30: warning: data definition has no type or storage class
/usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:115: `ZEND_DEBUG' undeclared here (not in a function)
/usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:115: initializer element is not constant
/usr/local/src/php-4.3.3RC1/ext/zlib/zlib.c:115: (near initialization for `php_zlib_module_entry.zend_debug')
make: *** [ext/zlib/zlib.lo] Error 1

Expected result:
----------------
I've try to compile with source of zlib-1.1.4 and the results with 4.3.1, 4.3.2 and 4.3.3RC1 are always the same.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-08 11:36 UTC] sniper@php.net
There's something wrong with your system. This is not PHP bug.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 06:01:32 2025 UTC