[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Stefan Marr
gron Sun, 02 May 2010 16:32:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298877 Log: Refactored part of the Traits implementation. # - renamed php_runkit_function_copy_ctor to _duplicate_function # REM: runkit does not compile with

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Derick Rethans
On Sun, 2 May 2010, Stefan Marr wrote: gron Sun, 02 May 2010 16:32:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298877 Log: Refactored part of the Traits implementation. # - renamed php_runkit_function_copy_ctor to

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Stefan Marr
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.

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c zend_opcode.c

2010-05-02 Thread Derick Rethans
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 functions this

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2010-05-02 Thread Felipe Pena
felipe Sun, 02 May 2010 17:39:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=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-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2010-05-02 Thread Felipe Pena
felipe Sun, 02 May 2010 18:47:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298880 Log: - WS Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/standard/file.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/file.c trunk/ext/standard/file.c

2010-05-02 Thread Ilia Alshanetsky
iliaaSun, 02 May 2010 19:34:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=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-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ file.c

2010-05-02 Thread Felipe Pena
felipe Sun, 02 May 2010 20:11:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298882 Log: - Revert accidental changes Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/file.c Modified: