Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH |
|
#
f1364ebf |
| 04-Jul-2001 |
Wez Furlong |
(PHP nl_langinfo) Added function when provided by OS (PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset @- Added nl_langinfo() (when OS provides it) that returns local
(PHP nl_langinfo) Added function when provided by OS (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?
show more ...
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
8b5edf1a |
| 29-May-2001 |
Wez Furlong |
Fix compile warning
|
#
d38cba86 |
| 28-May-2001 |
Wez Furlong |
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.
|
Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8 |
|
#
07a5e3fb |
| 25-Apr-2001 |
Andrei Zmievski |
* 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 n
* 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)
show more ...
|
Revision tags: php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
d3ce7f29 |
| 02-Mar-2001 |
foobar |
ws fix
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
96b95bd2 |
| 24-Nov-2000 |
Andre Langhorst |
fixed bug 7961
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
75d73aaf |
| 12-Sep-2000 |
Rasmus Lerdorf |
# missed proto comments
|
#
d23ad61d |
| 12-Sep-2000 |
Rasmus Lerdorf |
Clean up htmlspecialchars/htmlentities inconsistencies. @Clean up htmlspecialchars/htmlentities inconsistencies. (Rasmus)
|
#
461f50d5 |
| 30-Aug-2000 |
Colin Viebrock |
Remove single quote from HTMLSpecialChars() ... use addslashes(), htmlentities(), strtr() instead.
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
772c4026 |
| 25-Jul-2000 |
Hartmut Holzgraefe |
htmlspecialchars and htmlentities will now encode single quotes to ' (due to feature request in BUG ID#5254)
|
#
83513d95 |
| 24-Jul-2000 |
David Croft |
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 alr
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.
show more ...
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2, PHP-4.0-RC1 |
|
#
4c7af667 |
| 29-Feb-2000 |
Andrei Zmievski |
Made php_escape_html_entities() as a separate function for export.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
3a816341 |
| 05-Feb-2000 |
Zeev Suraski |
Cleanup patches
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
09299854 |
| 21-Nov-1999 |
Egon Schmid |
Maybe later on today. Must buy some beer first.
|
#
f24db304 |
| 21-Nov-1999 |
Thies C. Arntzen |
@- Implemented get_html_translation_table() function. (Thies) (PHP get_html_translation_table) new function.
|
Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
f5fa2918 |
| 13-Oct-1999 |
Thies C. Arntzen |
(PHP: htmlspecialchars, htmlentities): new zend-api for html-function (not worth mentioning in NEWS)
|