]>
granicus.if.org Git - php/log
<changelog@php.net> [Thu, 22 Jul 2004 00:34:33 +0000 (00:34 +0000)]
ChangeLog update
Edin Kadribasic [Wed, 21 Jul 2004 23:02:28 +0000 (23:02 +0000)]
HEAD is 5.1.0-dev now
Edin Kadribasic [Wed, 21 Jul 2004 22:52:50 +0000 (22:52 +0000)]
Fix for #28929 by Michael Sisolak
Edin Kadribasic [Wed, 21 Jul 2004 22:13:31 +0000 (22:13 +0000)]
Fixed build
Ilia Alshanetsky [Wed, 21 Jul 2004 21:57:03 +0000 (21:57 +0000)]
Fixed bug #29209 (imap_fetchbody() doesn't check message index).
# Initial Patch by tony2001 at phpclub dot net
Andrey Hristov [Wed, 21 Jul 2004 21:17:56 +0000 (21:17 +0000)]
add array_:
intersect_key()
intersect_ukey()
diff_key()
diff_ukey()
The first two by a patch of Cristiano Duarte. The second two were
implemented in almost the same way except one small difference.
Marcus Boerger [Wed, 21 Jul 2004 18:36:51 +0000 (18:36 +0000)]
- Fixded #29291: get_class_vars() return names with NULLs
Christian Stocker [Wed, 21 Jul 2004 11:19:09 +0000 (11:19 +0000)]
Fix for Bug 29010 "make test does not wait to email address" (by Sebastian Nohn)
Sara Golemon [Wed, 21 Jul 2004 04:38:47 +0000 (04:38 +0000)]
MDTM added to ftp_url_stat
Sara Golemon [Wed, 21 Jul 2004 04:37:47 +0000 (04:37 +0000)]
Add MTDM support to ftp_fopen_wrapper::url_stat()
Sara Golemon [Wed, 21 Jul 2004 02:39:53 +0000 (02:39 +0000)]
Oops, copy/paste typo
Sara Golemon [Wed, 21 Jul 2004 02:38:40 +0000 (02:38 +0000)]
Persistent mallocs can return NULL (on failure)
<changelog@php.net> [Wed, 21 Jul 2004 00:34:28 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 21 Jul 2004 00:14:48 +0000 (00:14 +0000)]
Abort earlier on invalid format.
Moriyoshi Koizumi [Tue, 20 Jul 2004 21:55:57 +0000 (21:55 +0000)]
- Add safe_pemalloc()
Rob Richards [Tue, 20 Jul 2004 20:57:10 +0000 (20:57 +0000)]
prep for alpha release
Moriyoshi Koizumi [Tue, 20 Jul 2004 20:08:08 +0000 (20:08 +0000)]
- Correct range checks.
- Normalize negative values.
Moriyoshi Koizumi [Tue, 20 Jul 2004 19:41:37 +0000 (19:41 +0000)]
- Cleanups.
Moriyoshi Koizumi [Tue, 20 Jul 2004 19:35:38 +0000 (19:35 +0000)]
oops...
Marcus Boerger [Tue, 20 Jul 2004 19:23:55 +0000 (19:23 +0000)]
- Need to set handle prior to calling zend_register_module_ex()
(Marcus, Kamesh Jayachandran <kameshj at fastmail dot fm>)
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:46:39 +0000 (18:46 +0000)]
- Fix possible leaks / segfaults in persistent filter
Marcus Boerger [Tue, 20 Jul 2004 18:22:31 +0000 (18:22 +0000)]
- Fixed bug 28895 again (long live the dead)
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:16:36 +0000 (18:16 +0000)]
- Add more null checks.
Moriyoshi Koizumi [Tue, 20 Jul 2004 18:03:19 +0000 (18:03 +0000)]
- pemalloc() might return NULL.
Rob Richards [Tue, 20 Jul 2004 15:13:53 +0000 (15:13 +0000)]
add optional flush paramter to xmlwriter_output_memory
Zeev Suraski [Tue, 20 Jul 2004 10:43:19 +0000 (10:43 +0000)]
Fix prototypes
Zeev Suraski [Tue, 20 Jul 2004 09:24:22 +0000 (09:24 +0000)]
Add descriptions
Stanislav Malyshev [Tue, 20 Jul 2004 08:58:18 +0000 (08:58 +0000)]
add todo
Dmitry Stogov [Tue, 20 Jul 2004 07:39:32 +0000 (07:39 +0000)]
Fixed incorrect HTTP headers in SOAP response
Sara Golemon [Tue, 20 Jul 2004 05:26:33 +0000 (05:26 +0000)]
Add bz2 stream filter support
Sara Golemon [Tue, 20 Jul 2004 05:08:52 +0000 (05:08 +0000)]
Make persistency safe
Ilia Alshanetsky [Tue, 20 Jul 2004 01:03:16 +0000 (01:03 +0000)]
Fixed bug #29226 (ctype_* functions missing validation of numeric string
representations).
<changelog@php.net> [Tue, 20 Jul 2004 00:33:57 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 20 Jul 2004 00:33:21 +0000 (00:33 +0000)]
Allow pgsql driver to accept login & password as separate parameters like
other PDO drivers can.
Frank M. Kromann [Mon, 19 Jul 2004 22:23:13 +0000 (22:23 +0000)]
Fix compilation with older versions of libMing. Thanks Markus
Marcus Boerger [Mon, 19 Jul 2004 21:30:22 +0000 (21:30 +0000)]
Add missing .cvsignore
Frank M. Kromann [Mon, 19 Jul 2004 21:10:10 +0000 (21:10 +0000)]
Sync. with the API of libMing 0.3b1
Sebastian Bergmann [Mon, 19 Jul 2004 19:17:32 +0000 (19:17 +0000)]
Fix prototypes: Reflection_* -> Reflection*.
Sebastian Bergmann [Mon, 19 Jul 2004 19:14:10 +0000 (19:14 +0000)]
Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise an ReflectionException instead of returning NULL on failure.
Sebastian Bergmann [Mon, 19 Jul 2004 19:02:11 +0000 (19:02 +0000)]
Do not use contracted forms.
Moriyoshi Koizumi [Mon, 19 Jul 2004 18:49:20 +0000 (18:49 +0000)]
- Fix test name
Moriyoshi Koizumi [Mon, 19 Jul 2004 17:51:41 +0000 (17:51 +0000)]
- Oops, actual PR # is 29119, not 29199...
Moriyoshi Koizumi [Mon, 19 Jul 2004 17:46:30 +0000 (17:46 +0000)]
- Fix bug #29199 (html_entity_decode() misbehaves with UTF-8)
Stanislav Malyshev [Mon, 19 Jul 2004 16:32:24 +0000 (16:32 +0000)]
export INI parser
Dmitry Stogov [Mon, 19 Jul 2004 14:55:35 +0000 (14:55 +0000)]
Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).
Wez Furlong [Mon, 19 Jul 2004 14:40:46 +0000 (14:40 +0000)]
fix for empty_string changes.
Don't forget to allocate bytes for NUL terminators
Stanislav Malyshev [Mon, 19 Jul 2004 14:26:53 +0000 (14:26 +0000)]
__set and __get will be called not only when variable doesn't exist but also when it's
invisible
Andi Gutmans [Mon, 19 Jul 2004 14:19:21 +0000 (14:19 +0000)]
- Bump API number due to empty_string change
Dmitry Stogov [Mon, 19 Jul 2004 13:58:10 +0000 (13:58 +0000)]
Fixed bugs #29109 and #29236. (WSDL cache failure)
Wez Furlong [Mon, 19 Jul 2004 13:39:57 +0000 (13:39 +0000)]
Possible fix for #29258 (unverified)
win32 people, please test (I have no working win32 build env right now)
Dmitry Stogov [Mon, 19 Jul 2004 12:53:29 +0000 (12:53 +0000)]
Fixed bug #29061 (soap extension segfaults).
Dmitry Stogov [Mon, 19 Jul 2004 11:38:40 +0000 (11:38 +0000)]
Fixed memory leak (related to new implementation of empty strings)
Wez Furlong [Mon, 19 Jul 2004 09:35:36 +0000 (09:35 +0000)]
Implement empty-string-to-null conversion option for oracle compat.
This can be enabled using:
$dbh->setAttribute(PDO_ATTR_ORACLE_NULLS, true);
Moriyoshi Koizumi [Mon, 19 Jul 2004 08:34:18 +0000 (08:34 +0000)]
- Fix a bug in iconv stream filter that prevents pending buckets from being
processed on flush operation (same issue pollita fixed several days ago).
Antony Dovgal [Mon, 19 Jul 2004 07:35:41 +0000 (07:35 +0000)]
fix build
Andi Gutmans [Mon, 19 Jul 2004 07:19:50 +0000 (07:19 +0000)]
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.
Moriyoshi Koizumi [Mon, 19 Jul 2004 05:07:40 +0000 (05:07 +0000)]
- Fix VPATH build. (patch by Joe Orton)
Moriyoshi Koizumi [Mon, 19 Jul 2004 05:04:33 +0000 (05:04 +0000)]
- Rename php_compat.h to php_onig_compat.h to avoid name conflict.
(reported by Joe Orton, thanks.)
<changelog@php.net> [Mon, 19 Jul 2004 00:35:14 +0000 (00:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 18 Jul 2004 17:27:49 +0000 (17:27 +0000)]
Fixed bug #28633 (sprintf incorrectly adding padding to floats).
Marcus Boerger [Sun, 18 Jul 2004 14:04:36 +0000 (14:04 +0000)]
Update
Marcus Boerger [Sun, 18 Jul 2004 14:01:54 +0000 (14:01 +0000)]
- DOS 2 UNIX
Rob Richards [Sun, 18 Jul 2004 13:47:44 +0000 (13:47 +0000)]
add appendXML() to DOMFragment (chregu)
Marcus Boerger [Sun, 18 Jul 2004 13:37:23 +0000 (13:37 +0000)]
Update
Wez Furlong [Sun, 18 Jul 2004 13:23:40 +0000 (13:23 +0000)]
not safe for persistent streams
Rob Richards [Sun, 18 Jul 2004 13:23:33 +0000 (13:23 +0000)]
MFB: enable exslt support for win32 builds
WS fixes for exslt tests
Rob Richards [Sun, 18 Jul 2004 13:16:15 +0000 (13:16 +0000)]
MFB: add missing optional value param to createElementNS (chregu)
Marcus Boerger [Sun, 18 Jul 2004 12:08:35 +0000 (12:08 +0000)]
remove this entry
Wez Furlong [Sun, 18 Jul 2004 12:03:51 +0000 (12:03 +0000)]
Implement extension load-order deps.
Rob Richards [Sun, 18 Jul 2004 11:45:12 +0000 (11:45 +0000)]
MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object)
Andrey Hristov [Sun, 18 Jul 2004 11:34:28 +0000 (11:34 +0000)]
Add support for negative values of limit of explode(). If limit is negative
then all components are returned except the last abs(limit) ones.
Sergey Kartashoff [Sun, 18 Jul 2004 11:18:04 +0000 (11:18 +0000)]
- A Bug #29147 was fixed. Thanks to Antony Dovgal <tony2001 at phpclub.net>
for his patch.
Wez Furlong [Sun, 18 Jul 2004 10:34:12 +0000 (10:34 +0000)]
touch to avoid weird implicit makefile rule
Wez Furlong [Sun, 18 Jul 2004 09:55:46 +0000 (09:55 +0000)]
don't allocate 0 bytes here either
Wez Furlong [Sun, 18 Jul 2004 09:55:02 +0000 (09:55 +0000)]
No point allocating 0 bytes
<changelog@php.net> [Sun, 18 Jul 2004 00:33:38 +0000 (00:33 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sat, 17 Jul 2004 21:29:50 +0000 (21:29 +0000)]
- request_dtor() should be called if a fatal error occurs during activation
phase.
Georg Richter [Sat, 17 Jul 2004 10:48:28 +0000 (10:48 +0000)]
fixed paraenthesis warning in mysql_stmt_attr_set/get
<changelog@php.net> [Sat, 17 Jul 2004 00:32:34 +0000 (00:32 +0000)]
ChangeLog update
Sara Golemon [Sat, 17 Jul 2004 00:21:04 +0000 (00:21 +0000)]
Update windows build files for filter support
Sara Golemon [Sat, 17 Jul 2004 00:05:31 +0000 (00:05 +0000)]
Add zlib stream filter support
Sara Golemon [Fri, 16 Jul 2004 23:40:21 +0000 (23:40 +0000)]
convert.* filters not consuming buckets_in on PSFS_FLUSH_*
Anantha Kesari H Y [Fri, 16 Jul 2004 08:59:24 +0000 (08:59 +0000)]
NetWare specific openssl build file
Sebastian Bergmann [Fri, 16 Jul 2004 07:31:34 +0000 (07:31 +0000)]
(IMO) Better NEWS entry for true/false/null implementation change.
Marcus Boerger [Fri, 16 Jul 2004 07:17:51 +0000 (07:17 +0000)]
Correct version
Marcus Boerger [Fri, 16 Jul 2004 07:16:53 +0000 (07:16 +0000)]
BFN
Marcus Boerger [Fri, 16 Jul 2004 06:50:57 +0000 (06:50 +0000)]
- Speed up by making null/false/true reserved word which allows to drop
an opcode (FETCH_CONSTANT) for every usage.
Marcus Boerger [Fri, 16 Jul 2004 06:39:50 +0000 (06:39 +0000)]
Bugfix #28464 catch() does not catch exceptions by interfaces
Ilia Alshanetsky [Fri, 16 Jul 2004 02:03:25 +0000 (02:03 +0000)]
MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted).
<changelog@php.net> [Fri, 16 Jul 2004 00:33:02 +0000 (00:33 +0000)]
ChangeLog update
Andi Gutmans [Thu, 15 Jul 2004 22:59:54 +0000 (22:59 +0000)]
- Improve performance of zend_alloc by stopping the size from being a bit
- field.
Zeev Suraski [Thu, 15 Jul 2004 22:34:45 +0000 (22:34 +0000)]
Fix sqlite build
Marcus Boerger [Thu, 15 Jul 2004 22:22:06 +0000 (22:22 +0000)]
- Use ErrorException instead of Exception
Marcus Boerger [Thu, 15 Jul 2004 22:21:36 +0000 (22:21 +0000)]
- Add new class ErrorException to encapsulate errors in exceptions
Marcus Boerger [Thu, 15 Jul 2004 22:17:55 +0000 (22:17 +0000)]
Apply the fix
Marcus Boerger [Thu, 15 Jul 2004 19:41:22 +0000 (19:41 +0000)]
- Fix prototype
Marcus Boerger [Thu, 15 Jul 2004 19:09:37 +0000 (19:09 +0000)]
Synch comments
Dan Kalowsky [Thu, 15 Jul 2004 15:09:12 +0000 (15:09 +0000)]
Bug 29058 (patch submitted by bug reporter)
Magnus M��tt� [Thu, 15 Jul 2004 11:52:04 +0000 (11:52 +0000)]
Test for bug 26737:
Protected and private variables are not saved on serialization
when a user defined __sleep is used.
Antony Dovgal [Thu, 15 Jul 2004 11:00:14 +0000 (11:00 +0000)]
fix #29012 (Potential race during first connection) thanks to cjbj at hotmail dot com