Browse Source

Include <ext/standard/info.h> for php_info-related functions.

PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
1e0a87d62b
  1. 2
      ext/shmop/shmop.c

2
ext/shmop/shmop.c

@ -25,6 +25,8 @@
#if HAVE_SHMOP
#include "ext/standard/info.h"
#ifdef ZTS
int shmop_globals_id;
#else

Loading…
Cancel
Save