| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Forgot one | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 |
* | This was actually intentional... put it back in and improve | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
* | Cleanups | Rasmus Lerdorf | 1999-09-04 | 1 | -2/+2 |
* | First part of the connection_status work. No user-callable functions | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+4 |
* | Add prototypes for new functions in internal_functions.c.in | Sascha Schumann | 1999-09-03 | 1 | -1/+3 |
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -6/+10 |
* | Close bug #1742 | Zeev Suraski | 1999-08-14 | 1 | -1/+1 |
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -3/+3 |
* | Fix link functions problem. | Andrey Hristov | 1999-07-28 | 1 | -0/+1 |
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -0/+13 |
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
* | *** empty log message *** | Zeev Suraski | 1999-07-08 | 1 | -0/+1 |
* | work around the Apache problem that it pollutes the namespace | Sascha Schumann | 1999-07-03 | 1 | -0/+8 |
* | add dmalloc | Sascha Schumann | 1999-06-26 | 1 | -0/+4 |
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -3/+1 |
* | Moved all SET_ and RETURN_ macros to Zend | Zeev Suraski | 1999-05-27 | 1 | -130/+0 |
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -11/+1 |
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -3/+0 |
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -11/+10 |
* | * Fix a couple of thread safety issues | Andi Gutmans | 1999-04-25 | 1 | -1/+1 |
* | A lot of cleanups... Removed old thread-safe code and other redundant code a... | Zeev Suraski | 1999-04-24 | 1 | -33/+0 |
* | moved bcmath | Stig Bakken | 1999-04-21 | 1 | -0/+3 |
* | added PHP_API_VERSION, simply set it to 19990421 for now | Stig Bakken | 1999-04-21 | 1 | -0/+2 |
* | Minor fixes | Zeev Suraski | 1999-04-21 | 1 | -1/+0 |
* | * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard | Zeev Suraski | 1999-04-21 | 1 | -2/+0 |
* | port some fixes, add compat routines | Sascha Schumann | 1999-04-21 | 1 | -0/+1 |
* | More thread safety work | Zeev Suraski | 1999-04-21 | 1 | -1/+1 |
* | odbc compiles and runs on UNIX again (tested with Solid 2.3) | Stig Bakken | 1999-04-20 | 1 | -0/+7 |
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -4/+0 |
* | * A lot of work on php_ini stuff | Zeev Suraski | 1999-04-09 | 1 | -0/+33 |
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+485 |