On Sun, Feb 26, 2012 at 23:34, Rasmus Lerdorf <ras...@lerdorf.com> wrote: > On 02/26/2012 07:43 PM, Tom Boutell wrote: >> If what I did is basically already in 5.4 and won't be finding its >> way back to 5.3, I guess I'm good with my hack for now. > > Interesting, I never noticed it, but I tried your exact configure > switches and I was able to reproduce it. Here is what I use on Ubuntu > 11.10 and it works fine: > > './configure' \ > '--with-curlwrappers' \ > '--enable-zend-multibyte' \ > '--enable-mbstring' \ > '--with-gd' \ > '--with-jpeg-dir=/usr' \ > '--with-png-dir=/usr' \ > '--with-freetype-dir=/usr' \ > '--with-t1lib=/usr' \ > '--enable-gd-native-ttf' \ > '--enable-exif' \ > '--with-config-file-path=/etc/php53/apache2' \ > '--with-config-file-scan-dir=/etc/php53/apache2/conf.d' \ > '--with-mysql=/usr' \ > '--with-zlib' \ > '--with-zlib-dir=/usr' \ > '--with-gettext' \ > '--with-kerberos' \ > '--with-imap-ssl' \ > '--with-mcrypt=/usr/local' \ > '--with-iconv' \ > '--with-ldap=/usr' \ > '--enable-sockets' \ > '--with-openssl' \ > '--with-pspell' \ > '--with-pdo-mysql=/usr' \ > '--with-pdo-sqlite' \ > '--enable-soap' \ > '--enable-xmlreader' \ > '--with-xsl' \ > '--enable-ftp' \ > '--enable-cgi' \ > '--enable-pcntl' \ > '--with-curl=/usr' \ > '--with-tidy' \ > '--with-xmlrpc' \ > '--enable-mbstring' \ > '--enable-sysvsem' \ > '--enable-sysvshm' \ > '--enable-shmop' \ > '--with-readline' \ > '--with-mysqli=/usr/bin/mysql_config' \ > '--prefix=/usr/local' \ > "$@" > > So one of these magically fixes the problem by forcing the lib to be > pulled in.
Uhm? You are not enabling intl? -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php