felipe Sun, 02 May 2010 20:11:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298882
Log:
- Revert accidental changes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/file.c
Modified: php/php-src/branches/PHP_5_3/ext/standard
iliaaSun, 02 May 2010 19:34:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298881
Log:
- Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser
Changed paths:
U php/php-src/branches/PHP_5_2/NEWS
U php/php-
felipe Sun, 02 May 2010 18:47:27 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298880
Log:
- WS
Changed paths:
U php/php-src/trunk/Zend/zend_compile.c
Modified: php/php-src/trunk/Zend/zend_compile.c
=
felipe Sun, 02 May 2010 17:39:24 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298878
Log:
- Changed zend_hash func calls to use the quick ones
Changed paths:
U php/php-src/trunk/Zend/zend_compile.c
Modified: php/php-src/trunk/Zend/zend
On Sun, 2 May 2010, Stefan Marr wrote:
> On 02 May 2010, at 19:12, Derick Rethans wrote:
> > Is there a reason why you named this to something with a _ at the start?
> > AFAIK we've never done this, and instead prefer php_ (or in this case,
> > zend_ )
>
> I have named all internal helper functi
Hi Derick:
On 02 May 2010, at 19:12, Derick Rethans wrote:
> Is there a reason why you named this to something with a _ at the start?
> AFAIK we've never done this, and instead prefer php_ (or in this case,
> zend_ )
I have named all internal helper functions this way in the traits related code.
On Sun, 2 May 2010, Stefan Marr wrote:
> gron Sun, 02 May 2010 16:32:25 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=298877
>
> Log:
> Refactored part of the Traits implementation.
> # - renamed php_runkit_function_copy_ctor to _duplica
gron Sun, 02 May 2010 16:32:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298877
Log:
Refactored part of the Traits implementation.
# - renamed php_runkit_function_copy_ctor to _duplicate_function
# REM: runkit does not compile with trun