[TYPO3-50-general] zend_mm_heap corrupted when accessing TYPO3CR

Karsten Dambekalns karsten at typo3.org
Thu Feb 19 15:49:39 CET 2009


Hi.

On 19.02.2009 13:53 Uhr, Thomas Fritz wrote:
> Can you paste your configure statement? I think had this error on a
> previuous alpha of php.

For the record, here is mine:

  --- config.nice ---
#! /bin/sh
#
# Created by configure

CFLAGS='-O2' \
CXXFLAGS='-O2' \
CPPFLAGS='-I/opt/local/include' \
LDFLAGS='-L/opt/local/lib' \
CC='/usr/bin/gcc-4.0' \
CXX='/usr/bin/g++-4.0' \
'./configure' \
'--prefix=/opt/local' \
'--mandir=/opt/local/share/man' \
'--infodir=/opt/local/share/info' \
'--with-config-file-path=/opt/local/etc' \
'--enable-calendar' \
'--with-iconv=/opt/local' \
'--enable-exif' \
'--enable-ftp' \
'--enable-wddx' \
'--with-zlib=/opt/local' \
'--with-bz2=/opt/local' \
'--with-libxml-dir=/opt/local' \
'--with-gettext=/opt/local' \
'--with-libexpat-dir=/opt/local' \
'--with-xmlrpc' \
'--enable-soap' \
'--enable-bcmath' \
'--enable-mbstring' \
'--enable-dba' \
'--enable-zip' \
'--with-openssl=/opt/local' \
'--with-mhash=/opt/local' \
'--with-mcrypt=/opt/local' \
'--with-xsl=/opt/local' \
'--with-curl=/opt/local' \
'--with-pcre-regex=/opt/local' \
'--with-gd' \
'--with-jpeg-dir=/opt/local' \
'--with-png-dir=/opt/local' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/opt/local' \
'--with-ldap=/usr' \
'--with-kerberos=/usr' \
'--with-iodbc=/usr' \
'--with-apxs2=/opt/local/apache2/bin/apxs' \
'--with-mysql=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_php5-devel/work/mysql5' 
\
'--with-pdo-mysql=/opt/local/bin/mysql_config5' \
'--with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock' \
'--with-mysqli=/opt/local/bin/mysql_config5' \
'--with-pgsql=/opt/local/lib/postgresql83/bin' \
'--with-pdo-pgsql=/opt/local/lib/postgresql83/bin' \
'--with-sqlite' \
'--with-pdo-sqlite=/opt/local' \
'--enable-sqlite-utf8' \
'--with-pear=/opt/local/lib/php' \
"$@"
  --- config.nice ---

Karsten


More information about the TYPO3-project-5_0-general mailing list