summaryrefslogtreecommitdiff
path: root/php.ini-dist
Commit message (Collapse)AuthorAgeFilesLines
* o Fixed Bug #12121: chdir and safe_modeJames E. Flemer2001-07-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [ main/safe_mode.h ] added new checkuid mode: CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check fails - [ ext/standard/dir.c ] changed php_checkuid() to use CHECKUID_ALLOW_ONLY_FILE instead of CHECKUID_ALLOW_ONLY_DIR - [ main/safe_mode.c ] added code for new checkuid mode o Fixed Bug #12119: safe mode owner check can be bypassed with symlink - [ main/safe_mode.c ] use VCWD_REALPATH to resolve destination of symlink before trimming filename o New Feature: safe_mode_include_dir (php.ini directive) - Allows bypassing UID/GID checks when including files from the directory in safe_mode_include_dir and its subdirectories. (safe_mode must be on, directory must also be in include_path or full path must be used when including) o Fixed Feature: safe_mode_gid (php.ini directive) - Correctly check (and report) UID/GID bits on directories o Changed include() fall back to scripts cwd implementation - CWD added to the (local) search path in php_fopen_with_path() instead of seperate case. [ main/fopen_wrappers.c ]
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-091-1/+6
| | | | | | | a gid check instead of a uid check. @ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do @ a gid check instead of a uid check. (James E. Flemer, Rasmus)
* Stick open_basedir in hereRasmus Lerdorf2001-07-041-0/+8
|
* added new com entriesHarald Radi2001-06-241-0/+6
|
* Include the 'html_errors' directive.Jon Parise2001-06-191-0/+3
| | | | | Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>
* add mbstring & xsltDaniel Beulshausen2001-06-111-0/+2
|
* added options for mbstring extension.Rui Hirokawa2001-06-101-0/+7
|
* Added missing configuration directive: fromfoobar2001-06-011-0/+3
| | | | | which is used by fopen() to be send as the default password
* Let's have examples here so maybe people would understand betterfoobar2001-05-311-2/+5
| | | | | how to use this directive.
* Fixed bug #10892.Sebastian Bergmann2001-05-221-1/+2
|
* Comment out the 'include_path' variable by default.Jon Parise2001-04-061-3/+2
| | | | | | | | # Leaving it blank overrides the default include path, which contains the # PEAR directory. # The other option is to have the build system generate this file and expand # @PEAR_INSTALLDIR@ on this line to reflect the system default.
* add printer ext to php.ini & maintain extensions fileDaniel Beulshausen2001-04-051-0/+7
|
* Added new configuration directives:foobar2001-04-041-1/+6
| | | | | arg_separator.input and arg_separator.output
* Added php_dbx.dll.Sebastian Bergmann2001-03-241-0/+1
|
* added [com] sectionHarald Radi2001-03-201-0/+6
|
* Update .ini's and NEWSZeev Suraski2001-03-071-0/+5
|
* Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise ↵Sebastian Bergmann2001-03-031-1/+0
| | | | it crashes (atleast on Win32).' Me thinks: 'There should be no crash, but a warning. Anyways, remove it from php.ini-dist, so others do not run into this... :-)
* Whitespace only.Sebastian Bergmann2001-03-031-9/+9
|
* Whitespace Fixes. Added another Win32 extension DLL. Removed configuration ↵Sebastian Bergmann2001-03-031-34/+30
| | | | for non-existent debugger.
* Added some more Win32 extension DLLs.Sebastian Bergmann2001-03-031-0/+5
|
* While we're fixing the ini files, change these to web-safe coloursColin Viebrock2001-02-011-4/+4
| | | | | ... this always bugged me :)
* Massive reformatting.Jon Parise2001-02-011-304/+550
|
* rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extensionDaniel Beulshausen2001-01-221-2/+1
|
* Make this comment readable.Jon Parise2001-01-021-1/+1
|
* Added the arg_separator directive.foobar2000-12-281-0/+2
|
* The ODBC extension looks for settings named odbc. and not uodbc.Frank M. Kromann2000-11-291-9/+9
|
* update win32 extension sectionDaniel Beulshausen2000-11-271-1/+10
|
* Adding php.ini value to set default batch size for mssql extensionFrank M. Kromann2000-11-211-0/+1
|
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-0/+6
| | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive
* Adding textlimit and textsize parameters to MSSQL sectionsFrank M. Kromann2000-10-231-2/+3
|
* Added new INI entries to default php.ini files.Chris Vandomelen2000-10-221-0/+3
|
* url_rewriter.tags needs to have " around the parameter to work.foobar2000-10-181-1/+1
|
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-0/+1
| | | | | through a configuration directive
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-0/+6
| | | | | | | | | - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings
* Removed obsolete entries from php.ini.Sebastian Bergmann2000-10-061-2/+0
|
* Changed the php.ini examples to match the names in the source code.Hénot David2000-09-131-6/+6
|
* - a comma sneaked in before the java extensionDaniel Beulshausen2000-09-131-1/+8
| | | | | | - added the java configuration section #can you please add the setting for *nix as well?
* added note about odbc support and changed to the appropriate names of the ↵Daniel Beulshausen2000-09-131-11/+27
| | | | windows extensions
* Thanks, AdamZeev Suraski2000-09-121-7/+0
|
* - Made eval() and several other runtime-evaluated code portions report theZeev Suraski2000-09-121-0/+7
| | | | | nature and location of errors more accurately (Stas)
* More security-related (control) patches:Zeev Suraski2000-09-091-3/+14
| | | | | | | - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on).
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-2/+5
| | | | | | | - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings
* Add the session.use_trans_sid option to php.ini file.Sterling Hughes2000-09-041-0/+2
|
* Advise people to use error logging instead of error displaying on production ↵Zeev Suraski2000-08-261-1/+8
| | | | web sites
* renamed ini section, quoted default host and tabulated.David Croft2000-08-151-8/+9
| | | | | | | # it doesn't make sense to have the tab-width set to 4 when we're # using tabs for alignment in this case, it just makes it look screwy # in everything but emacs
* Remove mysql dllRasmus Lerdorf2000-08-061-1/+1
|
* changed default sendmail flags from '-t' to '-t -i' (bugid#5374)Hartmut Holzgraefe2000-08-041-1/+1
|
* # Added example entries for the pfpro extension to the php.ini templatesJohn Donagher2000-07-241-0/+9
|
* Added extension ii for Ingres II native support.Hénot David2000-07-171-0/+8
| | | | | | @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H)
* Add missing enable_dlZeev Suraski2000-06-261-0/+5
|