I do this:
php -c . -r 'phpinfo();'
I get this:
Loaded Configuration File => /data/home/rlynch/php.ini
I have this in that php.ini:
zend_extension_ts = "/usr/lib64/extensions/no-debug-non-zts-20060613/xdebug.so"
xdebug.remote_enable = 1
xdebug.remote_mode = 1
xdebug.profiler_enable = 1
xdebug.profiler_append = 1
xdebug.profiler_output_dir = "/data/home/rlynch/xdebug/"
xdebug.profiler_output_name = cachegrind.out.%R.%u
xdebug.dump.SERVER = REQUEST_METHOD,REQUEST_URI,HTTP_USER_AGENT
xdebug.dump.REQUEST = *
xdebug.show_exception_trace = On
xdebug.show_local_vars = 1
xdebug.var_display_max_depth = 6
I even altered this:
display_startup_errors => On => On
But I see this:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
_______________________________________________________________________
I expected to see the Xdebug line after the ZE line.
What have I done wrong here?
If xdebug.so was somehow defective, would not the display_startup_errors kick out something about it if it failed to load?...
-- Richard Lynch _______________________________________________________ The information in this email or in any file attached hereto is intended only for the personal and confiden- tial use of the individual or entity to which it is addressed and may contain information that is propri- etary and confidential. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communica- tion is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product. Email trans- mission cannot be guaranteed to be secure or error- free. P6070214Received on Wed Aug 06 2008 - 00:30:09 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST