Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Whitespace | Derick Rethans | 2002-04-02 | 1 | -67/+53 |
| | |||||
* | (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2 | Kirill Maximov | 2002-04-01 | 1 | -1/+5 |
| | | | | | @ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir) | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 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/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | @ quoted_printable_decode() function is made RFC-2045 compliant. (Kir) | Kirill Maximov | 2000-11-17 | 1 | -19/+44 |
| | | | | | | This hopefully closes bugs #5321, #7138, #7855. Test script for the function is added. | ||||
* | Fix quoted_printable_decode (also should fix #6511) | Stanislav Malyshev | 2000-09-03 | 1 | -12/+18 |
| | |||||
* | - 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 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -3/+3 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -1/+1 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+109 |
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. |