Comment 2 for bug 1472407

Revision history for this message
armandfp (armandfp1) wrote :

hello,

I have a system ubuntu 12.04, and I install the php v5.5.27 from the sources (also apache2 from sources) and I test it there with no problem. Then I installed php 5.5.9 (the version with the problem in ubuntu) and it works.

My system:
# lsb_release -rd
Description: Ubuntu 12.04.5 LTS
Release: 12.04

# /usr/local/apache2/bin/apachectl -v
Server version: Apache/2.2.29 (Unix)
Server built: Jul 11 2015 01:04:44

# php -v
PHP 5.5.9 (cli) (built: Jul 12 2015 15:35:23)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

Some php info:
PHP Version 5.5.9
System : Linux ubuntu 3.13.0-53-generic #89~precise1-Ubuntu SMP Wed May 20 17:42:16 UTC 2015 x86_64
Build Date: Jul 12 2015 15:34:14
Configure Command: './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-pdo-mysql' '--enable-mbstring'

If you need more details, please tell me.