]> granicus.if.org Git - php/commitdiff
that's not what I was going to commit..
authorAntony Dovgal <tony2001@php.net>
Sun, 18 Dec 2005 12:50:01 +0000 (12:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 18 Dec 2005 12:50:01 +0000 (12:50 +0000)
ext/sysvmsg/sysvmsg.c

index 0404ff80c1b3735346a94c535d4a62e7f9ccde56..0a33de413302ccabebd7829cc42f86b1fd67c992 100644 (file)
@@ -342,7 +342,7 @@ PHP_FUNCTION(msg_receive)
                                php_error_docref(NULL TSRMLS_CC, E_WARNING, "message corrupted");
                                RETVAL_FALSE;
                        } else {
-                               REPLACE_ZVAL_VALUE(&out_message, tmp, 1);
+                               REPLACE_ZVAL_VALUE(&out_message, tmp, 0);
                        }
                        FREE_ZVAL(tmp);
                        PHP_VAR_UNSERIALIZE_DESTROY(var_hash);