Re: [PHP] php_mysql.dll

2006-07-10 Thread Chris

João Cândido de Souza Neto wrote:

I add c:\php and c:\php\ext in path but nothing work.



That wasn't the suggestion.

Where is the libmysql.dll file located?

--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-10 Thread Jo�o C�ndido de Souza Neto
It's in c:\php\ext

Chris [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 João Cândido de Souza Neto wrote:
 I add c:\php and c:\php\ext in path but nothing work.


 That wasn't the suggestion.

 Where is the libmysql.dll file located?

 -- 
 Postgresql  php tutorials
 http://www.designmagick.com/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-10 Thread M. Sokolewicz
although not specifically mentioned anywhere, make sure that your 
libmysql.dll file is *also* in the PATH of windows. If PHP misses that 
lib, it will bail out with the error below aswell.


- tul

Bagus Nugroho wrote:

if windows, you may add php directory to the PATH of Windows [Environment 
Variables].
 
 




From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED]
Sent: Mon 10-Jul-2006 09:08
To: php-general@lists.php.net
Subject: Re: [PHP] php_mysql.dll



Yes. I thik it's because windows set all folders by default as read only and
i can't change that.

Chris [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]


João Cândido de Souza Neto wrote:


Excuse me.

PHP Warning: PHP Startup: Unable to load dynamic library
'./ext/php_mysql.dll' - The especified module was not found. in Unknown
on line 0


Thanks for the translation..

Does the php_mysql.dll file exist in the php/ext folder?

Note that mysql isn't enabled by default with php5. Read
http://www.php.net/mysql for information on how to set this up.

--
Postgresql  php tutorials
http://www.designmagick.com/



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-10 Thread Jo�o C�ndido de Souza Neto
I add c:\php and c:\php\ext in path but nothing work.

I hate Mr. Bill Gates.

M. Sokolewicz [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 although not specifically mentioned anywhere, make sure that your 
 libmysql.dll file is *also* in the PATH of windows. If PHP misses that 
 lib, it will bail out with the error below aswell.

 - tul

 Bagus Nugroho wrote:
 if windows, you may add php directory to the PATH of Windows [Environment 
 Variables].
  

 From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED]
 Sent: Mon 10-Jul-2006 09:08
 To: php-general@lists.php.net
 Subject: Re: [PHP] php_mysql.dll



 Yes. I thik it's because windows set all folders by default as read only 
 and
 i can't change that.

 Chris [EMAIL PROTECTED] escreveu na mensagem
 news:[EMAIL PROTECTED]

João Cândido de Souza Neto wrote:

Excuse me.

PHP Warning: PHP Startup: Unable to load dynamic library
'./ext/php_mysql.dll' - The especified module was not found. in Unknown
on line 0

Thanks for the translation..

Does the php_mysql.dll file exist in the php/ext folder?

Note that mysql isn't enabled by default with php5. Read
http://www.php.net/mysql for information on how to set this up.

--
Postgresql  php tutorials
http://www.designmagick.com/


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] php_mysql.dll

2006-07-09 Thread Beauford
Good luck. I have tried 1001 ways to try and get PHP 5.xx to work on Windows
with no luck. Everyone says it's simple, but I believe there is a bug in PHP
5. I have no problem in Linux, but on Windows - that's another story. If you
do a search of the archives for this list I'm sure there are tons of posts
about it. Let me know if you figure it out as I'd be curious to know how you
did it. For now I'll just stay with PHP 4.4.

B

-Original Message-
From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED] 
Sent: July 8, 2006 10:53 PM
To: php-general@lists.php.net
Subject: [PHP] php_mysql.dll

Hi everyone.

I'm having some troubles in php5 on windows trying to load php_mysql.dll. 
When i try to run a page that just has ? phpinfo(); ? it gives me the
follow error:

PHP Warning: PHP Startup: Unable to load dynamic library
'./ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. in
Unknown on line 0

Someone knows wath i ought to do for solve that?

Thanks in advantage... 

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Well, my php is running well in windows under iis, it just doesn't read the 
dynamic library php_mysql.dll.

The only thing that i do was install iis and after run the 
php-5.1.4-installer.exe.

As you talk about some bug, i saw something that sounds me a possible bug. 
When i install php, by default it was installed at c:\php and if i leave the 
extension_dir empty in php.ini, it search all dynamic libraries at c:\php5.

Beauford [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
Good luck. I have tried 1001 ways to try and get PHP 5.xx to work on Windows
with no luck. Everyone says it's simple, but I believe there is a bug in PHP
5. I have no problem in Linux, but on Windows - that's another story. If you
do a search of the archives for this list I'm sure there are tons of posts
about it. Let me know if you figure it out as I'd be curious to know how you
did it. For now I'll just stay with PHP 4.4.

B

-Original Message-
From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED]
Sent: July 8, 2006 10:53 PM
To: php-general@lists.php.net
Subject: [PHP] php_mysql.dll

Hi everyone.

I'm having some troubles in php5 on windows trying to load php_mysql.dll.
When i try to run a page that just has ? phpinfo(); ? it gives me the
follow error:

PHP Warning: PHP Startup: Unable to load dynamic library
'./ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. in
Unknown on line 0

Someone knows wath i ought to do for solve that?

Thanks in advantage...

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-09 Thread Chris

João Cândido de Souza Neto wrote:

Hi everyone.

I'm having some troubles in php5 on windows trying to load php_mysql.dll. 
When i try to run a page that just has ? phpinfo(); ? it gives me the 
follow error:


PHP Warning: PHP Startup: Unable to load dynamic library 
'./ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. in 
Unknown on line 0


What does that translate to? Most people here only speak English so 
unfortunately errors in another language limit the amount of help you get :(


--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Excuse me.

PHP Warning: PHP Startup: Unable to load dynamic library 
'./ext/php_mysql.dll' - The especified module was not found. in Unknown on 
line 0

Chris [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 João Cândido de Souza Neto wrote:
 Hi everyone.

 I'm having some troubles in php5 on windows trying to load php_mysql.dll. 
 When i try to run a page that just has ? phpinfo(); ? it gives me the 
 follow error:

 PHP Warning: PHP Startup: Unable to load dynamic library 
 './ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. 
 in Unknown on line 0

 What does that translate to? Most people here only speak English so 
 unfortunately errors in another language limit the amount of help you get 
 :(

 -- 
 Postgresql  php tutorials
 http://www.designmagick.com/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-09 Thread Chris

João Cândido de Souza Neto wrote:

Excuse me.

PHP Warning: PHP Startup: Unable to load dynamic library 
'./ext/php_mysql.dll' - The especified module was not found. in Unknown on 
line 0


Thanks for the translation..

Does the php_mysql.dll file exist in the php/ext folder?

Note that mysql isn't enabled by default with php5. Read 
http://www.php.net/mysql for information on how to set this up.


--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] php_mysql.dll

2006-07-09 Thread Jo�o C�ndido de Souza Neto
Yes. I thik it's because windows set all folders by default as read only and 
i can't change that.

Chris [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 João Cândido de Souza Neto wrote:
 Excuse me.

 PHP Warning: PHP Startup: Unable to load dynamic library 
 './ext/php_mysql.dll' - The especified module was not found. in Unknown 
 on line 0

 Thanks for the translation..

 Does the php_mysql.dll file exist in the php/ext folder?

 Note that mysql isn't enabled by default with php5. Read 
 http://www.php.net/mysql for information on how to set this up.

 -- 
 Postgresql  php tutorials
 http://www.designmagick.com/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] php_mysql.dll

2006-07-09 Thread Bagus Nugroho
if windows, you may add php directory to the PATH of Windows [Environment 
Variables].
 
 



From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED]
Sent: Mon 10-Jul-2006 09:08
To: php-general@lists.php.net
Subject: Re: [PHP] php_mysql.dll



Yes. I thik it's because windows set all folders by default as read only and
i can't change that.

Chris [EMAIL PROTECTED] escreveu na mensagem
news:[EMAIL PROTECTED]
 João Cândido de Souza Neto wrote:
 Excuse me.

 PHP Warning: PHP Startup: Unable to load dynamic library
 './ext/php_mysql.dll' - The especified module was not found. in Unknown
 on line 0

 Thanks for the translation..

 Does the php_mysql.dll file exist in the php/ext folder?

 Note that mysql isn't enabled by default with php5. Read
 http://www.php.net/mysql for information on how to set this up.

 --
 Postgresql  php tutorials
 http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php