ZTS fixes

This commit is contained in:
Ilia Alshanetsky 2005-10-18 00:20:52 +00:00
parent 8b91c8f32e
commit 5a7596591f

View File

@ -5,7 +5,7 @@ send/receive serialized message.
if (!extension_loaded("sysvmsg")) print "skip"; ?>
--FILE--
<?php
$key = ftok("./ext/sysvmsg/tests/001.phpt", "p");
$key = ftok(dirname(__FILE__) . "/001.phpt", "p");
$q = msg_get_queue($key);
msg_send($q, 1, "hello") or print "FAIL\n";
$type = null;