[PHP-DEV] Zend + memory limiter non-compile From: Igmar Palsenberg (i.palsenberg <email protected>)
Date: 05/17/01

Hi,

Compiling with memory limit gives me :

/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -prefer-non-pic
-static -c zend_alloc.c
zend_alloc.c: In function `_emalloc':
zend_alloc.c:187: parse error before `{'
zend_alloc.c: In function `_erealloc':
zend_alloc.c:322: parse error before `char'
zend_alloc.c:327: `length' undeclared (first use in this function)
zend_alloc.c:327: (Each undeclared identifier is reported only once
zend_alloc.c:327: for each function it appears in.)
zend_alloc.c:327: `s' undeclared (first use in this function)
zend_alloc.c:329: warning: assignment from incompatible pointer type
make: *** [zend_alloc.lo] Error 1

Attached patch fixes that.

        Regards,

                Igmar

-- 

Igmar Palsenberg JDI Media Solutions

Boulevard Heuvelink 102 6828 KT Arnhem The Netherlands

mailto: i.palsenberg <email protected> PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar

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