Nevermind, I should learn to read..you wanted to have different
colors for different messages..
--Jani
On Tue, 5 Aug 2003, Jani Taskinen wrote:
>
>Why don't you just use the existing ini options:
>
>; String to output before an error message.
>;error_pre
Translating PHP Manual to Bahasa Indonesia
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello.
Here is an modified patch for PHP command-line interface. It adds option -D
which forces php to chdir to the script directory.
diff -ruN php5-200308051930.orig/sapi/cli/php_cli.c
php5-200308051930/sapi/cli/php_cli.c
--- php5-200308051930.orig/sapi/cli/php_cli.c 2003-08-01
17:08:26.000
Hi all,
I know there was a lot of discussion about try/catch, but I will bring it up
again:
What about finally ?
I know someone posted that finally isn't necessary since PHP destroy all
variables and releases all resources at the end of the script. But if the
script is a PHP-GTK application or a
Hi Marcus,
"Marcus BöRger" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> CD> I don't know how to throw an error/exception from inside the core of
Zend2.
> CD> I have some code to throw an exception/error from extensions...
>
> Simply set EG(exception) = class...
> and experime
Please, ignore this:
> IMHO I think that an implementation start would be hooking the function
exit
> at the engine..
And read this instead:
IMHO I think that an implementation start would be hooking the exit of the
try statement even if its normal or has an exception thrown...
Best regards,
Cri
Hello.
The lastest CVS fails to compile under Linux. An error occurs because the
linker cannot find the "empty_fcall_info_cache" symbol.
diff -ruN php5-200308051930.orig/Zend/zend_execute_API.c
php5-200308051930/Zend/zend_execute_API.c
--- php5-200308051930.orig/Zend/zend_execute_API.c 2003-0