Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed possible bufferoverflow in get_next_char | Stefan Esser | 2002-03-16 | 1 | -19/+34 |
| | | | | | | | | malformed input to htmlentities/htmlspecialchars with utf-8 encoding crashed the server ex: htmlentities("\xfd...(30times)", ENT_NOQUOTES, "utf-8"); | ||||
* | This should help with some build problems/warnings under win32. | Wez Furlong | 2002-03-16 | 1 | -4/+3 |
| | | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-). | ||||
* | * formatting, plus remove some old fopen wrappers | Wez Furlong | 2002-03-16 | 1 | -12/+12 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -48/+150 |
| | |||||
* | quelling a warning, and ensuring now undefined behavior | Dan Kalowsky | 2002-03-06 | 1 | -0/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-26 | 1 | -34/+11 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Added support for japanese encoding to htmlentites() and ↵ | Rui Hirokawa | 2001-09-15 | 1 | -1/+76 |
| | | | | htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui) | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix htmlspecialchars problem. | Wez Furlong | 2001-08-24 | 1 | -2/+3 |
| | |||||
* | - Add support for chinese encodings to htmlentities/htmlspecialchars | Wez Furlong | 2001-08-23 | 1 | -82/+113 |
| | | | | | (patch from Alan Knowles <alan_k@hklc.com>) | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -32/+32 |
| | |||||
* | Fix probs on OpenBSD-current and RedHat 6.1 | Wez Furlong | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | (PHP nl_langinfo) Added function when provided by OS | Wez Furlong | 2001-07-04 | 1 | -31/+43 |
| | | | | | | | | | (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns locale information. (Wez Furlong) # There are a lot of constants used by nl_langinfo; should we do something # along the lines of what we do for syslog? | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+17 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Fix compile warning | Wez Furlong | 2001-05-29 | 1 | -4/+4 |
| | |||||
* | Added charset awareness to htmlentities() and htmlspecialchars(); use an | Wez Furlong | 2001-05-28 | 1 | -42/+316 |
| | | | | | | optional third parameter to specify the charset; otherwise tries to determine it from the LC_CTYPE locale setting. | ||||
* | * Made ENT_* defines availabe to other functions. | Andrei Zmievski | 2001-04-25 | 1 | -4/+0 |
| | | | | | | | * The key/variable names in WDDX are now html escaped to not break XML. @- Fixed WDDX serialization to HTML-escape key/variable names so as not to @ break the XML packet. (Andrei) | ||||
* | ws fix | foobar | 2001-03-02 | 1 | -14/+16 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | fixed bug 7961 | Andre Langhorst | 2000-11-24 | 1 | -2/+4 |
| | |||||
* | # missed proto comments | Rasmus Lerdorf | 2000-09-12 | 1 | -2/+2 |
| | |||||
* | Clean up htmlspecialchars/htmlentities inconsistencies. | Rasmus Lerdorf | 2000-09-12 | 1 | -13/+33 |
| | | | | | @Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus) | ||||
* | Remove single quote from HTMLSpecialChars() ... use addslashes(), | Colin Viebrock | 2000-08-30 | 1 | -4/+0 |
| | | | | | htmlentities(), strtr() instead. | ||||
* | htmlspecialchars and htmlentities will now | Hartmut Holzgraefe | 2000-07-25 | 1 | -0/+4 |
| | | | | | | encode single quotes to ' (due to feature request in BUG ID#5254) | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -1/+3 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | - 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 |
| | |||||
* | Made php_escape_html_entities() as a separate function for export. | Andrei Zmievski | 2000-02-29 | 1 | -15/+22 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -3/+3 |
| | |||||
* | Maybe later on today. Must buy some beer first. | Egon Schmid | 1999-11-21 | 1 | -1/+1 |
| | |||||
* | @- Implemented get_html_translation_table() function. (Thies) | Thies C. Arntzen | 1999-11-21 | 1 | -0/+53 |
| | | | | | (PHP get_html_translation_table) new function. | ||||
* | (PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not ↵ | Thies C. Arntzen | 1999-10-13 | 1 | -6/+6 |
| | | | | worth mentioning in NEWS) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -2/+2 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -1/+0 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+134 |
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. |