PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime - http://php.net/configuration.file.

learn more… | top users | synonyms

-2
votes
3answers
35 views

Shut off php strict reporting in production

I am getting these errors from php: Strict Standards: Redefining already defined constructor for class WP_Widget in /home/kyle/WordPressDev/wp-includes/widgets.php on line 93 Strict Standards: ...
1
vote
0answers
46 views

PHP checkbox array count always equals 1 since moving to new server

I have a bunch of checkboxes in html with name="id[]" val="someUniqueValue" and when we had it deployed on our dev server (Mac OSX Mountain Lion built in Apache/PHP) and on our old production server ...
1
vote
1answer
24 views

Server cuts array post data

I have a form with values like bars[4]. So I have about 1480 items. When I press submit and check post data the array contains exactly 1000 items. What the settings do that?
-1
votes
1answer
147 views

i can't send emails from localhost xampp [closed]

i need help how do i send emails from localhost xampp using gmail account i have tried it but i can't send email and also there is no error on the localhost testing page ? 1) where i'm doing wrong in ...
0
votes
0answers
41 views

php version issue in auto_prepend_file

I am trying to include a class file using auto_prepend_file feature in php.ini I added below line in PHP auto_prepend_file="file.php" It is working fine from the browser but when i am running from ...
3
votes
1answer
77 views

php directives in .htaccess?

I have attempted to make a few changes to php via .htaccess, yet none have yielded any results. For example: php_value memory_limit 256M within will not activate. Attempting to set SetEnv PHPRC ...
0
votes
0answers
12 views

If I Specify a Path in include_path in php.ini, do I have to keep all my includes in one directory?

This wouldn't really work for me since I have layers of sub-directories that have their own includes directories. Is there a way to override it on individual pages? [rather not have to do this] Is ...
0
votes
1answer
38 views

imageflip() in PHP is undefined

Hi folks, whenever I am trying to use the funtion imageflip(), it shows me the following message Fatal error: Call to undefined function imageflip() in D:\xampp\htdocs\temp1\image_flip.php on line ...
0
votes
2answers
63 views

Load php.ini to terminal

I'm using Git Bash terminal, php 5.4.10, OpenServer (wamp), windows 7 I am trying to load some library by Composer, but I can not because it says: Kinda weird because curl is working at php ...
0
votes
1answer
73 views

php.ini file for eclipse php debugging

I have been searching high and low and still cannot get debugging working with 'eclipse for PHP Developers 3.0.2'. At the moment eclipse is just hanging at 57% with 'Launching: waiting for XDebug ...
1
vote
1answer
63 views

PHP form submit ends after 271 submitted variables

I got a little problem regarding the submit of multiple forms: I'm trying to submit a bigger number of $_POST-variables, however, my server-side script ends (or just breaks down) after, in total 271 ...
0
votes
0answers
99 views

apache, mercury32, php mail. Can't get it to work

I can not get PHP mail to send email... All this is just to test my php mail function in my localhost setup. XAMPP-apache,mercury,mysql,windowXP I am pretty sure I installed mercury 32 correct, If i ...
-1
votes
1answer
77 views

How To Correctly Send E-Mail From Localhost [closed]

I'm trying to test out some email scripts form my localhost but it doesn't seem to be working for any of the smtp settings that I'm using. I was able to activate it using the settings that I have ...
0
votes
0answers
67 views

trying to use zend gdata, stuggling at first hurdle include path

I want to utilise the zend gdata library for a website app to read and write to a google calendar. I'm trying to follow the instructions here: ...
0
votes
2answers
73 views

Why have editing mamps php.ini no effect

I tried to raise the upload_max_filesize value in the php.ini (mamp 2.1.2 with the PHP version 5.4.10). The Server runs on port 80. I found several anwsers here but no one really applies. When I use ...
0
votes
1answer
94 views

problems with php-cli

i have some strange problem with my php-cli, when in ruining php --info i see that php uses /etc/php.ini, and something strange when i'm changing php.ini the php --info shows me different values of ...
0
votes
0answers
86 views

PHP Locked Memory_limit to 256M and can't change it

I've been searching over and over and can't find anything related to my issue. No matter how many times i change the memory_limit = VALUE, the php info page shows 256MB. It happen on my virtual host. ...
1
vote
2answers
144 views

Remove server info and PHP info from response header

How can i prevent server info and php info to be displayed in response header
1
vote
3answers
170 views

PHP ini_set(“max_execution_time”) fails when script is runned from exec()

To be simple: ini_set("max_execution_time") works when I call script.php via classic URL call ini_set("max_execution_time") doesn't works when script.php is runned via exec() function from another ...
1
vote
2answers
391 views

CodeIgniter Fatal error: Allowed memory size of bytes exhausted

I'm getting this Fatal Error Message in my codeIgniter, I've already tried some answers which has the same question. I've already set my php.ini max_execution_time = 300 max_input_time = ...
-2
votes
2answers
96 views

How to set ini_get use the right ini file?

There are many php.ini files inside our linux ubuntu server. I want to use ini_get in my php file; so how to tell the script to use the right php.ini file ?
1
vote
5answers
65 views

How to know which php.ini is used?

I search the path where the php.ini file is located in our Linux Ubuntu server, and I found many php.ini when executing the command find / -name php.ini . So how to know exactly from a php script web ...
0
votes
1answer
111 views

PHP readdir() Error 500 Endless Loop

I have a script that works on the server I pay for. However when i try to install the same code under localhost i get this error on an endless loop. PHP Warning: readdir() expects parameter 1 to ...
7
votes
5answers
412 views

PHP out of memory error even though memory_limit not reached

I have just inherited a site with a PHP script that is consistently running out of memory at 117 MB. This happens even when I increase PHP's memory_limit variable to 312 MB, which I'm doing via ...
-2
votes
1answer
41 views

how to have other ini files for php 5.4 windows [closed]

Sorry but that is just about it Ihave tried many things Thanks I would like to split php.ini file into chunks of ini files E.G php.ini mysqli.ini Leran using this Apache ...
0
votes
0answers
26 views

why doesnt this kaksi php extension work?

php extension in question: http://kakasi.namazu.org/ do to me not having root privileges, i installed, in my public_html folder. and i go no errors on the configure, make, make install commands. ...
0
votes
0answers
121 views

php-cli INI path in case of zend server in ubuntu

I am working on a ZF project which is installed on a Zend Server. Now I need separate INI file form web and cli. Now how can be accomplished into Zend Server Setup or it is already present ?. I know ...
0
votes
1answer
106 views

IIS Loading wrong php.ini file?

I'm not sure if that's what suppoused to happen but when i do phpinfo() I see that Loaded Configuration File is : C:\Program Files\PHP\v5.4\php.ini And not the one inside the php path (C:\PHP) Is ...
0
votes
1answer
103 views

What is the proper php.ini path and what should I put in it?

I just managed to install the latest php version using this guide Upgrading the Native PHP Installation on OS X Mountain Lion (Aug 2012 by Bruno Skvorc) and now I wonder should the php.ini file be ...
0
votes
1answer
52 views

<?=$variable?> is not working [closed]

We have moved our project to a new server with PHP Version 5.3.10 (Linux ip-10-145-181-140 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 12:51:49 UTC 2012 i686) now <?=$variable?> is not ...
1
vote
1answer
275 views

phpunit ignores /etc/php5/cli/conf.d directory on startup when launched from within eclipse [duplicate]

Possible Duplicate: While I am debugging PHP Script in Eclipse, it doesn’t load mysql extension How can I make phpunit scan the /etc/php5/cli/conf.d directory for ini files? I am using ...
0
votes
2answers
235 views

SugarCRM portal installation Allow Call Time Pass Reference

I am installing SugarCRM Portal on my local host. On the wizzard it says that I must turn on Allow Call Time Pass Reference and I did at php.ini and stopped my apache server. When I started it back ...
1
vote
4answers
106 views

Config php ini file for upload files

I have page for upload files, In .htaccess file I have this: php_value upload_max_filesize 40M php_value post_max_size 40M I have img, his size is 1.6 MB, when I trying to upload this image, I ...
0
votes
2answers
139 views

How do i check mysql database extension enable/disable on server in php?

I am working on a PHP install script, and I need to check many server settings before installing applications there. So, how do I check the mysql database extension if it is enabled/disabled on ...
-1
votes
3answers
2k views

Change PHP version on server using either .htaccess or php.ini

How can I change the PHP version to 5.2 on a server using either an .htaccess of php.ini file?
0
votes
1answer
573 views

HTTP ERROR when trying to upload an image in Nextgen gallery

I am getting an error when trying to upload an image on NextGen gallery. The error says: ERROR HTTP error.: HTTP Error. When checking on developer tool it says: POST ...
-2
votes
2answers
168 views

wordpress media upload limit [closed]

In my local wordpress site i can just upload files with just 2Megabyte,i have increased the upload_max_filesize to 64Mb and restarted wamp but when i run <?php echo phpinfo()?> it show ...
0
votes
1answer
4k views

phpMyAdmin isnt working

When I run phpmyadmin it shows me this message: phpMyAdmin - Error The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" ...
5
votes
0answers
527 views

(solved) xdebug not as zend extension IIS7

I can't get xdebug loaded as Zend extension, because the php.ini automatically puts in the wrong term. The message in phpinfo() is XDEBUG NOT LOADED AS ZEND EXTENSION I'm Using IIS 7.5 on ...
-1
votes
4answers
261 views

php.ini variable not set throgh htacess

Which php.ini variables we can not set through phpfiles or with htaccess. Means if we want to set the variable then we have to directly configure at php server files. can anyone give me list of ...
0
votes
2answers
739 views

ini_set/ini_get memory_limit restoring memory php

I am writing a script, where I need to set memory limit to something very high at a certain point. But, I need to restore memory limit after that. But, ini_get returns -1 if your script has not ...
0
votes
3answers
1k views

what is root cause of 'child pid 10708 exit signal Segmentation fault (11)' error?

I am getting more and more child pid 10708 exit signal Segmentation fault (11) errors. what is the root cause of it and how to fix it ? Is php ini memory is associated with this? I am using apache2 ...
2
votes
3answers
480 views

Extending the Session in PHP with gc_maxlifetime not working

I have the following code to extend my $_SESSION[] variables. They expire after around 2-3 hours. I tried to extend to 22h by changing the session.gc_maxlifetime, but im still losing my session ...
0
votes
2answers
162 views

Php file uploading warning message

I need to upload a video file. Here's my code if(($_FILES["file"]["type"]=="application/octet-stream") || ($_FILES["file"]["type"]=="video/x-ms-wmv")) { if($_FILES["file"]["error"] ...
0
votes
2answers
286 views

max_execution_time Alternative

So here's the lowdown: The client i'm developing for is on HostGator, which has limited their max_execution_time to 30 seconds and it cannot be overridden (I've tried and confirmed it cannot be via ...
-1
votes
1answer
285 views

How to reduce the file upload time? [closed]

I need to upload large size video files. I've set the maximum file upload preferences. Ive set the following preferences: memory_limit :150M upload_max_filesize :120M post_max_size :120M ...
2
votes
4answers
3k views

PHP - date() vs. date.timezone / date_default_timezone_set()

I've just got a new computer, and I've been setting up PHP/MySQL/databases etc... I think I'm just about there, except it's thrown this curveball. My login script was working fine, but now it's ...
0
votes
0answers
123 views

how to get php binary dir in 5.4 php.ini (to make it more portable)?

Since 5.4 there is magic constant PHP_BINARY and it works even when in php.ini file, but now since I do not have access to the full php engine I do not know how to truncate this correctly resolved ...
6
votes
1answer
7k views

setting max_input_vars PHP.ini directive using ini_set

Can I set the max_input_vars PHP.ini directive in my code? I have it set at the default 1000, however I have a script that has many checkboxes and text fields that could, and quite possibly will, go ...
0
votes
1answer
698 views

what are the alternatives for php://input and $HTTP_RAW_POST_DATA when file_get_contents and always_populate_raw_post_data are disabled

My hosting http://squarebrothers.com has disabled all the socket functionality except curl. They are so irresponsible on my questions for enabling it. i can think of another hosting yet i want to know ...

1 2