Marcus Boerger
|
8f42eaae01
|
BFN
|
2004-07-20 18:25:48 +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 |
|
Stanislav Malyshev
|
ba3c63dbc9
|
export ini parser
|
2004-07-20 08:45:04 +00:00 |
|
Sebastian Bergmann
|
350535d498
|
BFN: Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise an ReflectionException instead of returning NULL on failure.
|
2004-07-20 05:48:45 +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 |
|
Moriyoshi Koizumi
|
b9d4af72e9
|
- MFH (sapi_apache2.c: 1.41): request_dtor should be called if a fatal error
occurs during activation phase.
|
2004-07-17 21:31:43 +00:00 |
|
Sara Golemon
|
fbbc036830
|
BFN
|
2004-07-16 23:45:21 +00:00 |
|
Sara Golemon
|
c2b0fdd647
|
MFH: convert.* filters not consuming buckets_in on PSFS_FLUSH_*
|
2004-07-16 23:42:00 +00:00 |
|
Marcus Boerger
|
3706b626fe
|
BFN
|
2004-07-16 07:27:34 +00:00 |
|
Marcus Boerger
|
edbfc48fdd
|
MFH
|
2004-07-16 07:26:49 +00:00 |
|
Ilia Alshanetsky
|
59c6886c65
|
Fixed bug #28800 (strings beginning with "inf" improperly converted).
|
2004-07-16 02:02:09 +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 |
|
Marcus Boerger
|
1916223883
|
- Fix prototype
|
2004-07-15 19:41:22 +00:00 |
|
Marcus Boerger
|
f2377c4d1f
|
Synch comments
|
2004-07-15 19:09:37 +00:00 |
|
Dan Kalowsky
|
f20849d12e
|
Bug 29058 (patch submitted by bug reporter)
|
2004-07-15 15:09:12 +00:00 |
|
Magnus M��tt�
|
cfc8accd3e
|
Test for bug 26737:
Protected and private variables are not saved on serialization
when a user defined __sleep is used.
|
2004-07-15 11:52:04 +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 |
|
|
|
5a9875f293
|
ChangeLog update
|
2004-07-15 00:33:10 +00:00 |
|
Edin Kadribasic
|
546e5bbc43
|
Made php -m output sorted case-insensitevly
|
2004-07-14 22:30:29 +00:00 |
|
Stefan Esser
|
90f151470c
|
same bug.
|
2004-07-14 09:55:24 +00:00 |
|
Derick Rethans
|
edce707f3b
|
- Fixed text.
|
2004-07-14 09:54:02 +00:00 |
|
Stefan Esser
|
446f4d1bc2
|
Security Fix broken! Destroyed Basic auth. Blame: me
4.3.x not affected
|
2004-07-14 09:43:26 +00:00 |
|
Stanislav Malyshev
|
d673ec0184
|
be consistent with write_dimension
|
2004-07-14 09:04:13 +00:00 |
|
Stanislav Malyshev
|
28d72ce2fd
|
fix #28957
|
2004-07-14 09:01:58 +00:00 |
|
John Coggeshall
|
51ae1cc7bd
|
Changing the Tidy version to 2.0
|
2004-07-14 02:41:53 +00:00 |
|
|
|
12c826c2e7
|
ChangeLog update
|
2004-07-14 00:33:30 +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 |
|
Andi Gutmans
|
c18badbfbf
|
- 5.0.1-dev
|
2004-07-13 19:56:49 +00:00 |
|
Marcus Boerger
|
1ea22c9004
|
Bugfix #29116 Zend constant warning uses memory after free (jdolecek at NetBSD dot org)
|
2004-07-13 19:22:11 +00:00 |
|
Andi Gutmans
|
399e2ca69f
|
- Roll PHP 5.0.0
|
2004-07-13 19:05:31 +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 |
|