| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -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 |
| | | |||||
| * | new feature ignoring repeated error messages (defaults to old behaviour) | Marcus Boerger | 2002-04-06 | 1 | -0/+9 |
| | | | | | | @You can now disable logging of repeated error messages with two new ini settings ignore_repeated_errors, ignore_repeated_source. @(Marcus) | ||||
| * | 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 |
| | | | | | | | I can't imagine much of a BC issue, and we aren't changing existing php.ini files anyway. If someone can think of a problem with this, please speak up | ||||
| * | Add MSVC workspace for tokenizer extension. Add php_tokenizer.dll entries to ↵ | Sebastian Bergmann | 2002-02-08 | 1 | -0/+1 |
| | | | | | php.ini-*. | ||||
| * | 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 |
| | | | | | | | always with pg_pconnect(). (Default Off in source and php.ini-*) This option requires a little overhead for pg_pconnect(). | ||||
| * | 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 |
| | | | | | | | Roemer <berndr@bonn.edu>) #- An explainatory e-mail will be send to php-dev | ||||
| * | 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 |
| | | | | | | | zlib.output_compression is on - Added notes to the bundled php.ini files about this. | ||||
| * | 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 |
| | | |||||
| * | Add random number generator-entry to INI-files | Jeroen van Wolffelaar | 2001-08-25 | 1 | -0/+7 |
| | | |||||
| * | Update hostname | John Donagher | 2001-08-14 | 1 | -2/+2 |
| | | |||||
| * | - Update php.ini-dist | Zeev Suraski | 2001-08-11 | 1 | -1/+3 |
| | | | | | | - Sync php.ini-recommended with php.ini-dist | ||||
| * | Start pushing register_globals annihilation | Zeev Suraski | 2001-08-11 | 1 | -1/+11 |
| | | |||||
| * | fix a few typos | Anil Madhavapeddy | 2001-08-11 | 1 | -4/+4 |
| | | |||||
| * | Added missing entries. | foobar | 2001-08-09 | 1 | -0/+16 |
| | | |||||
| * | let ext\shmop build under win32 | Daniel Beulshausen | 2001-08-07 | 1 | -0/+2 |
| | | |||||
