Quote:
Originally Posted by Mnementh
You know just as you were posting that I re-read my post and saw the length and thought I'd read something about possible story length issues I was about to go re-reading the whole thread lol.
I'll try that and see if it works thanks.
|
Lol, kinda helps that I know around what pages I should look.
Quote:
Originally Posted by Mnementh
Hmmmm I might be wrong here (probably am to be honest) but I was under the impression that pcre.backtrack_limit would be in php.ini?
I couldn't find it in my php.ini so double checked via google that that is where it should be and according to http://www.phpro.org/manual/ref.pcre.html I assumed correctly.
I added "pcre.backtrack_limit 1000000" to php.ini and restarted apache but when checking phpinfo() via the XAMPP control panel pcre.backtrack_limit was still showing as 100,000.
Am I missing something obvious here or am I looking in the wrong place?
|
Yes, it's in php.ini. Depending on your set-up, though, you might have multiple php.ini configuration files. On XAMPP 1.7.0, the php.ini that controls the webserver is in \xampp\apache\bin\ while the one that controls the command-line is in \xampp\php\. No idea where else it could be hiding if you used a different method to install.
*sigh* I really should finish that update I promised erayd. I've also got to work on that pre-made FLAG-compatible XAMPP install. I'm working less hours now so I should have a bit more time to devote to FLAG. I just need to stop getting distracted by random stuff.