Browse Source

Added HAVE_CONFIG_H check so the phpize build method works

migration/unlabaled-1.3.2
Brian France 23 years ago
parent
commit
031aef1e0c
  1. 4
      ext/curl/multi.c

4
ext/curl/multi.c

@ -20,6 +20,10 @@
#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if HAVE_CURL

Loading…
Cancel
Save