Thank you for tsrm fix.
I think html-entities is better than html.
On Fri, 02 Aug 2002 12:37:05 +0200
[EMAIL PROTECTED] (Marcus B����rger) wrote:
> 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
--
-----------------------------------------------------
Rui Hirokawa <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php