Date: 05/17/01
- Next message: Mattias Segerdahl: "[PHP-DEV] 4.0.6RC1 <?=$var?> <?php=$var?> problem"
- Previous message: derick <email protected>: "[PHP-DEV] Bug #10920 Updated: bugs.php.net problem"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Zend + memory limiter non-compile"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Zend + memory limiter non-compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- TEXT/PLAIN attachment: zend_limit_fix.patch
-- 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>
- Next message: Mattias Segerdahl: "[PHP-DEV] 4.0.6RC1 <?=$var?> <?php=$var?> problem"
- Previous message: derick <email protected>: "[PHP-DEV] Bug #10920 Updated: bugs.php.net problem"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Zend + memory limiter non-compile"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Zend + memory limiter non-compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

