[PHP-DEV] Re: ZEND_HASH_APPLY_* confusion

2006-03-03 Thread Andi Gutmans
Yeah I think that making this consistent would have benefit. Would the semantics be relevant to all methods you looked at? Andi At 11:26 AM 3/1/2006, Marcus Boerger wrote: Hello internals, we have the consts: #define ZEND_HASH_APPLY_KEEP0 #define ZEND_HASH_APPLY_

Re: [PHP-DEV] [patch] Separating ZEND_METHOD and ZEND_FUNCTION

2006-03-03 Thread Pierre
On 3/3/06, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Makes sense to me. For me too, I was requesting that on IRC and Johannes wrote the patch, thanks :-) A perfect example of this need is the current zip extension, I have both a zip_open function and a zip::open method, acting differently. Many e

Re: [PHP-DEV] [patch] Separating ZEND_METHOD and ZEND_FUNCTION

2006-03-03 Thread Andi Gutmans
Makes sense to me. At 02:30 PM 3/3/2006, Johannes Schlueter wrote: Hi, following a recent discussion on IRC I'd like to propose a little patch separating ZEND_FUNCTION and ZEND_METHOD. Currently functions declared as ZEND_FUNCTION are named zif_exported_name. Class methods are exported as zif_

[PHP-DEV] [patch] Separating ZEND_METHOD and ZEND_FUNCTION

2006-03-03 Thread Johannes Schlueter
Hi, following a recent discussion on IRC I'd like to propose a little patch separating ZEND_FUNCTION and ZEND_METHOD. Currently functions declared as ZEND_FUNCTION are named zif_exported_name. Class methods are exported as zif_class_method. If you try to create a PHP function called foo_bar bu

Re: [PHP-DEV] Re: cvs: php-src /ext/mbstring mbstring.c

2006-03-03 Thread Yasuo Ohgaki
Sebastian Bergmann wrote: > Yasuo Ohgaki schrieb: >> yohgaki Thu Mar 2 00:34:28 2006 UTC >> >> Modified files: >> /php-src/ext/mbstringmbstring.c >> Log: >> add safe_mode num of parameter check > > There is / will be no safe_mode in HEAD anymore. > I've

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_compile.c zend_compile.h zend_globals.h zend_language_parser.y /tests break_label01.phpt break_label02.phpt break_label03.phpt break_label04.ph

2006-03-03 Thread Andi Gutmans
Thanks for your help Sara! Any chance someone from the Doc project has time to update the manual? Thanks. Andi At 05:09 AM 3/3/2006, Dmitry Stogov wrote: dmitry Fri Mar 3 13:09:13 2006 UTC Added files: /ZendEngine2/tests break_label01.phpt break_label02.phpt

Re: [PHP-DEV] CVS Account Request: nabeel

2006-03-03 Thread Pierre
Same here, you asked if you can import axis2 into pecl but you got not answer, or no answer in the list, what's the status of your request? Some links to the extensions? On 3/3/06, Nabeel Yoosuf <[EMAIL PROTECTED]> wrote: > To host the 'axis2' - PHP SOAP extension, written on top of Apache Axis2 S

[PHP-DEV] CVS Account Request: nabeel

2006-03-03 Thread Nabeel Yoosuf
To host the 'axis2' - PHP SOAP extension, written on top of Apache Axis2 SOAP engine, in PECL repository -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Late Static Binding

2006-03-03 Thread Bart de Boer
+1 for this:: Andi Gutmans wrote: Yep. I was thinking mainly of methods not of static variables. I still think this:: is the best way (better than class::) At 12:12 PM 3/2/2006, Jeff Moore wrote: On Mar 2, 2006, at 2:23 PM, Andi Gutmans wrote: Do you expect significant BC breakage? Hel