summaryrefslogtreecommitdiff
path: root/ext/standard/html.h
Commit message (Collapse)AuthorAgeFilesLines
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-1/+1
|
* New PHP streams...Wez Furlong2002-03-151-3/+8
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added charset awareness to htmlentities() and htmlspecialchars(); use anWez Furlong2001-05-281-1/+1
| | | | | | 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-0/+4
| | | | | | | * 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)
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Clean up htmlspecialchars/htmlentities inconsistencies.Rasmus Lerdorf2000-09-121-1/+1
| | | | | @Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | 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.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Made php_escape_html_entities() as a separate function for export.Andrei Zmievski2000-02-291-0/+2
|
* @- Implemented get_html_translation_table() function. (Thies)Thies C. Arntzen1999-11-211-0/+3
| | | | | (PHP get_html_translation_table) new function.
* conv_proto *.[ch]Sascha Schumann1999-05-161-2/+2
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+38
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.