| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_3/ext/standard/html.h
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/standard/html.h
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/standard/html.h
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/ext/standard/html.h
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/ext/standard/html.h
|
| 18794ad |
|
26-Nov-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() and htmlspecialchars() to skip multibyte sequences intead of returning an empty string (as iconv's //IGNORE). These functions will still never return an invalid or incomplete multibyte sequence. Fixes #43896
/PHP_5_3/ext/standard/html.h
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/ext/standard/html.h
|
| c98cbb6 |
|
22-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
[DOC] Added a 4th parameter flag to htmlspecialchars() and htmlentities() that makes the function not encode existing html entities. The feature is disabled by default and can be activated by passing FALSE as the 4th param
/PHP_5_3/ext/standard/html.h
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/ext/standard/html.h
|
| aaf1201 |
|
28-Nov-2006 |
Antony Dovgal <tony2001@php.net> |
add php_unescape_html_entities() proto to the header (fixes #39665)
/PHP_5_3/ext/standard/html.h
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_3/ext/standard/html.h
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_3/ext/standard/html.h
|
| 975ff6f |
|
07-Mar-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Added htmlspecialchars_decode() function for fast conversion from htmlspecialchars() generated entities back to characters.
/PHP_5_3/ext/standard/html.h
|
| ccfc46b |
|
08-Jan-2004 |
foobar <sniper@php.net> |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
/PHP_5_3/ext/standard/html.h
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_3/ext/standard/html.h
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/PHP_5_3/ext/standard/html.h
|
| b5d4b54 |
|
26-Sep-2002 |
Sebastian Bergmann <sebastian@php.net> |
Fix ZTS build.
/PHP_5_3/ext/standard/html.h
|
| a184f5d |
|
16-Mar-2002 |
Wez Furlong <wez@php.net> |
* formatting, plus remove some old fopen wrappers
/PHP_5_3/ext/standard/html.h
|
| 0f65280 |
|
15-Mar-2002 |
Wez Furlong <wez@php.net> |
New PHP streams...
/PHP_5_3/ext/standard/html.h
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/PHP_5_3/ext/standard/html.h
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/PHP_5_3/ext/standard/html.h
|
| d38cba8 |
|
28-May-2001 |
Wez Furlong <wez@php.net> |
Added charset awareness to htmlentities() and htmlspecialchars(); use an optional third parameter to specify the charset; otherwise tries to determine it from the LC_CTYPE locale setting.
/PHP_5_3/ext/standard/html.h
|
| 07a5e3f |
|
25-Apr-2001 |
Andrei Zmievski <andrei@php.net> |
* Made ENT_* defines availabe to other functions. * 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)
/PHP_5_3/ext/standard/html.h
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/PHP_5_3/ext/standard/html.h
|
| d23ad61 |
|
12-Sep-2000 |
Rasmus Lerdorf <rasmus@php.net> |
Clean up htmlspecialchars/htmlentities inconsistencies. @Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
/PHP_5_3/ext/standard/html.h
|
| 83513d9 |
|
24-Jul-2000 |
David Croft <david@php.net> |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 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.
/PHP_5_3/ext/standard/html.h
|
| 16017f6 |
|
02-Jul-2000 |
Sascha Schumann <sas@php.net> |
Change header protection macros to conform to standard. 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.
/PHP_5_3/ext/standard/html.h
|
| 4c7af66 |
|
29-Feb-2000 |
Andrei Zmievski <andrei@php.net> |
Made php_escape_html_entities() as a separate function for export.
/PHP_5_3/ext/standard/html.h
|
| f24db30 |
|
21-Nov-1999 |
Thies C. Arntzen <thies@php.net> |
@- Implemented get_html_translation_table() function. (Thies) (PHP get_html_translation_table) new function.
/PHP_5_3/ext/standard/html.h
|
| 39691be |
|
16-May-1999 |
Sascha Schumann <sas@php.net> |
conv_proto *.[ch]
/PHP_5_3/ext/standard/html.h
|
| 257de2b |
|
17-Apr-1999 |
Stig Bakken <ssb@php.net> |
First commit of re-structuring phase one. We have started using automake in 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.
/PHP_5_3/ext/standard/html.h
|