0

I installed the wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b.exe under windows 10. When i start up, i found that the plugin opcache and enchant existing warning flag.

At the same time, I found there php error log:

[18-Mar-2016 12:40:29 UTC] PHP Warning: PHP Startup: in Unknown on line 0

[18-Mar-2016 12:40:30 UTC] PHP Warning: PHP Startup: in Unknown on line 0

enter image description here

NormundsP
  • 445
  • 2
  • 7
  • 16
Ming Yan
  • 1
  • 1

1 Answers1

0

The php_enchant extension uses the functions of the Enchant library by Dom Lachowicz. You need to have this installed. Enchant also requires Glib 2.6 or greater. Pre-compiled Windows libraries are available from http://ftp.gnome.org/pub/gnome/binaries/win32/glib/ or http://ftp.gnome.org/pub/gnome/binaries/win64/glib/ for 64 bit. See http://php.net/manual/en/enchant.requirements.php

For the php_opcache extension see this post Enable opcache for php in wamp

Community
  • 1
  • 1
Dan-Dev
  • 8,957
  • 3
  • 38
  • 55