summaryrefslogtreecommitdiff
path: root/php.ini-optimized
Commit message (Collapse)AuthorAgeFilesLines
* 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/+7
| | | | | | - 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
* 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-3/+2
| | | | | | | - 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/+3
|
* Advise people to use error logging instead of error displaying on production ↵Zeev Suraski2000-08-261-1/+8
| | | | web sites
* Delete this suggestion as it was leading newbie users to use this fileRasmus Lerdorf2000-08-211-1/+1
| | | | | | without understanding what they were doing. Experienced users will find and use this file on their own.
* 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
* 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/+4
|
* max_execution_time is no longer UNIX only...Zeev Suraski2000-06-261-1/+1
|
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-0/+2
| | | | | @- Implemented max_execution_time under Win32 (Zeev)
* - Added disable_functions php.ini supportZeev Suraski2000-05-291-0/+8
| | | | | - Fixed Win32 build
* Fix register_argc_argv entry.Sascha Schumann2000-05-101-2/+2
| | | | | Submitted by: André Langhorst <A.Langhorst@itbnet.de>
* Support E_USER_* error typesZeev Suraski2000-04-191-0/+3
|
* *** empty log message ***Zeev Suraski2000-04-071-1/+4
|
* @- Added php.ini-optimized (Zeev)Zeev Suraski2000-04-071-0/+389