Re: [PHP-DEV] [patch] zend_call_method_with_N_params()

2008-01-31 Thread Masaki Fujimoto
data/patch/zend_interfaces_var_list.head.patch # C99 feature (__VA_ARGS__) is used in my patch for HEAD...(is it acceptable?) if this is ok, it's much appreciated if you apply these patches. thank you. -- Masaki Fujimoto <[EMAIL PROTECTED]> Best regards, Marcus -- Masaki Fujimoto <[E

[PHP-DEV] [patch] zend_call_method_with_N_params()

2008-01-31 Thread Masaki Fujimoto
patch/zend_interfaces_var_list.php_5_2.patch [HEAD] http://labs.gree.jp/data/patch/zend_interfaces_var_list.head.patch # C99 feature (__VA_ARGS__) is used in my patch for HEAD...(is it acceptable?) if this is ok, it's much appreciated if you apply these patches. thank you. -- Masaki Fujimo

Re: [PHP-DEV] CVS Account Request: masugata

2006-03-05 Thread Masaki Fujimoto
php-src/ext/mbstring/* > phpdoc-ja/* > -- Masaki Fujimoto <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-31 Thread Masaki Fujimoto
irection=ASC&cmd=display&status=Open&php_os=&phpver=&assign=&author_email=&bug_age=0 > > A few relevant ones filed in the last month come up... > > Al > > On Tue, 2004-08-31 at 10:27 +0900, Masaki Fujimoto wrote: > > Hello, > > > >

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-30 Thread Masaki Fujimoto
ill remains one of additional features. anyway, would please tell me the id of the bugs you mentioned? as I stated, I always take care not to do any harm to the other codes, so of course I'll fix them ASAP if it's caused by my option. regards, Masaki Fujimoto The Message From Al Baker

Re: [PHP-DEV] [PATCH] suppressing realpath() with APC + tiny patches

2004-05-10 Thread Masaki fujimoto
if you could arbitrarily build your PHP, I believe my patch should be the great help, too. Finally, an attacehd patch will prevent your crash, but if you already turned all the realpath calls off, my patch will not affect any performance... Masaki Fujimoto The Message From Rasmus Lerd

Re: [PHP-DEV] [PATCH] suppressing realpath() with APC + tiny patches

2004-05-10 Thread Masaki fujimoto
be enough for me... (although it's true that it will be ok for most of php users) I'd like to hear your idea:) Masaki Fujimoto The Message From Andi Gutmans: > Hi Masaki, > > I would like to fix this using a realpath() cache. I plan on working on > this in the next few

Re: [PHP-DEV] [PATCH] suppressing realpath() with APC + tiny patches

2004-05-06 Thread Masaki Fujimoto
stable APC-2.0.3... Anyway, the patch for APC containts only few lines and is of course available for current CVS-HEAD:) -- Masaki Fujimoto [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] suppressing realpath() with APC + tiny patches

2004-05-06 Thread Masaki Fujimoto
pt is cached in APC. As a result of this, we can reduce most of realpath() calls by include_once() and required_once(). These patches are not yet verified well so comments are welcome! Best regards, Masaki Fujimoto [EMAIL PROTECTED] diff -ru APC-2.0.3.bak/apc_main.c APC-2.0.3/apc_main.c --- AP