History log of /PHP-7.0/ext/standard/html.c (Results 176 – 200 of 242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3
# 53b333d1 12-Dec-2002 Ilia Alshanetsky

Fixed misspelling of the Greek letter lambda,
noticed by jmartin-php@notamusica.com.


# 3bbcb0d0 12-Dec-2002 Moriyoshi Koizumi

Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)


Revision tags: php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2
# 47388f21 16-Nov-2002 Sebastian Bergmann

Fix Win32 build.


# 7222abda 15-Nov-2002 Moriyoshi Koizumi

Include php_config.h for HAVE_MBSTRING


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# f300bdce 11-Nov-2002 Moriyoshi Koizumi

Added support for windows code pages.


# 488255ce 11-Nov-2002 Moriyoshi Koizumi

WS


# f498b68c 29-Oct-2002 Moriyoshi Koizumi

WS fix


Revision tags: php-4.3.0pre2
# 16fc9f65 25-Oct-2002 Moriyoshi Koizumi

Fix build if mbstring is enabled as shared extension.


# d347143f 24-Oct-2002 Moriyoshi Koizumi

Improved determine_charset() to look up SG(default_charset) value


# 429f8fa6 24-Oct-2002 Moriyoshi Koizumi

Fixed ISO-8859-1 handling.


# f2269ef4 24-Oct-2002 Moriyoshi Koizumi

Added &euro; support to cp1252 table


# 37d2a1dd 23-Oct-2002 Marcus Boerger

fix warning


# 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


12345678910