Re: [PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable toload dynamic library './msql.dll'

2001-03-14 Thread Joey Smith

Open a new bug. You reported two bugs in the same place. You had the
msql.dll bug, and:

Parse error: parse error, expecting `','' or `';''

On Wed, 14 Mar 2001, John Stoops wrote the following to Bug Database :

 Lets start again.
 
 My php page:
 
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 html
 head
   titleUntitled/title
 /head
 body
 ?php
   echo "Hello world";
 ?
 /body
 /html
 
 My error message:
 
 PHP Warning: Unable to load dynamic library './msql.dll' - One of the
 library files needed to run this application cannot be found. in Unknown on
 line 0
 
 
 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable toload dynamic library './msql.dll'

2001-03-14 Thread Jani Taskinen

On Wed, 14 Mar 2001, John Stoops wrote:

Lets start again.

My php page:

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
html
head
   titleUntitled/title
/head
body
?php
   echo "Hello world";
?
/body
/html

My error message:

PHP Warning: Unable to load dynamic library './msql.dll' - One of the
library files needed to run this application cannot be found. in Unknown on
line 0


msql.dll ?? Weren't you using mysql? It's mysql.dll then.

--Jani



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] RE: PHP 4.0 Bug #9745 Updated: PHP Warning: Unable toload dynamic library './msql.dll'

2001-03-14 Thread Joey Smith

Actually, he doesn't need either.

Just put a semi-colon in front of the line starting:
extension=msql.dll

Note the section a few lines down:
;Note that MySQL and ODBC support is now built in, so no dll is needed
for it.


On Wed, 14 Mar 2001, Jani Taskinen wrote the following to John Stoops :

 On Wed, 14 Mar 2001, John Stoops wrote:
 
 Lets start again.
 
 My php page:
 
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 html
 head
  titleUntitled/title
 /head
 body
 ?php
  echo "Hello world";
 ?
 /body
 /html
 
 My error message:
 
 PHP Warning: Unable to load dynamic library './msql.dll' - One of the
 library files needed to run this application cannot be found. in Unknown on
 line 0
 
 
 msql.dll ?? Weren't you using mysql? It's mysql.dll then.
 
 --Jani
 
 
 
 


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]