Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_1'.php-4.0.1 | SVN Migration | 2000-06-28 | 3 | -277/+0 |
| | |||||
* | version update | Andi Gutmans | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | I'm not sure whether this is necessary or not. Is it guarenteed that ↵ | Zeev Suraski | 2000-06-28 | 1 | -1/+3 |
| | | | | | | | get_module_conf() will always return a value? Even if there were no relevant directives at all? | ||||
* | - Fix problem with VIRTUAL_DIR and relative paths containing .. | Andi Gutmans | 2000-06-28 | 1 | -3/+24 |
| | |||||
* | Added note about creating PDF documents in memory. | Joey Smith | 2000-06-28 | 1 | -2/+6 |
| | | | | | This is not quite complete, due to a bug in pdflib 3.0. | ||||
* | ChangeLog update | 2000-06-28 | 1 | -0/+80 | |
| | |||||
* | NEWS update | 2000-06-28 | 1 | -0/+1 | |
| | |||||
* | Cosmetic name change | Sascha Schumann | 2000-06-27 | 1 | -1/+1 |
| | |||||
* | # Forgot this... | Jouni Ahto | 2000-06-27 | 1 | -4/+0 |
| | |||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 4 | -39/+0 |
| | |||||
* | - Limit lines to 80 chars | Zeev Suraski | 2000-06-27 | 1 | -24/+27 |
| | | | | | | - Let people know they don't have to use the ISAPI filter if they don't need HTTP authenatication | ||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 5 | -0/+43 |
| | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
* | Fixed a bug in opendir(), which prevented readdir() from working properly if | Zeev Suraski | 2000-06-27 | 2 | -13/+31 |
| | | | | | the $dir argument wasn't explicitly specified | ||||
* | Revert the sendmail.c patch - it uses 4 different variables that aren't ↵ | Zeev Suraski | 2000-06-27 | 1 | -30/+12 |
| | | | | | | | defined, and breaks the Win32 build | ||||
* | - Fix bug with VIRTUAL_DIR, .., and symlinks. | Andi Gutmans | 2000-06-27 | 1 | -0/+12 |
| | |||||
* | Use [\]n to refer to the two characters '\' and 'n'. This is the correct way | Sascha Schumann | 2000-06-27 | 1 | -2/+2 |
| | | | | | | | according to SUS II. PR: #5212 | ||||
* | should now get multiple To: and Cc: recievers right | Hartmut Holzgraefe | 2000-06-27 | 1 | -12/+30 |
| | | | | | (code taken from php3 version) | ||||
* | (pg_loreadall) Was using zval ** but forgot to convert to use | Jouni Ahto | 2000-06-27 | 1 | -1/+1 |
| | | | | | zend_get_parameters_ex(). Fixes #5244. | ||||
* | add Java as a valid package | Sam Ruby | 2000-06-27 | 2 | -0/+24 |
| | |||||
* | defer loading of the native code | Sam Ruby | 2000-06-27 | 1 | -2/+6 |
| | |||||
* | (fgetcsv) fixed leak | Thies C. Arntzen | 2000-06-27 | 1 | -0/+1 |
| | |||||
* | @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil) | Thies C. Arntzen | 2000-06-27 | 1 | -1/+1 |
| | |||||
* | - Made discard-path work again | Andi Gutmans | 2000-06-27 | 1 | -0/+1 |
| | |||||
* | ChangeLog update | 2000-06-27 | 1 | -0/+134 | |
| | |||||
* | Removed 8KB limit on line length of the file() function | Zeev Suraski | 2000-06-26 | 2 | -7/+38 |
| | |||||
* | - Disabled dl() when PHP is being used as a module inside a multithreaded web | Zeev Suraski | 2000-06-26 | 2 | -1/+10 |
| | | | | | server - it didn't work before, and caused weird results (Zeev) | ||||
* | - Don't depend on USE_PATH being equal to 1. Use #define value | Andi Gutmans | 2000-06-26 | 1 | -4/+4 |
| | |||||
* | Add missing enable_dl | Zeev Suraski | 2000-06-26 | 3 | -0/+13 |
| | |||||
* | Support boolean NOT in the php.ini processor | Zeev Suraski | 2000-06-26 | 2 | -3/+7 |
| | |||||
* | Make it possible to detect whether we're thread safe or not from PHP scripts ↵ | Zeev Suraski | 2000-06-26 | 3 | -6/+11 |
| | | | | | | | and the php.ini file | ||||
* | Separate plain name returned by php_sapi_module() and pretty name | Andrei Zmievski | 2000-06-26 | 12 | -9/+20 |
| | | | | | used for output. | ||||
* | Fixed some protos. | Egon Schmid | 2000-06-26 | 1 | -7/+7 |
| | |||||
* | - Pray this is an OK fix for the DISCARD_PATH junk | Andi Gutmans | 2000-06-26 | 1 | -0/+4 |
| | |||||
* | - Please NEVER copy fopen_wrappers.c functions to modules. They are ugly | Zeev Suraski | 2000-06-26 | 1 | -118/+5 |
| | | | | | | | | | - enough as is and need cleaning up. Duplicating the mess makes things just - worse and prevents bug fixes in the functions from propogating throughout - PHP. - This fix is untested so someone who uses zlib, please test it and report - back. | ||||
* | Make exec() fwork on Unix again | Stanislav Malyshev | 2000-06-26 | 1 | -0/+8 |
| | |||||
* | TRACK_VARS is really no longer necessary... | Zeev Suraski | 2000-06-26 | 3 | -14/+0 |
| | |||||
* | max_execution_time is no longer UNIX only... | Zeev Suraski | 2000-06-26 | 3 | -3/+3 |
| | |||||
* | Right name for the function persist_alloc | Stanislav Malyshev | 2000-06-26 | 1 | -1/+1 |
| | |||||
* | - Fix bug in virtual dir under Windows when using absolute paths without | Zeev Suraski | 2000-06-26 | 1 | -1/+1 |
| | | | | | - drive letter | ||||
* | - Try two in fixing the problem with memory leaks reporting path_translated | Andi Gutmans | 2000-06-26 | 1 | -4/+6 |
| | |||||
* | - Fix problem with filename being freed before possible memory leaks are | Zeev Suraski | 2000-06-26 | 1 | -1/+7 |
| | | | | | - reported by the memory manager | ||||
* | - Add another "\n" at the end of error messages. | Andi Gutmans | 2000-06-26 | 1 | -2/+2 |
| | |||||
* | - Fixed another missing test for existing functions in libgd. | Jouni Ahto | 2000-06-26 | 2 | -1/+2 |
| | | | | | # This too should go in 4.0.1 if just possible. | ||||
* | Make max_execution_time work properly when set to 0 under Win32 (disable) | Zeev Suraski | 2000-06-26 | 1 | -1/+5 |
| | |||||
* | Corrected a syntax error: Macro requires braces. | Kristian Köhntopp | 2000-06-26 | 1 | -2/+3 |
| | |||||
* | Added function php_sapi_name() as written by Stefan Livieratos. | Kristian Köhntopp | 2000-06-26 | 3 | -0/+14 |
| | |||||
* | ignore libs.mk | Andrei Zmievski | 2000-06-26 | 0 | -0/+0 |
| | |||||
* | Fix up news. | Andrei Zmievski | 2000-06-26 | 1 | -4/+4 |
| | |||||
* | If we freed it, we might not touch it | Stanislav Malyshev | 2000-06-26 | 1 | -1/+2 |
| | | | | | | | # BTW, this is not a real fix - we still might use it # when reporting memory leaks, but at least we won't reference # unitialized memory | ||||
* | - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found. | Jouni Ahto | 2000-06-26 | 2 | -2/+3 |
| | | | | | | | - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. # This really should go into 4.0.1 or we'll get a lot of complaints from # people using older versions of gd (because it still supports gif). |