sesser Sat Mar 8 09:51:16 2003 EDT
Modified files:
/php4/ext/standard html.c
Log:
wrong place.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.74 php4/ext/standard/html.c:1.75
--- php4/ext/standard/html.c:1.74 Sat Mar 8 09:37:01 2
sesser Sat Mar 8 09:37:01 2003 EDT
Modified files:
/php4/ext/standard html.c
Log:
fixing memory leak
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.73 php4/ext/standard/html.c:1.74
--- php4/ext/standard/html.c:1.73 Thu Mar 6 1
iliaa Thu Jan 2 14:49:30 2003 EDT
Added files:
/php4/ext/standard/tests/stringsbug21338.phpt
Modified files:
/php4/ext/standard html.c
Log:
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
Added test case fo
iliaa Thu Dec 12 09:50:58 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fixed misspelling of the Greek letter lambda,
noticed by [EMAIL PROTECTED]
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.66 php4/ext/standard/html.c:1.
moriyoshi Thu Dec 12 08:25:52 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.65 php4/ext/standard/html.c:1.66
---
sebastian Sat Nov 16 03:30:31 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fix Win32 build.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.64 php4/ext/standard/html.c:1.65
--- php4/ext/standard/html.c:1.64 Fri Nov 1
Oops, I forgot it.
Thanks.
Moriyoshi
Jani Taskinen <[EMAIL PROTECTED]> wrote:
>
>MFH?
>
> On Fri, 15 Nov 2002, Moriyoshi Koizumi wrote:
>
> >moriyoshiFri Nov 15 11:13:36 2002 EDT
> >
> > Modified files:
> >/php4/ext/standard html.c
> > Log:
> > Incl
MFH?
On Fri, 15 Nov 2002, Moriyoshi Koizumi wrote:
>moriyoshi Fri Nov 15 11:13:36 2002 EDT
>
> Modified files:
>/php4/ext/standard html.c
> Log:
> Include php_config.h for HAVE_MBSTRING
>
>
>Index: php4/ext/standard/html.c
>diff -u php4/ext/standard/html
moriyoshi Fri Nov 15 11:13:36 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Include php_config.h for HAVE_MBSTRING
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.63 php4/ext/standard/html.c:1.64
--- php4/ext/standard/html.
moriyoshi Mon Nov 11 08:31:10 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Added support for windows code pages.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.62 php4/ext/standard/html.c:1.63
--- php4/ext/standard/html.c
moriyoshi Mon Nov 11 08:28:34 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
WS
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.61 php4/ext/standard/html.c:1.62
--- php4/ext/standard/html.c:1.61 Tue Oct 29 10:05:07 200
moriyoshi Tue Oct 29 10:05:08 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
WS fix
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.60 php4/ext/standard/html.c:1.61
--- php4/ext/standard/html.c:1.60 Fri Oct 25 09:12
moriyoshi Fri Oct 25 09:12:05 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fix build if mbstring is enabled as shared extension.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.59 php4/ext/standard/html.c:1.60
--- php4/ext
moriyoshi Thu Oct 24 18:04:29 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Improved determine_charset() to look up SG(default_charset) value
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.58 php4/ext/standard/html.c:1.59
moriyoshi Thu Oct 24 17:10:45 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fixed ISO-8859-1 handling.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.57 php4/ext/standard/html.c:1.58
--- php4/ext/standard/html.c:1.57
helly Wed Oct 23 19:09:08 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
fix warning
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.55 php4/ext/standard/html.c:1.56
--- php4/ext/standard/html.c:1.55 Tue Oct 22 16:11:48 20
andrey Thu Oct 3 08:06:53 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
few ws fixes.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.53 php4/ext/standard/html.c:1.54
--- php4/ext/standard/html.c:1.53 Thu Sep 26 14:13:32
sebastian Thu Sep 26 14:13:32 2002 EDT
Modified files:
/php4/ext/standard html.c html.h
/php4/ext/wddx php_wddx_api.h wddx.c
Log:
Fix ZTS build.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.52 php4/ext/standard/html.c:1
wez Thu Sep 26 12:07:14 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Emit a warning when an unsupported charset is requested in htmlentities.
Fixed #18521.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.51 php4/ext/stand
wez Tue Sep 24 06:05:46 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fix for #19570: last character in translation table is omitted.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.50 php4/ext/standard/html.c:1.51
--- php4/
20 matches
Mail list logo