mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
ZTS fixes
This commit is contained in:
parent
8b91c8f32e
commit
5a7596591f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user