Date: 05/04/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Classes & function names"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Classes & function names"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Classes & function names"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Classes & function names"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From zend_execute.c:
tmp = *function_name;
zval_copy_ctor(&tmp);
convert_to_string(&tmp);
function_name = &tmp;
zend_str_tolower(tmp.value.str.val, tmp.value.str.len);
That can be avoided altogether if case sensitivity is enabled.
Zeev
At 16:41 4/5/2001, Sebastian Bergmann wrote:
>Zeev Suraski wrote:
> > It would also improve performance fairly significantly.
>
> Just curious, since I don't know the 'inner magic' of the ZendEngine:
>Why do you expect a performance improvement by introducing case
>sensitivity for class/function names?
>
>--
> sebastian bergmann sb <email protected>
> http://www.sebastian-bergmann.de
>
> bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Classes & function names"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Classes & function names"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Classes & function names"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Classes & function names"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

