ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #00849
[Bug 783986] [NEW] php53u segmentation fault
Public bug reported:
I have centos 5.6 and problem with php53u e.g:
php53u-5.3.6-1.ius.el5
php53u-bcmath-5.3.6-1.ius.el5
php53u-cli-5.3.6-1.ius.el5
php53u-devel-5.3.6-1.ius.el5
php53u-gd-5.3.6-1.ius.el5
php53u-pdo-5.3.6-1.ius.el5
php53u-pgsql-5.3.6-1.ius.el5
php53u-soap-5.3.6-1.ius.el5
php53u-common-5.3.6-1.ius.el5
php53u-mbstring-5.3.6-1.ius.el5
php53u-ldap-5.3.6-1.ius.el5
Bellow I past a simple code wich I run from shell and I get error: segmentation fault
<?php
//echo '1';
$foo123 = new PDO('pgsql:dbname=masterupdate;host=192.168.1.217','database','');
?>
** Affects: ius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/783986
Title:
php53u segmentation fault
Status in IUS Community Project:
New
Bug description:
I have centos 5.6 and problem with php53u e.g:
php53u-5.3.6-1.ius.el5
php53u-bcmath-5.3.6-1.ius.el5
php53u-cli-5.3.6-1.ius.el5
php53u-devel-5.3.6-1.ius.el5
php53u-gd-5.3.6-1.ius.el5
php53u-pdo-5.3.6-1.ius.el5
php53u-pgsql-5.3.6-1.ius.el5
php53u-soap-5.3.6-1.ius.el5
php53u-common-5.3.6-1.ius.el5
php53u-mbstring-5.3.6-1.ius.el5
php53u-ldap-5.3.6-1.ius.el5
Bellow I past a simple code wich I run from shell and I get error: segmentation fault
<?php
//echo '1';
$foo123 = new PDO('pgsql:dbname=masterupdate;host=192.168.1.217','database','');
?>
Follow ups
References