Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
MFH: Update Oracle DLL examples to match build changes
Update Oracle DLL examples to match build changes
- Fixed error levels
MFB5.3: INI options for new extions
Add ini options for the new exts
MFH: Sync oci8.default_prefetch example value with recent change
Sync oci8.default_prefetch example value with recent change
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)
Add E_USER_DEPRECATED (patch by Lars Strojny)
MFH: Add E_DEPRECATED comment
Add E_DEPRECATED comment
Removed ze1_compatibility_mode INI options
MFB: add request_order INI variable to control $_REQUEST content # if not set (default), variables_order still is used # request_order accepts G,P and C
[DOC] add request_order INI variable to control $_REQUEST content # if not set (default), variables_order still is used # request_order accepts G,P and C
MFH
new Oracle stuff
- Fix typo (see #44095)
- Fix typo (see #44095)
- Fix typo (see #44095)
MFH: - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters)
- Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters) @DOC Pierre promised to handle the manual part of this :D
- Avoid confusion.
MFH:Fix typo in fastcgi.logging option example
Fix typo in fastcgi.logging option example
MFH:- Changed "display_errors" php.ini option to accept "stderr" as value which MFH: makes the error messages to be outputted to STDERR instead of STDOUT with MFH: CGI and CLI SAPIs (FR #22839).
- Changed "display_errors" php.ini option to accept "stderr" as value which makes the error messages to be outputted to STDERR instead of STDOUT with CGI and CLI SAPIs.
Fixed default values
Fixed default values
- Add missing entry
MFH: add missing entries, these are in PHP_4_4 branch..
MFH: Mention why short_open_tags is off (bug#37068)
Mention why short_open_tags is off (bug#37068)
note on max_input_nesting_level
MFB: max_input_nesting_level
Add max_input_nesting_level
removed unused highlight.bg ini option
MFH
swap the options
MFH
add short descriptions for PCRE ini options
Fixed comments
Fixed comments
Default memory_limit value is set to 128M
Default memory_limit value is set to 128M
MFB
Updated list of available extensions in dlls. Updated oci extension ini settings. -- christopher.jones at oracle dot com
MFB: Remove bogus INI entry
Remove bogus ini entry
Gah. these werent suppost to get committed atm # Those do differ from -dist thought, if someone could write a line # or two as to why they differ I would appreciate it!
MFB: remove unused ini options
Remove unused ini options
MFB; new ini options
Add new ini options #feel free to add comments to it
MFB: typos
- Remove register_globals from the "different" section - Add allow_url_include = Off - compatability -> compatibility and other typos
Add E_RECOVERABLE
little typo (bug #38531)
MFB: Increased default memory limit to 16 megabytes to accommodate for a more accurate memory utilization measurement.
Increased default memory limit to 16 megabytes to accommodate for a more accurate memory utilization measurement.
MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values
MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values
Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values
MFB: Added support for httpOnly flag for session extension and cookie setting functions.
Added support for httpOnly flag for session extension and cookie setting functions. # Original patch by Scott MacVicar
unicode_semantics -> unicode.semantics
ze1 restoration
- ze1 cleanup (bjori) /thx
more cleanup (lingering ini settings which do not exist anymore, etc.)
So long safe_mode mode. Also removed the magic_quotes configure option, no longer relevant since the magic is gone :-).
- remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
- remove register_globals support (aka "Kill the f***ing thing" :)
MFB51: Fixed bug #36334 (Added missing documentation about realpath cache INI settings).
Fixed bug #36334 (Added missing documentation about realpath cache INI settings).
- MFB: ini entry for gd.jpeg_ignore_warning
- ini entry for gd.jpeg_ignore_warning
MFH
added new option of mbstring to php.ini
MFH - instantiated is correct
MFH - instantiated is correct
instantiated was correct
MFH: typofixes
MFH
typofixes
Fix #35730 Use correct character encoding with FreeTDS
Fix #35730 Use correct character encoding with FreeTDS
- Changed "session.use_only_cookies" to be on by default.
Add allow_url_include to let people turn on allow_url_fopen without also enabling remote code execution through url wrappers
MFH: Change max_procs to follow library standard.
MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better
Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better
- MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.
- E_STRICT is not part of E_ALL, so the lines were wrong here.
MFB51: nuke typo
nuke typo
MFB: Build PDO and SQLite as shared
Build PDO and SQLite as shared
- Add E_RECOVERABLE. #- Thought I did this before already actually...
MFH
Clean away PECled exts and added date.timezone setting
- Add unicode INI settings
fix typo
Inconsistency noticed by Nicholas Telford