Sander Roobol
4e8f9e2585
Added crack extension to php.ini-*
25 years ago
Sean Bright
9fa1dd317d
Fix typo.
25 years ago
Sebastian Bergmann
f6102f7300
ext/overload is a 'built-in' extension on Win32.
25 years ago
Shane Caraveo
391fdf858e
add new ini item for fastcgi
25 years ago
Shane Caraveo
2f512dbd18
add stuff here also.
25 years ago
Rasmus Lerdorf
28b321b5e9
Drop this default to 12 to avoid some of the .000000000000001 questions.
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
25 years ago
Sebastian Bergmann
07f95b3a79
Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to php.ini-*.
25 years ago
Yasuo Ohgaki
0bf51b81bd
register_globals=off is defualt for 4.2.0
25 years ago
Yasuo Ohgaki
e19be6171f
Added "pgsql.auto_reset_persistent" ini entry to catch broken connection
always with pg_pconnect(). (Default Off in source and php.ini-*)
This option requires a little overhead for pg_pconnect().
25 years ago
Marko Karppinen
f03933bcec
Corrected a confusing comment (see bug #14972 )
25 years ago
Frank M. Kromann
55b5cb89bf
Fixing spelling error in FrontBase section
25 years ago
foobar
1d062f3f6e
Make it more clear what session.referer_check is about.
25 years ago
Derick Rethans
06cdf297a8
- Adding a callback mechanism to the unserializer. (patch by Bernd
Roemer <berndr@bonn.edu>)
#- An explainatory e-mail will be send to php-dev
25 years ago
Sebastian Bergmann
7c4daf11c0
Nuke ext/sablot entries.
25 years ago
foobar
6f5fc0be54
Added missing ini directive: always_populate_raw_po st_data
25 years ago
Sebastian Bergmann
1a082a349c
Add php_w32api.dll
25 years ago
Sebastian Bergmann
b1322f570c
Synch with persistant -> persistent changes to ext/fbsql.
25 years ago
foobar
609271e651
- Prevent PHP from starting if output_handler is set and
zlib.output_compression is on
- Added notes to the bundled php.ini files about this.
25 years ago
Sebastian Bergmann
6c5d688dee
Add php_overload.dll.
25 years ago
Stanislav Malyshev
73b5401fc9
Fix typo - comment is ; not '
25 years ago
foobar
3a044786f8
revert bad commit
25 years ago
Jeroen van Wolffelaar
820d28affe
Add random number generator-entry to INI-files
25 years ago
John Donagher
d53cb7cd2f
Update hostname
25 years ago
Zeev Suraski
90aa90b967
- Update php.ini-dist
- Sync php.ini-recommended with php.ini-dist
25 years ago
Zeev Suraski
860b591299
Start pushing register_globals annihilation
25 years ago
Anil Madhavapeddy
dc2e12253f
fix a few typos
25 years ago
foobar
2b6b6b4324
Added missing entries.
25 years ago
Daniel Beulshausen
289770bf61
let ext\shmop build under win32
25 years ago
James E. Flemer
771e3e498f
o Fixed Bug #12121 : chdir and safe_mode
- [ 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 ]
25 years ago
Rasmus Lerdorf
934e10c7dc
Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
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)
25 years ago
Rasmus Lerdorf
649d14ae79
Stick open_basedir in here
25 years ago
Harald Radi
d9c1247c86
added new com entries
25 years ago
Jon Parise
355153b4b2
Include the 'html_errors' directive.
Submitted by: "Daniel Beckham" <danbeck-cvs@dealnews.com>
25 years ago
Daniel Beulshausen
a82f4f76e8
add mbstring & xslt
25 years ago
Rui Hirokawa
f96a2539a7
added options for mbstring extension.
25 years ago
foobar
99cb747f71
Added missing configuration directive: from
which is used by fopen() to be send as the default password
25 years ago
foobar
77a1968ca5
Let's have examples here so maybe people would understand better
how to use this directive.
25 years ago
Sebastian Bergmann
b93a7db239
Fixed bug #10892 .
26 years ago
Jon Parise
c3634ff399
Comment out the 'include_path' variable by default.
# 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.
26 years ago
Daniel Beulshausen
26f85bbbe7
add printer ext to php.ini & maintain extensions file
26 years ago
foobar
c34d2b91da
Added new configuration directives:
arg_separator.input and arg_separator.output
26 years ago
Sebastian Bergmann
21cb46da23
Added php_dbx.dll.
26 years ago
Harald Radi
21d00778e5
added [com] section
26 years ago
Zeev Suraski
d7e17582da
Update .ini's and NEWS
26 years ago
Sebastian Bergmann
9be9e95f06
Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise 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... :-)
26 years ago
Sebastian Bergmann
f494aff5c3
Whitespace only.
26 years ago
Sebastian Bergmann
e4ef496ee5
Whitespace Fixes. Added another Win32 extension DLL. Removed configuration for non-existent debugger.
26 years ago
Sebastian Bergmann
1dcda7c92b
Added some more Win32 extension DLLs.
26 years ago
Colin Viebrock
138ab8eccf
While we're fixing the ini files, change these to web-safe colours
... this always bugged me :)
26 years ago
Jon Parise
102752abc2
Massive reformatting.
26 years ago