mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed safe_mode
* Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
This commit is contained in:
parent
3c78ad763e
commit
dd8e59da8f
123 changed files with 418 additions and 1461 deletions
|
@ -196,8 +196,6 @@ typedef unsigned int socklen_t;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include "safe_mode.h"
|
||||
|
||||
#ifndef HAVE_STRERROR
|
||||
char *strerror(int);
|
||||
#endif
|
||||
|
@ -331,6 +329,7 @@ PHPAPI int php_register_internal_extensions(TSRMLS_D);
|
|||
PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, const void * TSRMLS_DC) TSRMLS_DC);
|
||||
PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
|
||||
PHPAPI void php_com_initialize(TSRMLS_D);
|
||||
PHPAPI char *php_get_current_user(void);
|
||||
END_EXTERN_C()
|
||||
|
||||
/* PHP-named Zend macro wrappers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue