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
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
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
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,
> >
> >
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
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
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
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
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