I have downloaded the dll file from http://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/ and kept the first 32 bit file at C:\wamp\bin\php\php5.3.13\ext and also include it in my php.ini file (as extension=php_xhprof.dll). But when I call phpinfo() xhprof is now showing. I am not getting any errors in my log.
Related Questions in INSTALLATION
- INSTALL_FAILED_DUPLICATE_PERMISSION: Package
- How can i install pyaudio on MacOS
- Problem installing Manim on Windows 11. Error regarding the wrong "decorator" version
- 'No such file or directory' installing RTC-Tools through pip
- Install Postfix Mail Server
- Plugin with id 'com.android.application' not found in Github Winlator Project
- OSError: [WinError 5] Access is denied: 'c:\\python311\\scripts\\pip.exe' Consider using the `--user` option
- Installing the C compiler for LC3
- Why is installation of MySQL on my mac is always halted
- OS: Parrot OS (hashcat : Depends: libminizip1t64 but it is not installable)
- GROMACS 2024 with CP2K 9.1 BUILD
- After the installation process When the server is running, nothing is displayed on the page myddleware
- PHP php_mongodb.dll for 32bit
- A given package is installed but spyder won't see it
- I cant install libraries?
Related Questions in WAMP
- PHP & LDAPS : cant connect to AD
- Sending an email with wamp
- Big files take unjustly long time to submit from the form Laravel PHP
- Wampserver is not displaying images or videos. Permission issue?
- Why wamp server doesn't work on localhost?
- Mysql server not starting without Xamp or Wampserver, How to Use a Common Database for all
- i want to fix one error for configure the iomad using wamp server
- The website works fine with certificat HTTPS inside the virtual machine (VM) but not outside
- Wamp server error message: The process cannot access the file because it is being used by another process
- How to increase phpmyadmin upload filesize limit in wampserver?
- phalcon and phalcon devtools installation issue in windows 10
- I tried to PHP Server: Serve but it doesn't start
- Running into performance problems - MySQL shows CPU 100%
- "pecl http" php extension can't be loaded in local (xampp/wampp)
- Display html img located in network drive
Related Questions in PHP-5.3
- Apache2 failing when enabling php mod (Ubuntu 20.4)
- PHP 5 number_format() not returning exception message in local but it returns in production
- Errors PHP Notice: Undefined offset:, Trying to access array offset on value of type null
- share a property in different functions within a same class in php wordpress
- Upgrading from PHP 5 to PHP 7.4
- PHP string without quotes
- PHP Imagick breaks SVG on conversion to PNG
- Migration to PHP8
- PDF is printed in text to browser instead of downloaded
- How to create recursive array from the loop PHP?
- Laravel multiple morph relation in one table
- Stripe Checkout PHP Causes mysterious 404 Error OnLoad
- set_charset utf8mb4 not working in php 5.3
- Downgrade to PHP 5.3
- How to Post on Linkedin Company page via Linkedin API v2 in PHP
Related Questions in XHPROF
- xhprofile crashed on php 8 attribute
- xhprof-html won't show Run Report (No XHProf runs specified in the URL)
- XHProf/XHGui Importing Profiles
- XHProf profiling - How to get hierarchical profile?
- How to read .xhprof files?
- PHP Fatal error: Unknown: Failed opening required '/home/user/pathto/header.php' after adding it as auto_prepend_file
- Memory leak in PHP worker
- How to install YaxGUI to work with tideways in Ubuntu?
- Xhprof / xhgui : xhgui - document to insert contains invalid key: keys cannot contain "."
- XHProf for API Side
- exited on signal 11 xhprof
- determine how much resource used by a php script (cpu percentage and memory)
- How to use Drupal xhprof to profile node save?
- xhpro error in make step occured
- xhprof not working for php rabbitmq consumers
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
There are 2
php.inifile and you may have edited the wrong one.To make sure you edit the correct
php.inifile i.e. the one used by Apache use the wampmanager menus like so:Check this has the new
extensionand if not add it to this file.The
php.inifile in\wamp\bin\php\php{version}\php.iniis only used when you are running PHP CLI i.e. running PHP from the Command LineAlso make sure you downloaded the Thread Safe version of
xhprofthat will be the ones with-ts-in the zip file name.Also the
vc9orvc11should match the compiler used to compile your Apache and PHP. If you are using PHP5.3 (very old) then you had better hope it isVC9but it is quite possible that your Apache/PHP may have been compiled withVC6which means this extension will not run with your version of Apache/PHP.