mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd
This commit is contained in:
parent
02ff4766c9
commit
a7ffa09e18
25 changed files with 70 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue