Re: [PHP-DEV] PHP 5.2.0 Openssl PKCS12 patch

2006-12-16 Thread Moritz Bechler
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

[PHP-DEV] [PATCH] OpenSSL CRL Support

2007-01-06 Thread Moritz Bechler
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

Re: [PHP-DEV] [PATCH] OpenSSL CRL Support

2007-01-06 Thread Moritz Bechler
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.

Re: [PHP-DEV] RE: Ext/OpenSSL patch

2007-08-03 Thread Moritz Bechler
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/

Re: [PHP-DEV] RE: Ext/OpenSSL patch

2007-09-23 Thread Moritz Bechler
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

Re: [PHP-DEV] Just checking something before posting a bug report

2007-09-26 Thread Moritz Bechler
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

Re: [PHP-DEV] Re: namespaces: import name conflicts with defined class

2007-10-03 Thread Moritz Bechler
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

Re: [PHP-DEV] question regarding type hinting parameters of php functions (array_slice)

2007-11-28 Thread Moritz Bechler
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

Re: [PHP-DEV] Problems with LSB

2008-02-11 Thread Moritz Bechler
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 -