| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Turn off VIRTUAL_DIR by default | Andi Gutmans | 2000-04-11 | 1 | -1/+1 |
| * | - Don't need to extern functions | Andi Gutmans | 2000-04-09 | 1 | -1/+1 |
| * | - Make all CVS users use the new virtual dir support. | Andi Gutmans | 2000-04-08 | 1 | -2/+0 |
| * | - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it | Andi Gutmans | 2000-04-07 | 1 | -0/+3 |
| * | - Add wddx support to the default build | Andi Gutmans | 2000-04-07 | 1 | -1/+1 |
| * | - This version of chdir_file should be compatible with the Apache one. | Andi Gutmans | 2000-04-02 | 1 | -0/+2 |
| * | - Virtual cwd compiles now (need to uncomment #define in php.h for it to | Andi Gutmans | 2000-04-02 | 1 | -0/+2 |
| * | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -0/+2 |
| * | - Fix another bug in session.c | Andi Gutmans | 2000-03-30 | 1 | -0/+10 |
| * | - Update dsp | Zeev Suraski | 2000-03-25 | 1 | -2/+0 |
| * | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 1 | -1/+1 |
| * | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -5/+2 |
| * | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -3/+3 |
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -2/+2 |
| * | - Fix Win32 build | Andi Gutmans | 2000-03-04 | 1 | -2/+0 |
| * | Prefix some symbols with php_ | Sascha Schumann | 2000-03-04 | 1 | -0/+1 |
| * | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| * | *** empty log message *** | Zeev Suraski | 2000-02-19 | 1 | -3/+3 |
| * | Fix warnings when compiling static Apache module | Sascha Schumann | 2000-02-18 | 1 | -1/+1 |
| * | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -6/+4 |
| * | request_info.c is dead! long live SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+0 |
| * | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -48/+3 |
| * | - Little fix | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| * | - Introduce PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -4/+6 |
| * | Remove the post-startup callback support. Modules are now started only after | Zeev Suraski | 2000-01-16 | 1 | -1/+0 |
| * | - don't set php_errormsg on errors that will cause a zend_bailout(). | Thies C. Arntzen | 2000-01-15 | 1 | -0/+1 |
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| * | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 1 | -6/+0 |
| * | Typedef socklen_t, if it is not available | Sascha Schumann | 1999-12-30 | 1 | -0/+4 |
| * | Correct PHP's mime type. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 |
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -13/+13 |
| * | Provide basis for shared libraries/dlls to contain internal extensions | Sam Ruby | 1999-12-07 | 1 | -3/+3 |
| * | That one is actually supposed to have 'php3' on it - it's the PHP 3.0 compati... | Zeev Suraski | 1999-12-04 | 1 | -1/+1 |
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| * | Get Win32 to compile again | Zeev Suraski | 1999-11-27 | 1 | -0/+4 |
| * | Add reentrant versions of ctime, localtime, gmtime, asctime. | Sascha Schumann | 1999-11-26 | 1 | -0/+1 |
| * | Add post request startup handlers. These are called at the end of the | Sascha Schumann | 1999-11-17 | 1 | -0/+2 |
| * | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 1 | -4/+0 |
| * | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -0/+4 |
| * | (PHP tempnam) now uses mkstemp() if available | Stig Bakken | 1999-11-08 | 1 | -0/+4 |
| * | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -0/+1 |
| * | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -1/+1 |
| * | Update mergesort() proto. | Andrei Zmievski | 1999-10-15 | 1 | -1/+1 |
| * | Added mergesort.c from FreeBSD. | Andrei Zmievski | 1999-10-15 | 1 | -0/+2 |
| * | files are now resources, file.c is thread-safe, the le_ vars are no longer sh... | Thies C. Arntzen | 1999-10-15 | 1 | -3/+0 |
| * | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -1/+0 |
| * | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -0/+1 |
| * | Clean up the strlcat/strlcpy checks. | Stig Bakken | 1999-09-15 | 1 | -2/+2 |
| * | Add strlcpy/strlcat to the build process | Andi Gutmans | 1999-09-14 | 1 | -0/+8 |
| * | Time to do that - rename the output layer prefix | Zeev Suraski | 1999-09-12 | 1 | -6/+6 |