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
Harald Radi
d9c1247c86
added new com entries
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
Daniel Beulshausen
26f85bbbe7
add printer ext to php.ini & maintain extensions file
25 years ago
foobar
c34d2b91da
Added new configuration directives:
arg_separator.input and arg_separator.output
25 years ago
Harald Radi
21d00778e5
added [com] section
25 years ago
Zeev Suraski
d7e17582da
Update .ini's and NEWS
25 years ago
Daniel Beulshausen
7357ee8fa4
rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension
25 years ago
Jon Parise
175cf6b08a
Make this comment readable.
25 years ago
foobar
b0adbf8aff
Added the arg_separator directive.
25 years ago
Frank M. Kromann
ad17d8f0a4
The ODBC extension looks for settings named odbc. and not uodbc.
25 years ago
Daniel Beulshausen
d5af60ca2f
update win32 extension section
25 years ago
Frank M. Kromann
67f66b32c0
Adding php.ini value to set default batch size for mssql extension
25 years ago
Zeev Suraski
0f7f5c2c0e
- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive
25 years ago
Frank M. Kromann
1bf216ca57
Adding textlimit and textsize parameters to MSSQL sections
26 years ago
Chris Vandomelen
0e705a5f60
Added new INI entries to default php.ini files.
26 years ago
foobar
adb12b50b5
url_rewriter.tags needs to have " around the parameter to work.
26 years ago
Hartmut Holzgraefe
cae27179ce
fopen wrappers cleanup
- 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
26 years ago
Sebastian Bergmann
8520f94796
Removed obsolete entries from php.ini.
26 years ago
Hénot David
409e2e7e98
Changed the php.ini examples to match the names in the source code.
26 years ago
Daniel Beulshausen
119ad66740
- a comma sneaked in before the java extension
- added the java configuration section
#can you please add the setting for *nix as well?
26 years ago
Daniel Beulshausen
0f22953a67
added note about odbc support and changed to the appropriate names of the windows extensions
26 years ago
Zeev Suraski
b7ecaacd07
More security-related (control) patches:
- 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).
26 years ago
Zeev Suraski
eb32144902
- Remove track_vars - it is now always on
- Make the various $HTTP_*_VARS[] arrays be defined always,
even if they're empty
- Fix Win32 build and warnings
26 years ago
Sterling Hughes
ade2c31625
Add the session.use_trans_sid option to php.ini file.
26 years ago
Zeev Suraski
6a8440fb70
Advise people to use error logging instead of error displaying on production web sites
26 years ago
Rasmus Lerdorf
6d7cc46e38
Delete this suggestion as it was leading newbie users to use this file
without understanding what they were doing. Experienced users will find
and use this file on their own.
26 years ago
David Croft
08c6773691
renamed ini section, quoted default host and tabulated.
# 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
26 years ago
Hartmut Holzgraefe
b04a02660e
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)
26 years ago
John Donagher
e9427bc078
# Added example entries for the pfpro extension to the php.ini templates
26 years ago
Hénot David
15ff1d211b
Added extension ii for Ingres II native support.
@- Added extension ii for Ingres II native support. See README in ext/ii
@ directory. (David H)
26 years ago
Zeev Suraski
2c94141b12
Add missing enable_dl
26 years ago
Zeev Suraski
0beee41fc6
max_execution_time is no longer UNIX only...
26 years ago
Zeev Suraski
f29eae1302
Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)
26 years ago
Zeev Suraski
7213c743f0
- Added disable_functions php.ini support
- Fixed Win32 build
26 years ago
Sascha Schumann
ee3c06a533
Fix register_argc_argv entry.
Submitted by: André Langhorst <A.Langhorst@itbnet.de>
26 years ago
Zeev Suraski
9cbcade6c9
Support E_USER_* error types
26 years ago
Zeev Suraski
83252f57b6
*** empty log message ***
26 years ago
Zeev Suraski
982f4b525c
@- Added php.ini-optimized (Zeev)
26 years ago
Rasmus Lerdorf
c32e09f791
As it turns out, there are some browsers that can't handle default
charsets. I think forcing this on is going to cause us a lot of headache,
so turn it off by default.
@ Don't default to iso-8859-1 since this confuses some browsers
26 years ago
Rasmus Lerdorf
82aa0d1404
Leave sendmail_path commented out to pick up compiled-in default
26 years ago
Zeev Suraski
70bd8c71b5
Fix spelling
26 years ago
Zeev Suraski
88b31ecb28
@- The string None is now recognized as a keyword by the php.ini processor, and
@ can be used to denote an empty string (Zeev)
- Added None keyword support to the INI parser
- Removed specialized "none" code
26 years ago
Stig Bakken
d23e5d837a
@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.
26 years ago
Andrei Zmievski
7a22bb09d7
Revert the y2k ini patches.
# Adam's right, it shouldn't be here
26 years ago
Kristian Köhntopp
8481cdf62f
Set y2k_compliance to "On" by default, as we do have y2k now.
26 years ago
Zeev Suraski
3d297cfe81
*** empty log message ***
26 years ago
Andrei Zmievski
9d34140191
Add default registration of server vars.
# Zeev, what the hell is 'B'?
26 years ago