Cita:
Iniciado por abimaelrc Te recomiendo que coloques lo que hiciste, tal vez en el futuro haya alguien que le sirva
muy bien
en la carpeta de mi scrip cree un nuevo archivo y lo renombre "php.ini"
abri el archivo y coloque la siguientes lineas
Código PHP:
Ver original; Safe Mode
; http://php.net/safe-mode
safe_mode = Off
; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
; http://php.net/safe-mode-gid
safe_mode_gid = Off
; When safe_mode is on, UID/GID checks are bypassed when
; including files from this directory and its subdirectories.
; (directory must also be in include_path or full path must
; be used when including)
; http://php.net/safe-mode-include-dir
safe_mode_include_dir =
; When safe_mode is on, only executables located in the safe_mode_exec_dir
; will be allowed to be executed via the
exec family of functions
. ; http://php.net/safe-mode-exec-dir
safe_mode_exec_dir =
; Setting certain environment variables may be a potential security breach.
; This directive contains a comma
-delimited
list of prefixes
. In Safe Mode
, ; the user may only alter environment variables whose names begin with the
; prefixes supplied here. By default, users will only be able to set
; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
; Note
: If this directive is
empty, PHP will let the user modify ANY
; environment variable!
; http://php.net/safe-mode-allowed-env-vars
safe_mode_allowed_env_vars = PHP_
abri la direcion de mi scrip en el navegador ya puede ejcutar los procesos que necesitaba