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
Zeev Suraski
86a19f4714
Add the complement to the putenv() security
26 years ago
Zeev Suraski
5540028340
@- Added the ability to prevent the user from overriding certain environment
@ variables in Safe Mode (Zeev)
- Finished work, more or less
26 years ago
Zeev Suraski
99f079a349
- A few fixes
- Added register_argv_argc directive to allow disabling of argv/argc
26 years ago
Zeev Suraski
9ab35ae393
Tried to centralize global variable registration as much as possible:
- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment and server variables. Setting
register_globals to Off will now also prevent registration of the
environment and server variables into the global scope (Zeev)
- Renamed gpc_globals to register_globals (Zeev)
- Introduced variables_order that deprecates gpc_order, and allows control
over the server and environment variables, in addition to GET/POST/Cookies
(Zeev)
26 years ago
Zeev Suraski
24156db252
@- Added implicit_flush INI directive (Zeev)
26 years ago
Zeev Suraski
af925f0a14
- Beef up the INI file reader - it now supports PHP constants, as well as
bitwise operators on them (no more error_reporting = 7, from now on you
can use error_reporting = E_ALL & ~E_NOTICE
@- Improved the php.ini reader to support constants and bitwise operators (Zeev)
26 years ago
Zeev Suraski
d8000684bf
- Implement ability to turn off support for call-time pass by reference
26 years ago
Sascha Schumann
591cdd1cfb
Reformat ini entries and add new options (cache_limiter, cache_expire).
26 years ago
Thies C. Arntzen
7b7192dda3
added assert.quiet_eval plus a bit of cleaning (docs to follow!)
26 years ago
Thies C. Arntzen
2f7693963d
@- Added support for a C-like assert() function. (Thies)
26 years ago
Nick Gorham
2df67b7c9e
Added check in the ODBC module that a connection is still valid before
26 years ago
Frank M. Kromann
cc5304a9d9
Adding default mssql ini-setings
27 years ago
Sascha Schumann
a4ff16dd68
- set default path for cookie to the root directory ("/")
- complete session documentation in php.ini-dist
27 years ago
Andrei Zmievski
1fd576485f
Added new session configuration directives.
# Sascha, please document them here.
27 years ago
Sascha Schumann
23882d31c4
Add session.use_cookies option
27 years ago
Zeev Suraski
7afbcb4fef
Rename allow_builtin_links to expose_php
27 years ago
Zeev Suraski
15fee4d3a6
- Seriously optimize and clean php_parse_gpc_data()
- Added gpc_globals directive to turn global definitions of GPC variables on/off
(untested)
27 years ago
Zeev Suraski
7e250d06f5
Add output_buffering directive
27 years ago
Zeev Suraski
58e24ac18a
- Add PHP Modules workspace
- Get the MySQL module to compile&work under thread-safe Win32
- Fix various thread safety issues with dynamic modules
27 years ago
Zeev Suraski
1e6c159422
Built-in phpinfo() links are now turned off by default. They can be
turned on using the allow_builtin_links INI directive
27 years ago
Sascha Schumann
e5cfc70f7d
add session config to php.ini and adapt the naming scheme for it
27 years ago
Andi Gutmans
5fc8562b5d
*** empty log message ***
27 years ago
Zeev Suraski
aceaabceff
PHP 4.0
27 years ago