Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Fixed another proto. | Egon Schmid | 2001-10-19 | 1 | -2/+2 |
| | |||||
* | Conver to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -15/+11 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Z_*_P{0,2} macro work. | Sterling Hughes | 2001-08-17 | 1 | -4/+4 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+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 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| | |||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 1 | -9/+11 |
| | |||||
* | logic fix | Stig Bakken | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | - uniqid() used the additional parameter even if it was not provided | Uwe Steinmann | 1999-09-07 | 1 | -1/+1 |
| | | | | | this caused an segm fault. fixed it. | ||||
* | ext/lcg -> ext/standard in various places | Stig Bakken | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | oops | Stig Bakken | 1999-08-31 | 1 | -2/+0 |
| | |||||
* | compat fix, bug #2201 | Stig Bakken | 1999-08-31 | 1 | -9/+24 |
| | |||||
* | get rid of that usleep() and add some entropy using the combined lcg | Sascha Schumann | 1999-08-21 | 1 | -6/+3 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -1/+1 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -1/+1 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -2/+0 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+103 |
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. |