← Back to team overview

ius-coredev team mailing list archive

[Bug 783986] Re: php53u segmentation fault

 

If you could also provide the following with the above 'strace':

   1) php -m

   2) php -v

   3) rpm -qa | grep php

   4) rpm -qa | grep postgres

   5) php -i

-- 
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