summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* -add & document ini settings for exifMarcus Boerger2002-07-281-0/+13
|
* This option should be left enabled by default by mistake.Yasuo Ohgaki2002-07-191-2/+4
| | | | | | | | | | | | --enable-trans-sid option is removed and this option should be disabled by default in php.ini. 1) It's insecure by nature 2) It may not work well always 3) It wasn't enabled by default used be 4) It risks security and user should enable it after realizing it's security risks.
* Move down open_basedir description.Yasuo Ohgaki2002-07-181-8/+7
|
* Fixed open_basedir note - thanks to Sander. I also notice I have to modify ↵Yasuo Ohgaki2002-07-171-1/+1
| | | | pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.
* Added note for open_basedirYasuo Ohgaki2002-07-171-0/+1
|
* Added php.ini option "mysql_connection.timeout"Georg Richter2002-07-161-0/+3
|
* added mbstring.language option in ext/mbstring.Rui Hirokawa2002-07-111-0/+3
|
* - Implement Andrei's request for disabling memory leak reporting in debugDerick Rethans2002-06-261-0/+5
| | | | | | builds. #- Andrei: I can show you the logs :)
* - List new session.use_only_cookies option.Markus Fischer2002-06-161-0/+3
|
* Adding ini setting for max_procsFrank M. Kromann2002-06-101-0/+3
|
* Update cracklib path and comment it out (thanks to Urs Gehrig for the hint)Sander Roobol2002-06-011-1/+1
|
* It's get_cfg_var() not cfg_get_var()Sander Roobol2002-05-191-1/+1
|
* Adding ini setting that allows the MSSQL extension to use NT authenticationFrank M. Kromann2002-05-091-0/+3
|
* # Since Jani seems to have us all on /ignore, I'm revertingRasmus Lerdorf2002-04-271-1/+1
|
* Default setting for short_open_tag is better be Off.foobar2002-04-261-1/+1
|
* Added mbstring.func_overload directiveYasuo Ohgaki2002-04-191-0/+8
|
* Remove gargabeYasuo Ohgaki2002-04-191-1/+1
|
* Added description to mbstring ini entriesYasuo Ohgaki2002-04-191-1/+12
|
* new ini setting log_errors_max_lenMarcus Boerger2002-04-101-0/+4
| | | | | | @-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus)
* Removed relics from PHP3.foobar2002-04-071-6/+0
|
* Added pgsql.ignore_notice and pgsql.log_notice ini entry.Yasuo Ohgaki2002-04-071-0/+7
|
* new feature ignoring repeated error messages (defaults to old behaviour)Marcus Boerger2002-04-061-0/+9
| | | | | @You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_source. @(Marcus)
* Added crack extension to php.ini-*Sander Roobol2002-03-291-0/+6
|
* Fix typo.Sean Bright2002-03-261-1/+1
|
* ext/overload is a 'built-in' extension on Win32.Sebastian Bergmann2002-03-211-1/+0
|
* add new ini item for fastcgiShane Caraveo2002-03-181-0/+7
|
* add stuff here also.Shane Caraveo2002-03-011-0/+15
|
* Drop this default to 12 to avoid some of the .000000000000001 questions.Rasmus Lerdorf2002-02-271-1/+1
| | | | | | I can't imagine much of a BC issue, and we aren't changing existing php.ini files anyway. If someone can think of a problem with this, please speak up
* Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to ↵Sebastian Bergmann2002-02-081-0/+1
| | | | php.ini-*.
* register_globals=off is defualt for 4.2.0Yasuo Ohgaki2002-02-051-1/+1
|
* Added "pgsql.auto_reset_persistent" ini entry to catch broken connectionYasuo Ohgaki2002-01-251-0/+3
| | | | | | always with pg_pconnect(). (Default Off in source and php.ini-*) This option requires a little overhead for pg_pconnect().
* Corrected a confusing comment (see bug #14972)Marko Karppinen2002-01-241-1/+1
|
* Fixing spelling error in FrontBase sectionFrank M. Kromann2002-01-231-1/+1
|
* Make it more clear what session.referer_check is about.foobar2001-12-051-0/+2
|
* - Adding a callback mechanism to the unserializer. (patch by BerndDerick Rethans2001-11-261-0/+9
| | | | | | Roemer <berndr@bonn.edu>) #- An explainatory e-mail will be send to php-dev
* Nuke ext/sablot entries.Sebastian Bergmann2001-11-261-1/+0
|
* Added missing ini directive: always_populate_raw_po st_datafoobar2001-11-241-0/+2
|
* Add php_w32api.dllSebastian Bergmann2001-11-081-0/+1
|
* Synch with persistant -> persistent changes to ext/fbsql.Sebastian Bergmann2001-10-311-1/+1
|
* - Prevent PHP from starting if output_handler is set andfoobar2001-10-271-0/+3
| | | | | | zlib.output_compression is on - Added notes to the bundled php.ini files about this.
* Add php_overload.dll.Sebastian Bergmann2001-10-181-0/+1
|
* Fix typo - comment is ; not 'Stanislav Malyshev2001-10-031-1/+1
|
* revert bad commitfoobar2001-09-051-9/+0
|
* Add random number generator-entry to INI-filesJeroen van Wolffelaar2001-08-251-0/+7
|
* Update hostnameJohn Donagher2001-08-141-2/+2
|
* - Update php.ini-distZeev Suraski2001-08-111-1/+3
| | | | | - Sync php.ini-recommended with php.ini-dist
* Start pushing register_globals annihilationZeev Suraski2001-08-111-1/+11
|
* fix a few typosAnil Madhavapeddy2001-08-111-4/+4
|
* Added missing entries.foobar2001-08-091-0/+16
|
* let ext\shmop build under win32Daniel Beulshausen2001-08-071-0/+2
|