- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd

This commit is contained in:
Pierre Joye 2010-12-11 22:18:10 +00:00
parent 02ff4766c9
commit a7ffa09e18
25 changed files with 70 additions and 16 deletions

View file

@ -147,7 +147,11 @@ END_EXTERN_C()
#endif
#ifndef HAVE_SOCKLEN_T
# if PHP_WIN32
typedef int socklen_t;
# else
typedef unsigned int socklen_t;
# endif
#endif
#define CREATE_MUTEX(a, b)