mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
NetWare related changes
This commit is contained in:
parent
c4fd805ce4
commit
575e3682f5
6 changed files with 307 additions and 1 deletions
|
@ -21,6 +21,10 @@
|
|||
|
||||
#include "php_apache_http.h"
|
||||
|
||||
#ifdef NETWARE
|
||||
#define SIGPIPE SIGINT
|
||||
#endif
|
||||
|
||||
#if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
|
||||
#include "ext/mbstring/mbstring.h"
|
||||
#endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue