t; - wtf?? should be B
> ?>
>
> Is it a bug, or did I miss anything?
>
If you mark your function "foo" static - as you should - its "BB" for me.
Moritz Bechler
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla -
ik should be
if (ZEND_NUM_ARGS() >= 3 && Z_TYPE_P(length_param) != IS_NULL) {
convert_to_long(length_param);
length = Z_LVAL_P(length_param);
} else {
length = num_in;
}
best regards
Moritz Bechler
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
uld pretty much argue not to
use it at all and remove it (which makes namespaces some eye-candy for
very long class names).
best regards
Moritz Bechler
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
in php_request_shutdown (dummy=0x0) at
/usr/src/php5/main/main.c:1463
#13 0x009206de in main (argc=0x2, argv=0x7fffa5cd4cd8) at
/usr/src/php5/sapi/cli/php_cli.c:1332
best regards
Moritz Bechler
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
fails (even for ascii filenames) when run in unicode
mode which is a result of
this check in php_openssl_x509_from_zval:
if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) {
return NULL;
}
maybe I'll find some time to have a look at proper filesystem encoding
conversions f
Pierre wrote:
> Hi Dmitry,
>
> On 8/3/07, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
>>
>>> -Original Message-
>>> From: Jani Taskinen [mailto:[EMAIL PROTECTED]
>>> Sent: Friday, August 03, 2007 2:13 PM
>>> To: Dmitry Stogov
>>> Cc: internals@lists.php.net
>>> Subject: RE: [PHP-DEV] RE: Ext/
Hi Pierre,
Hello Moritz,
On 1/6/07, Moritz Bechler <[EMAIL PROTECTED]> wrote:
Hi,
I already asked for comments on inclusion of OpenSSL CRL support in
ext/openssl some time ago (I had a independend extension at this point).
Do you have a bug id please? If not please open one.
reful review because this actually is my
first work on PHP extensions and I'm also not used to writing C code.
I can/will provide a test (what kind of tests should I supply?) and
documentation when needed.
Moritz Bechler
Index: ext/openssl
functionality or whether there is
public interest in having these functions in the stock distribution?
Moritz Bechler
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php