I thought that might be the problem, this is the configuration I used
../configure \
--prefix=/Library/PHP5 \
--with-apxs2=/Library/Apache2/bin/apxs \
--enable-memory-limit \
--with-layout=GNU \
--with-regex=php \
--with-pear \
--enable-exif \
--with-gd \
--enable-mbstring \
--with-mysql=/usr/local/mysql \
--with-openssl \
--enable-pcntl \
--with-pcre-regex=yes \
--enable-posix \
--with-readline \
--enable-session \
--enable-shmop \
--enable-sockets \
--enable-tokenizer \
--enable-xml \
--with-xmlrpc \
--enable-xslt \
--with-zlib \
--enable-simplexml \
--with-sqlite \
--enable-sqlite-utf8
I increased the memory to 12M on php.ini but the problem persists how much
more do you think I should need to put it? I've always runned php with 8M
memory limit and never encountered this problem..
Thanks again.
On 25/3/05 7:05 pm, in article
44o841dsqaq1ijuqj8j0v2parvdh46mid2@4ax.com,
"Andy Hassall" <andy@andyh.co.uk> wrote:
[color=blue]
>
> You've got PHP compiled with --enable-memory-limit, and the setting for
> memory_limit in php.ini is 8M. PEAR apparently needs more memory than that to
> install the package.
>
> Increase the limit in php.ini temporarily.
>[/color]