On Sat, Aug 15, 2009 at 07:43, Stanislav Malyshev<[email protected]> wrote:
> stas Sat, 15 Aug 2009 05:43:18 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=287313
>
> Log:
> cleanup string parameter parsing, fix some tests
>
> Changed paths:
> U php/php-src/trunk/ext/standard/string.c
+static long php_needle_char(zval *needle)
{
[...]
+ default: {
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "needle is
not a
string or an integer");
you are missing TSRMLS_DC
-Hannes
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php