From:             oishyasan at netscape dot net
Operating system: RedHat Linux 7.3
PHP version:      4.3.2
PHP Bug Type:     MySQL related
Bug description:  Fatal error: Call to undefined function: mysql_pconnect() 

Description:
------------
Hi, I had problems with base dirs issues in the previous php version, so I
upgraded. So far, that seems to have been sorted out nicely. But, I can't
use my apps as a new problem exists with all my apps - Fatal error: Call
to undefined function: mysql_pconnect().

I have checked EVERYWHERE about this - I have tried the latest mysql, but
no change. I thought it may be the config in my php - but as you can see
from the phpinfo address attached, it "appears" to include mysql - however
I did see in the ./configure stage that it didn't pick up on the socket
location.

http://www.salubriousvision.com/info.php

You can see the error at this page - which worked fine until this version
was installed.

http://www.dreamcounselling.com/Default.php

I have installed the php-mysql rpms that as provided by RedHat

Reproduce code:
---------------
Fatal error: Call to undefined function: mysql_pconnect() 

Expected result:
----------------
I expected the code to connect to the mysql DB as per normal.

Actual result:
--------------
Can not access mysql with any code -connect or pconnect

-- 
Edit bug report at http://bugs.php.net/?id=24190&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24190&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24190&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24190&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24190&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24190&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24190&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24190&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24190&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24190&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24190&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24190&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24190&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24190&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24190&r=gnused

Reply via email to