Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
How to modify opcache.interned_strings_buffer from .htaccess with php_value

I'd like to modify opcache.interned_strings_buffer to 12 via .htaccess file

I've added the following block to .htaccess:

php_value opcache.interned_strings_buffer 12
php_value max_execution_time 180
php_value max_input_vars 1760

However only max_execution_time and max_input_vars changed.

I verified that values changed by inspecting phpinfo() output.

How to change opcache.interned_strings_buffer via .htaccess?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

According to documentation, most opcache directives are PHP_INI_SYSTEM so they should be changeable on httpd.conf or .htaccess. But opcache is a zend extension and value cannot be updated via .htaccess. I guess this is the problem.

There is a ticket on php.net opened for 4 years.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!