[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c mbstring.h /main rfc1867.c

2002-08-03 Thread Marcus Börger

At 10:38 03.08.2002, Yasuo Ohgaki wrote:
Marcus,

Don't forget to create patch against development version :)
cvs.php.net is _NOT_ for development new encoding/feature.

http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/

--
Yasuo Ohgaki

O.k. when i am through i will commit changes to cvs.php.net and
then to php-i18n. But tell me where is the need for developing that
part externally? IT only makes development complicated because
there are to diverging versions of php...

marcus


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




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c mbstring.h /main rfc1867.c

2002-08-02 Thread Marcus Börger

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




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c mbstring.h /main rfc1867.c

2002-08-02 Thread Rui Hirokawa

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