@leokhoa oh OK! Thanks.
picks44
@picks44
Posts made by picks44
-
RE: Add folder/file to laragon path
I tried to add a folder in laragon/usr/bin to see if the path to the folder was being added to the Windows PATH, but it did not
Can you help? -
RE: Service Apache can not start (Apache 2.4.38 x64 vc15 + PHP 7.2.11 Win 32 x64 vc15)
Thanks, but I already did this
-
Service Apache can not start (Apache 2.4.38 x64 vc15 + PHP 7.2.11 Win 32 x64 vc15)
I am trying to upgrade my Apache to 2.4.38 by following the tutorial here .
(I successfully manage to do this with PHP just a minute ago).But when I switch to the new Apache version, here is the error I have:
And here is what I have installed:
Any clue?
-
The OpCache extension crashes Apache when used on my Symfony 2.8 project
Hi there,
I'm currently migrating my Symfony 2.8 project from PHP 5.6 to PHP 7.2 using this brilliant tool.
But if I want to enable the OpCache extension, Apache just keep crashing and I can't load my website. Even with the php.ini untouched.
If I disable it, my project is working fine (but it is slow...).
I'm also using memcache (not memcached) extension to manage server cache (legacy of PHP 5.6).
Any idea?