Fwd: [PHP-CVS] cvs: php-src /ext/gd gd.c gd_ctx.c /ext/ircg ircg.c /ext/mbstring php_mbregex.c /ext/msql php_msql.c /ext/mssql php_mssql.c /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c /ext/oci8 oci8.c /ext/odbc php_odbc.c /ext/pcre ph

php.internals

Andi Gutmans

22 years ago
Just a short clarification. Code which requires "" should use just that, e.g.: add_property_string(return_value, "table",(msql_field->table?msql_field->table:""), 1); You can see that it's being duplicated anyway. Code which really requires an emalloc'ed empty string should use STR_EMPTY_ALLOC() Important to note especially for maintainers who will hopefully check that I didn't break anything. Andi

Wez Furlong

22 years ago
Please bump the API number for this, as PECL extensions need to check it and still build with 5.0 and with HEAD. --Wez. On Mon, 19 Jul 2004 00:27:10 -0700, Andi Gutmans <andi@zend.com> wrote:

Antony Dovgal

22 years ago
On Mon, 19 Jul 2004 10:08:15 +0100 Wez Furlong <kingwez@gmail.com> wrote:
> Please bump the API number for this, as PECL extensions need to check > it and still build with 5.0 and with HEAD.
Btw, XDebug already doesn't compile with HEAD because of this change. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net || antony@dovgal.com

Andi Gutmans

22 years ago
Done. At 04:01 PM 7/19/2004 +0400, Antony Dovgal wrote: