]>
granicus.if.org Git - php/log
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
Ilia Alshanetsky [Thu, 15 Jul 2004 01:26:03 +0000 (01:26 +0000)]
Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
# Original Patch by: curt@php.net
<changelog@php.net> [Thu, 15 Jul 2004 00:33:10 +0000 (00:33 +0000)]
ChangeLog update
Edin Kadribasic [Wed, 14 Jul 2004 22:30:29 +0000 (22:30 +0000)]
Made php -m output sorted case-insensitevly
Stefan Esser [Wed, 14 Jul 2004 09:55:24 +0000 (09:55 +0000)]
same bug.
Derick Rethans [Wed, 14 Jul 2004 09:54:02 +0000 (09:54 +0000)]
- Fixed text.
Stefan Esser [Wed, 14 Jul 2004 09:43:26 +0000 (09:43 +0000)]
Security Fix broken! Destroyed Basic auth. Blame: me
4.3.x not affected
Stanislav Malyshev [Wed, 14 Jul 2004 09:04:13 +0000 (09:04 +0000)]
be consistent with write_dimension
Stanislav Malyshev [Wed, 14 Jul 2004 09:01:58 +0000 (09:01 +0000)]
fix #28957
John Coggeshall [Wed, 14 Jul 2004 02:41:53 +0000 (02:41 +0000)]
Changing the Tidy version to 2.0
<changelog@php.net> [Wed, 14 Jul 2004 00:33:30 +0000 (00:33 +0000)]
ChangeLog update
Sara Golemon [Wed, 14 Jul 2004 00:14:43 +0000 (00:14 +0000)]
Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis.
Zeev Suraski [Tue, 13 Jul 2004 20:41:55 +0000 (20:41 +0000)]
Add {{{ proto's
Andi Gutmans [Tue, 13 Jul 2004 19:56:49 +0000 (19:56 +0000)]
- 5.0.1-dev
Marcus Boerger [Tue, 13 Jul 2004 19:22:11 +0000 (19:22 +0000)]
Bugfix #29116 Zend constant warning uses memory after free (jdolecek at NetBSD dot org)
Andi Gutmans [Tue, 13 Jul 2004 19:05:31 +0000 (19:05 +0000)]
- Roll PHP 5.0.0
Wez Furlong [Tue, 13 Jul 2004 17:14:49 +0000 (17:14 +0000)]
add missing break
Georg Richter [Tue, 13 Jul 2004 17:04:16 +0000 (17:04 +0000)]
prototype fixes
Rob Richards [Tue, 13 Jul 2004 17:01:30 +0000 (17:01 +0000)]
initial xmlwriter code
Wez Furlong [Tue, 13 Jul 2004 16:34:56 +0000 (16:34 +0000)]
Looks like Sara forgot to change this too.
Georg Richter [Tue, 13 Jul 2004 16:12:28 +0000 (16:12 +0000)]
changed mysqli_stmt_reset (returns now bool instead of void)
Stefan Esser [Tue, 13 Jul 2004 11:30:50 +0000 (11:30 +0000)]
Fixed typo
Alan Knowles [Tue, 13 Jul 2004 07:20:45 +0000 (07:20 +0000)]
remove test dependance on postgres ** this still fails however
Alan Knowles [Tue, 13 Jul 2004 07:12:06 +0000 (07:12 +0000)]
ensure that test passes on systems without postgres built in.
<changelog@php.net> [Tue, 13 Jul 2004 00:32:43 +0000 (00:32 +0000)]
ChangeLog update
Wez Furlong [Mon, 12 Jul 2004 20:59:24 +0000 (20:59 +0000)]
Fix file_get_contents() bug...
Timm Friebe [Mon, 12 Jul 2004 20:26:53 +0000 (20:26 +0000)]
- Initial release
Ilia Alshanetsky [Mon, 12 Jul 2004 20:12:39 +0000 (20:12 +0000)]
Added missing constant and correct bound column retrieval. When bound
columns are specified only return status (TRUE/FALSE) indicator.
Ilia Alshanetsky [Mon, 12 Jul 2004 20:09:19 +0000 (20:09 +0000)]
Fixed a bug that could result in false failed query reporting on
INSERT/UPDATE/DELETE queries.
Ilia Alshanetsky [Mon, 12 Jul 2004 18:49:47 +0000 (18:49 +0000)]
Missing patch.
Ilia Alshanetsky [Mon, 12 Jul 2004 18:48:30 +0000 (18:48 +0000)]
Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X).
Ilia Alshanetsky [Mon, 12 Jul 2004 17:47:29 +0000 (17:47 +0000)]
Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts).
Ilia Alshanetsky [Mon, 12 Jul 2004 17:44:40 +0000 (17:44 +0000)]
Touch the file so that build system does not try to rebuild it.
Andi Gutmans [Mon, 12 Jul 2004 16:38:45 +0000 (16:38 +0000)]
- Convert zend_class_entry -> zend_class_entry *
Christian Stocker [Mon, 12 Jul 2004 13:04:01 +0000 (13:04 +0000)]
implement the clone code for the XSLTProcessor object and fix #29108
"xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards)
Antony Dovgal [Mon, 12 Jul 2004 07:40:05 +0000 (07:40 +0000)]
fix #28978 (multiple OCIBindByName on the same placeholder eats memory)
<changelog@php.net> [Mon, 12 Jul 2004 00:32:48 +0000 (00:32 +0000)]
ChangeLog update
Andrey Hristov [Sun, 11 Jul 2004 21:41:33 +0000 (21:41 +0000)]
reorder + add
Andrey Hristov [Sun, 11 Jul 2004 21:15:04 +0000 (21:15 +0000)]
fixing bug #28974 : overflow in array_slice()
The same kind of overflow appeared in array_splice(), substr() and
substr_replace()
Stefan Esser [Sun, 11 Jul 2004 21:14:50 +0000 (21:14 +0000)]
Ooups...
Stefan Esser [Sun, 11 Jul 2004 20:13:39 +0000 (20:13 +0000)]
Fixed: PARSE_TYPE parameter to input_filter
Fixed: input_filter should also be able to filter empty variables by name
Andrey Hristov [Sun, 11 Jul 2004 19:20:05 +0000 (19:20 +0000)]
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.
Andrey Hristov [Sun, 11 Jul 2004 18:19:43 +0000 (18:19 +0000)]
fixing the name of the test
Andrey Hristov [Sun, 11 Jul 2004 18:18:05 +0000 (18:18 +0000)]
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.
Timm Friebe [Sun, 11 Jul 2004 16:57:38 +0000 (16:57 +0000)]
- Initial release
Timm Friebe [Sun, 11 Jul 2004 16:57:12 +0000 (16:57 +0000)]
- Added simple test for float exceeding the float precision
# See bug #29064
Timm Friebe [Sun, 11 Jul 2004 16:31:32 +0000 (16:31 +0000)]
- Initial release
Timm Friebe [Sun, 11 Jul 2004 16:10:03 +0000 (16:10 +0000)]
- Initial release
Ilia Alshanetsky [Sun, 11 Jul 2004 15:23:57 +0000 (15:23 +0000)]
Fixed bug #29008 (array_combine() does not handle non-numeric/string keys).