]> granicus.if.org Git - php/log
php
21 years agoname/value in multipart/form-date will be converted into internal encoding when mbstr...
Rui Hirokawa [Wed, 22 Oct 2003 14:14:05 +0000 (14:14 +0000)]
name/value in multipart/form-date will be converted into internal encoding when mbstring.encoding_translation is On.

21 years agoFixed compile warnings.
Ilia Alshanetsky [Wed, 22 Oct 2003 02:38:47 +0000 (02:38 +0000)]
Fixed compile warnings.

21 years agoChangeLog update
<changelog@php.net> [Wed, 22 Oct 2003 00:32:20 +0000 (00:32 +0000)]
ChangeLog update

21 years agoFixed bug #25768
foobar [Tue, 21 Oct 2003 11:48:31 +0000 (11:48 +0000)]
Fixed bug #25768

21 years agoWe don't have this yet
Marcus Boerger [Tue, 21 Oct 2003 08:29:22 +0000 (08:29 +0000)]
We don't have this yet

21 years agoBugfix #25930 Can't compile snprintf.c
Marcus Boerger [Tue, 21 Oct 2003 07:36:43 +0000 (07:36 +0000)]
Bugfix #25930 Can't compile snprintf.c

21 years agoMake this clear
Marcus Boerger [Tue, 21 Oct 2003 06:41:26 +0000 (06:41 +0000)]
Make this clear

21 years agoAdd a test case for getElementsByTagName() / getElementsByTagNameNS()
Moriyoshi Koizumi [Tue, 21 Oct 2003 02:43:24 +0000 (02:43 +0000)]
Add a test case for getElementsByTagName() / getElementsByTagNameNS()

21 years agoMissing '&' in the result of get_html_translation_table()
Moriyoshi Koizumi [Tue, 21 Oct 2003 01:46:54 +0000 (01:46 +0000)]
Missing '&' in the result of get_html_translation_table()

21 years agoChangeLog update
<changelog@php.net> [Tue, 21 Oct 2003 00:33:44 +0000 (00:33 +0000)]
ChangeLog update

21 years ago- Add comment from Timm
Andi Gutmans [Mon, 20 Oct 2003 22:02:10 +0000 (22:02 +0000)]
- Add comment from Timm

21 years agoimplement namespace nodes
Rob Richards [Mon, 20 Oct 2003 15:50:34 +0000 (15:50 +0000)]
implement namespace nodes
fix getElementsByTagName
fixes to attribute namespaces
remove safemode stuff as its handled in streams

21 years agoFix typo
Moriyoshi Koizumi [Mon, 20 Oct 2003 15:45:01 +0000 (15:45 +0000)]
Fix typo

21 years agoFix compiler warnings
Moriyoshi Koizumi [Mon, 20 Oct 2003 15:41:53 +0000 (15:41 +0000)]
Fix compiler warnings

21 years agogo with 1.3b3 (will shipped with PHP4.3.4RC2)
Tomas V.V.Cox [Mon, 20 Oct 2003 15:33:54 +0000 (15:33 +0000)]
go with 1.3b3 (will shipped with PHP4.3.4RC2)

21 years agoFix compiler warnings
Moriyoshi Koizumi [Mon, 20 Oct 2003 15:33:40 +0000 (15:33 +0000)]
Fix compiler warnings

21 years agoFixed bug #25918 (Possible crash in mime_content_type()).
Ilia Alshanetsky [Mon, 20 Oct 2003 14:36:51 +0000 (14:36 +0000)]
Fixed bug #25918 (Possible crash in mime_content_type()).

21 years agoFixed bug #25923 (mail() modifies the to & subject arguments).
Ilia Alshanetsky [Mon, 20 Oct 2003 14:22:01 +0000 (14:22 +0000)]
Fixed bug #25923 (mail() modifies the to & subject arguments).

21 years agoUpdate
Marcus Boerger [Mon, 20 Oct 2003 10:26:03 +0000 (10:26 +0000)]
Update

21 years agoUpdate
Marcus Boerger [Mon, 20 Oct 2003 10:06:31 +0000 (10:06 +0000)]
Update

21 years agoMissing .cvsignore
foobar [Mon, 20 Oct 2003 05:37:33 +0000 (05:37 +0000)]
Missing .cvsignore

21 years agoFixed typo
Kai Schroeder [Mon, 20 Oct 2003 04:49:18 +0000 (04:49 +0000)]
Fixed typo

21 years agofix the stat check in stream open
Shane Caraveo [Mon, 20 Oct 2003 03:11:45 +0000 (03:11 +0000)]
fix the stat check in stream open
addref to the stream context

21 years agoFixed unused variable warning on *nix.
Ilia Alshanetsky [Mon, 20 Oct 2003 02:21:25 +0000 (02:21 +0000)]
Fixed unused variable warning on *nix.

21 years agoFixed bug #25895 (Incorrect detection of safe_mode limited ini options)
Ilia Alshanetsky [Mon, 20 Oct 2003 01:59:35 +0000 (01:59 +0000)]
Fixed bug #25895 (Incorrect detection of safe_mode limited ini options)

21 years agoChangeLog update
<changelog@php.net> [Mon, 20 Oct 2003 00:34:48 +0000 (00:34 +0000)]
ChangeLog update

21 years agoadd generic default error handling rather than the default stderr
Rob Richards [Sun, 19 Oct 2003 23:34:39 +0000 (23:34 +0000)]
add generic default error handling rather than the default stderr

21 years agounescape filepath which libxml excapes
Rob Richards [Sun, 19 Oct 2003 23:25:48 +0000 (23:25 +0000)]
unescape filepath which libxml excapes

21 years agoadd global init/shutdown functions for libxml. this is required as
Shane Caraveo [Sun, 19 Oct 2003 23:17:56 +0000 (23:17 +0000)]
add global init/shutdown functions for libxml.  this is required as
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific order

21 years agoAdd libxml extension for common code that is needed to be shared between
Shane Caraveo [Sun, 19 Oct 2003 21:48:46 +0000 (21:48 +0000)]
Add libxml extension for common code that is needed to be shared between
various xml extensions.  currently the only implemented support is the
addition of the streams support for libxml.  One new function,
libxml_set_streams_context, which allows a streams context to bet set
prior to loading or writing documents.  This works transparently with any
extension that uses libxml.  All ini settings that effect streams will
also now effect the loading and writing of xml documents.

TODO: linux support, not sure if config.m4 will work right.

21 years agofinish file uri support, this stuff was unecessary.
Shane Caraveo [Sun, 19 Oct 2003 21:19:54 +0000 (21:19 +0000)]
finish file uri support, this stuff was unecessary.

21 years agoA simpler patch to add file uri support
Shane Caraveo [Sun, 19 Oct 2003 20:59:12 +0000 (20:59 +0000)]
A simpler patch to add file uri support

21 years agorevert file: support in preparation for simpler patch
Shane Caraveo [Sun, 19 Oct 2003 20:57:20 +0000 (20:57 +0000)]
revert file: support in preparation for simpler patch

21 years agomake file uri's work with streams
Shane Caraveo [Sun, 19 Oct 2003 20:04:33 +0000 (20:04 +0000)]
make file uri's work with streams

21 years agomake parse_url work correctly for file uri's on windows, such as
Shane Caraveo [Sun, 19 Oct 2003 20:00:51 +0000 (20:00 +0000)]
make parse_url work correctly for file uri's on windows, such as
file:///c:/somepath/somefile.txt

21 years agofix wrong string length for registry values
Stanislav Malyshev [Sun, 19 Oct 2003 13:47:35 +0000 (13:47 +0000)]
fix wrong string length for registry values

21 years agoEnable setting php.ini path via the registry
Stanislav Malyshev [Sun, 19 Oct 2003 10:39:27 +0000 (10:39 +0000)]
Enable setting php.ini path via the registry

21 years agofix compilation
Stanislav Malyshev [Sun, 19 Oct 2003 10:36:36 +0000 (10:36 +0000)]
fix compilation

21 years agoAdd function for getting php.ini path from registry
Stanislav Malyshev [Sun, 19 Oct 2003 10:22:21 +0000 (10:22 +0000)]
Add function for getting php.ini path from registry

21 years ago- Nuke const in function parameters. I just can't remember why this exists
Andi Gutmans [Sun, 19 Oct 2003 08:38:48 +0000 (08:38 +0000)]
- Nuke const in function parameters. I just can't remember why this exists
- and it seems no one else remembers either. It has no semantic meaning.

21 years agoChangeLog update
<changelog@php.net> [Sun, 19 Oct 2003 00:32:44 +0000 (00:32 +0000)]
ChangeLog update

21 years agoFix class/iterator relationship & handling
Marcus Boerger [Sat, 18 Oct 2003 18:43:31 +0000 (18:43 +0000)]
Fix class/iterator relationship & handling

21 years agoFallback to old behavior until we have a default iterator that respects
Marcus Boerger [Sat, 18 Oct 2003 18:20:42 +0000 (18:20 +0000)]
Fallback to old behavior until we have a default iterator that respects
visibility we do the array trick.

21 years agobah. does it really make any difference where rewind lives in the struct!?
Wez Furlong [Sat, 18 Oct 2003 15:56:16 +0000 (15:56 +0000)]
bah. does it really make any difference where rewind lives in the struct!?

21 years agoChange order: Optional rewind() to end of structure
Marcus Boerger [Sat, 18 Oct 2003 14:56:47 +0000 (14:56 +0000)]
Change order: Optional rewind() to end of structure

21 years agoChangeLog update
<changelog@php.net> [Sat, 18 Oct 2003 00:32:33 +0000 (00:32 +0000)]
ChangeLog update

21 years agonew SunONE server
Uwe Schindler [Fri, 17 Oct 2003 21:58:26 +0000 (21:58 +0000)]
new SunONE server

21 years agofix cruft from previous incarnation of the iterators
Wez Furlong [Fri, 17 Oct 2003 21:03:01 +0000 (21:03 +0000)]
fix cruft from previous incarnation of the iterators

21 years agoadd com iterator support
Wez Furlong [Fri, 17 Oct 2003 20:52:18 +0000 (20:52 +0000)]
add com iterator support

21 years agoWS
Marcus Boerger [Fri, 17 Oct 2003 18:47:49 +0000 (18:47 +0000)]
WS

21 years agoShow if a class/object is iterateable
Marcus Boerger [Fri, 17 Oct 2003 17:51:01 +0000 (17:51 +0000)]
Show if a class/object is iterateable

21 years ago- Make use of engine iterators
Marcus Boerger [Fri, 17 Oct 2003 17:21:56 +0000 (17:21 +0000)]
- Make use of engine iterators

21 years agoAdded c-api for iterators
Marcus Boerger [Fri, 17 Oct 2003 17:19:44 +0000 (17:19 +0000)]
Added c-api for iterators
# After 4 Month work and endless discussions...

21 years agoThe sqlite classes need to be final
Marcus Boerger [Fri, 17 Oct 2003 08:17:09 +0000 (08:17 +0000)]
The sqlite classes need to be final

21 years agoFix showing final/abstract for classes
Marcus Boerger [Fri, 17 Oct 2003 08:15:48 +0000 (08:15 +0000)]
Fix showing final/abstract for classes

21 years agopre/hasprev have nothing to do with iteration
Marcus Boerger [Fri, 17 Oct 2003 08:01:49 +0000 (08:01 +0000)]
pre/hasprev have nothing to do with iteration

21 years agoFixed formatting issue.
Ilia Alshanetsky [Fri, 17 Oct 2003 02:47:44 +0000 (02:47 +0000)]
Fixed formatting issue.

21 years agoFixed if() condition.
Ilia Alshanetsky [Fri, 17 Oct 2003 02:29:06 +0000 (02:29 +0000)]
Fixed if() condition.

21 years agoFixed formatting issues (patch by: Joe Orton)
Ilia Alshanetsky [Fri, 17 Oct 2003 02:21:27 +0000 (02:21 +0000)]
Fixed formatting issues (patch by: Joe Orton)

21 years agoChangeLog update
<changelog@php.net> [Fri, 17 Oct 2003 00:34:02 +0000 (00:34 +0000)]
ChangeLog update

21 years ago- Fix RPC call without proxy (silence warnings&notices)
Pierre Joye [Thu, 16 Oct 2003 18:16:38 +0000 (18:16 +0000)]
- Fix RPC call without proxy (silence warnings&notices)
  nota bene: the proxy codes should be cleaned, one day ;)

21 years agoDo not strip trailing spaces.
Ilia Alshanetsky [Thu, 16 Oct 2003 04:24:07 +0000 (04:24 +0000)]
Do not strip trailing spaces.

21 years agoChangeLog update
<changelog@php.net> [Thu, 16 Oct 2003 00:34:03 +0000 (00:34 +0000)]
ChangeLog update

21 years agoAdd oo support function zend_class_implements()
Marcus Boerger [Wed, 15 Oct 2003 06:24:17 +0000 (06:24 +0000)]
Add oo support function zend_class_implements()

21 years agoFix cast function
Marcus Boerger [Wed, 15 Oct 2003 06:23:07 +0000 (06:23 +0000)]
Fix cast function

21 years agoFixed bug #25777 (Do not rtrim() of text fields fetched from mssql)
Ilia Alshanetsky [Wed, 15 Oct 2003 03:31:29 +0000 (03:31 +0000)]
Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql)

21 years agoChangeLog update
<changelog@php.net> [Wed, 15 Oct 2003 00:34:01 +0000 (00:34 +0000)]
ChangeLog update

21 years agoMFB Fix for #25825
Wez Furlong [Wed, 15 Oct 2003 00:18:53 +0000 (00:18 +0000)]
MFB Fix for #25825

21 years agofix for dereferncing null pointer (mfladischer@gmx.net)
George Schlossnagle [Wed, 15 Oct 2003 00:15:23 +0000 (00:15 +0000)]
fix for dereferncing null pointer (mfladischer@gmx.net)

21 years ago- Argh, the suffering copy&paste can cause
Andi Gutmans [Tue, 14 Oct 2003 18:13:55 +0000 (18:13 +0000)]
- Argh, the suffering copy&paste can cause

21 years ago- Fix compile problem.
Andi Gutmans [Tue, 14 Oct 2003 17:26:36 +0000 (17:26 +0000)]
- Fix compile problem.

21 years ago- Fix the fix by making sure the new block is in the right free list.
Andi Gutmans [Tue, 14 Oct 2003 14:44:19 +0000 (14:44 +0000)]
- Fix the fix by making sure the new block is in the right free list.

21 years agoThe freed one is a hashtable - may matter if Hashtables are allocated
Stanislav Malyshev [Tue, 14 Oct 2003 14:36:23 +0000 (14:36 +0000)]
The freed one is a hashtable - may matter if Hashtables are allocated
differently

21 years ago- Support merging free block which was created by reallocing to smaller
Andi Gutmans [Tue, 14 Oct 2003 14:23:12 +0000 (14:23 +0000)]
- Support merging free block which was created by reallocing to smaller
- size. This should fix some performance issues. This code is still not
- thoroughly tested.

21 years agoEmbed date of last modification
Sascha Schumann [Tue, 14 Oct 2003 08:11:37 +0000 (08:11 +0000)]
Embed date of last modification

21 years ago- limit writing of field data to field len + 1
Uwe Steinmann [Tue, 14 Oct 2003 07:49:34 +0000 (07:49 +0000)]
- limit writing of field data to field len + 1
  This fixed many memory overrun errors which appeared
in several scripts when writing a record.

21 years agoFixed bug #25836 (last key of multi-dimensional array passed via GPC
Ilia Alshanetsky [Tue, 14 Oct 2003 03:49:13 +0000 (03:49 +0000)]
Fixed bug #25836 (last key of multi-dimensional array passed via GPC
not being escaped when magic_quotes_gpc is on).

21 years agoChangeLog update
<changelog@php.net> [Tue, 14 Oct 2003 00:33:26 +0000 (00:33 +0000)]
ChangeLog update

21 years agounintialized variable.
Wez Furlong [Mon, 13 Oct 2003 11:46:36 +0000 (11:46 +0000)]
unintialized variable.
Patch by Joe Orton

21 years agoFix unintialized variable.
Wez Furlong [Mon, 13 Oct 2003 11:43:14 +0000 (11:43 +0000)]
Fix unintialized variable.
Patch by Joe Orton.

21 years ago- Email address change
Derick Rethans [Mon, 13 Oct 2003 09:33:00 +0000 (09:33 +0000)]
- Email address change

21 years agoFixed bug #25800 (parse_url() could not parse urls with empty port).
Ilia Alshanetsky [Mon, 13 Oct 2003 04:27:23 +0000 (04:27 +0000)]
Fixed bug #25800 (parse_url() could not parse urls with empty port).

21 years agoRemove sendmail patch check.
Ilia Alshanetsky [Mon, 13 Oct 2003 04:15:09 +0000 (04:15 +0000)]
Remove sendmail patch check.

21 years agoFix possible segfault (this one came up when a method could not be found).
Wez Furlong [Mon, 13 Oct 2003 01:29:39 +0000 (01:29 +0000)]
Fix possible segfault (this one came up when a method could not be found).
Add a couple of headers used by another file that is not yet ready to
commit.

21 years agoChangeLog update
<changelog@php.net> [Mon, 13 Oct 2003 00:33:43 +0000 (00:33 +0000)]
ChangeLog update

21 years agorolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)
Vlad Krupin [Sun, 12 Oct 2003 01:07:59 +0000 (01:07 +0000)]
rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)

21 years agoChangeLog update
<changelog@php.net> [Sat, 11 Oct 2003 00:32:31 +0000 (00:32 +0000)]
ChangeLog update

21 years agoFix Bug #23221 Pear installer - extension re-install segfault
Tomas V.V.Cox [Fri, 10 Oct 2003 17:13:37 +0000 (17:13 +0000)]
Fix Bug #23221 Pear installer - extension re-install segfault

21 years agoPartial rewrite of dowload() method:
Tomas V.V.Cox [Fri, 10 Oct 2003 16:55:38 +0000 (16:55 +0000)]
Partial rewrite of dowload() method:
- Full error checking and reporting
- Avoid downloads as possible
- Made the "force" option work correctly

# Please report any problem with pear install/upgrade

21 years agoavoid chdir() calls
Tomas V.V.Cox [Fri, 10 Oct 2003 12:22:59 +0000 (12:22 +0000)]
avoid chdir() calls
remove duplicated validation checks
(fix bug #66 contributed by Roman)

21 years agoChangeLog update
<changelog@php.net> [Fri, 10 Oct 2003 00:33:53 +0000 (00:33 +0000)]
ChangeLog update

21 years agoAllow foo::$bar()
Zeev Suraski [Thu, 9 Oct 2003 13:44:44 +0000 (13:44 +0000)]
Allow foo::$bar()

21 years agotypo
Andrey Hristov [Thu, 9 Oct 2003 11:26:40 +0000 (11:26 +0000)]
typo

21 years agocleanup
foobar [Thu, 9 Oct 2003 11:05:21 +0000 (11:05 +0000)]
cleanup

21 years agoNew array functions for doing intersection of arrays that are complementary
Andrey Hristov [Thu, 9 Oct 2003 08:10:39 +0000 (08:10 +0000)]
New array functions for doing intersection of arrays that are complementary
to array_*diff* family of functions. Namely array_uintersect(), array_uintersect_assoc(),
array_intersect_uassoc() and array_uintersect_uassoc(). Test case is also included.
#docs and news entry later.

21 years agonew functions NEWS entry
Andrey Hristov [Thu, 9 Oct 2003 07:35:18 +0000 (07:35 +0000)]
new functions NEWS entry

21 years agoadd the valid xml test
Shane Caraveo [Thu, 9 Oct 2003 05:47:38 +0000 (05:47 +0000)]
add the valid xml test

21 years agoadd a DTD example
Shane Caraveo [Thu, 9 Oct 2003 05:46:03 +0000 (05:46 +0000)]
add a DTD example

21 years agoFixed bug #25746 (Do not bail out when unable to chdir original dir on
Ilia Alshanetsky [Thu, 9 Oct 2003 02:58:34 +0000 (02:58 +0000)]
Fixed bug #25746 (Do not bail out when unable to chdir original dir on
systems with broken getcwd()).

21 years agoChangeLog update
<changelog@php.net> [Thu, 9 Oct 2003 00:33:42 +0000 (00:33 +0000)]
ChangeLog update