| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Changed my mind. | Yasuo Ohgaki | 2002-08-11 | 1 | -8/+10 |
* | Improved handling of output buffers (see news)\n#No trim for the string param... | Marcus Boerger | 2002-08-09 | 1 | -1/+7 |
* | 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 |
* | 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 pg... | Yasuo Ohgaki | 2002-07-17 | 1 | -1/+1 |
* | 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 |
* | - 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 |
* | 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 |
* | new feature ignoring repeated error messages (defaults to old behaviour) | Marcus Boerger | 2002-04-06 | 1 | -0/+9 |
* | Added crack extension to php.ini-* | Sander Roobol | 2002-03-29 | 1 | -0/+6 |
* | Fix typo. | Sean Bright | 2002-03-26 | 1 | -1/+1 |
* | ext/overload is a 'built-in' extension on Win32. | Sebastian Bergmann | 2002-03-21 | 1 | -1/+0 |
* | add new ini item for fastcgi | Shane Caraveo | 2002-03-18 | 1 | -0/+7 |
* | add stuff here also. | Shane Caraveo | 2002-03-01 | 1 | -0/+15 |
* | Drop this default to 12 to avoid some of the .000000000000001 questions. | Rasmus Lerdorf | 2002-02-27 | 1 | -1/+1 |
* | Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to ... | Sebastian Bergmann | 2002-02-08 | 1 | -0/+1 |
* | register_globals=off is defualt for 4.2.0 | Yasuo Ohgaki | 2002-02-05 | 1 | -1/+1 |
* | Added "pgsql.auto_reset_persistent" ini entry to catch broken connection | Yasuo Ohgaki | 2002-01-25 | 1 | -0/+3 |
* | Corrected a confusing comment (see bug #14972) | Marko Karppinen | 2002-01-24 | 1 | -1/+1 |
* | Fixing spelling error in FrontBase section | Frank M. Kromann | 2002-01-23 | 1 | -1/+1 |
* | Make it more clear what session.referer_check is about. | foobar | 2001-12-05 | 1 | -0/+2 |
* | - Adding a callback mechanism to the unserializer. (patch by Bernd | Derick Rethans | 2001-11-26 | 1 | -0/+9 |
* | Nuke ext/sablot entries. | Sebastian Bergmann | 2001-11-26 | 1 | -1/+0 |
* | Added missing ini directive: always_populate_raw_po st_data | foobar | 2001-11-24 | 1 | -0/+2 |
* | Add php_w32api.dll | Sebastian Bergmann | 2001-11-08 | 1 | -0/+1 |
* | Synch with persistant -> persistent changes to ext/fbsql. | Sebastian Bergmann | 2001-10-31 | 1 | -1/+1 |
* | - Prevent PHP from starting if output_handler is set and | foobar | 2001-10-27 | 1 | -0/+3 |
* | Add php_overload.dll. | Sebastian Bergmann | 2001-10-18 | 1 | -0/+1 |
* | Fix typo - comment is ; not ' | Stanislav Malyshev | 2001-10-03 | 1 | -1/+1 |
* | revert bad commit | foobar | 2001-09-05 | 1 | -9/+0 |