summaryrefslogtreecommitdiff
path: root/ext/standard/quot_print.c
Commit message (Collapse)AuthorAgeFilesLines
* - WhitespaceDerick Rethans2002-04-021-67/+53
|
* (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2Kirill Maximov2002-04-011-1/+5
| | | | | @ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir)
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-3/+3
| | | | | I've got pretty much everything now...
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* @ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)Kirill Maximov2000-11-171-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 Malyshev2000-09-031-12/+18
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Ex APIEvan Klinger1999-12-201-4/+4
|
* More php3_ annihilationZeev Suraski1999-12-181-3/+3
|
* License updateZeev Suraski1999-07-161-21/+10
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-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.