Re: [PHP-DEV] [PATCH] Repost: html_errors more readable

2003-08-05 Thread Jani Taskinen
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

[PHP-DEV] CVS Account Request: ftp_geo

2003-08-05 Thread Beta Andri
Translating PHP Manual to Bahasa Indonesia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Altered patch for php command-line interface

2003-08-05 Thread Vesselin Atanasov
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

[PHP-DEV] try/catch/FINALLY

2003-08-05 Thread Cristiano Duarte
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

Re: [PHP-DEV] Re: hook cast_object handler in userspace

2003-08-05 Thread Cristiano Duarte
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

[PHP-DEV] Re: try/catch/FINALLY

2003-08-05 Thread Cristiano Duarte
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

[PHP-DEV] Patch for Zend engine linker error

2003-08-05 Thread Vesselin Atanasov
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