php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70658 Compile intl 3.0.0 with PHP 7-RC4 fails
Submitted: 2015-10-07 11:13 UTC Modified: 2015-10-07 11:18 UTC
From: tommy dot muehle at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 7.0.0RC4 OS: Debian Jessie (8.2)
Private report: No CVE-ID: None
 [2015-10-07 11:13 UTC] tommy dot muehle at gmail dot com
Description:
------------
with libicu52.

Test script:
---------------
wget https://pecl.php.net/get/intl-3.0.0.tgz -O intl-3.0.0.tgz
tar -xzf intl-3.0.0.tgz
cd intl-3.0.0
/usr/local/php/7.0.0RC4/bin/phpize
./configure --php-config=usr/local/php/7.0.0RC4/bin/php-config
make

Expected result:
----------------
"make" are successful.

Actual result:
--------------
intl-3.0.0/intl_error.h:24:40: fatal error: ext/standard/php_smart_str.h: No such file or directory

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-10-07 11:18 UTC] nikic@php.net
-Status: Open +Status: Not a bug
 [2015-10-07 11:18 UTC] nikic@php.net
PHP comes with a bundled intl extension, which you should use instead. Compile PHP with --enable-intl.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 15:01:36 2024 UTC