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
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
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
Patched the non-Zend stuff myself.
--
Ard
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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