= 0
>
> [Ingres II]
> ; Allow or prevent persistent links.
> ingres.allow_persistent = On
>
> ; Maximum number of persistent links. -1 means no limit.
> ingres.max_persistent = -1
>
> ; Maximum number of links, including persistents. -1 means no limit.
> ingre
ing
; given by corresponding encode setting. When empty
mbstring.internal_encoding
; is used. For the decode settings you can distinguish between motorola and
; intel byte order. A decode setting cannot be empty.
;exif.encode_unicode = ISO-8859-15
;exif.decode_unicode_motorola = UCS-2BE
;exif.decod
Dave Moore wrote:
Hi,
I have a php_mysql.dll file in my PHP directory at D:\PHP5\ext. I've
tried copying this to C:\Windows\SYSTEM but this make no difference.
There is no reference to SQL when running phpinfo() - the output is
pasted below.
As per the documentation, I took php.ini-recomme
The MySQL module isn't running or you would see it in your phpinfo.
Make sure: extension=php_mysql.dll
doesn't have a semicolon in front of it. Make sure you restart your webserver
if you make any changes.
Also in your php.ini file:
include_path .;C:\php5\pear .;C:\php5\pear
you dont need this
Hi,
I have a php_mysql.dll file in my PHP directory at
D:\PHP5\ext. I've tried copying this to C:\Windows\SYSTEM but this make no
difference. There is no reference to SQL when running phpinfo() - the output is
pasted below.
As per the documentation, I took php.ini-recommend and copied
Where do you have the php_mysql.dll.
Please send us a copy of the php.ini file.
How many php.ini files do you have and whats the location of these?
--
David Bo Jensen
"List Php Config" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Does your phpinfo() show the mysql information? You
Does your phpinfo() show the mysql information? You might not have the mysql
modules loaded for PHP.
John
Hi All,
I really need some help interfacing PHP5 with a MySQL database. I'm running
MySQL 4.0.21, Apache 2.0.52 and PHP 5.0.2 on a desktop PC running Windows ME.
I've followed all the appr
Hi All,
I really need some help
interfacing PHP5 with a MySQL database. I'm running MySQL 4.0.21, Apache 2.0.52
and PHP 5.0.2 on a desktop PC running Windows ME. I've followed all the
appropriate installation instructions and can get the server up and running and
executing php files fine