summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed possible bufferoverflow in get_next_charStefan Esser2002-03-161-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 Furlong2002-03-161-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 wrappersWez Furlong2002-03-161-12/+12
|
* New PHP streams...Wez Furlong2002-03-151-48/+150
|
* quelling a warning, and ensuring now undefined behaviorDan Kalowsky2002-03-061-0/+4
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-34/+11
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Hirokawa2001-09-151-1/+76
| | | | htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix htmlspecialchars problem.Wez Furlong2001-08-241-2/+3
|
* - Add support for chinese encodings to htmlentities/htmlspecialcharsWez Furlong2001-08-231-82/+113
| | | | | (patch from Alan Knowles <alan_k@hklc.com>)
* WhitespaceZeev Suraski2001-08-111-32/+32
|
* Fix probs on OpenBSD-current and RedHat 6.1Wez Furlong2001-08-081-1/+1
|
* (PHP nl_langinfo) Added function when provided by OSWez Furlong2001-07-041-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 extensionsRasmus Lerdorf2001-06-061-2/+17
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Fix compile warningWez Furlong2001-05-291-4/+4
|
* Added charset awareness to htmlentities() and htmlspecialchars(); use anWez Furlong2001-05-281-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 Zmievski2001-04-251-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 fixfoobar2001-03-021-14/+16
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* fixed bug 7961Andre Langhorst2000-11-241-2/+4
|
* # missed proto commentsRasmus Lerdorf2000-09-121-2/+2
|
* Clean up htmlspecialchars/htmlentities inconsistencies.Rasmus Lerdorf2000-09-121-13/+33
| | | | | @Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
* Remove single quote from HTMLSpecialChars() ... use addslashes(),Colin Viebrock2000-08-301-4/+0
| | | | | htmlentities(), strtr() instead.
* htmlspecialchars and htmlentities will nowHartmut Holzgraefe2000-07-251-0/+4
| | | | | | encode single quotes to &#39; (due to feature request in BUG ID#5254)
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-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 patchAndi Gutmans2000-06-051-2/+2
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Made php_escape_html_entities() as a separate function for export.Andrei Zmievski2000-02-291-15/+22
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Cleanup patchesZeev Suraski2000-02-051-1/+0
|
* 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).
* - The tree compiles againZeev Suraski1999-12-181-2/+2
|
* More php3_ annihilationZeev Suraski1999-12-181-3/+3
|
* Maybe later on today. Must buy some beer first.Egon Schmid1999-11-211-1/+1
|
* @- Implemented get_html_translation_table() function. (Thies)Thies C. Arntzen1999-11-211-0/+53
| | | | | (PHP get_html_translation_table) new function.
* (PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not ↵Thies C. Arntzen1999-10-131-6/+6
| | | | worth mentioning in NEWS)
* License updateZeev Suraski1999-07-161-20/+9
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-2/+2
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-1/+0
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-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.