[PHP-WIN] Re: php_mysql.dll - WON'T WORK!!

2004-10-08 Thread Marc Kia
Hello, I have the same probleme if I undersoud well: The last available MYSQL 4.0.21 is not supported by the php_mysql.dll because of the suppression of the drop_database function in Libmysql.dll. To seams like a bug in the php_mysql.dll I hope that I will find a fix prety quickly. Because using p

[PHP-WIN] Object declaration

2004-10-08 Thread Nunners
Hi all, In the ongoing saga of moving the application I've developed from Apache to IIS, I've found another problem, with objects this time. I've got a standard file that is included as a header, which includes the following lines: [script] $query = "SELECT * FROM user where username='".$_COOKIE

[PHP-WIN] 4 vs 5

2004-10-08 Thread Bobo Wieland
Hi all! I'm about to reinstall PHP/MySQL/Apache (+ MySQL Front) on my WinXP machine... It's been a while since I last installed this package and there have been some version changes... Should I go for the old Apache or Apache 2? And most important; can I have a dual install of php4 and php5 or i

Re: [PHP-WIN] Re: php_mysql.dll - WON'T WORK!!

2004-10-08 Thread Felipe Gasper
Use the libmysql.dll provided by PHP - that should work just fine. -Felipe Gasper Quoth Marc Kia on 10/8/2004 1:18 AM... Hello, I have the same probleme if I undersoud well: The last available MYSQL 4.0.21 is not supported by the php_mysql.dll because of the suppression of the drop_database functio

Re: [PHP-WIN] Object declaration

2004-10-08 Thread Cory D. Wiles
The reason why that you get the error is because you didn't call the class. How I do my sql/class manipulation would be something like this: class User { var $dbRecords = array();//array that will hold db records function User() { ...constructor }// }//end class $sql = "SELECT * FROM user WHERE u

[PHP-WIN] static inheritance in a class object

2004-10-08 Thread Kevin
Anyone know why class static vars are inherited? (See code below) class A { public static $CONFIG = null; } A::$CONFIG = "A"; class B extends A { public static $CONFIG = null; } B::$CONFIG = "B"; print ("A: " . A::$CONFIG . ""); print ("B: " . B::$CONFIG . ""); -- PHP Windows Mailing

[PHP-WIN] PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread zac korpi
Hi, I've installed PHP manually on W2K server - IIS. I followed the instructions, as listed in the the appendix of PHP & MYSQL Web Developmeent, and it's not working. I've checked and rechecked the installation procedure and can't see where I did anything wrong. The auto-install of PHP worked

[PHP-WIN] Re: 4 vs 5

2004-10-08 Thread DvDmanDT
Well.. You can have both 4 and 5 installed on both Apache 1 and 2 if you want to.. Which Apache version to use doesn't really matter.. I use 1.3, and I have PHP 2, 3, 4 and 5 installed. PHP 4 as Apache module and the rest as CGI binaries.. Instructions in manual.. You can't force PHP5 to only acce

Re: [PHP-WIN] PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread Felipe Gasper
Did you check Event Viewer? Set error reporting to E_ALL? Put your PHP directory in PATH? It looks like IIS is *trying* to load PHP, based on the error that the link gives. -Felipe Gasper Quoth zac korpi on 10/8/2004 3:43 PM... Hi, I've installed PHP manually on W2K server - IIS. I followed th

Re: [PHP-WIN] PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread Kevin Williams
Perhaps the "extension_dir" ini setting is not set properly? Felipe Gasper wrote: Did you check Event Viewer? Set error reporting to E_ALL? Put your PHP directory in PATH? It looks like IIS is *trying* to load PHP, based on the error that the link gives. -Felipe Gasper Quoth zac korpi on 10/8/2

[PHP-WIN] Re: PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread DvDmanDT
All I get is an 500 response, meanin something is wrong in the IIS config.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Zac Korpi" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] Hi, I've installed PHP manually on W2K server - IIS. I followed the instructio

Re: [PHP-WIN] Re: PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread alex hogan
Did you set php as a file type in IIS? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread alex hogan
> Did you set php as a file type in IIS? Sorry.., In IIS; Right click on the website that you created for http://meet.nmu.edu Select Properties Click on the Document tab Make sure that index.php and/or default.php is in the document list. If you go to http://meet.nmu.edu the page "Under Construct