Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/11/2009, 04:00
jaxa
 
Fecha de Ingreso: marzo-2009
Mensajes: 33
Antigüedad: 15 años, 3 meses
Puntos: 0
Aparecen muchos errores (PHP)

Tal vez el título no es muy claro y la verdad ya no se si tiene que ir aquí o en otro lado pero según yo va aquí =P.

Bueno mi problema es que estoy trabajando en un editor html portable y tuve que instalar php en el usb para que pudiera checar en tiempo real el código php. Me dijo que descargara php-5.3.1-nts-Win32-VC9-x86.zip y así lo hice lo descomprimi en la memoria usb y me corria el código bien el problema es que me aparece lo siguiente:

Cita:
PHP Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 PHP Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0 PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 PHP Warning: PHP Startup: curl: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_exif.dll' - No se puede encontrar el m󤵬o especificado. in Unknown on line 0 PHP Warning: PHP Startup: gd: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mbstring: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mysql: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mysqli: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: PDO: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_pdo_sqlite.dll' - No se puede encontrar el m󤵬o especificado. in Unknown on line 0 PHP Warning: PHP Startup: sockets: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\php5\ext\php_sqlite.dll' - No se puede encontrar el m󤵬o
Y esto aparece aunque no tenga ningún código de php en la pagina. Otra cosa que acabo de notar es que vienen unas ubicaciones del appserver instalado en mi computadora ('C:/AppServ\php5\ext\...')

Gracias de antemano.

PD: Si esto no va aquí muevanlo por favor.