Tagged Questions

0
votes
2answers
40 views

PHP Command-line scripts are ignoring php.ini and ini_set(’memory_limit’,…) directives.

Hello, I am facing the common "Fatal error: Out of memory (allocated 30408704) (tried to allocate 24 bytes)..." PHP Fatal error. Pages served via Apache are not exhibiting this beh …
0
votes
4answers
56 views

How to check where Apache is looking for a php.ini file?

I have a feeling that Apache is using a different php.ini file that the one I am editing. I make a change in my php.ini file, restart Apache, and the change doesn't take affect. So …
0
votes
1answer
80 views

Enable the “redeclare” for PHP5, with .htaccess or php.ini

Hi friends, serious problem with an angry client :( i have an issue about "Cannot redeclare variable" etc. i had a website working on PHP4 then moved to PHP5 and i have this erro …
0
votes
5answers
898 views

PHP Configuration file won’t load IIS7 x64

using Fast CGI I can't get it to read the php.ini file. See my phpinfo below. System Windows NT WIN-PAFTBLXQWYW 6.0 build 6001 Build Date Mar 5 2009 19:43:24 Configure Command …
0
votes
1answer
269 views

XAMPP: I edited PHP.ini, and now Apache crashes

I'm trying to set up XDebug for PHP. I edited some settings in my apache\bin\php.ini file, and now Apache crashes every couple page requests. (I wish I had saved a copy of php.ini …
1
vote
3answers
68 views

Should I leave output_buffering On or Off in a Production Environment?

I'm about to launch a website and I'm going over my php.ini to prepare all the settings for a production environment. I'm debating whether to leave output_buffering On, Off, or se …
0
votes
1answer
101 views

How i can edit php.ini from cpanel when php.ini is readonly.

Hi How i can edit php.ini file from cpanel.I am using putty and vi editor to access php.ini file.It showing message -> 'readonly' option is set (add ! to override) .If php.ini is …
0
votes
2answers
96 views

Change in Server Permits script not to work. Can this be due to PHP.ini being different?

Hello all, Here is proof that my site is not portable. I had some regex that worked perfectly on my old server. I have now transferred my site to a new server and it doesn't work. …
0
votes
1answer
67 views

How do I get linux server to use local PHP.ini in a shared environment?

I'm on shared server environment (Dreamhost.com uses Linux/Debian). I followed their instructions @ http://wiki.dreamhost.com/Advanced%5FPHP%5Fconfiguration on setting up a local …
0
votes
3answers
49 views

adding a function to php.ini

I used the function htmlentities() in my php script, but the server says: "undefined function" After some searching, I understand that the php installation on my webhost does not …
0
votes
1answer
45 views

OSX php.ini memory limits

When you are using the latests version of OSX (10.6), does the memory limit of 8M (or whatever you have yours set to) mean that you are now running with 8 000 000 bytes rather than …
0
votes
3answers
378 views

Problem with output_buffering and php.ini.

Hi, when trying to log-in at this site (user:polopolo,pass:samara) the result is a blank page. I know that the problem is with the sending of headers and the *ouput_buffering* in …
2
votes
3answers
122 views

Reading php.ini using zend for PHP extension (not PHP language)

I am trying to read some settings from php.ini using zend. The API that I am using is long zend_ini_long(char *name, uint name_length, int orig) But it always returns 0. I have …
0
votes
2answers
346 views

PHP / Apache how to set session.cookie_domain from outside php.ini

Hi There, I need to restrict cookies to my www subdomain, this works by me adding the line session.cookie_domain = www.example.com in the php.ini file. However I have a number of …
0
votes
3answers
454 views

What can change the include_path between php.ini and a PHP file.

I've inherited some code on a system that I didn't setup, and I'm running into a problem tracking down where the PHP include path is being set. I have a php.ini file with the foll …

1 2 next
15 30 50 per page