summaryrefslogtreecommitdiff
path: root/php.ini-development
Commit message (Collapse)AuthorAgeFilesLines
* - duplicate entryPierre Joye2010-06-081-4/+0
|
* - [DOC] add session.entropy* support to windowsPierre Joye2010-06-081-0/+2
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-38/+0
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-19/+0
|
* Remove highlight.bg, it was removed in the old trunk and its not referenced ↵Kalle Sommer Nielsen2010-04-211-1/+0
| | | | in zend_highlight.c, meaning its not even implemented correctly in 5.3.
* Removed register_globalsKalle Sommer Nielsen2010-04-211-20/+10
|
* Fix php.ini comment typoChristopher Jones2010-04-151-1/+1
|
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ↵Kalle Sommer Nielsen2010-04-151-17/+2
| | | | ext/session)
* Removed y2k_compliance ini option, making it "always" enabled internallyKalle Sommer Nielsen2010-04-121-4/+0
| | | | - The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-121-7/+0
| | | | * Removed define_syslog_variables and its associated functions
* Set session.entropy_file to /dev/urandom or /dev/arandom byRasmus Lerdorf2010-03-311-3/+6
| | | | | default if present at compile-time. Addresses part of bug #51436
* Switch default_charset, if not specified, from ISO-8859-1 to UTF-8Rasmus Lerdorf2010-03-231-1/+1
| | | | | | I have been wanting to make this change for years, but there is a small chance of BC issues, so it shouldn't go into a minor release.
* Make sure that max_file_uploads is set to 20 by-default in all placesIlia Alshanetsky2009-11-051-1/+1
|
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-271-0/+3
| | | | | | number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion.
* MFH: document the hash name functionality available since 5.3Gwynne Raskind2009-07-171-0/+3
|
* add intl optionStanislav Malyshev2009-07-131-0/+4
|
* MFH: removed references to track_vars, since this option doesnt exist since agesLukas Smith2009-07-021-22/+18
|
* MFH Add missing ini entries (Mikko)Johannes Schlüter2009-06-281-9/+36
|
* MFH: Add ibase settingsJohannes Schlüter2009-06-281-10/+31
|
* MFH: Add two ini settings and remove ini setting which is commented out in codeJohannes Schlüter2009-06-281-3/+8
|
* MFH: fix typoJohannes Schlüter2009-06-281-1/+1
|
* MFH: Add missing MySQL entriesJohannes Schlüter2009-06-281-16/+47
|
* - Remove outdated version informationHannes Magnusson2009-06-271-4/+42
| | | | | | | - Remove no-longer-existing windows dll (there could be more..) - List missing INI directives (need to add descriptions to them and sort them correctly..)
* - win extension_dirPierre Joye2009-05-041-0/+2
|
* Implemented new shorter URLs for ini settings (ex: php.net/short-open-tag)Philip Olson2009-04-101-208/+208
|
* Fixed typoPhilip Olson2009-04-101-1/+1
|
* MFH: Mention which directives are hardcoded using the CLI SAPIHannes Magnusson2009-04-061-0/+6
|
* - update extension=Pierre Joye2009-03-261-7/+0
|
* Corrected missing comment.Eric Stewart2009-03-261-1/+1
|
* 1. Involves an mbstring setting correction regarding:Eric Stewart2009-03-231-7/+24
| | | | | | | | | | | | | http://marc.info/?l=php-cvs&m=123596904426621&w=2 2. Added mbstring.http_output_conv_mimetype directive. 3. Adds an additional comment including XOR in the list of usable bitwise operators. 4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0. 5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
* MFH: Replace old php.ini files with the new ones according toJohannes Schlüter2009-03-171-0/+1746
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)