php-src/ext/sysvshm
Kalle Sommer Nielsen ceb1ea37ad Windows support for sysvshm
A little background:
* key_t is an int, like ext/shmop
* There is no ftok() (from ext/standard), so tests have a new check to see whether or not it is available. This however means that the 7 tests will all be skipped for Windows. I know we cannot properly implement an ftok() function since there is no inodes for NTFS, maybe we should look into using the GetFileInfoByHandle() or similar to use the system unique ID for a file to get the same functionality, Anatol?
* Despite the lack of phpt's, local testing works flawlessly but we better look into a solution for this if we are to keep this patch
2015-04-22 09:29:45 +02:00
..
tests Windows support for sysvshm 2015-04-22 09:29:45 +02:00
config.m4 - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
config.w32 Windows support for sysvshm 2015-04-22 09:29:45 +02:00
CREDITS
package.xml Typo 2007-03-14 09:58:14 +00:00
php_sysvshm.h Windows support for sysvshm 2015-04-22 09:29:45 +02:00
sysvshm.c cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00