mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -42,7 +42,6 @@ PS_OPEN_FUNC(sqlite)
|
|||
char *errmsg = NULL;
|
||||
sqlite *db;
|
||||
|
||||
/* TODO: do we need a safe_mode check here? */
|
||||
db = sqlite_open(save_path, 0666, &errmsg);
|
||||
if (db == NULL) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue