Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-06-02 Thread shire
Cristian Rodríguez wrote: On 26/05/09 08:36, Antony Dovgal wrote: 12:48<@tony2001> you can remove it, but leave a macro to make sure old code still works or just use __attribute__((alias(""))); ... How well is that supported on different compilers/architectures? GCC says it's "Not al

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-06-02 Thread shire
Lukas Kahwe Smith wrote: On 30.05.2009, at 01:29, shire wrote: Cristian Rodríguez wrote: David Soria Parra escribió: Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD.

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-06-02 Thread Cristian Rodríguez
On 26/05/09 08:36, Antony Dovgal wrote: 12:48<@tony2001> you can remove it, but leave a macro to make sure old code still works or just use __attribute__((alias(""))); ... -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-29 Thread Lukas Kahwe Smith
On 30.05.2009, at 01:29, shire wrote: Cristian Rodríguez wrote: David Soria Parra escribió: Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD. If there are no objection

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-29 Thread shire
Cristian Rodríguez wrote: David Soria Parra escribió: Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD. If there are no objections I would commit a patch in a few days.

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-29 Thread Cristian Rodríguez
David Soria Parra escribió: > Hi List, > > I recently discovered that zend_hash_func is equal to > zend_get_hash_value. To clean this up, I would like to remove > zend_hash_func in favor of zend_get_hash in HEAD. If there are no > objections I would commit a patch in a few days. We can start with

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-26 Thread shire
Antony Dovgal wrote: On 26.05.2009 16:13, David Soria Parra wrote: Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD. If there are no objections I would commit a patch in

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-26 Thread Antony Dovgal
On 26.05.2009 16:13, David Soria Parra wrote: > Hi List, > > I recently discovered that zend_hash_func is equal to > zend_get_hash_value. To clean this up, I would like to remove > zend_hash_func in favor of zend_get_hash in HEAD. If there are no > objections I would commit a patch in a few day

Re: [PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-26 Thread David Coallier
2009/5/26 David Soria Parra : > Hi List, > > I recently discovered that zend_hash_func is equal to zend_get_hash_value. > To clean this up, I would like to remove zend_hash_func in favor of > zend_get_hash in HEAD. If there are no objections I would commit a patch in > a few days. Did you grep thr

[PHP-DEV] Removing zend_hash_func in PHP 6.0

2009-05-26 Thread David Soria Parra
Hi List, I recently discovered that zend_hash_func is equal to zend_get_hash_value. To clean this up, I would like to remove zend_hash_func in favor of zend_get_hash in HEAD. If there are no objections I would commit a patch in a few days. David -- PHP Internals - PHP Runtime Development Ma