[PHP-DEV] A patch for APC harklinks problem

2011-04-27 Thread 陈磊
Hi, I come from sae team of sina. We meet with a problem of APC harklinks mentioned in the buglist of PHP and APC long time ago. The key word __FILE__ is a magic constants, and it is generated after the php source code is compiled. When the APC is used as a php extension for performence reason, t

Re: [PHP-DEV] A patch for APC harklinks problem

2011-04-27 Thread Pierre Joye
hi, Please report bug and patches to the pecl.php.net/apc bug tracker. Thanks for your work, Cheers, 2011/4/27 陈磊 : > Hi, > > I come from sae team of sina. We meet with a problem of APC harklinks > mentioned in the buglist of PHP and APC long time ago. > > The key word __FILE__ is a magic const

Re: [PHP-DEV] A patch for APC harklinks problem

2011-04-27 Thread 陈磊
The bug url: http://pecl.php.net/bugs/bug.php?id=22673 BRs, Chen Lei 于 2011-4-27 18:34, Pierre Joye 写道: > hi, > > Please report bug and patches to the pecl.php.net/apc bug tracker. > > Thanks for your work, > > Cheers, > > 2011/4/27 陈磊 : >> Hi, >> >> I come from sae team of sina. We meet with a p

Re: [PHP-DEV] A patch for APC harklinks problem

2011-04-28 Thread Christopher Jones
On 04/27/2011 08:18 PM, 陈磊 wrote: > The bug url: > http://pecl.php.net/bugs/bug.php?id=22673 I would also suggest mailing apc-dev @ lists.php.net (even though there is likely to be a big overlap in readership with internals@). Chris > > BRs, > Chen Lei > > 于 2011-4-27 18:34, Pierre Joye 写道: