********************************
********************************
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