| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Colin Viebrock | 2000-04-19 | 2 | -193/+618 |
| | | |||||
| * | Support E_USER_* error types | Zeev Suraski | 2000-04-19 | 1 | -0/+9 |
| | | |||||
| * | Corrected some protos. | Egon Schmid | 2000-04-18 | 1 | -7/+6 |
| | | |||||
| * | Document the ob_*() functions | Zeev Suraski | 2000-04-18 | 1 | -0/+16 |
| | | |||||
| * | Undefine HAVE_*_R, so that we get our replacements | Sascha Schumann | 2000-04-16 | 1 | -0/+7 |
| | | |||||
| * | - PHP_FOPEN -> V_FOPEN | Andi Gutmans | 2000-04-15 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary argument | Zeev Suraski | 2000-04-15 | 1 | -1/+1 |
| | | |||||
| * | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 6 | -26/+26 |
| | | |||||
| * | Forgot to commit the php4 fixes | Zeev Suraski | 2000-04-15 | 2 | -1/+3 |
| | | |||||
| * | Make error_prepend_string and error_append_string work | Rasmus Lerdorf | 2000-04-14 | 2 | -0/+5 |
| | | | | | | @Make error_prepend_string and error_append_string work | ||||
| * | Undo bogus commit | Rasmus Lerdorf | 2000-04-14 | 1 | -1/+1 |
| | | |||||
| * | I don't see why this should be gcc dependant and this fixes bugs 4140 | Rasmus Lerdorf | 2000-04-14 | 1 | -1/+1 |
| | | | | | | and 4143 | ||||
| * | - Turn off VIRTUAL_DIR by default | Andi Gutmans | 2000-04-11 | 2 | -2/+2 |
| | | |||||
| * | Fix another missing opened_path assignment | Zeev Suraski | 2000-04-10 | 1 | -3/+11 |
| | | |||||
| * | - Try and resolve the problem with current working directories not being | Andi Gutmans | 2000-04-10 | 3 | -1/+13 |
| | | | | | | set to the script directory | ||||
| * | - Don't need to extern functions | Andi Gutmans | 2000-04-09 | 5 | -9/+34 |
| | | | | | | - Use virtual_file_ex() in expand_filepath() | ||||
| * | - Make all CVS users use the new virtual dir support. | Andi Gutmans | 2000-04-08 | 1 | -2/+0 |
| | | | | | | Will probably disable this for the release. | ||||
| * | Add a missing expand_filepath() | Zeev Suraski | 2000-04-07 | 1 | -3/+13 |
| | | |||||
| * | - Fix const declaratirs in virtual cwd | Zeev Suraski | 2000-04-07 | 2 | -10/+10 |
| | | | | | | | @- Fixed a problem in include_once() with non constant arguments (Andi & Zeev, @ Zend Engine) | ||||
| * | - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it | Andi Gutmans | 2000-04-07 | 1 | -0/+3 |
| | | | | | | should always be enabled. | ||||
| * | - Add wddx support to the default build | Andi Gutmans | 2000-04-07 | 2 | -1/+3 |
| | | |||||
| * | Update the PHP logo | Zeev Suraski | 2000-04-05 | 1 | -492/+190 |
| | | |||||
| * | - Not needed anymore | Andi Gutmans | 2000-04-05 | 1 | -1/+0 |
| | | |||||
| * | - More fixes | Andi Gutmans | 2000-04-05 | 1 | -4/+12 |
| | | |||||
| * | - Fix | Andi Gutmans | 2000-04-05 | 1 | -4/+1 |
| | | |||||
| * | Prettying up the output of phpinfo(). Someone has to tell me how | Colin Viebrock | 2000-04-05 | 1 | -6/+7 |
| | | | | | | | | | | to get a new .gif logo in there, and why the ZEND_DEBUG output is causing seg faults. I also need to go through all the modules and fix up the output they create. | ||||
| * | Fix a problem with the virtual directory mechanism (corruption of the ↵ | Zeev Suraski | 2000-04-05 | 2 | -18/+28 |
| | | | | | filenames to open) | ||||
| * | - fopen and ZTS fixes | Andi Gutmans | 2000-04-03 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Zeev Suraski | 2000-04-02 | 1 | -1/+1 |
| | | |||||
| * | @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to | Zeev Suraski | 2000-04-02 | 1 | -1/+8 |
| | | | | | | | @ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev) - Changed IMAP Win32 definitions | ||||
| * | - Create dtor function | Andi Gutmans | 2000-04-02 | 3 | -2/+19 |
| | | |||||
| * | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 3 | -0/+21 |
| | | |||||
| * | - A bit more cleanups. | Andi Gutmans | 2000-04-02 | 1 | -16/+20 |
| | | | | | | | - Need to implement virtual_chdir_file() to replace chdir_file() in sapi/apache so that we can start testing apache and debug it. | ||||
| * | - Virtual cwd compiles now (need to uncomment #define in php.h for it to | Andi Gutmans | 2000-04-02 | 3 | -1/+7 |
| | | | | | | | be enbaled right now). It seems to work very basic stuff | ||||
| * | - Move to new Zend macros | Andi Gutmans | 2000-04-01 | 2 | -14/+11 |
| | | |||||
| * | - PHP_WIN32 is not defined here use ZEND_WIN32 | Andi Gutmans | 2000-04-01 | 2 | -6/+6 |
| | | |||||
| * | - More virtual_cwd work | Andi Gutmans | 2000-04-01 | 2 | -3/+25 |
| | | |||||
| * | - Make php_virtual_cwd compile | Andi Gutmans | 2000-04-01 | 2 | -0/+17 |
| | | |||||
| * | - Need zend.h for ZTS | Andi Gutmans | 2000-04-01 | 1 | -0/+2 |
| | | |||||
| * | - | Andi Gutmans | 2000-04-01 | 1 | -1/+0 |
| | | |||||
| * | - Intermediate commit | Andi Gutmans | 2000-04-01 | 2 | -26/+82 |
| | | |||||
| * | Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.) | Sascha Schumann | 2000-04-01 | 1 | -1/+1 |
| | | |||||
| * | @- Fix a problem when dealing with large POST blocks in CGI mode | Zeev Suraski | 2000-04-01 | 2 | -8/+8 |
| | | |||||
| * | - This shouldn't do any harm and might fix a problem with Win32 | Andi Gutmans | 2000-03-31 | 1 | -1/+1 |
| | | |||||
| * | Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth) | Zeev Suraski | 2000-03-31 | 1 | -1/+0 |
| | | |||||
| * | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -0/+2 |
| | | | | | | for Apache. | ||||
| * | - Baby steps... Use PHP_FOPEN() | Andi Gutmans | 2000-03-30 | 3 | -10/+10 |
| | | |||||
| * | - Use PHP_CHDIR() | Andi Gutmans | 2000-03-30 | 1 | -1/+1 |
| | | |||||
| * | - Fix another bug in session.c | Andi Gutmans | 2000-03-30 | 4 | -5/+15 |
| | | | | | | - Start using the new PHP_GETCWD() and co. macros | ||||
| * | kill warning | Sascha Schumann | 2000-03-30 | 1 | -1/+1 |
| | | |||||
