Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-07 Thread Rory M Larson
. Thanks, Rory [EMAIL PROTECTED] 11/06/2007 11:59 PM To Rory M Larson <[EMAIL PROTECTED]> cc php-install@lists.php.net Subject Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows Hi Rory, Yes actually the php.ini file should always be taken from the windows dir

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread j . kaluza
TECTED] cc php-install@lists.php.net Objet Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows > try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result >

RE: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread Warren Vail
uggest you modify this one. Good Luck, Warren _ From: Rory M Larson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 5:47 AM To: [EMAIL PROTECTED] Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows > try to add a bac

Re: [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-06 Thread Rory M Larson
> try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result > > Jerôme Kaluza Thanks for the suggestion. I've tried adding the backslash, restarting Apache, and reloading phpinfo on both mac

[PHP-INSTALL] RE [PHP-INSTALL] PHP-MySQL connector installation problem on Windows

2007-11-05 Thread j . kaluza
Hello try to add a backslash at the end of your extension_dir config line in your php.ini like : C:\php\extensions\ and reload ur phpinfo script to see what's the result Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél.

Re: [PHP-INSTALL] PHP, mySQL, Apache and Windows XP Pro

2005-06-17 Thread Seth Russell
When you installed php5 and apache2, did you follow the instructions found on the php website? The URL is: http://us2.php.net/install Are you getting any error messages? sethOn 6/17/05, Oscar Andersson <[EMAIL PROTECTED]> wrote: I have installed PHP5 and apache 2 on my computer.I have made a app

Re: [PHP-INSTALL] PHP/MYSQL

2005-05-28 Thread Michael W.
Do the mysql_*() functions work anyway? I don't have a mysql.so file on my system, but PHP-MySQL works anyway. I suspect that the mysql extension may have been changed between PHP 4 and PHP 5 so that it no longer needs mysql.so (I have the same versions of Apache, PHP, and MySQL as you do.) R

RE: [PHP-INSTALL] PHP+MYSQL versions

2005-04-16 Thread Richard Naylor
Michael W. [mailto:[EMAIL PROTECTED] > Sent: 16 April 2005 15:34 > To: Richard Naylor > Cc: php-install@lists.php.net > Subject: Re: [PHP-INSTALL] PHP+MYSQL versions > > That depends. Do you have any somewhat legacy PHP applications that need > to be able to run? If so, PHP 4,

Re: [PHP-INSTALL] PHP+MYSQL versions

2005-04-16 Thread Michael W.
That depends. Do you have any somewhat legacy PHP applications that need to be able to run? If so, PHP 4, and if not, PHP 5. If you have applications that need mysql_xxx functions, then MySQL 4.0.x, and if not, 4.1.x. Richard Naylor wrote: I am about to install PHP and MYSQL on Windows 2003 ser

Re: [PHP-INSTALL] PHP MYSQL

2004-08-09 Thread Chris Hewitt
On Mon, 2004-08-09 at 18:46, [EMAIL PROTECTED] wrote: > Dear Friends, > > I have PHP application where I enter emails and emails get stored in > mysql database,table, I have an option to unsubscribe as well, which > works, > > > However, Problem application is giving me is in case I unsubsc

Re: [PHP-INSTALL] php,mysql,apache

2004-04-20 Thread jeffrey_n_Dyke
c: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 8:30 AM Subject: Re: [PHP-INSTALL] php,mysql,apache > > How you do know? > Do you get errors when trying to access the mysql_* functions? - unknown > function errors? > Or can you just not login to mysql with PHP? > > that

Re: [PHP-INSTALL] php,mysql,apache

2004-04-20 Thread Walt
pril 20, 2004 8:30 AM Subject: Re: [PHP-INSTALL] php,mysql,apache > > How you do know? > Do you get errors when trying to access the mysql_* functions? - unknown > function errors? > Or can you just not login to mysql with PHP? > > that may help determine your best course of

Re: [PHP-INSTALL] php,mysql,apache

2004-04-20 Thread jeffrey_n_Dyke
How you do know? Do you get errors when trying to access the mysql_* functions? - unknown function errors? Or can you just not login to mysql with PHP? that may help determine your best course of action. I have this exact same setup, so salvation can't be far. Jeff

RE: [PHP-INSTALL] PHP+MySQL+OpenBSD 3.4

2004-03-31 Thread Neil Fryer
ssage- From: Peter To: Neil Fryer Cc: [EMAIL PROTECTED] Sent: 30/03/2004 12:54 Subject: Re: [PHP-INSTALL] PHP+MySQL+OpenBSD 3.4 Hello Nail, Php is looking for the sockets at /var/run/mysql/mysql.sock check if is exists - you may have compiled mysql with scoket located at other place. Also double check

Re: [PHP-INSTALL] PHP+MySQL+OpenBSD 3.4

2004-03-30 Thread Peter
Hello Nail, Php is looking for the sockets at /var/run/mysql/mysql.sock check if is exists - you may have compiled mysql with scoket located at other place. Also double check that mysql is running :-) Peter - Original Message - From: Neil Fryer To: '[EMAIL PROTECTED]' Sent: Tuesday, Ma

RE: [PHP-INSTALL] PHP & MySQL

2004-01-01 Thread John Holden
Hmm, I think you want the mysql libs, not the bins; check and see if there are any mysql libraries in /usr/lib, otherwise you might try 'whereis libmysql'. Mysql builds real easy on RH 7.1 (not to mention you'd get a more recent release). Get the source and try this configure command: ./configure