RE: [PHP-WIN] MySQL on Windows

2008-06-22 Thread S. Buffn
Well the problem has been really with libmysql.dll. I'm not sure wht is the lib for. But read somwhere about it. Some notice. But it has been in C:\php and my PATH is: Příkazový řádek Microsoft Windows XP [Verze 5.1.2600] PATH=C:\Perl\bin;C:\oraclexe\app\oracle\product\10.2.0\server

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "Eric Lee" <[EMAIL PROTECTED]> To: Sent: Monday, June 23, 2008 7:18 AM Subject: Re: [PHP-WIN] MySQL on Windows -

RE: [PHP-WIN] MySQL on Windows

2008-06-22 Thread S. Buffn
Hello, God bless you all. The problem was with this libmysql.dll. It has been placed in c:\php so I copied it to C:\php\ext and now it is runnig. Thank you a lot Jan -Original Message- From: Eric Lee [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 1:18 AM To: php-windows@lists.php

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "S. Buffn" <[EMAIL PROTECTED]> To: "Eric Lee" <[EMAIL PROTECTED]>; Sent: Monday, June 23, 2008 6:30 AM Subject: RE: [PHP-WIN] MySQL on Wind

RE: [PHP-WIN] MySQL on Windows

2008-06-22 Thread S. Buffn
Hello, php_mysql.dll is now in: C:\php C:\php\ext C:\Windows C:\Windows\System32 Anyway C:\php has been in PATH before. As for the error log of Apache: ... 2008] [notice] Parent: Created child process 3348 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php\\ext\\php_fdf.dll' - U

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Eric Lee
http://myprojects.srhost.info eric{at}myprojects{dot}srhost{dot}info - Original Message - From: "S. Buffn" <[EMAIL PROTECTED]> To: Sent: Sunday, June 22, 2008 10:01 PM Subject: [PHP-WIN] MySQL on Windows : Hello, : : I have encounte

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread phpml
S. Buffn wrote: > Hello, > > I have encountered the problem with running MySQL Server 5.0 with PHP 5 and > Apache2 on Windows XP. ... > PHP is running > Fatal error: Call to undefined function mysql_connect() in C:\Program > Files\Apache Group\Apache2\htdocs\index.php on line 6 > As for the php.in

Re: [PHP-WIN] MySQL on Windows

2008-06-22 Thread Lester Caine
S. Buffn wrote: Hello, I have encountered the problem with running MySQL Server 5.0 with PHP 5 and Apache2 on Windows XP. Everrything seems to be ok, so Apacheh is running, also together with php. If I run php -m it shows the library for MySQL is included. Even if I run php.exe -f index.php it

[PHP-WIN] MySQL on Windows

2008-06-22 Thread S. Buffn
Hello, I have encountered the problem with running MySQL Server 5.0 with PHP 5 and Apache2 on Windows XP. Everrything seems to be ok, so Apacheh is running, also together with php. If I run php -m it shows the library for MySQL is included. Even if I run php.exe -f index.php it run in console. B