| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #16880. Added an ini option max_input_time that allows the user | Ilia Alshanetsky | 2002-10-21 | 1 | -0/+1 |
| | | | | | | to specify how much time a script may spend parsing input data (POST, GET, etc..). | ||||
| * | Add note for short_open_tag | Yasuo Ohgaki | 2002-10-17 | 1 | -1/+6 |
| | | | | | | # Assuming no objection for adding note in the manual. | ||||
| * | Emphasize a couple of points | Sascha Schumann | 2002-10-09 | 1 | -4/+6 |
| | | |||||
| * | - Document correct default | Derick Rethans | 2002-10-08 | 1 | -1/+1 |
| | | |||||
| * | - Do not change those from the default in Zend/zend_highlight.h | Derick Rethans | 2002-10-08 | 1 | -6/+6 |
| | | |||||
| * | Document session.save_path option in php.ini | Colin Viebrock | 2002-10-07 | 1 | -0/+17 |
| | | |||||
| * | move gc_maxlifetime one up | Sascha Schumann | 2002-10-03 | 1 | -7/+7 |
| | | |||||
| * | Add new session options | Sascha Schumann | 2002-10-03 | 1 | -1/+14 |
| | | |||||
| * | on -> On | Yasuo Ohgaki | 2002-09-25 | 1 | -1/+1 |
| | | |||||
| * | add note about url_rewriter.tags | Sascha Schumann | 2002-09-25 | 1 | -0/+5 |
| | | |||||
| * | We are about to enter 2003, sending two-digit years does not make too | Sascha Schumann | 2002-09-25 | 1 | -2/+3 |
| | | | | | | | much sense anymore. According to an article from '98, only Netscape 3.x was affected anyway. | ||||
| * | Fix #13472 by making it possible to append the <input> stuff after | Sascha Schumann | 2002-09-25 | 1 | -6/+6 |
| | | | | | | <fieldset> for xhtml compliance. | ||||
| * | Implement a default_socket_timeout and auto_detect_line_endings ini options. | Wez Furlong | 2002-09-23 | 1 | -1/+10 |
| | | | | | | Also move user_agent from BG to FG. | ||||
| * | add the user_agent ini option. | Sterling Hughes | 2002-09-07 | 1 | -0/+3 |
| | | |||||
| * | Fixed mbstring.func_overload description. | Yasuo Ohgaki | 2002-09-04 | 1 | -2/+7 |
| | | |||||
| * | Added mbstring.encoding_translation to php.ini-dist|recommended | Yasuo Ohgaki | 2002-09-03 | 1 | -0/+7 |
| | | |||||
| * | Per discussion on #php.bugs (+1 from at least Derick and Jani), revert ↵ | Sebastian Bergmann | 2002-09-01 | 1 | -8/+0 |
| | | | | | double_buffering. | ||||
| * | Remove relic from PHP3 days which is not useful anymore. | foobar | 2002-08-24 | 1 | -3/+0 |
| | | |||||
| * | add allow_webdav_methods as option | Christian Stocker | 2002-08-22 | 1 | -0/+6 |
| | | |||||
| * | speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc | Marcus Boerger | 2002-08-20 | 1 | -1/+1 |
| | | |||||
| * | speling - thanks derick | Marcus Boerger | 2002-08-20 | 1 | -1/+1 |
| | | |||||
| * | note about double_buffering | Marcus Boerger | 2002-08-20 | 1 | -0/+8 |
| | | |||||
| * | Add warning about atime requirement for session gc | Rasmus Lerdorf | 2002-08-17 | 1 | -0/+3 |
| | | |||||
| * | Added trans_sid security risk examples. | Yasuo Ohgaki | 2002-08-14 | 1 | -2/+8 |
| | | |||||
| * | docref_root and docref_ext for php_error_docref() | Marcus Boerger | 2002-08-13 | 1 | -0/+9 |
| | | | | | | | @Added clickable error messages that direct to a page describing the @error or function causing the error in detail. (Yasuo, Wez, Marcus) | ||||
| * | Changed my mind. | Yasuo Ohgaki | 2002-08-11 | 1 | -8/+10 |
| | | | | | | | | Let users decided whether users want larger chunk size or not. @ Changed zlib.output_compression behavior. If larger chunk is preferred, enable output_buffering also. (Marcus, Yasuo) | ||||
| * | Improved handling of output buffers (see news)\n#No trim for the string ↵ | Marcus Boerger | 2002-08-09 | 1 | -1/+7 |
| | | | | | parameter... | ||||
| * | Move unserialize_callback_func description a little | Yasuo Ohgaki | 2002-08-09 | 1 | -9/+9 |
| | | |||||
| * | Added note for output_handler usage. (with Marcus and Adam's fix) | Yasuo Ohgaki | 2002-08-09 | 1 | -3/+9 |
| | | |||||
| * | -add & document ini settings for exif | Marcus Boerger | 2002-07-28 | 1 | -0/+13 |
| | | |||||
| * | This option should be left enabled by default by mistake. | Yasuo Ohgaki | 2002-07-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | --enable-trans-sid option is removed and this option should be disabled by default in php.ini. 1) It's insecure by nature 2) It may not work well always 3) It wasn't enabled by default used be 4) It risks security and user should enable it after realizing it's security risks. | ||||
| * | Move down open_basedir description. | Yasuo Ohgaki | 2002-07-18 | 1 | -8/+7 |
| | | |||||
| * | Fixed open_basedir note - thanks to Sander. I also notice I have to modify ↵ | Yasuo Ohgaki | 2002-07-17 | 1 | -1/+1 |
| | | | | | pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard. | ||||
| * | Added note for open_basedir | Yasuo Ohgaki | 2002-07-17 | 1 | -0/+1 |
| | | |||||
| * | Added php.ini option "mysql_connection.timeout" | Georg Richter | 2002-07-16 | 1 | -0/+3 |
| | | |||||
| * | added mbstring.language option in ext/mbstring. | Rui Hirokawa | 2002-07-11 | 1 | -0/+3 |
| | | |||||
| * | - Implement Andrei's request for disabling memory leak reporting in debug | Derick Rethans | 2002-06-26 | 1 | -0/+5 |
| | | | | | | | builds. #- Andrei: I can show you the logs :) | ||||
| * | - List new session.use_only_cookies option. | Markus Fischer | 2002-06-16 | 1 | -0/+3 |
| | | |||||
| * | Adding ini setting for max_procs | Frank M. Kromann | 2002-06-10 | 1 | -0/+3 |
| | | |||||
| * | Update cracklib path and comment it out (thanks to Urs Gehrig for the hint) | Sander Roobol | 2002-06-01 | 1 | -1/+1 |
| | | |||||
| * | It's get_cfg_var() not cfg_get_var() | Sander Roobol | 2002-05-19 | 1 | -1/+1 |
| | | |||||
| * | Adding ini setting that allows the MSSQL extension to use NT authentication | Frank M. Kromann | 2002-05-09 | 1 | -0/+3 |
| | | |||||
| * | # Since Jani seems to have us all on /ignore, I'm reverting | Rasmus Lerdorf | 2002-04-27 | 1 | -1/+1 |
| | | |||||
| * | Default setting for short_open_tag is better be Off. | foobar | 2002-04-26 | 1 | -1/+1 |
| | | |||||
| * | Added mbstring.func_overload directive | Yasuo Ohgaki | 2002-04-19 | 1 | -0/+8 |
| | | |||||
| * | Remove gargabe | Yasuo Ohgaki | 2002-04-19 | 1 | -1/+1 |
| | | |||||
| * | Added description to mbstring ini entries | Yasuo Ohgaki | 2002-04-19 | 1 | -1/+12 |
| | | |||||
| * | new ini setting log_errors_max_len | Marcus Boerger | 2002-04-10 | 1 | -0/+4 |
| | | | | | | | @-New ini setting log_errors_max_len controls maximum length for error @ messages. Set it to 0 for infinite. Default is 1024 (old behaviour) (Marcus) | ||||
| * | Removed relics from PHP3. | foobar | 2002-04-07 | 1 | -6/+0 |
| | | |||||
| * | Added pgsql.ignore_notice and pgsql.log_notice ini entry. | Yasuo Ohgaki | 2002-04-07 | 1 | -0/+7 |
| | | |||||
