Hi there,
My php seems ill configured : I get ...
Call to undefined function: mysql_connect()
My server is : Apache/2.0.40 (Red Hat Linux)
My php version : php-4.2.2
phpinfo gives as configure options :
--with-mysql=shared,/usr
--with-apxs2=/usr/sbin/apxs
...and many others
Several questions
MySQL support is bundled with PHP 4.x, you don't have to enable it. You can disable it
(--with-mysql=no) or point it to your mysql client libraries
(--with-mysql=/path/to/mysql)
What is your configure line, OS, and PHP version?
--
Jim
>>> Chris Hewitt <[EMAIL PROTECTED]> 01/22/03 09:35AM >>>
M
Michael Christie wrote:
Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to
connect, create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and
am
Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to connect,
create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and am
getting the error:
Fatal
lt;[EMAIL PROTECTED] To: [EMAIL PROTECTED]
> ut.fi> cc:
> Subject: [PHP-INST] Call to undefined
>function: mysql_connect ()
> 10/28/2002
> 04:31 PM
>
>
>
>
&g
o: [EMAIL PROTECTED]
ut.fi> cc:
Subject: [PHP-INST] Call to undefined
function: mysql_connect ()
This is probably quite trivial, but can anyone help:
I get following error message anytime I use MySQL -related commands with PHP
Fatal error: Call to undefined function: mysql_connect() in ...
I have RedHat Linux 8.0, PHP 4.2.2. (installed "--with-mysql=shared,/usr"
option), MySQL 3.23.52 a
I installed mod_php4 w/curl support on FreeBSD 4.5-Release running
Apache 1.3.23
I think my php.ini file residing in /usr/local/etc
is not configured properly:
; Directory in which the loadable extensions (modules) reside.
extension_dir = /usr/local/lib
or should i load it directly like this:
Hello,
I have a standard RedHat7.2 install. In the installation I specified every
mysql, PHP and apache module available. PHP works, mysql works and so does
Apache. Unfortunately, I get this error when trying to make a mysql
connection through a PHP page "Call to undefined function: mysql_conn
On Wed, Aug 08, 2001 at 09:58:59AM +, Patrice Garbe wrote:
> Hello !
>
> I compiled PHP 4.0.6 with the --enable-debug option but the
> function debugger_on() is not defined !
> Is there another option to set ?
this function has be deprecated in 4.0 - but there are some
debuggers out
Hello !
I compiled PHP 4.0.6 with the --enable-debug option but the
function debugger_on() is not defined !
Is there another option to set ?
>From phpinfo() :
- Configure command :
./configure [...] '--enable-debug'
- ZEND_DEBUG : enabled
I set these in php.ini :
debugger.port = 1400
debugger.e
This one is driving me nuts. The error I receive is:
Fatal error: Call to undefined function: ldap_connect() , and then the file
and line reference.
I have made sure that extension=php_ldap.dll is enabled in the php.ini file.
Running IIS5, Win2K.
help!
Many thanks
RJ
--
PHP Insta
i just recompiled php (4.0.0 and 4.0.4) today and i'm getting
call to undefined function when i write
php is working since
works
recently i upgraded to red hat 7.0 and i also installed kernel 2.4
i'm not sure if i have compiled php since the above upgrades but
i sure have compiled php quite a lo
13 matches
Mail list logo