| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -2/+2 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | - update to php4 api | Sterling Hughes | 2001-09-03 | 1 | -125/+151 |
| | | | | | | | | | | | | | | | | | - expand case statements, ie: case 1: case 2: case 3: to case 1: case 2: case 3: - Remove un-necessary brackets and parentheses (only when it takes away from readability, I know this is quite arbitrary, but I did my best :) | ||||
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -5/+5 |
| | | |||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -6/+11 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -2/+2 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Make "H*" work | Stanislav Malyshev | 2000-10-30 | 1 | -1/+1 |
| | | |||||
| * | Make unpack("H") work like in Perl | Stanislav Malyshev | 2000-09-10 | 1 | -6/+11 |
| | | |||||
| * | Fix pack() function reading string beyond the end | Stanislav Malyshev | 2000-09-10 | 1 | -0/+4 |
| | | |||||
| * | Fix double unpack bug | Stanislav Malyshev | 2000-09-10 | 1 | -2/+2 |
| | | |||||
| * | Fixed a proto. | Egon Schmid | 2000-07-09 | 1 | -2/+2 |
| | | |||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | | PR: #3786 | ||||
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -10/+0 |
| | | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
| * | Will watch the diffs as much as I can. | Egon Schmid | 2000-02-24 | 1 | -1/+1 |
| | | |||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -2/+2 |
| | | |||||
| * | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -2/+2 |
| | | |||||
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | | you start counting at 0 or 1). | ||||
| * | Ex API | Evan Klinger | 1999-12-20 | 1 | -29/+29 |
| | | |||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -10/+10 |
| | | |||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
| * | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -10/+10 |
| | | | | | | php3_compat.h) | ||||
| * | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
| * | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -2/+2 |
| | | |||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | | |||||
| * | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -3/+0 |
| | | | | | and files | ||||
| * | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 |
| | | |||||
| * | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -1/+1 |
| | | |||||
| * | Make Win32 happy with the recent changes. | Zeev Suraski | 1999-04-18 | 1 | -1/+1 |
| | | |||||
| * | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+890 |
| sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. | |||||
