Moriyoshi Koizumi
1bd6ec4c91
- MFH (ctype.c: 1.31): Correct range checks.
...
- MFH (ctype.c: 1.31): Normalize negative values.
2004-07-20 20:09:27 +00:00
Moriyoshi Koizumi
33a6aefce8
oops...
2004-07-20 19:36:00 +00:00
Marcus Boerger
049cca1711
MFH
2004-07-20 19:25:18 +00:00
Moriyoshi Koizumi
a40df45348
- MFH (iconv.c: 1.119): Fix possible leaks / segfaults in persistent iconv
...
filter.
2004-07-20 18:48:23 +00:00
Marcus Boerger
ebeefd9f7d
MFH bugfix 28895
2004-07-20 18:23:49 +00:00
Moriyoshi Koizumi
646f9a4a8b
- MFH (filters.c: 1.41): Add more null checks.
2004-07-20 18:17:07 +00:00
Moriyoshi Koizumi
b4fa1661af
- MFH (filters.c: 1.40): pemalloc() might return NULL
2004-07-20 18:04:36 +00:00
Ilia Alshanetsky
467caa4307
MFH: Fixed bug #29226 (ctype_* functions missing validation of numeric
...
string representations).
2004-07-20 01:03:18 +00:00
Sergey Kartashoff
01b6956d61
- A Bug #29147 was fixed. Thanks to Antony Dovgal <tony2001 at phpclub.net>
...
for his patch.
2004-07-19 19:46:52 +00:00
Marcus Boerger
61c3a669b4
- MFH protos and error message
2004-07-19 19:24:37 +00:00
Moriyoshi Koizumi
befb6e9b80
- MFH (bug29119.phpt: 1.2): Fix test name
2004-07-19 18:49:46 +00:00
Moriyoshi Koizumi
35e43dabe1
- MFH (html.c: 1.98, bug29199.phpt: 1.1): Fix bug #29199 (html_entity_decode()
...
misbehaves with UTF-8)
2004-07-19 17:53:00 +00:00
SVN Migration
b905779950
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
2004-07-19 17:51:42 +00:00
Moriyoshi Koizumi
04c32887f1
- MFH (iconv.c: 1.118): Fix a bug in iconv stream filter that prevents
...
pending buckets from being processed.
2004-07-19 08:35:48 +00:00
Moriyoshi Koizumi
e0a39d68d8
- MFH (config.m4: 1.52): Fix VPATH build. (patch by Joe Orton)
2004-07-19 05:09:46 +00:00
Moriyoshi Koizumi
92ec8541c1
- MFH: rename php_compat.h to php_onig_compat.h to avoid name conflict.
...
(reported by Joe Orton, thanks.)
2004-07-19 05:06:01 +00:00
SVN Migration
82a7ef78f3
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
2004-07-19 05:04:34 +00:00
Ilia Alshanetsky
236c42c14e
MFH: Fixed bug #28633 (sprintf incorrectly adding padding to floats).
2004-07-18 17:28:04 +00:00
SVN Migration
b8fdc56a8b
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
2004-07-18 17:27:51 +00:00
Rob Richards
17ad61bd7f
enable exslt support for win32 builds
...
WS fixes for exslt tests
2004-07-18 13:22:46 +00:00
Rob Richards
ec1507ea9d
add missing optional value param to createElementNS (chregu)
2004-07-18 13:15:50 +00:00
Rob Richards
69bd1f31fd
Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object)
2004-07-18 11:44:25 +00:00
Sara Golemon
c2b0fdd647
MFH: convert.* filters not consuming buckets_in on PSFS_FLUSH_*
2004-07-16 23:42:00 +00:00
SVN Migration
8091552925
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
2004-07-15 19:41:23 +00:00
Dan Kalowsky
f20849d12e
Bug 29058 (patch submitted by bug reporter)
2004-07-15 15:09:12 +00:00
Antony Dovgal
f6eb507b2c
fix #29012 (Potential race during first connection) thanks to cjbj at hotmail dot com
2004-07-15 11:00:14 +00:00
Ilia Alshanetsky
a75608c1de
Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
...
# Original Patch by: curt@php.net
2004-07-15 01:26:03 +00:00
Derick Rethans
edce707f3b
- Fixed text.
2004-07-14 09:54:02 +00:00
John Coggeshall
51ae1cc7bd
Changing the Tidy version to 2.0
2004-07-14 02:41:53 +00:00
Sara Golemon
c4bf45e39a
Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis.
2004-07-14 00:14:43 +00:00
Zeev Suraski
2ec89aa8e1
Add {{{ proto's
2004-07-13 20:41:55 +00:00
Wez Furlong
cfb84391d0
add missing break
2004-07-13 17:14:49 +00:00
Georg Richter
bfd3c9ecfb
prototype fixes
2004-07-13 17:04:16 +00:00
Rob Richards
d64a00da04
initial xmlwriter code
2004-07-13 17:01:30 +00:00
Georg Richter
f61dbf06a1
changed mysqli_stmt_reset (returns now bool instead of void)
2004-07-13 16:12:28 +00:00
Timm Friebe
e532feb29c
- Initial release
2004-07-12 20:26:53 +00:00
Ilia Alshanetsky
905fbfd85e
Added missing constant and correct bound column retrieval. When bound
...
columns are specified only return status (TRUE/FALSE) indicator.
2004-07-12 20:12:39 +00:00
Ilia Alshanetsky
ddb32b11b2
Fixed a bug that could result in false failed query reporting on
...
INSERT/UPDATE/DELETE queries.
2004-07-12 20:09:19 +00:00
Ilia Alshanetsky
11371cd0a8
Missing patch.
2004-07-12 18:49:47 +00:00
Ilia Alshanetsky
0ad4c5037c
Touch the file so that build system does not try to rebuild it.
2004-07-12 17:44:40 +00:00
Christian Stocker
14a61929b9
implement the clone code for the XSLTProcessor object and fix #29108
...
"xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards)
2004-07-12 13:04:01 +00:00
Antony Dovgal
08486a0ea3
fix #28978 (multiple OCIBindByName on the same placeholder eats memory)
2004-07-12 07:40:05 +00:00
Andrey Hristov
0eef82a733
fixing bug #28974 : overflow in array_slice()
...
The same kind of overflow appeared in array_splice(), substr() and
substr_replace()
2004-07-11 21:15:04 +00:00
Andrey Hristov
268d3d7ba3
fixing bug #28739
...
array_*diff() and array_*intersect() not clearing the fci cache before work.
FCI call cache was introduced in HEAD. All functions that perform sorting
of arrays clear the fci cache before work. array_*diff() and\ array_*intersect()
were somehow missed to be updated.
2004-07-11 19:20:05 +00:00
Andrey Hristov
bc69bdb01a
fixing the name of the test
2004-07-11 18:19:43 +00:00
Andrey Hristov
7af08c0c34
fixing bug 29038:
...
EXTR_PREFIX_SAME is prevented from creating a new variable when the key
is a empty string. EXTR_PREFIX_ALL is also prevented from doing that,
but works for numbers.
2004-07-11 18:18:05 +00:00
Timm Friebe
cd75bd4f65
- Initial release
2004-07-11 16:57:38 +00:00
Timm Friebe
a14c66445a
- Added simple test for float exceeding the float precision
...
# See bug #29064
2004-07-11 16:57:12 +00:00
Timm Friebe
1e6ccabd5f
- Initial release
2004-07-11 16:31:32 +00:00
Timm Friebe
d6c0fdfd2f
- Initial release
2004-07-11 16:10:03 +00:00