At 12:22 02.08.2002, you wrote:
>helly           Fri Aug  2 06:22:31 2002 EDT
>
>   Modified files:
>     /php4/ext/mbstring  mbfilter.c mbfilter.h mbregex.c mbstring.c
>                         mbstring.h
>     /php4/main  rfc1867.c
>   Log:
>   -use const to clarify code
>   -fix tsrmls build (therefore rfc1867.c)
>

Rui,

you shoul use TSRM builds by adding  one of the --enable-tsrm-XXX configure 
options.
The TSRMLS_C ist used in calls where normally no parameter would occure: 
f(TSRMLS_C)
TSRMLS_CC is the same preceded by ',' therefore it is f(param1, param2 
TSRMLS_CC)
TSRMLS_D and TSRMLS_DC are for function definitions, again second with 
additional ','.

If have just added all the consts but not the HTML encoding stuff even 
though it works fine
now. Because you suggested we give it another name. What about 
HTML-ENTITIES with
HTML being an Alias?

marcus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to