Re: [PHP-DEV] PHP - C++ 6.0 DLL

2007-12-24 Thread Alexey Zakhlestin
On 12/25/07, Daniel Rivas <[EMAIL PROTECTED]> wrote: > I want to build a DLL to my php code and using like that, well I found the > README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use > Visual C++ of MS?? or I can try to Borland C++ 5.x?? You need Microsoft Visual C++ > A

[PHP-DEV] Re: faster & public domain MD5 implementation

2007-12-24 Thread Sara Golemon
I also wrote a similar public domain implementation of MD4, which I can provide for inclusion in hash_md.c if there's any interest. No objections from me on replacing the implementations in ext/hash. Those were written with functional correctness in mind, not speed. So long as the test vectors

Re: [PHP-DEV] PATCH: Implementing closures in PHP

2007-12-24 Thread Xuefer
any idea about the possibility of hash conflict? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP - C++ 6.0 DLL

2007-12-24 Thread Daniel Rivas
Hi, How are you? I want to build a DLL to my php code and using like that, well I found the README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use Visual C++ of MS?? or I can try to Borland C++ 5.x?? Well I wish that the README can explain better or you give me a easy

Re: [PHP-DEV] PATCH: Implementing closures in PHP

2007-12-24 Thread Jon Parise
On Mon, Dec 24, 2007 at 04:14:00PM +0100, Christian Seiler wrote: > > 3. The "is_anonymous" flags could be zend_bool values instead of bare > > integers, although that breaks the precedent started by some > > related flags (such as "is_method"). > > You're right, zend_bool is a better id

Re: [PHP-DEV] PATCH: Implementing closures in PHP

2007-12-24 Thread Christian Seiler
Hi! Thanks for reading through! > 1. There appear to be some spurious whitespace insertions in this > version of the patch. Oh, that's probably my editor, I'll fix that. > 2. The terms "lamba" and "anonymous function" are being used > interchangeably. If we're going to introduce new

Re: [PHP-DEV] PATCH: Implementing closures in PHP

2007-12-24 Thread Jon Parise
On Sun, Dec 23, 2007 at 02:40:02PM +0100, Christian Seiler wrote: > I now updated the patch so that this problem is addressed. You will find > it here: > > http://www.christian-seiler.de/temp/closures-php-5-3-v2.patch A few minor items from a quick read-through of the patch: 1. There appear to

[PHP-DEV] PHP 6 Bug Summary Report

2007-12-24 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (63 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===

[PHP-DEV] PHP 4 Bug Summary Report

2007-12-24 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (624 total including feature requests) ===[*Compile Issues]== 43389 Open configure ignoring --without-cdb flag ===[Apa