[PHP-CVS] svn: /SVNROOT/ global_avail

2009-12-31 Thread Philip Olson
philip Thu, 31 Dec 2009 20:13:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=292866 Log: - phpdoc/es karma for Pedro Antonio Gil Rodríguez (seros) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/zend_builtin_functions.c branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_builtin_functions.c trunk/Zend/zend_builtin_funct

2009-12-31 Thread Ilia Alshanetsky
The change is specific to :: since that is used for classes and causes confusion as people may think foo::bar will allow definition or re-definition of a class constant which it does not. On 09-12-30 2:42 PM, Johannes Schlüter wrote: > Hi, > > On Wed, 2009-12-30 at 19:15 +, Ilia Alshanetsky w

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ crypt_sha256.c crypt_sha512.c

2009-12-31 Thread Pierre Joye
On Thu, Dec 31, 2009 at 4:56 PM, Derick Rethans wrote: > On Fri, 11 Dec 2009, Pierre Joye wrote: > >> pajoye                                   Fri, 11 Dec 2009 16:07:57 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=291994 >> >> Log: >> - #50334, add sha support for VC6 too

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ crypt_sha256.c crypt_sha512.c

2009-12-31 Thread Derick Rethans
On Fri, 11 Dec 2009, Pierre Joye wrote: > pajoye Fri, 11 Dec 2009 16:07:57 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=291994 > > Log: > - #50334, add sha support for VC6 too, not merged in trunk as we don't > support vc6 there > > Bug