Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start pushing register_globals annihilation | Zeev Suraski | 2001-08-11 | 1 | -558/+0 |
| | |||||
* | fix a few typos | Anil Madhavapeddy | 2001-08-11 | 1 | -2/+2 |
| | |||||
* | Added missing entries. | foobar | 2001-08-09 | 1 | -0/+16 |
| | |||||
* | let ext\shmop build under win32 | Daniel Beulshausen | 2001-08-07 | 1 | -0/+2 |
| | |||||
* | o Fixed Bug #12121: chdir and safe_mode | James E. Flemer | 2001-07-13 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [ main/safe_mode.h ] added new checkuid mode: CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check fails - [ ext/standard/dir.c ] changed php_checkuid() to use CHECKUID_ALLOW_ONLY_FILE instead of CHECKUID_ALLOW_ONLY_DIR - [ main/safe_mode.c ] added code for new checkuid mode o Fixed Bug #12119: safe mode owner check can be bypassed with symlink - [ main/safe_mode.c ] use VCWD_REALPATH to resolve destination of symlink before trimming filename o New Feature: safe_mode_include_dir (php.ini directive) - Allows bypassing UID/GID checks when including files from the directory in safe_mode_include_dir and its subdirectories. (safe_mode must be on, directory must also be in include_path or full path must be used when including) o Fixed Feature: safe_mode_gid (php.ini directive) - Correctly check (and report) UID/GID bits on directories o Changed include() fall back to scripts cwd implementation - CWD added to the (local) search path in php_fopen_with_path() instead of seperate case. [ main/fopen_wrappers.c ] | ||||
* | Add getmygid() and safe_mode_gid ini directive to allow safe mode to do | Rasmus Lerdorf | 2001-07-09 | 1 | -0/+4 |
| | | | | | | | 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) | ||||
* | added new com entries | Harald Radi | 2001-06-24 | 1 | -2/+5 |
| | |||||
* | add mbstring & xslt | Daniel Beulshausen | 2001-06-11 | 1 | -0/+8 |
| | |||||
* | added options for mbstring extension. | Rui Hirokawa | 2001-06-10 | 1 | -0/+7 |
| | |||||
* | Added missing configuration directive: from | foobar | 2001-06-01 | 1 | -0/+1 |
| | | | | | which is used by fopen() to be send as the default password | ||||
* | add printer ext to php.ini & maintain extensions file | Daniel Beulshausen | 2001-04-05 | 1 | -1/+4 |
| | |||||
* | Added new configuration directives: | foobar | 2001-04-04 | 1 | -2/+8 |
| | | | | | arg_separator.input and arg_separator.output | ||||
* | added [com] section | Harald Radi | 2001-03-20 | 1 | -0/+4 |
| | |||||
* | Update .ini's and NEWS | Zeev Suraski | 2001-03-07 | 1 | -0/+4 |
| | |||||
* | rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension | Daniel Beulshausen | 2001-01-22 | 1 | -2/+1 |
| | |||||
* | Make this comment readable. | Jon Parise | 2001-01-02 | 1 | -1/+1 |
| | |||||
* | Added the arg_separator directive. | foobar | 2000-12-28 | 1 | -0/+2 |
| | |||||
* | The ODBC extension looks for settings named odbc. and not uodbc. | Frank M. Kromann | 2000-11-29 | 1 | -9/+9 |
| | |||||
* | update win32 extension section | Daniel Beulshausen | 2000-11-27 | 1 | -1/+10 |
| | |||||
* | Adding php.ini value to set default batch size for mssql extension | Frank M. Kromann | 2000-11-21 | 1 | -0/+1 |
| | |||||
* | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 1 | -0/+6 |
| | | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive | ||||
* | Adding textlimit and textsize parameters to MSSQL sections | Frank M. Kromann | 2000-10-23 | 1 | -3/+3 |
| | |||||
* | Added new INI entries to default php.ini files. | Chris Vandomelen | 2000-10-22 | 1 | -0/+3 |
| | |||||
* | url_rewriter.tags needs to have " around the parameter to work. | foobar | 2000-10-18 | 1 | -0/+2 |
| | |||||
* | fopen wrappers cleanup | Hartmut Holzgraefe | 2000-10-13 | 1 | -0/+6 |
| | | | | | | | | | - 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 | ||||
* | Removed obsolete entries from php.ini. | Sebastian Bergmann | 2000-10-06 | 1 | -2/+0 |
| | |||||
* | Changed the php.ini examples to match the names in the source code. | Hénot David | 2000-09-13 | 1 | -6/+6 |
| | |||||
* | - a comma sneaked in before the java extension | Daniel Beulshausen | 2000-09-13 | 1 | -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 Beulshausen | 2000-09-13 | 1 | -11/+27 |
| | | | | windows extensions | ||||
* | More security-related (control) patches: | Zeev Suraski | 2000-09-09 | 1 | -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 on | Zeev Suraski | 2000-09-05 | 1 | -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 Hughes | 2000-09-04 | 1 | -0/+3 |
| | |||||
* | Advise people to use error logging instead of error displaying on production ↵ | Zeev Suraski | 2000-08-26 | 1 | -1/+8 |
| | | | | web sites | ||||
* | Delete this suggestion as it was leading newbie users to use this file | Rasmus Lerdorf | 2000-08-21 | 1 | -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 Croft | 2000-08-15 | 1 | -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 Holzgraefe | 2000-08-04 | 1 | -1/+1 |
| | |||||
* | # Added example entries for the pfpro extension to the php.ini templates | John Donagher | 2000-07-24 | 1 | -0/+9 |
| | |||||
* | Added extension ii for Ingres II native support. | Hénot David | 2000-07-17 | 1 | -0/+8 |
| | | | | | | @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H) | ||||
* | Add missing enable_dl | Zeev Suraski | 2000-06-26 | 1 | -0/+4 |
| | |||||
* | max_execution_time is no longer UNIX only... | Zeev Suraski | 2000-06-26 | 1 | -1/+1 |
| | |||||
* | Move timeout code to Zend, allow Win32 timeouts | Zeev Suraski | 2000-06-16 | 1 | -0/+2 |
| | | | | | @- Implemented max_execution_time under Win32 (Zeev) | ||||
* | - Added disable_functions php.ini support | Zeev Suraski | 2000-05-29 | 1 | -0/+8 |
| | | | | | - Fixed Win32 build | ||||
* | Fix register_argc_argv entry. | Sascha Schumann | 2000-05-10 | 1 | -2/+2 |
| | | | | | Submitted by: André Langhorst <A.Langhorst@itbnet.de> | ||||
* | Support E_USER_* error types | Zeev Suraski | 2000-04-19 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-04-07 | 1 | -1/+4 |
| | |||||
* | @- Added php.ini-optimized (Zeev) | Zeev Suraski | 2000-04-07 | 1 | -0/+389 |