PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PHP remote debugging



gogo123
24.09.02, 22:14
Hallo,

ich möchte das Remote-Debugging von PHP nutzen (mit Quanta 3.0-pr2a) -
es funktioniert aber nicht. Folgenden Eintrag habe ich in der php.ini vorgenommen:

[debugger]
debugger.enabled = true
debugger.host = localhost
debugger.port = 7869

Quanta horcht auf demselben Port, es kommt aber nichts an. Mein PHP scheint
mit disalbe-debugging kompiliert zu sein. Ausgabe von phpinfo():

Configure Command './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-memory-limit' '--enable-safe-mode' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--enable-yp' '--with-bz2' '--with-dom=/usr/include/libxml2' '--with-ftp' '--with-gdbm' '--with-gettext' '--with-gmp' '--with-imap=yes' '--with-iodbc' '--with-jpeg-dir=/usr' '--with-ldap=yes' '--with-mcal=/usr' '--with-mcrypt' '--with-mysql=/usr' '--with-ndbm' '--with-pgsql=/usr' '--with-png-dir=/usr' '--with-qtdom=/usr/lib/qt2' '--with-snmp' '--with-t1lib' '--with-tiff-dir=/usr' '--with-ttf' '--with-freetype-dir=yes' '--with-xml' '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-openssl' '--with-curl' '--with-swf=./dist/' '--with-imap-ssl' '--with-gd=yes' '--enable-xslt' '--with-xslt-sablot' '--with-mm' '--with-apxs=/usr/sbin/apxs' 'i386-suse-linux'
Server API Apache
Virtual Directory Support disabled
Configuration File (php.ini) Path/etc/php.ini
ZEND_DEBUG disabled
Thread Safetydisabled
--cut---
display_errors On On
display_startup_errors Off Off
---cut---

Meine Konfiguration: SuSE 8.0 PHP 4.10 Apache 1.3.23

Irgendwelche Ideen ? Wenn es an der PHP-Konfiguration (configure-with....)
liegt - gibt es irgendwo ein RPM-Paket mit debug-enabled, so dass ich nicht
komilieren muss ? (faul)

Vielen Dank für Eure Hilfe
Georg