From:             [EMAIL PROTECTED]
Operating system: Solaris 2.6.1
PHP version:      4.0CVS-2002-01-16
PHP Bug Type:     MySQL related
Bug description:  Call to unsupported or undefined function mysql_pconnect

This concerns PHP 3.0.14, please continue to read nevertheless...

Hello,

since we currently cannot use PHP 4 (see Bug 15072), we have to work with
next newest version available to us: PHP 3.0.14.

PHP scripts are not executed:
---------------------
# /pub/php/3.0.14/bin help.php 
X-Powered-By: PHP/3.0.14
Content-type: text/html

<br>
<b>Fatal error</b>:  Call to unsupported or undefined function
mysql_pconnect() in <b>mysql.inc</b> on line <b>204</b><br>
# 

According to online manual
(http://www.php.net/manual/en/function.mysql-pconnect.php) this command
should be supported for PHP <= 3.0.18.

PHP IS compiled with MySQL support and "Allow persistent links" is "yes"
accoring to phpinfo.php

PHP configuration:
-------------
./configure --with-apxs=/pub/apache/1.3.11-nosuexec/bin/apxs
               --with-config-file-path=/pub/apache/1.3.11-nosuexec/etc
               --with-zlib=/pub/zlib/1.1.1
               --with-pgsql=/pub/postgresql/7.0.2
               --with-mysql=/pub/mysql/3.22.32

There is no php.ini.


Server info (uname -a):
----------------
  SunOS XXXX 5.6 Generic_105181-17 sun4u sparc SUNW,Ultra-4


Any help is great;y appreciated

    Frank Thommen
----------
Frank Thommen, IT Support Group, D-INFK, ETH Zuerich
E-Mail: [EMAIL PROTECTED]; Tel: +41-1-63 27208 (Mon-Thu)
Web: http://www.isg.inf.ethz.ch
----------

-- 
Edit bug report at: http://bugs.php.net/?id=15073&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to