RE: [PHP-WIN] What happened to WinEnabler?

2004-10-14 Thread Charles P. Killmer
I was in the same boat and ended up calling them to find out. The WinEnabler has been pulled from the site in order to test the installer better. Apparently a few clients were having problems after the install involving a process leak. This is the explanation of the issue and what to watch for:

RE: [PHP-WIN] impressao!! Virus!!??!!??

2004-10-14 Thread Gryffyn, Trevor
Be careful everyone. This zip file contains a PIF (which is a typical way viruses spread via email these days... PIF, SCR and other windows executable file types that aren't COM or EXEs that may fool people into running them). My Symantec hasn't been updated since 10/6/04 (and the way our IT

Re: [PHP-WIN] What happened to WinEnabler?

2004-10-14 Thread Proteus
sucked company. On Thu, 14 Oct 2004 07:22:01 -0500, Charles P. Killmer [EMAIL PROTECTED] wrote: I was in the same boat and ended up calling them to find out. The WinEnabler has been pulled from the site in order to test the installer better. Apparently a few clients were having problems

[PHP-WIN] running local PHP files in a browser without installing a web server

2004-10-14 Thread Greg Klotz
Hello I'm wondering if it's possible to simply run PHP pages and make SQL queries on my computer using local files and creating a local database without having to install and run a web server. Basically, I'd like to be able to create the PHP pages and test them locally in a browser window on

RE: [PHP-WIN] impressao!! Definite a virus.. NETSKY ALERT

2004-10-14 Thread Gryffyn, Trevor
Ok, had our IT guys update my virus definitions (and set it so I can do it myself from now on) and upgrade the server's virus defs too. Looks like between 10/6 and 10/14 (today) a new variant of Netsky came out or something. -TG -Original Message- From: [EMAIL PROTECTED]

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
Have you considered using php-gtk http://gtk.php.net/? If you platform is GatesOS (Windows) checkout http://michel.weimerskirch.net/software.php. Good luck, Warren Vail -Original Message- From: Norbert Gruettner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 11:51 AM

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
Have you tried PHP-GTK, Also a book on the subject; Develop Desktop GUI Apps with PHP-GTK, the Standalone PHP by Gregory L. Magnusson, HTH, Warren Vail -Original Message- From: Norbert Gruettner [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 11:51 AM To: [EMAIL PROTECTED]

[PHP-WIN] Re: running local PHP files in a browser without installing a web server

2004-10-14 Thread Norbert Gruettner
Hello Greg, in order to get php-scripts executed on your computer, you will have to install a local web-server. Please provide details of your operating systems so that I can give you some recommendations. regards Norbert Greg Klotz [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL

[PHP-WIN] Re: Give Access Right to Directory

2004-10-14 Thread Norbert Gruettner
Dear Susilo, you better check the Apache documentaion about httpd.conf and .htaccess capabilities. Regards Norbert Susilo [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Dear all, Does everybody now how to give access write directory in Apache Webserver,

[PHP-WIN] PHP5/IIS6 Unable to load dynamic library

2004-10-14 Thread MW
Hello people, I have installed PHP as an ISAPI module under Win 2k3, and everything was working fine However recently I am getting the error in my Event Log: Application Popup: Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be

RE: [PHP-WIN] Re: running local PHP files in a browser without in stalling a web server

2004-10-14 Thread Vail, Warren
I stand corrected, its an article at; http://www.devx.com/opensource/Article/21235 Warren Vail (415) 667-0240 SF211-07-434 -Original Message- From: Vail, Warren Sent: Thursday, October 14, 2004 12:57 PM To: 'Norbert Gruettner'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: running

SV: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library

2004-10-14 Thread Carsten Gehling
If you have upgraded to PHP 5, you need to EITHER 1) Copy \php\libmysql.dll to \windows\system32 2) Insert \php in your PATH definition 2) is the preferred option. libmysql.dll is a helper-dll, that php_mysql.dll needs to function. - Carsten -Oprindelig meddelelse- Fra: MW