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 : install and/or enable a php accelerator (highly recommended).

Then you need :

    1. to show you PHP configuration via the PHP function phpinfo()
    2. to get 2 precious informations :x86 or x64, and TS (Thread Safe) or NTS (Non Thread Safe)
    3. to download the corresponding DLL (including your PHP version):
      php accelerator xampp

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
See also  Fix - Cannot find module 'request' error in Node.js - cannot find module request

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 pakainfo. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs pakainfo.com

See also  join query in codeigniter for two table

Read More :

Leave a Comment