ok first im running a webserver called
UwAmp 3.1.0 Original
Apache 2.4.18 (with SSL)
MySQL 5.7.11
PHP (5.6.18) with Xdebug 2.4.0rc4
PHP (7.0.3) with Xdebug 2.4.0rc4
PHPMyAdmin 4.5.4.1
SQLite Browser 1.3
Xdebug client 1.0b5
now i have updated some of them
Apache 2.4.52 (with SSL)
MySQL 5.7.34
PHP (5.6.40) no Xdebug -cant find a version that works with php 5.6.40
PHP (7.3.33) with Xdebug 3.1.3
PHPMyAdmin 4.9.7
SQLite Browser 1.3
Xdebug client 1.0b5 - not sure what version this is.
now I am trying to install composer so i can then install
codeignitor - PHP Framework
PHP-DI - A PHP Dependency Injector
I am going to install both of those above through composer so i need to fix composer install so i can install those
but while installing composer it gives me this…
The PHP exe file you specified did not run correctly:
C:\UwAmp\bin\php\php-7.3.33\php.exe
The php.ini used by your command-line PHP is: C:\WINDOWS\php.ini
A setting in your php.ini could be causing the problem: Either the ‘extension_dir’ value is incorrect or a dll does not exist.
Program Output:
Xdebug requires Zend Engine API version 220131226.
The Zend Engine API version 320180731 which is installed, is newer.
Contact Derick Rethans at Xdebug: Documentation » FAQ for a later version of Xdebug.
PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: curl: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: intl: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: imap: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: ldap: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: mysql: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: mysqli: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: openssl: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: shmop: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: soap: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: tidy: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20180731
These options need to match
now when i do php info it shows that XDebug is installed its showing it in php info and it’s working so not sure why i’m getting these errors,
This is what php info is showing for XDebug
xdebug
Xdebug
Version 3.1.3
Support Xdebug on Patreon, GitHub, or as a business
Enabled Features
(through ‘xdebug.mode’ setting)
Feature Enabled/Disabled Docs
Development Helpers enabled 🖹
Coverage ✘ disabled 🖹
GC Stats ✘ disabled 🖹
Profiler ✘ disabled 🖹
Step Debugger ✘ disabled 🖹
Tracing ✘ disabled 🖹
Optional Features
Compressed File Support no
Clock Source GetSystemTimePreciseAsFileTime
Directive | Local Value | Master Value |
---|---|---|
xdebug.auto_trace | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.cli_color | 0 | 0 |
xdebug.client_discovery_header | no value | no value |
xdebug.client_host | localhost | localhost |
xdebug.client_port | 9003 | 9003 |
xdebug.cloud_id | no value | no value |
xdebug.collect_assignments | Off | Off |
xdebug.collect_includes | (setting removed in Xdebug 3) | (setting removed in Xdebug 3) |
xdebug.collect_params | (setting removed in Xdebug 3) | (setting removed in Xdebug 3) |
xdebug.collect_return | Off | Off |
xdebug.collect_vars | (setting removed in Xdebug 3) | (setting removed in Xdebug 3) |
xdebug.connect_timeout_ms | 200 | 200 |
xdebug.coverage_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.default_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.discover_client_host | Off | Off |
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.file_link_format | no value | no value |
xdebug.filename_format | no value | no value |
xdebug.force_display_errors | Off | Off |
xdebug.force_error_reporting | 0 | 0 |
xdebug.gc_stats_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.gc_stats_output_dir | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.gc_stats_output_name | gcstats.%p | gcstats.%p |
xdebug.halt_level | 0 | 0 |
xdebug.idekey | no value | no value |
xdebug.log | no value | no value |
xdebug.log_level | 7 | 7 |
xdebug.max_nesting_level | 256 | 256 |
xdebug.max_stack_frames | -1 | -1 |
xdebug.mode | develop | develop |
xdebug.output_dir | C:\Windows\Temp | C:\Windows\Temp |
xdebug.overload_var_dump | (setting removed in Xdebug 3) | (setting removed in Xdebug 3) |
xdebug.profiler_append | Off | Off |
xdebug.profiler_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.profiler_enable_trigger | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.profiler_enable_trigger_value | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.profiler_output_dir | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.profiler_output_name | cachegrind.out.%t.%p | cachegrind.out.%t.%p |
xdebug.remote_autostart | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_connect_back | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_host | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_log | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_log_level | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_mode | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_port | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.remote_timeout | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.scream | Off | Off |
xdebug.show_error_trace | Off | Off |
xdebug.show_exception_trace | Off | Off |
xdebug.show_local_vars | Off | Off |
xdebug.show_mem_delta | (setting removed in Xdebug 3) | (setting removed in Xdebug 3) |
xdebug.start_upon_error | default | default |
xdebug.start_with_request | default | default |
xdebug.trace_enable_trigger | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.trace_enable_trigger_value | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.trace_format | 0 | 0 |
xdebug.trace_options | 0 | 0 |
xdebug.trace_output_dir | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) |
xdebug.trace_output_name | trace.%c | trace.%c |
xdebug.trigger_value | no value | no value |
xdebug.use_compression | 0 | 0 |
xdebug.var_display_max_children | 128 | 128 |
xdebug.var_display_max_data | 512 | 512 |
xdebug.var_display_max_depth | 3 | 3 |
any help would ne greatly appreciated…
Thanks Snoop