On Tue, April 19, 2005 4:54 pm, Patricio Reyes said:
> Tengo instalado WIN98SE PWS PHP 4.3.11 y cuando ejecuto el archivo *.php
> me sale el siguiente error:

No habla Espanol.

> PHP Warning:  Unknown(): Invalid library (maybe not a PHP library)
> 'msql.dll'

PHP 4.1 -> msql.dll  !=  PHP 4.0 -> msql.dll

> acepto y me sale lo siquiente:
>
> PHP Warning:  Unknown(): Unable to load dynamic library
> 'C:\PHP\php_domxml.dll'

<?php
  echo file_exists("C:\\PHP\\php_domxml.dll") ? "Si" : "Nada";
?>

> - No se puede hallar uno de los archivos de biblioteca necesarios para
> ejecutar
> esta aplicación.
>
> acepto y luego sale el mensaje para cerrar y detalles, y en detalles sale
> lo siguiente:
>
> PHP provocó un error de página no válida en el
> módulo PHP_MBSTRING.DLL de 0167:016cb0d6.
> Registros:
> EAX=016ba824 CS=0167 EIP=016cb0d6 EFLGS=00010202
> EBX=00762290 SS=016f ESP=0063f93c EBP=007651c0
> ECX=00000081 DS=016f ESI=0000000b FS=95bf
> EDX=00786ca0 ES=016f EDI=016ba830 GS=0000
> Bytes en CS:EIP:
> ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x
> ,02x
> Volcado de pila:
> ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x
> ,08x

PHP X.x.x -> php_mbstring.dll   !=     PHP Y.y.y -> php_mbstring.dll

If PHP doesn't realize it has the wrong version mbstring, and loads it,
and tries to execute it, the above could happen.

> y en el iexplore me sale lo siguiente:
>
> Error CGI
> La aplicación CGI especificada puede comportarse de forma anormal si no
> recibe un conjunto completo de encabezados HTTP. Los encabezados
> retornados son:

Same as above, I think.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to