[xdebug-general] XDebug is not activated after the installation

From: Francisco José Torres Gimeno <fcotorgi[@]yahoo.es>
Date: Tue, 30 Jul 2013 16:29:22 +0100 (BST)

Hello!, I have just installed Xampp 1.8.2. and I want configure XDebug, but I'm having some problems. I tell the acts: 1. I installed Xampp in C:\xampp in Windows 8 of 64 bits as administrator. 2. I ran Apache. 3. A message showed me the success of the installation. I have had not any problem and my personal web writen in php runs perfectly in my localhost, except the mail from my local mail server, but that is another problem. 4. I saw way phpinfo(): 4.a. The compiler is: MSVC9 (Visual C++ 2008) 4.b. The thread safety is enabled. 4.c. PHP version is 5.4.16.  5. Considering the above parameters, I downloaded xdebug 2.2.3 that refers to PHP 5.4 VC9 TS (64 bit). 6. I renamed the file xdebug as php_xdebug.dll and I saved in C:\xampp\php\ext. 7. I modified C:\xampp\php\php.ini (commented are the before values) [XDebug] >>(there is no zend section) >;zend_extension = "C:\xampp\php\ext\php_xdebug.dll" >>(I proved with this variable name too) >zend_extension_ts = "C:\xampp\php\ext\php_xdebug.dll" >;xdebug.profiler_append = 0 >xdebug.profiler_append = 0 >;xdebug.profiler_enable = 1 >xdebug.profiler_enable = 1 >;xdebug.profiler_enable_trigger = 0 >xdebug.profiler_enable_trigger = 0 >;xdebug.profiler_output_dir = "C:\xampp\tmp" >xdebug.profiler_output_dir = "C:\xampp\tmp" >;xdebug.profiler_output_name = "cachegrind.out.%t-%s" >xdebug.profiler_output_name = "cachegrind.out.%t-%s" >;xdebug.remote_enable = 0 >xdebug.remote_enable = On >;xdebug.remote_handler = "dbgp" >xdebug.remote_handler = dbgp >;xdebug.remote_host = "127.0.0.1" >xdebug.remote_host = localhost >;xdebug.remote_port = there_was_not >xdebut.remote_port = 9000 >>(port 9000 is free) >;xdebug.trace_output_dir = "C:\xampp\tmp" >xdebug.trace_output_dir = "C:\xampp\tmp" 8. I restarted Apache. 9. I executed phpinfo(). 10. I saw XDebug is not enabled still. Have I forgoten some pass? Have I done some wrong? What happened? How fix it? ________________________________ Francisco José Torres Gimeno, pbro. C/. Condes de Buñol, 3 46360 Buñol (Valencia) Tfnos. 96.250.45.66 - 676.134.979 web: http://www.fcotorgi.es e-mail: fcotorgi@yahoo.es
Received on Tue Jul 30 2013 - 16:35:14 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST