When I execute phpinfo(), I've the normal result (I think) but
I have this too at the end :
"
PHP Startup: Unable to load dynamic library './php_stats.dll' - Le module spécifié est introuvable. in Unknown on line 0 PHP Warning: Module 'xdebug' already loaded in Unknown on line 0
"
I have some problem to execute some others pages to connect to mysql with the same message : xdebug already loaded in Unknown on line 0.
Someone has an idea please ?
Thanks
Ludovic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is :
PHP Startup: Unable to load dynamic library './php_stats.dll' - Le module spécifié est introuvable. in Unknown on line 0 PHP Warning: Module 'xdebug' already loaded in Unknown on line 0 PHP Fatal error: Call to undefined function mysql_connect() in E:\Site\free\include\configDB.php on line 15 PHP Stack trace: PHP 1. {main}() E:\Site\free\include\configDB.php:0
Thanks for help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which version are you using
- Dev-PHP,
- PHP,
- windows (r) ?
> Call to undefined function mysql_connect() in ...
This one could mean that PHP.ini didn't define mysql libray
Open the PHP.INI file : Menu 'Options » Edit PHP.INI'
a) if nothing happens then no php.ini is defined
rename (or copy) php.ini-recommended to php.ini
b) else define the mysql library
look for the section [MySQL]
uncomment one of the extension keys :
extension=php_mysql.dll
extension=ext/php_mysql.dll
Now, "Internal preview" of <?php phpinfo(); ?>
should refer to mysql
Thanks for your report,
Pierre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> Unable to load dynamic library './php_stats.dll'
Weird... Several users reported this message.
Could you please download a "recent" PHP from http://www.php.net/downloads.php
> xdebug already loaded in Unknown on line 0
Increasingly weird. Could you mail me your PHP.ini file ?
Thanks for your report,
Pierre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't think you answer me so quickly. So I uninstall dev-php.
My apologizes for my old config, I'm afraid I loose it.
I give you some details : I work under Windows XP SP2 with mysql (the last version ) and dev-php (I try :) to develop web site.
I download the latest version from http://devphp.sourceforge.net/ : IDE + installer and PHP / PHP-GTK.
I install dev-php and I unzip PHP / PHP-GTK. I put the 2 folders in the install folder of dev-php.
So I put the options :
* php-parser : php-cgi.exe --> D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe
php.ini --> D:\Program Files\Dev-PHP2\PHP_520\php.ini
* debugger : Xdebug DLL --> D:\Program Files\Dev-PHP2\PHP_520\ext\php_xdebug_5.2.0.0.dll
Debugger Log --> D:\Program Files\Dev-PHP2\log\devphp2.log
and I push the button "Set XDebug Entries".
After that, I test in the editor :
<?php
phpinfo();
?>
I push F9 and I have that result --> see in the next post.
I have always this message at the end : Module 'xdebug' already loaded in Unknown on line 0 .
So I try an other php page :
<?php
// Informations connection serveur mysql
// Param Home
$dbhost = "localhost";
$dblogin = "root";
$dbpassword = "********";
$dbname = "ddp_site";
// Connexion au serveur
$db = mysql_connect($dbhost, $dblogin, $dbpassword);
if (!$db) {
die('Connexion impossible : '.mysql_error());}
// Connexion à la dB
mysql_select_db($dbname, $db);
?>
I obtain this result (push F9) :
Module 'xdebug' already loaded in Unknown on line 0 PHP Fatal error: Call to undefined function mysql_connect() in E:\Site\free\include\configDB.php on line 15 PHP Stack trace: PHP 1. {main}() E:\Site\free\include\configDB.php:0
I hope I give you all the details you need to help me.
Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
System Windows NT LUDOMAISON 5.1 build 2600
Build Date Nov 2 2006 11:50:55
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path D:\Program Files\Dev-PHP2\PHP_520\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib, compress.bzip2, ssh2.shell, ssh2.exec, ssh2.tunnel, ssh2.scp, ssh2.sftp, res
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*, bzip2.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with Xdebug v2.0.0RC2-dev, Copyright (c) 2002, 2003, 2004, 2005, 2006, by Derick Rethans
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 6143 6143
expose_php On On
extension_dir ./ ./
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;C:\php5\pear .;C:\php5\pear
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_time 60 60
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv Off Off
register_globals Off Off
register_long_arrays Off Off
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path no value no value
serialize_precision 100 100
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order GPCS GPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off
bcmath
BCMath support enabled
bz2
BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.2, 30-Dec-2001
calendar
Calendar support enabled
com_dotnet
COM support enabled
DCOM support disabled
.Net support enabled
Directive Local Value Master Value
com.allow_dcom 0 0
com.autoregister_casesensitive 1 1
com.autoregister_typelib 0 0
com.autoregister_verbose 0 0
com.code_page no value no value
com.typelib_file no value no value
ctype
ctype functions enabled
date
date/time support enabled
Timezone Database Version 2006.14.1
Timezone Database external
Default timezone Europe/Paris
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
filter
Input Validation and Filtering enabled
Revision $Revision: 1.52.2.25 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
iconv
iconv support enabled
iconv implementation "libiconv"
iconv library version 1.9
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
json
json support enabled
json version 1.2.1
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32
Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 6.7 04-Jul-2006
Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.33.2.31 2006/10/18 16:35:15 johannes Exp $
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path no value no value
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22.2.15 $
Schema support enabled
ssh2
libssh2 version 0.11
banner SSH-2.0-libssh2_0.11
remote forwarding enabled
hostbased auth enabled
polling support enabled
publickey subsystem enabled
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value
stats
Statistics Support enabled
stem
stem support enabled
version 1.4.3
compiled as dynamic module
Languages Supported
Original Porter enabled (default)
Danish enabled
Dutch enabled
English enabled
Finnish enabled
French enabled
German enabled
Italian enabled
Norwegian enabled
Portuguese enabled
Russian enabled
Russian (Unicode) enabled
Spanish enabled
Swedish enabled
Directive Local Value Master Value
xdebug.allowed_clients no value no value
xdebug.auto_trace Off Off
xdebug.collect_includes On On
xdebug.collect_params Off Off
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
xdebug.default_enable On On
xdebug.dump.COOKIE no value no value
xdebug.dump.ENV no value no value
xdebug.dump.FILES no value no value
xdebug.dump.GET no value no value
xdebug.dump.POST no value no value
xdebug.dump.REQUEST no value no value
xdebug.dump.SERVER no value no value
xdebug.dump.SESSION no value no value
xdebug.dump_globals On On
xdebug.dump_once On On
xdebug.dump_undefined Off Off
xdebug.extended_info On On
xdebug.idekey devphp devphp
xdebug.manual_url http://www.php.nethttp://www.php.net
xdebug.max_nesting_level 100 100
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_output_dir no value no value
xdebug.profiler_output_name no value no value
xdebug.remote_autostart Off Off
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host localhost localhost
xdebug.remote_log no value no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.show_exception_trace Off Off
xdebug.show_local_vars Off Off
xdebug.show_mem_delta Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir /tmp /tmp
xdebug.trace_output_name crc32 crc32
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 2 2
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
zlib_filter
zlib_filter support zlib.inflate, zlib.deflate
Additional Modules
Module Name
Environment
Variable Value
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
PROMPT $P$G
SERVER_SOFTWARE Dev-PHP Internal Server
HTTP_CONTENT_TYPE no value
CONTENT_TYPE no value
URL /info.php
PHPRC "D:\Program Files\Dev-PHP2\PHP_520\"
REDIRECT_STATUS 200
HTTP_REDIRECT_STATUS 200
REDIRECT_URL /info.php
CONTENT_LENGTH no value
HTTP_CONTENT_LENGTH no value
SERVER_NAME localhost:8080
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT 8080
GATEWAY_INTERFACE CGI/1.1
REQUEST_METHOD GET
SCRIPT_NAME /info.php
QUERY_STRING no value
REMOTE_ADDR 127.0.0.1
REMOTE_HOST ludomaison
SystemRoot D:\WINDOWS
COMSPEC D:\WINDOWS\system32\cmd.exe
WINDIR D:\WINDOWS
PATH D:\PROGRA~1\MOZILL~1.12\;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\MySQL\MySQL Server 5.0\bin;D:\Program Files\Pinnacle\Shared Files;D:\Program Files\Pinnacle\Shared Files\Filter
REQUEST_URI /info.php
SCRIPT_FILENAME E:\Site\info.php
HTTP_DATE no value
HTTP_CACHE_CONTROL no value
HTTP_ACCEPT */*
HTTP_FROM no value
HTTP_HOST localhost:8080
HTTP_IF_MODIFIED_SINCE no value
HTTP_REFERER no value
HTTP_CONTENT_ENCODING no value
HTTP_CONTENT_VERSION no value
HTTP_DERIVED_FROM no value
HTTP_EXPIRES no value
HTTP_TITLE no value
HTTP_CONNECTION Keep-Alive
HTTP_AUTHORIZATION no value
HTTP_ACCEPT_LANGUAGE fr
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)
HTTP_COOKIE no value
SERVER_ADDR 127.0.0.1
DOCUMENT_ROOT E:\Site
SERVER_ADMIN serveradmin@localhost
PHP_SELF /info.php
ORIG_PATH_TRANSLATED E:\Site\info.php
ORIG_PATH_INFO /info.php
ORIG_SCRIPT_NAME /info.php
ORIG_SCRIPT_FILENAME "D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe"
PHP Variables
Variable Value
_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
_SERVER["PROMPT"] $P$G
_SERVER["SERVER_SOFTWARE"] Dev-PHP Internal Server
_SERVER["HTTP_CONTENT_TYPE"] no value
_SERVER["CONTENT_TYPE"] no value
_SERVER["URL"] /info.php
_SERVER["PHPRC"] "D:\Program Files\Dev-PHP2\PHP_520\"
_SERVER["REDIRECT_STATUS"] 200
_SERVER["HTTP_REDIRECT_STATUS"] 200
_SERVER["REDIRECT_URL"] /info.php
_SERVER["CONTENT_LENGTH"] no value
_SERVER["HTTP_CONTENT_LENGTH"] no value
_SERVER["SERVER_NAME"] localhost:8080
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["SERVER_PORT"] 8080
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["SCRIPT_NAME"] /info.php
_SERVER["QUERY_STRING"] no value
_SERVER["REMOTE_ADDR"] 127.0.0.1
_SERVER["REMOTE_HOST"] ludomaison
_SERVER["SystemRoot"] D:\WINDOWS
_SERVER["COMSPEC"] D:\WINDOWS\system32\cmd.exe
_SERVER["WINDIR"] D:\WINDOWS
_SERVER["PATH"] D:\PROGRA~1\MOZILL~1.12\;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\MySQL\MySQL Server 5.0\bin;D:\Program Files\Pinnacle\Shared Files;D:\Program Files\Pinnacle\Shared Files\Filter
_SERVER["REQUEST_URI"] /info.php
_SERVER["SCRIPT_FILENAME"] E:\Site\info.php
_SERVER["HTTP_DATE"] no value
_SERVER["HTTP_CACHE_CONTROL"] no value
_SERVER["HTTP_ACCEPT"] */*
_SERVER["HTTP_FROM"] no value
_SERVER["HTTP_HOST"] localhost:8080
_SERVER["HTTP_IF_MODIFIED_SINCE"] no value
_SERVER["HTTP_REFERER"] no value
_SERVER["HTTP_CONTENT_ENCODING"] no value
_SERVER["HTTP_CONTENT_VERSION"] no value
_SERVER["HTTP_DERIVED_FROM"] no value
_SERVER["HTTP_EXPIRES"] no value
_SERVER["HTTP_TITLE"] no value
_SERVER["HTTP_CONNECTION"] Keep-Alive
_SERVER["HTTP_AUTHORIZATION"] no value
_SERVER["HTTP_ACCEPT_LANGUAGE"] fr
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)
_SERVER["HTTP_COOKIE"] no value
_SERVER["SERVER_ADDR"] 127.0.0.1
_SERVER["DOCUMENT_ROOT"] E:\Site
_SERVER["SERVER_ADMIN"] serveradmin@localhost
_SERVER["PHP_SELF"] /info.php
_SERVER["ORIG_PATH_TRANSLATED"] E:\Site\info.php
_SERVER["ORIG_PATH_INFO"] /info.php
_SERVER["ORIG_SCRIPT_NAME"] /info.php
_SERVER["ORIG_SCRIPT_FILENAME"] "D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe"
_SERVER["REQUEST_TIME"] 1192666217
PHP License
This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
Module 'xdebug' already loaded in Unknown on line 0
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
-----
About Xdebug - Sorry, it's defined twice
replace the line
zend_extension_ts="./ext/php_xdebug_5.2.0.0.dll"
by
;zend_extension_ts="./ext/php_xdebug_5.2.0.0.dll"
-----
About MySQL - the section defines a wrong path
try to replace
[PHP_MYSQL]
extension=php_mysql.dll
by
[PHP_MYSQL]
extension=ext/php_mysql.dll
-----
About ./php_stats.dll
This is annoying. I had such a problem with several other users.
Difficult to test web 2.0 with that message appended to xml :-(
It can be fixed - we downloaded another version of PHP (5.2.1 at least)
Hello
When I execute phpinfo(), I've the normal result (I think) but
I have this too at the end :
"
PHP Startup: Unable to load dynamic library './php_stats.dll' - Le module spécifié est introuvable. in Unknown on line 0 PHP Warning: Module 'xdebug' already loaded in Unknown on line 0
"
I have some problem to execute some others pages to connect to mysql with the same message : xdebug already loaded in Unknown on line 0.
Someone has an idea please ?
Thanks
Ludovic
More precisions.
The error message when I execute :
$dbhost = "localhost";
$dblogin = "root";
$dbpassword = "***";
$dbname = "***";
// Connexion au serveur
$db = mysql_connect($dbhost, $dblogin, $dbpassword);
if (!$db) {
die('Connexion impossible : '.mysql_error());
is :
PHP Startup: Unable to load dynamic library './php_stats.dll' - Le module spécifié est introuvable. in Unknown on line 0 PHP Warning: Module 'xdebug' already loaded in Unknown on line 0 PHP Fatal error: Call to undefined function mysql_connect() in E:\Site\free\include\configDB.php on line 15 PHP Stack trace: PHP 1. {main}() E:\Site\free\include\configDB.php:0
Thanks for help.
Hi Ludovic,
Which version are you using
- Dev-PHP,
- PHP,
- windows (r) ?
> Call to undefined function mysql_connect() in ...
This one could mean that PHP.ini didn't define mysql libray
Open the PHP.INI file : Menu 'Options » Edit PHP.INI'
a) if nothing happens then no php.ini is defined
rename (or copy) php.ini-recommended to php.ini
b) else define the mysql library
look for the section [MySQL]
uncomment one of the extension keys :
extension=php_mysql.dll
extension=ext/php_mysql.dll
Now, "Internal preview" of <?php phpinfo(); ?>
should refer to mysql
Thanks for your report,
Pierre.
Hello Ludovic,
> Unable to load dynamic library './php_stats.dll'
Weird... Several users reported this message.
Could you please download a "recent" PHP from
http://www.php.net/downloads.php
> xdebug already loaded in Unknown on line 0
Increasingly weird. Could you mail me your PHP.ini file ?
Thanks for your report,
Pierre.
Hi,
I don't think you answer me so quickly. So I uninstall dev-php.
My apologizes for my old config, I'm afraid I loose it.
I give you some details : I work under Windows XP SP2 with mysql (the last version ) and dev-php (I try :) to develop web site.
I download the latest version from http://devphp.sourceforge.net/ : IDE + installer and PHP / PHP-GTK.
I install dev-php and I unzip PHP / PHP-GTK. I put the 2 folders in the install folder of dev-php.
So I put the options :
* php-parser : php-cgi.exe --> D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe
php.ini --> D:\Program Files\Dev-PHP2\PHP_520\php.ini
* debugger : Xdebug DLL --> D:\Program Files\Dev-PHP2\PHP_520\ext\php_xdebug_5.2.0.0.dll
Debugger Log --> D:\Program Files\Dev-PHP2\log\devphp2.log
and I push the button "Set XDebug Entries".
After that, I test in the editor :
<?php
phpinfo();
?>
I push F9 and I have that result --> see in the next post.
I have always this message at the end : Module 'xdebug' already loaded in Unknown on line 0 .
So I try an other php page :
<?php
// Informations connection serveur mysql
// Param Home
$dbhost = "localhost";
$dblogin = "root";
$dbpassword = "********";
$dbname = "ddp_site";
// Connexion au serveur
$db = mysql_connect($dbhost, $dblogin, $dbpassword);
if (!$db) {
die('Connexion impossible : '.mysql_error());}
// Connexion à la dB
mysql_select_db($dbname, $db);
?>
I obtain this result (push F9) :
Module 'xdebug' already loaded in Unknown on line 0 PHP Fatal error: Call to undefined function mysql_connect() in E:\Site\free\include\configDB.php on line 15 PHP Stack trace: PHP 1. {main}() E:\Site\free\include\configDB.php:0
I hope I give you all the details you need to help me.
Thanks a lot.
PHP Version 5.2.0
System Windows NT LUDOMAISON 5.1 build 2600
Build Date Nov 2 2006 11:50:55
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path D:\Program Files\Dev-PHP2\PHP_520\php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib, compress.bzip2, ssh2.shell, ssh2.exec, ssh2.tunnel, ssh2.scp, ssh2.sftp, res
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*, bzip2.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with Xdebug v2.0.0RC2-dev, Copyright (c) 2002, 2003, 2004, 2005, 2006, by Derick Rethans
--------------------------------------------------------------------------------
PHP Credits
--------------------------------------------------------------------------------
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 6143 6143
expose_php On On
extension_dir ./ ./
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;C:\php5\pear .;C:\php5\pear
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_time 60 60
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv Off Off
register_globals Off Off
register_long_arrays Off Off
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path no value no value
serialize_precision 100 100
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order GPCS GPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off
bcmath
BCMath support enabled
bz2
BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.2, 30-Dec-2001
calendar
Calendar support enabled
com_dotnet
COM support enabled
DCOM support disabled
.Net support enabled
Directive Local Value Master Value
com.allow_dcom 0 0
com.autoregister_casesensitive 1 1
com.autoregister_typelib 0 0
com.autoregister_verbose 0 0
com.code_page no value no value
com.typelib_file no value no value
ctype
ctype functions enabled
date
date/time support enabled
Timezone Database Version 2006.14.1
Timezone Database external
Default timezone Europe/Paris
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
filter
Input Validation and Filtering enabled
Revision $Revision: 1.52.2.25 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
ftp
FTP support enabled
hash
hash support enabled
Hashing Engines md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support enabled
iconv implementation "libiconv"
iconv library version 1.9
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
json
json support enabled
json version 1.2.1
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32
Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 6.7 04-Jul-2006
Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.33.2.31 2006/10/18 16:35:15 johannes Exp $
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path no value no value
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22.2.15 $
Schema support enabled
smtp
SMTP Support Enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
ssh2
libssh2 version 0.11
banner SSH-2.0-libssh2_0.11
remote forwarding enabled
hostbased auth enabled
polling support enabled
publickey subsystem enabled
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value
stats
Statistics Support enabled
stem
stem support enabled
version 1.4.3
compiled as dynamic module
Languages Supported
Original Porter enabled (default)
Danish enabled
Dutch enabled
English enabled
Finnish enabled
French enabled
German enabled
Italian enabled
Norwegian enabled
Portuguese enabled
Russian enabled
Russian (Unicode) enabled
Spanish enabled
Swedish enabled
swish
swish support enabled
source available from http://swish-e.org
timezonedb
Alternative Timezone Database enabled
Timezone Database Version 2006.14.1
tokenizer
Tokenizer Support enabled
translit
Transliteration support enabled
wddx
WDDX Support enabled
WDDX Session Serializer enabled
win32ps
Win32 Process Status Support enabled
Extension Version 1.0
win32scheduler
Win32 Scheduler support enabled
win32service
Win32 Service support enabled
win32std
win32std enabled
resource support enabled
message box support enabled
registry support enabled
xdebug
xdebug support enabled
Version 2.0.0RC2-dev
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.104 $
GDB - GNU Debugger protocol $Revision: 1.81 $
PHP3 - PHP 3 Debugger protocol $Revision: 1.20 $
Directive Local Value Master Value
xdebug.allowed_clients no value no value
xdebug.auto_trace Off Off
xdebug.collect_includes On On
xdebug.collect_params Off Off
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
xdebug.default_enable On On
xdebug.dump.COOKIE no value no value
xdebug.dump.ENV no value no value
xdebug.dump.FILES no value no value
xdebug.dump.GET no value no value
xdebug.dump.POST no value no value
xdebug.dump.REQUEST no value no value
xdebug.dump.SERVER no value no value
xdebug.dump.SESSION no value no value
xdebug.dump_globals On On
xdebug.dump_once On On
xdebug.dump_undefined Off Off
xdebug.extended_info On On
xdebug.idekey devphp devphp
xdebug.manual_url http://www.php.net http://www.php.net
xdebug.max_nesting_level 100 100
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_output_dir no value no value
xdebug.profiler_output_name no value no value
xdebug.remote_autostart Off Off
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host localhost localhost
xdebug.remote_log no value no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.show_exception_trace Off Off
xdebug.show_local_vars Off Off
xdebug.show_mem_delta Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir /tmp /tmp
xdebug.trace_output_name crc32 crc32
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 2 2
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
zlib_filter
zlib_filter support zlib.inflate, zlib.deflate
Additional Modules
Module Name
Environment
Variable Value
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
PROMPT $P$G
SERVER_SOFTWARE Dev-PHP Internal Server
HTTP_CONTENT_TYPE no value
CONTENT_TYPE no value
URL /info.php
PHPRC "D:\Program Files\Dev-PHP2\PHP_520\"
REDIRECT_STATUS 200
HTTP_REDIRECT_STATUS 200
REDIRECT_URL /info.php
CONTENT_LENGTH no value
HTTP_CONTENT_LENGTH no value
SERVER_NAME localhost:8080
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT 8080
GATEWAY_INTERFACE CGI/1.1
REQUEST_METHOD GET
SCRIPT_NAME /info.php
QUERY_STRING no value
REMOTE_ADDR 127.0.0.1
REMOTE_HOST ludomaison
SystemRoot D:\WINDOWS
COMSPEC D:\WINDOWS\system32\cmd.exe
WINDIR D:\WINDOWS
PATH D:\PROGRA~1\MOZILL~1.12\;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\MySQL\MySQL Server 5.0\bin;D:\Program Files\Pinnacle\Shared Files;D:\Program Files\Pinnacle\Shared Files\Filter
REQUEST_URI /info.php
SCRIPT_FILENAME E:\Site\info.php
HTTP_DATE no value
HTTP_CACHE_CONTROL no value
HTTP_ACCEPT */*
HTTP_FROM no value
HTTP_HOST localhost:8080
HTTP_IF_MODIFIED_SINCE no value
HTTP_REFERER no value
HTTP_CONTENT_ENCODING no value
HTTP_CONTENT_VERSION no value
HTTP_DERIVED_FROM no value
HTTP_EXPIRES no value
HTTP_TITLE no value
HTTP_CONNECTION Keep-Alive
HTTP_AUTHORIZATION no value
HTTP_ACCEPT_LANGUAGE fr
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)
HTTP_COOKIE no value
SERVER_ADDR 127.0.0.1
DOCUMENT_ROOT E:\Site
SERVER_ADMIN serveradmin@localhost
PHP_SELF /info.php
ORIG_PATH_TRANSLATED E:\Site\info.php
ORIG_PATH_INFO /info.php
ORIG_SCRIPT_NAME /info.php
ORIG_SCRIPT_FILENAME "D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe"
PHP Variables
Variable Value
_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
_SERVER["PROMPT"] $P$G
_SERVER["SERVER_SOFTWARE"] Dev-PHP Internal Server
_SERVER["HTTP_CONTENT_TYPE"] no value
_SERVER["CONTENT_TYPE"] no value
_SERVER["URL"] /info.php
_SERVER["PHPRC"] "D:\Program Files\Dev-PHP2\PHP_520\"
_SERVER["REDIRECT_STATUS"] 200
_SERVER["HTTP_REDIRECT_STATUS"] 200
_SERVER["REDIRECT_URL"] /info.php
_SERVER["CONTENT_LENGTH"] no value
_SERVER["HTTP_CONTENT_LENGTH"] no value
_SERVER["SERVER_NAME"] localhost:8080
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["SERVER_PORT"] 8080
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["SCRIPT_NAME"] /info.php
_SERVER["QUERY_STRING"] no value
_SERVER["REMOTE_ADDR"] 127.0.0.1
_SERVER["REMOTE_HOST"] ludomaison
_SERVER["SystemRoot"] D:\WINDOWS
_SERVER["COMSPEC"] D:\WINDOWS\system32\cmd.exe
_SERVER["WINDIR"] D:\WINDOWS
_SERVER["PATH"] D:\PROGRA~1\MOZILL~1.12\;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\Program Files\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\MySQL\MySQL Server 5.0\bin;D:\Program Files\Pinnacle\Shared Files;D:\Program Files\Pinnacle\Shared Files\Filter
_SERVER["REQUEST_URI"] /info.php
_SERVER["SCRIPT_FILENAME"] E:\Site\info.php
_SERVER["HTTP_DATE"] no value
_SERVER["HTTP_CACHE_CONTROL"] no value
_SERVER["HTTP_ACCEPT"] */*
_SERVER["HTTP_FROM"] no value
_SERVER["HTTP_HOST"] localhost:8080
_SERVER["HTTP_IF_MODIFIED_SINCE"] no value
_SERVER["HTTP_REFERER"] no value
_SERVER["HTTP_CONTENT_ENCODING"] no value
_SERVER["HTTP_CONTENT_VERSION"] no value
_SERVER["HTTP_DERIVED_FROM"] no value
_SERVER["HTTP_EXPIRES"] no value
_SERVER["HTTP_TITLE"] no value
_SERVER["HTTP_CONNECTION"] Keep-Alive
_SERVER["HTTP_AUTHORIZATION"] no value
_SERVER["HTTP_ACCEPT_LANGUAGE"] fr
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)
_SERVER["HTTP_COOKIE"] no value
_SERVER["SERVER_ADDR"] 127.0.0.1
_SERVER["DOCUMENT_ROOT"] E:\Site
_SERVER["SERVER_ADMIN"] serveradmin@localhost
_SERVER["PHP_SELF"] /info.php
_SERVER["ORIG_PATH_TRANSLATED"] E:\Site\info.php
_SERVER["ORIG_PATH_INFO"] /info.php
_SERVER["ORIG_SCRIPT_NAME"] /info.php
_SERVER["ORIG_SCRIPT_FILENAME"] "D:\Program Files\Dev-PHP2\PHP_520\php-cgi.exe"
_SERVER["REQUEST_TIME"] 1192666217
PHP License
This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
Module 'xdebug' already loaded in Unknown on line 0
[PHP]
engine=On
zend.ze1_compatibility_mode=Off
short_open_tag=Off
asp_tags=Off
precision=14
y2k_compliance=On
output_buffering=4096
zlib.output_compression=Off
implicit_flush=Off
unserialize_callback_func=
serialize_precision=100
allow_call_time_pass_reference=Off
safe_mode=Off
safe_mode_gid=Off
safe_mode_include_dir=
safe_mode_exec_dir=
safe_mode_allowed_env_vars=PHP_
safe_mode_protected_env_vars=LD_LIBRARY_PATH
disable_functions=
disable_classes=
expose_php=On
max_execution_time=30 ; Maximum execution time of each script, in seconds
max_input_time=60 ; Maximum amount of time each script may spend parsing request data
memory_limit=16M ; Maximum amount of memory a script may consume (16MB)
error_reporting=E_ALL
display_errors=Off
display_startup_errors=Off
log_errors=On
log_errors_max_len=1024
ignore_repeated_errors=Off
ignore_repeated_source=Off
report_memleaks=On
track_errors=Off
variables_order="GPCS"
register_globals=Off
register_long_arrays=Off
register_argc_argv=Off
auto_globals_jit=On
post_max_size=8M
magic_quotes_gpc=Off
magic_quotes_runtime=Off
magic_quotes_sybase=Off
auto_prepend_file=
auto_append_file=
default_mimetype="text/html"
doc_root=
user_dir=
extension_dir="./"
enable_dl=On
file_uploads=On
upload_max_filesize=2M
allow_url_fopen=On
allow_url_include=Off
default_socket_timeout=60
upload_tmp_dir=
session.save_path=
zend_extension_ts="./ext/php_xdebug_5.2.0.0.dll"
[Date]
[filter]
[iconv]
[sqlite]
[xmlrpc]
[Pcre]
[Syslog]
define_syslog_variables=Off
[mail function]
SMTP=localhost
smtp_port=25
[SQL]
sql.safe_mode=Off
[ODBC]
odbc.allow_persistent=On
odbc.check_persistent=On
odbc.max_persistent=-1
odbc.max_links=-1
odbc.defaultlrl=4096
odbc.defaultbinmode=1
[MySQL]
mysql.allow_persistent=On
mysql.max_persistent=-1
mysql.max_links=-1
mysql.default_port=
mysql.default_socket=
mysql.default_host=
mysql.default_user=
mysql.default_password=
mysql.connect_timeout=60
mysql.trace_mode=Off
[MySQLi]
mysqli.max_links=-1
mysqli.default_port=3306
mysqli.default_socket=
mysqli.default_host=
mysqli.default_user=
mysqli.default_pw=
mysqli.reconnect=Off
[mSQL]
msql.allow_persistent=On
msql.max_persistent=-1
msql.max_links=-1
[PostgresSQL]
pgsql.allow_persistent=On
pgsql.auto_reset_persistent=Off
pgsql.max_persistent=-1
pgsql.max_links=-1
pgsql.ignore_notice=0
pgsql.log_notice=0
[Sybase]
sybase.allow_persistent=On
sybase.max_persistent=-1
sybase.max_links=-1
sybase.min_error_severity=10
sybase.min_message_severity=10
sybase.compatability_mode=Off
[Sybase-CT]
sybct.allow_persistent=On
sybct.max_persistent=-1
sybct.max_links=-1
sybct.min_server_severity=10
sybct.min_client_severity=10
[bcmath]
bcmath.scale=0
[browscap]
[Informix]
ifx.default_host=
ifx.default_user=
ifx.default_password=
ifx.allow_persistent=On
ifx.max_persistent=-1
ifx.max_links=-1
ifx.textasvarchar=0
ifx.byteasvarchar=0
ifx.charasvarchar=0
ifx.blobinfile=0
ifx.nullformat=0
[Session]
session.save_handler=files
session.use_cookies=1
session.name=PHPSESSID
session.auto_start=0
session.cookie_lifetime=0
session.cookie_path=/
session.cookie_domain=
session.cookie_httponly=
session.serialize_handler=php
session.gc_probability=1
session.gc_divisor=1000
session.gc_maxlifetime=1440
session.bug_compat_42=0
session.bug_compat_warn=1
session.referer_check=
session.entropy_length=0
session.entropy_file=
session.cache_limiter=nocache
session.cache_expire=180
session.use_trans_sid=0
session.hash_function=0
session.hash_bits_per_character=5
url_rewriter.tags="a=href,area=href,frame=src,input=src,form=fakeentry"
[MSSQL]
mssql.allow_persistent=On
mssql.max_persistent=-1
mssql.max_links=-1
mssql.min_error_severity=10
mssql.min_message_severity=10
mssql.compatability_mode=Off
mssql.secure_connection=Off
[Assertion]
[COM]
[mbstring]
[FrontBase]
[gd]
[exif]
[Tidy]
tidy.clean_output=Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
[PHP_BZ2]
extension=./ext/php_bz2.dll
[PHP_CURL]
extension=php_curl.dll
[PHP_DBA]
extension=php_dba.dll
[PHP_DBASE]
extension=php_dbase.dll
[PHP_EXIF]
extension=php_exif.dll
[PHP_FDF]
extension=php_fdf.dll
[PHP_GD2]
extension=php_gd2.dll
[PHP_GETTEXT]
extension=php_gettext.dll
[PHP_GMP]
extension=php_gmp.dll
[PHP_IFX]
extension=php_ifx.dll
[PHP_IMAP]
extension=php_imap.dll
[PHP_INTERBASE]
extension=php_interbase.dll
[PHP_LDAP]
extension=php_ldap.dll
[PHP_MBSTRING]
extension=php_mbstring.dll
[PHP_MCRYPT]
extension=php_mcrypt.dll
[PHP_MHASH]
extension=php_mhash.dll
[PHP_MIME_MAGIC]
extension=php_mime_magic.dll
[PHP_MING]
extension=php_ming.dll
[PHP_MSQL]
extension=php_msql.dll
[PHP_MSSQL]
extension=php_mssql.dll
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_MYSQLI]
extension=php_mysqli.dll
[PHP_OCI8]
extension=php_oci8.dll
[PHP_OPENSSL]
extension=php_openssl.dll
[PHP_PDO]
extension=php_pdo.dll
[PHP_PDO_FIREBIRD]
extension=php_pdo_firebird.dll
[PHP_PDO_MSSQL]
extension=php_pdo_mssql.dll
[PHP_PDO_MYSQL]
extension=php_pdo_mysql.dll
[PHP_PDO_OCI]
extension=php_pdo_oci.dll
[PHP_PDO_OCI8]
extension=php_pdo_oci8.dll
[PHP_PDO_ODBC]
extension=php_pdo_odbc.dll
[PHP_PDO_PGSQL]
extension=php_pdo_pgsql.dll
[PHP_PDO_SQLITE]
extension=php_pdo_sqlite.dll
[PHP_PGSQL]
extension=php_pgsql.dll
[PHP_PSPELL]
extension=php_pspell.dll
[PHP_SHMOP]
extension=php_shmop.dll
[PHP_SNMP]
extension=php_snmp.dll
[PHP_SOAP]
extension=php_soap.dll
[PHP_SOCKETS]
extension=php_sockets.dll
[PHP_SQLITE]
extension=php_sqlite.dll
[PHP_SYBASE_CT]
extension=php_sybase_ct.dll
[PHP_TIDY]
extension=php_tidy.dll
[PHP_XMLRPC]
extension=php_xmlrpc.dll
[PHP_XSL]
extension=php_xsl.dll
[PHP_ZIP]
extension=php_zip.dll
[PHP_APD]
extension=php_apd.dll
[PHP_BCOMPILER]
extension=php_bcompiler.dll
[PHP_BITSET]
extension=php_bitset.dll
[PHP_BLENC]
extension=php_blenc.dll
[PHP_BZ2_FILTER]
extension=php_bz2_filter.dll
[PHP_CLASSKIT]
extension=php_classkit.dll
[PHP_CPDF]
extension=php_cpdf.dll
[PHP_CRACK]
extension=php_crack.dll
[PHP_CVSCLIENT]
extension=php_cvsclient.dll
[PHP_DB]
extension=php_db.dll
[PHP_DBX]
extension=php_dbx.dll
[PHP_DIO]
extension=php_dio.dll
[PHP_DOCBLOCK]
extension=php_docblock.dll
[PHP_DOMXML]
extension=php_domxml.dll
[PHP_EVENT]
extension=php_event.dll
[PHP_FILEINFO]
extension=php_fileinfo.dll
[PHP_FILEPRO]
extension=php_filepro.dll
[PHP_FRIBIDI]
extension=php_fribidi.dll
[PHP_GOPHER]
extension=php_gopher.dll
[PHP_HTTP]
extension=php_http.dll
[PHP_HYPERWAVE]
extension=php_hyperwave.dll
[PHP_IBM_DB2]
extension=php_ibm_db2.dll
[PHP_ID3]
extension=php_id3.dll
[PHP_IISFUNC]
extension=php_iisfunc.dll
[PHP_IMAGICK]
extension=php_imagick.dll
[PHP_INGRES]
extension=php_ingres.dll
[PHP_JAVA]
extension=php_java.dll
[PHP_LZF]
extension=php_lzf.dll
[PHP_MAILPARSE]
extension=php_mailparse.dll
[PHP_MCRYPT_FILTER]
extension=php_mcrypt_filter.dll
[PHP_MEMCACHE]
extension=php_memcache.dll
[PHP_NETOOLS]
extension=php_netools.dll
[PHP_NTUSER]
extension=php_ntuser.dll
[PHP_OGGVORBIS]
extension=php_oggvorbis.dll
[PHP_OPERATOR]
extension=php_operator.dll
[PHP_ORACLE]
extension=php_oracle.dll
[PHP_PARSEKIT]
extension=php_parsekit.dll
[PHP_PDF]
extension=php_pdf.dll
[PHP_PHAR]
extension=php_phar.dll
[PHP_PHPDOC]
extension=php_phpdoc.dll
[PHP_POP3]
extension=php_pop3.dll
[PHP_PRINTER]
extension=php_printer.dll
[PHP_RADIUS]
extension=php_radius.dll
[PHP_RAR]
extension=php_rar.dll
[PHP_SDO]
extension=php_sdo.dll
[PHP_SMTP]
extension=ext/php_smtp.dll
[PHP_SSH2]
extension=ext/php_ssh2.dll
[PHP_STATS]
extension=ext/php_stats.dll
[PHP_STEM]
extension=ext/php_stem.dll
[PHP_SVN]
[PHP_SWISH]
extension=ext/php_swish.dll
[PHP_THREADS]
[PHP_TIMEZONEDB]
extension=ext/php_timezonedb.dll
[PHP_TRANSLIT]
extension=ext/php_translit.dll
[PHP_WIN32PS]
extension=ext/php_win32ps.dll
[PHP_WIN32SCHEDULER]
extension=ext/php_win32scheduler.dll
[PHP_WIN32SERVICE]
extension=ext/php_win32service.dll
[PHP_WIN32STD]
extension=ext/php_win32std.dll
[PHP_YAZ]
[PHP_ZLIB_FILTER]
extension=ext/php_zlib_filter.dll
[xdebug]
xdebug.remote_enable=On
xdebug.default_enable=On
xdebug.remote_mode=req
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=devphp
zend_extension_ts=D:\Program Files\Dev-PHP2\PHP_520\ext\php_xdebug_5.2.0.0.dll
xdebug.debug_log_file=D:\Program Files\Dev-PHP2\log\devphp2.log
xdebug.profiler_enable=Off
xdebug.profiler_output_dir=
xdebug.profiler_output_name=
-----
About Xdebug - Sorry, it's defined twice
replace the line
zend_extension_ts="./ext/php_xdebug_5.2.0.0.dll"
by
;zend_extension_ts="./ext/php_xdebug_5.2.0.0.dll"
-----
About MySQL - the section defines a wrong path
try to replace
[PHP_MYSQL]
extension=php_mysql.dll
by
[PHP_MYSQL]
extension=ext/php_mysql.dll
-----
About ./php_stats.dll
This is annoying. I had such a problem with several other users.
Difficult to test web 2.0 with that message appended to xml :-(
It can be fixed - we downloaded another version of PHP (5.2.1 at least)
Thanks for your report.
( I've updated the home page http://devphp.sf.net/ )