Browse Source

Patch by Marcus Börger.

experimental/new_ui_api
Sebastian Bergmann 24 years ago
parent
commit
c2dd85ce15
  1. 4
      main/php_ini.c

4
main/php_ini.c

@ -31,6 +31,10 @@
#include "SAPI.h"
#include "php_main.h"
#ifndef S_ISDIR
#define S_ISDIR( m ) (((m) & S_IFMT) == S_IFDIR)
#endif
typedef struct _php_extension_lists {
zend_llist engine;
zend_llist functions;

Loading…
Cancel
Save