Author |
|
Aino Kivimaa
Joined: 01 Feb 2017 Posts: 5 Location: Estonia: Tallinn
|
Posted: Thu 02 Feb '17 21:53 Post subject: Can't find assembly xdebug module and PHP of VC10 version |
|
|
Dear guys. Recently i'm trying to upgrade PHP and install xdebug module on the x64-bit windows 8.1 with having at me httpd Apache which its version is 2.4.12 and VC10 package version. I were searched suitable xdebug and thread safe PHP release
here https://xdebug.org/download.php and
here http://windows.php.net/downloads/releases/archives/
But there haven't releases with VC10 version.
Please help me to find releases of PHP and xdebug module are according to my above OS and Apache characteristics which having the VC10 version. |
|
Back to top |
|
yosoyminero
Joined: 16 Jun 2015 Posts: 11 Location: Spain
|
Posted: Fri 03 Feb '17 0:14 Post subject: |
|
|
You may find this useful: https://xtack.org
It integrates Xdebug... |
|
Back to top |
|
Aino Kivimaa
Joined: 01 Feb 2017 Posts: 5 Location: Estonia: Tallinn
|
Posted: Fri 03 Feb '17 18:18 Post subject: |
|
|
yosoyminero , Thank you for that hit.
But what to do with PHP integration under desired characteristics ? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Fri 03 Feb '17 23:38 Post subject: Re: Can't find assembly xdebug module and PHP of VC10 versio |
|
|
PHP is only available in the flavours VC6 (5.2-), VC9 (5.3 & 5.4), VC11 (5.5 & 5.6) and VC14 (7.0 & 7.1).
Are you running a thread safe PHP version at the moment? Which version?
Do you have a special reason to stick with mod_php and PHP TS? With mod_fcgid and PHP NTS you are more flexible and probably running faster. |
|
Back to top |
|
Aino Kivimaa
Joined: 01 Feb 2017 Posts: 5 Location: Estonia: Tallinn
|
Posted: Sat 04 Feb '17 1:20 Post subject: |
|
|
Quote: | Are you running a thread safe PHP version at the moment? Which version? |
Yes. My php version is thread safe. Version is 5.4.12
If to talk about:
Quote: | Do you have a special reason to stick with mod_php and PHP TS? |
then , i haven't cavils to mod_php because my web server only for learning web and web languages like PHP , not for serious project developing. On Web server while i'
m not going to write cgi applications. Therefore and mod_fcgid module almost i'm not interesting. If your operation system is Windows so all recommend to install only thread safe PHP release as described even in php.net documentation.
If developers will not schedule support for VC10 and may be have you articles or blog's posts where having a description: how to compile correctly the PHP and .dll modules and another assemblies to VC10 or another version , if you wanted ?[/quote] |
|
Back to top |
|
yosoyminero
Joined: 16 Jun 2015 Posts: 11 Location: Spain
|
Posted: Sat 04 Feb '17 1:39 Post subject: |
|
|
Hi Aino, I don't fully follow you on what you want to accomplish by mixing PHP and Xdebug in that specific combination, but unless you have powerful reasons to stick to it, I'd suggest you to maybe give xtack a try, as it takes care of everything. |
|
Back to top |
|
Aino Kivimaa
Joined: 01 Feb 2017 Posts: 5 Location: Estonia: Tallinn
|
Posted: Sat 04 Feb '17 3:55 Post subject: |
|
|
Hi , yosoyminero )).
I will explain: why i want to use xdebug with PHP. This module has specific functions for profiling and getting info about an garbage collection(for example , "reference counting": http://php.net/manual/en/features.gc.refcounting-basics.php). It may be helpful for me because i want yet to learn more important things about PHP like engine of OOP in php with garbage collection , but i need to see output info about the collection that i can be sure what i understand how it works on the live examples.
About xtack. I will read about xtack. Only one "but".This is important: to be able for installing , tunning the web server manually. Sometimes it will help to fix and repair errors yourself. Are you now understand what is real problem ? ) |
|
Back to top |
|
Aino Kivimaa
Joined: 01 Feb 2017 Posts: 5 Location: Estonia: Tallinn
|
Posted: Mon 06 Feb '17 6:26 Post subject: |
|
|
ok. Then just i will upgrade the Apache and under it i will to find a desired php and it's modules ) |
|
Back to top |
|