#
68a5d1bc |
| 22-Oct-2002 |
Moriyoshi Koizumi |
Improved determine_charset() to use mbstring.internal_encoding when the last param is a null string. (If the param is omitted, it takes iso-8859-1 as the default charset in favour of backward
Improved determine_charset() to use mbstring.internal_encoding when the last param is a null string. (If the param is omitted, it takes iso-8859-1 as the default charset in favour of backwards compatibility.)
show more ...
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
ae70a4e4 |
| 03-Oct-2002 |
Andrey Hristov |
few ws fixes.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
b5d4b549 |
| 26-Sep-2002 |
Sebastian Bergmann |
Fix ZTS build.
|
#
4d9d06c8 |
| 26-Sep-2002 |
Wez Furlong |
Emit a warning when an unsupported charset is requested in htmlentities. Fixed #18521.
|
#
a12423f9 |
| 24-Sep-2002 |
Wez Furlong |
Fix for #19570: last character in translation table is omitted.
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
89651dab |
| 28-Aug-2002 |
Rasmus Lerdorf |
Description didn't match the function here
|
#
ddddf398 |
| 25-Aug-2002 |
Wez Furlong |
WS
|
Revision tags: php-4.2.3RC1, dev, php-4.2.2 |
|
#
728f2de4 |
| 08-Jul-2002 |
Derick Rethans |
Unify error messages
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90 |
|
#
ca9c4270 |
| 03-Jun-2002 |
Rasmus Lerdorf |
Make sure len is defined here
|
Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2 |
|
#
a03d09e2 |
| 05-May-2002 |
Wez Furlong |
Add support for remaining entities in HTML 4 for the UTF-8 encoding in htmlentities/htmlspecial chars. This is a fix for for #17008. # I would *really* appreciate it if someone with a goo
Add support for remaining entities in HTML 4 for the UTF-8 encoding in htmlentities/htmlspecial chars. This is a fix for for #17008. # I would *really* appreciate it if someone with a good eye could verify # that all the entities are there and are correctly numbered; I've checked # it three times, but it's best to be sure.
show more ...
|
Revision tags: php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
e926db7b |
| 16-Mar-2002 |
Stefan Esser |
fixed possible bufferoverflow in get_next_char malformed input to htmlentities/htmlspecialchars with utf-8 encoding crashed the server ex: htmlentities("\xfd...(30times)", ENT_NOQUOT
fixed possible bufferoverflow in get_next_char malformed input to htmlentities/htmlspecialchars with utf-8 encoding crashed the server ex: htmlentities("\xfd...(30times)", ENT_NOQUOTES, "utf-8");
show more ...
|
#
52982c42 |
| 16-Mar-2002 |
Wez Furlong |
This should help with some build problems/warnings under win32. 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
This should help with some build problems/warnings under win32. 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 :-).
show more ...
|
#
a184f5d1 |
| 16-Mar-2002 |
Wez Furlong |
* formatting, plus remove some old fopen wrappers
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help |
|
#
86ca8679 |
| 06-Mar-2002 |
Dan Kalowsky |
quelling a warning, and ensuring now undefined behavior
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API |
|
#
5da651fc |
| 26-Oct-2001 |
Andrei Zmievski |
Convert to use new parameter parsing API.
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
9c5580c7 |
| 15-Sep-2001 |
Rui Hirokawa |
Added support for japanese encoding to htmlentites() and htmlspecialchars(). @ Added support for japanese encoding to htmlentites() and htmlspecialchars(). (Rui)
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
9e7da02d |
| 24-Aug-2001 |
Wez Furlong |
Fix htmlspecialchars problem.
|
#
f20e9fa2 |
| 23-Aug-2001 |
Wez Furlong |
- Add support for chinese encodings to htmlentities/htmlspecialchars (patch from Alan Knowles <alan_k@hklc.com>)
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
#
b00809a3 |
| 08-Aug-2001 |
Wez Furlong |
Fix probs on OpenBSD-current and RedHat 6.1
|