[PHP-DEV] attribute format not workng for GCC-3.0

2003-09-13 Thread Ard Biesheuvel
Could someone commit the following patch to zend.h in HEAD and PHP_4_3 ? The __attribute__ ((format)) doesn't work for function pointers on gcc-3.0, (see bug #25528) Wouldn't it be better to #define all these format attributes void when ZEND_DEBUG is disabled, as they're really only helpful for

[PHP-DEV] Bug in xxxxx_close();

2003-09-13 Thread Georg Richter
Hi, currently I don't have time to analyze or fix it, so I hope someone will take a look, it affects most of db-extensions which support (optional) default connection. Sample: doesn't work correct: Function _close_mysql_link which was registered via zend_register_list_destructors_ex will

[PHP-DEV] LDIF library for PHP LDAP

2003-09-13 Thread David Smith
Howdy internals, My group is writing a PHP-based LDIF importer, something that the current PHP LDAP module is lacking compared to other LDAP APIs. It is implemented in PHP, so I am wondering if there would be interest in including it as native functionality within the LDAP module. I don't real

[PHP-DEV] Re: [PATCH] 64-bit fixes

2003-09-13 Thread Ard Biesheuvel
Patched the non-Zend stuff myself. -- Ard -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] Fix for 64-bit arch errors in zend_operators.c

2003-09-13 Thread Ard Biesheuvel
Hello group, Currently, the +, - en * operations in zend_operators in C do their calculcations on long arguments with doubles, and check if the result would fit in a long. This failed for me on FreeBSD/alpha (in some of the math tests), because doubles are not accurate enough to represent LONG

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

2003-09-13 Thread Moriyoshi Koizumi
Hello, "thomas" <[EMAIL PROTECTED]> wrote: > Add a new extension for multi-language Please give us more detail on the goal of your extension, differences between your project and the existing extensions such as mbstring, iconv, etc. Moriyoshi -- PHP Internals - PHP Runtime Development Mailin