If you're using PHP 4.3.2 on Windows and connected to the Internet, run
php/go-pear.bat in a command line window. It will guide you through the
process.
Regards,
Thai
-Original Message-
From: Mark Clarkstone [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 4:24 PM
To: [EMAIL P
I have set error_reporting to E_ALL in my php.ini. But with this solution I
can only see errors when I request pages which have errors.
-Original Message-
From: John Ellingsworth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 9:31 AM
To: Thai Thanh Ha; [EMAIL PROTECTED]
Subject
Hi all,
When I write Java-based applications, I can compile JSP pages to detects
syntax errors before releasing the applications. I'm wondering if there is
some tool like that in PHP writing? Of course PHP pages cannot be compiled
like JSP pages because PHP is an interpreted language. But it wo
ter this with preg_replace you can do what ever you want to with the URL.
--
-
Cristian MARIN - Developer
InterAKT Online (www.interakt.ro)
Tel: +4021 312.53.12
Tel/Fax: +4021 312.51.91
[EMAIL PROTECTED]
"Thai Thanh Ha" <[EMA
Hi all,
I want to get the URL of my application (and don't want to define it in a
config file - I don't like telling my customers to config the app, even run
some install.php file). Anyone has code for this? I know that in generally I
cannot use a PHP function for this because we don't have tr