home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / php / xdebug.txt < prev    next >
Encoding:
Text File  |  2007-12-20  |  285 b   |  6 lines

  1. 1: Activate XDEBUG in apache\bin\php.ini 
  2. 2: Comment out ZEND (only one zend_extension_ts is going)
  3. 3: Start PHP Scripts with session param ?XDEBUG_SESSION_START=<name>
  4. e.g.: http://localhost/xampp/phpinfo.php?XDEBUG_SESSION_START=mydebug
  5. 4: Start xampp\php\debugclient-x.y.z.exe
  6.