← Back to team overview

ius-coredev team mailing list archive

[Bug 783986] Re: php53u segmentation fault

 

Greetings,

I have been unable to reproduce the issue on Redhat Enterprise Linux 5.5
x86_64 using the php53u packages listed above:

# rpm -qa | grep php53u
php53u-pear-1.9.2-1.ius.el5.noarch
php53u-bcmath-5.3.6-1.ius.el5.i386
php53u-gd-5.3.6-1.ius.el5.i386
php53u-common-5.3.6-1.ius.el5.i386
php53u-cli-5.3.6-1.ius.el5.i386
php53u-pdo-5.3.6-1.ius.el5.i386
php53u-devel-5.3.6-1.ius.el5.i386
php53u-ldap-5.3.6-1.ius.el5.i386
php53u-mbstring-5.3.6-1.ius.el5.i386
php53u-5.3.6-1.ius.el5.i386
php53u-pecl-apc-3.1.9-1.ius.el5.i386
php53u-pgsql-5.3.6-1.ius.el5.i386
php53u-soap-5.3.6-1.ius.el5.i386


# rpm -q postgresql-server
postgresql-server-8.1.22-1.el5_5.1.i386


[root@208933-el5-i386 ~]# php
<?php
$foo123 = new PDO('pgsql:dbname=masterupdate', 'root', '');
?>
[root@208933-el5-i386 ~]# 

===

I will kick a CentOS 5.6 x86_64 server and try again, however it seems
we may need more information from your side.

-- 
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','');			
  ?>


References