Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/06/2011, 20:39
Avatar de deknisone
deknisone
 
Fecha de Ingreso: marzo-2010
Ubicación: lado obscuro del tiempo
Mensajes: 80
Antigüedad: 14 años, 8 meses
Puntos: 1
Respuesta: php.ini personalizable??

Cita:
Iniciado por abimaelrc Ver Mensaje
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
  1. ; Safe Mode
  2. ; http://php.net/safe-mode
  3. safe_mode = Off
  4.  
  5. ; By default, Safe Mode does a UID compare check when
  6. ; opening files. If you want to relax this to a GID compare,
  7. ; then turn on safe_mode_gid.
  8. ; http://php.net/safe-mode-gid
  9. safe_mode_gid = Off
  10.  
  11. ; When safe_mode is on, UID/GID checks are bypassed when
  12. ; including files from this directory and its subdirectories.
  13. ; (directory must also be in include_path or full path must
  14. ; be used when including)
  15. ; http://php.net/safe-mode-include-dir
  16. safe_mode_include_dir =
  17.  
  18. ; When safe_mode is on, only executables located in the safe_mode_exec_dir
  19. ; will be allowed to be executed via the exec family of functions.
  20. ; http://php.net/safe-mode-exec-dir
  21. safe_mode_exec_dir =
  22.  
  23. ; Setting certain environment variables may be a potential security breach.
  24. ; This directive contains a comma-delimited list of prefixes.  In Safe Mode,
  25. ; the user may only alter environment variables whose names begin with the
  26. ; prefixes supplied here.  By default, users will only be able to set
  27. ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
  28. ; Note:  If this directive is empty, PHP will let the user modify ANY
  29. ;   environment variable!
  30. ; http://php.net/safe-mode-allowed-env-vars
  31. safe_mode_allowed_env_vars = PHP_

abri la direcion de mi scrip en el navegador ya puede ejcutar los procesos que necesitaba