Dear all,
I'm newbie.
Install php-5.2.5-win32-installer.msi successfully.
Windows XP sp2
I have tested using Apache, PHP file was loaded normally on web-browser.
(no error).
--
But, when I invoked CLI / PHP Interpreter, either directly or by IDE,
it's always raised error message, then was close
Hi all,
Are there free-license IDEs to develop and debugging PHP codes?
What is the best among those IDEs?
T.I.A
Andre.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
John
On Dec 9, 2007 12:29 AM, Andre Junianto <[EMAIL PROTECTED]> wrote:
Dear all,
I'm newbie.
Install php-5.2.5-win32-installer.msi successfully.
Windows XP sp2
Web-server is Apache 2.2.6 no-ssl, win32
httpd.conf has 2 lines of additional texts:
PHPIniDir "C:/PHP5/"
Load
Dear all,
I'm newbie.
Install php-5.2.5-win32-installer.msi successfully.
Windows XP sp2
Web-server is Apache 2.2.6 no-ssl, win32
httpd.conf has 2 lines of additional texts:
PHPIniDir "C:/PHP5/"
LoadModule php5_module "C:/PHP5/php5apache2_2.dll"
--
i wrote a simple PHP web-page: "test.php"
P