install PHP Accelerator in Xampp

install PHP Accelerator in Xampp

In this post we will show you how to install PHP Accelerator in Xampp, hear for how to install PHP Accelerator in Xampp we will give you method for install.

To install PHP Accelerator in Xampp, you need first to go to your php.ini file (i.e. within C:xamppphp directory) and add this line inside Dynamic Extensions part :

Then you need :

    1. to show you PHP configuration via the PHP function phpinfo()
    2. to get 2 precious informations : Xampp install PHP Accelerator

      x86 or x64, and TS (Thread Safe) or NTS (Non Thread Safe)

    3. to download the corresponding DLL (including your PHP version):

http://pecl.php.net/package/APCu/4.0.8/windows
(PHP 7: http://pecl.php.net/package/APCu/5.1.3/windows )

  • to copy/paste the DLL file within your extensions directory
  • to edit your php.ini file (i.e. within C:xamppphp directory)
  • and add this line inside Dynamic Extensions part :

 

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

[...]

extension=php_apcu.dll
NOTE :: You shood restart Apache !

How do I enable Intl extension in xampp?

  • step 1 go to the the xampp/php/php. ini file in any changes to editor.
  • Find the “;extension=php_intl.dll”
  • simple you can remove or delete the starting semicolon ( ; ) Example : ;extension=php_intl.dll. to. extension=php_intl.dll.
  • Update the xampp/php/php. ini file.
  • Last step to Restart your xampp/wamp with your system

What is PHP OpCode caching?

OpCode Caches are a optimization enhancing extension for PHP source code. They do this by injecting themselves into the run al the web http request life-cycle of PHP with data caching the outputs of the compilation run phase for some onthor data later reuse.

It is not any type of the uncommon to display the a 3x optimization very high level increase just by on mode an OpCode cache.

Hope this code and post will helped you for implement install PHP Accelerator in Xampp. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve onlincode. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs onlincode.org

1 thought on “install PHP Accelerator in Xampp”

Leave a Comment

Your email address will not be published. Required fields are marked *

  +  82  =  83

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US