mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
parent
8c700076d7
commit
b1f33db39f
3 changed files with 12 additions and 0 deletions
|
@ -95,6 +95,10 @@
|
|||
# include "win32/select.h"
|
||||
#endif
|
||||
|
||||
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
|
||||
# include "openssl/applink.c"
|
||||
#endif
|
||||
|
||||
PHPAPI extern char *php_ini_opened_path;
|
||||
PHPAPI extern char *php_ini_scanned_path;
|
||||
PHPAPI extern char *php_ini_scanned_files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue