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_
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
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_
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
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
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
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
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
+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