Derick Rethans wrote:
Huh? Shouldn't that parameter be INSIDE the function call, and not after it?
didn't i fix that half an hour ago? ;)
that's what you get when you type on a train and don't disable your touchpad
.o0(funny that i still managed to create valid C ;)
--
Hartmut Holzgraefe <[EMAI
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
> @@ -302,7 +302,7 @@
> add_assoc_stringl_ex((zval *) indata, key, inkeylen+1,
> inval, invallen, 1);
> efree(key);
> } else {
> - php_error
MFH!
--Jani
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
>hholzgra Fri Sep 26 03:50:02 2003 EDT
>
> Modified files:
>/php-src/ext/ypyp.c
> Log:
> error message was missing an argument
>
>Index: php-src/ext/yp/yp.c
>diff -u php-src/ext/yp/y