SoloCodigo
Programación Web y Scripting => PHP => Mensaje iniciado por: danosman en Domingo 15 de Junio de 2008, 23:00
-
********************************
********************************
PAQUETES QUE INSTALE
********************************
********************************
apache http server 2.2
>> apache_2.2.8-win32-x86-no_ssl (4,278 KB)
mysql server 6.0
>> mysql-6.0.2-alpha-win32 (59,052 KB)
php 5
>> php-5.2.6-win32-installer (19,373 KB)
>> php_mysql.dll (5.1.2.2) copiado a C:\php\ y a C:\windows\system32 (por si acaso)
>> php.ini copiado a C:\windows\system32
***************************************
***************************************
MODIFICACIONES HTTPD.CONF apache2.2
***************************************
***************************************
1.)
Loadmodule php5_module C:/PHP/php5apache2_2.dll
2.)
<IfModule dir_module>
DirectoryIndex index.html index.php index.php3 index.php4 index.php5 index.phtml
</IfModule>
3.)
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml .htm .html
AddType application/x-httpd-php-source .phps
*********************************
*********************************
MODIFICACIONES PHP.INI php5
*********************************
*********************************
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
1.)
register_globals = On
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
1.)
include_path = "C:/PHP/includes"
2.)
extension_dir = "C:/PHP"
3.)
upload_tmp_dir ="C:/PHP/uploads"
4.)
upload_max_filesize = 5M
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
1.)
upload_tmp_dir="C:/PHP/temp"
2.)
session.save_path="C:/PHP/sessions"
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
1.)
extension=php_mysql.dll
****************************************
me falta algo? por que sigo con ese estupido error?
me lo podrian decir por favor
-
Revisa si tienes estas otras librerias en System32 php5apache2.dll, php5ts.dll, libmysql.dll,libmysqli.dll
O instalar un servidor W(indows)A(pache)M(ySQL)P(hp) con estos instaladores:
1)
http://www.en.wampserver.com/ (http://www.en.wampserver.com/)
2)
http://www.apachefriends.org/en/xampp-windows.html (http://www.apachefriends.org/en/xampp-windows.html)
-
el archivo php_mysql.dll esta en C:\PHP ?
las extenciones deben de estar a donde apunta tu variable extension_dir , ademas usa el nombre de la funcion en minusculas
Saludos
-
ya copie todos los dll a system32 y si...php_mysql.dll esta en c:\PHP.
ya tengo el xampp y el wamppp o como se llame pero ahora es un capricho. como es posible que siga con este error?