Small bug in the last release?
Posted by: benia (---.red.bezeqint.net)
Date: January 12, 2016 09:23AM

I went to C:\wamp\bin\php\php5.5.12, opened php.ini and changed the php memory limit from 128M to 256M, saved , and restarted all services. I also cleaned my browsers' cache to avoid any possible confusion.

I then went to localhost > phpinfo() but there it is still "stuck" on 128. I've double checked everything and all should be fine, so why these changes in php.ini doesn't effect the server?...

I theorize it might be a bug given that:

* I tried to create another phpinfo() manually (a programmer advised me to do so - wired eh?) and it didn't changed there also.

* When I uncommented and enabled ;opcache.enable_cli=0 to be ;opcache.enable_cli=1, phpinfo() still showed it as not working.

* xdebug nesting level did change from 0 to 256 while these other things didn't.



Edited 1 time(s). Last edit at 01/12/2016 09:27AM by benia.

Options: ReplyQuote
Re: Small bug in the last release?
Posted by: Otomatic (Moderator)
Date: January 12, 2016 10:04AM

Hi,

> I went to C:\wamp\bin\php\php5.5.12, opened php.ini
NO.
Wampmanager Icon->PHP->php.ini

Note: Wampserver 2.5 is not the last release. See [forum.wampserver.com]

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Small bug in the last release?
Posted by: benia (---.red.bezeqint.net)
Date: January 12, 2016 05:11PM

But then it opens in the regular Windows txt editor and that's not very comfortable. Can I open the file manually with Notpad++ Somehow?

Should I delete any configuration I already did in the C:\wamp\bin\php\php5.5.12, opened php.ini?

Options: ReplyQuote
Re: Small bug in the last release?
Posted by: Otomatic (Moderator)
Date: January 12, 2016 05:57PM

Hi,

> But then it opens in the regular Windows txt editor and that's not very comfortable.
Exit Wampserver
In wamp/wampmanager.conf file replace :
editor = "notepad.exe"
by the full path of notepad++ exe file, like this :
;Path of the Text Editor used by Wampserver
;May be modfied with the absolute path of the Text Editor exe file
;(Use / instead of \)
editor ="J:/Util/Texte/Notepad++/notepad++.exe"

The php.ini you have modified is only use with PHP CLI by wampmanager own scripts. It does not need opcache or xdebug.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Small bug in the last release?
Posted by: benia (---.red.bezeqint.net)
Date: January 12, 2016 11:43PM

Thanks! Indeed it worked for me when I changed it (In my Win10 home machine) to:

editor = "C:\Program Files (x86)\Notepad++\notepad++.exe"

Thanks again !

smiling smiley

Options: ReplyQuote
Re: Small bug in the last release?
Posted by: Otomatic (Moderator)
Date: January 13, 2016 09:40AM

Hi,

> editor = "C:\Program Files (x86)\Notepad++\notepad++.exe"
It works, OK ; but it is better to use / instead of \

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.