]> granicus.if.org Git - php/log
php
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

21 years agoAnd this EOF flag...
Wez Furlong [Wed, 8 Oct 2003 11:23:47 +0000 (11:23 +0000)]
And this EOF flag...

21 years agoBFN
foobar [Wed, 8 Oct 2003 11:16:54 +0000 (11:16 +0000)]
BFN

21 years agoSet the EOF indicator after each read attempt.
Wez Furlong [Wed, 8 Oct 2003 10:55:51 +0000 (10:55 +0000)]
Set the EOF indicator after each read attempt.
This prevents it getting stuck in the on position.

21 years ago- Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes crash in...
foobar [Wed, 8 Oct 2003 10:22:51 +0000 (10:22 +0000)]
- Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes crash in win32).

21 years agoImplement stream_get_contents, which is somewhat akin to file_get_contents,
Wez Furlong [Wed, 8 Oct 2003 10:07:25 +0000 (10:07 +0000)]
Implement stream_get_contents, which is somewhat akin to file_get_contents,
except that it works on an already opened stream.

21 years agoOops..
Moriyoshi Koizumi [Wed, 8 Oct 2003 01:51:32 +0000 (01:51 +0000)]
Oops..

21 years agoBetter fix for bug #25758
Moriyoshi Koizumi [Wed, 8 Oct 2003 01:49:31 +0000 (01:49 +0000)]
Better fix for bug #25758

21 years agoFixed bug #25758 (var_export does not escape ' & \ inside array keys)
Ilia Alshanetsky [Wed, 8 Oct 2003 01:16:44 +0000 (01:16 +0000)]
Fixed bug #25758 (var_export does not escape ' & \ inside array keys)

21 years agoBFN
foobar [Wed, 8 Oct 2003 00:54:29 +0000 (00:54 +0000)]
BFN

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

21 years agoMFB bison configure test fix
Rasmus Lerdorf [Tue, 7 Oct 2003 22:39:54 +0000 (22:39 +0000)]
MFB bison configure test fix

21 years agoA much better fix for moniker based COM object creation.
Wez Furlong [Tue, 7 Oct 2003 18:50:07 +0000 (18:50 +0000)]
A much better fix for moniker based COM object creation.
We now support binding monikers to remote machines.
However, MSDN docs indicate that this isn't yet implemented
as of Win2000.

21 years agoFix bug #17997 (Warning when switch & reference are combined)
Zeev Suraski [Tue, 7 Oct 2003 16:04:08 +0000 (16:04 +0000)]
Fix bug #17997 (Warning when switch & reference are combined)

21 years agoFix cast callbacks
Zeev Suraski [Tue, 7 Oct 2003 15:47:25 +0000 (15:47 +0000)]
Fix cast callbacks

21 years agoFix the fix :)
Zeev Suraski [Tue, 7 Oct 2003 10:05:10 +0000 (10:05 +0000)]
Fix the fix :)
Not thoroughly tested, but appears to work fine

21 years agoFix version test
Marcus Boerger [Tue, 7 Oct 2003 09:40:39 +0000 (09:40 +0000)]
Fix version test

21 years agoBugfix #25770 Segfault with PHP and bison 1.875
Marcus Boerger [Tue, 7 Oct 2003 09:33:20 +0000 (09:33 +0000)]
Bugfix #25770 Segfault with PHP and bison 1.875

21 years ago- Fixed bug #18534 (ifx_close() leaves open session)
Corne' Cornelius [Tue, 7 Oct 2003 09:29:58 +0000 (09:29 +0000)]
- Fixed bug #18534 (ifx_close() leaves open session)
- (ifx_do_close) Added

21 years agoFix $_SERVER['argv'] and $_SERVER['argc']
Stanislav Malyshev [Tue, 7 Oct 2003 08:46:16 +0000 (08:46 +0000)]
Fix $_SERVER['argv'] and $_SERVER['argc']

21 years agoCleaned up previous patch.
Ilia Alshanetsky [Tue, 7 Oct 2003 00:36:31 +0000 (00:36 +0000)]
Cleaned up previous patch.

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

21 years ago- Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap link)
foobar [Mon, 6 Oct 2003 23:33:00 +0000 (23:33 +0000)]
- Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap link)

21 years agosome namespace fixes
Rob Richards [Mon, 6 Oct 2003 21:28:01 +0000 (21:28 +0000)]
some namespace fixes
fix compiler warning

21 years agobetter version checks (contributed by Roman)
Tomas V.V.Cox [Mon, 6 Oct 2003 15:15:56 +0000 (15:15 +0000)]
better version checks (contributed by Roman)

21 years agopotential fix for #25759, although it will need further review.
Wez Furlong [Mon, 6 Oct 2003 15:10:38 +0000 (15:10 +0000)]
potential fix for #25759, although it will need further review.

21 years agoBFN
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:07:15 +0000 (01:07 +0000)]
BFN

21 years agoForgot about this one
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:04:49 +0000 (01:04 +0000)]
Forgot about this one

21 years agoFixed bug #25756 (SimpleXML's validate_schema_file() broken)
Moriyoshi Koizumi [Mon, 6 Oct 2003 01:02:28 +0000 (01:02 +0000)]
Fixed bug #25756 (SimpleXML's validate_schema_file() broken)

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

21 years agofix crash building nodeName
Shane Caraveo [Sun, 5 Oct 2003 21:53:08 +0000 (21:53 +0000)]
fix crash building nodeName

21 years agofix crash accessing tagName without namespace
Shane Caraveo [Sun, 5 Oct 2003 21:49:47 +0000 (21:49 +0000)]
fix crash accessing tagName without namespace

21 years agoAdd schema and relaxNG validation support
Shane Caraveo [Sun, 5 Oct 2003 20:45:27 +0000 (20:45 +0000)]
Add schema and relaxNG validation support
domdocument->schemaValidate(string filename)
domdocument->schemaValidateSource(string xml)
domdocument->relaxNGValidate(string filename)
domdocument->relaxNGValidateSource(string xml)

also fix domelement->setAttributeNS

21 years agoFixed clobbering of the source array, when merging complex
Ilia Alshanetsky [Sun, 5 Oct 2003 19:37:02 +0000 (19:37 +0000)]
Fixed clobbering of the source array, when merging complex
multi-dimensional arrays. Bug reported by Lukas Smith.

21 years agouse realpath instead of chdir
Tomas V.V.Cox [Sun, 5 Oct 2003 19:10:56 +0000 (19:10 +0000)]
use realpath instead of chdir
(Roman Neuhauser <neuhauser@bellavista.cz>)

21 years ago* Fixing #64
Martin Jansen [Sun, 5 Oct 2003 16:42:18 +0000 (16:42 +0000)]
* Fixing #64

21 years agoremove a debug printf
Shane Caraveo [Sun, 5 Oct 2003 16:37:50 +0000 (16:37 +0000)]
remove a debug printf

21 years agoDon't reapply the error_message_prefix if an error
Tomas V.V.Cox [Sun, 5 Oct 2003 15:22:21 +0000 (15:22 +0000)]
Don't reapply the error_message_prefix if an error
object is passed to raiseError()

21 years agoFix the macro to prevent it from falling over in a mess
Moriyoshi Koizumi [Sun, 5 Oct 2003 13:59:15 +0000 (13:59 +0000)]
Fix the macro to prevent it from falling over in a mess

21 years agoFix test to make sure it can find the external xml file relatively to
Moriyoshi Koizumi [Sun, 5 Oct 2003 13:53:16 +0000 (13:53 +0000)]
Fix test to make sure it can find the external xml file relatively to
the script file.

21 years agofix segfault if xpath expression string is invalid
Rob Richards [Sun, 5 Oct 2003 13:14:21 +0000 (13:14 +0000)]
fix segfault if xpath expression string is invalid

21 years agoimplement isDefaultNameSpace and baseURI
Rob Richards [Sun, 5 Oct 2003 11:52:22 +0000 (11:52 +0000)]
implement isDefaultNameSpace and baseURI
nodeName and tagName return qualified names
fix removeAttributeNode - takes domAttr as parameter
better uri and file handling for document load method
fix possible segfault when document is freed
set get_property_ptr_ptr handler to NULL

21 years agoRemove unused callback
Zeev Suraski [Sun, 5 Oct 2003 08:27:31 +0000 (08:27 +0000)]
Remove unused callback

21 years agoSync with new API
Zeev Suraski [Sun, 5 Oct 2003 08:08:49 +0000 (08:08 +0000)]
Sync with new API

21 years agoRemove redundant callback, simplify API
Zeev Suraski [Sun, 5 Oct 2003 07:52:28 +0000 (07:52 +0000)]
Remove redundant callback, simplify API

21 years agothis little piggy broke lots of things...eg. _function_check_flag in reflection api.
Shane Caraveo [Sun, 5 Oct 2003 01:54:46 +0000 (01:54 +0000)]
this little piggy broke lots of things...eg. _function_check_flag in reflection api.

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

21 years agoNFN
Moriyoshi Koizumi [Sat, 4 Oct 2003 21:09:38 +0000 (21:09 +0000)]
NFN

21 years agoChange fgetcsv() so that the second parameter is also optional.
Moriyoshi Koizumi [Sat, 4 Oct 2003 21:06:29 +0000 (21:06 +0000)]
Change fgetcsv() so that the second parameter is also optional.

21 years agoBetter fix #61
Tomas V.V.Cox [Sat, 4 Oct 2003 17:16:35 +0000 (17:16 +0000)]
Better fix #61

21 years agoFix: #61 [NEW]: error with pear install in pear 1.3b1
Tomas V.V.Cox [Sat, 4 Oct 2003 16:17:31 +0000 (16:17 +0000)]
Fix: #61 [NEW]: error with pear install in pear 1.3b1
by outputting a full error message plus some help

21 years agonotes++
Tomas V.V.Cox [Sat, 4 Oct 2003 13:02:58 +0000 (13:02 +0000)]
notes++
Bug #25413 Add local installed packages to list-all
  (thanks to Christian DickMann)

21 years agoBug #25413 Add local installed packages to list-all
Tomas V.V.Cox [Sat, 4 Oct 2003 12:57:34 +0000 (12:57 +0000)]
Bug #25413 Add local installed packages to list-all
(thanks to Christian DickMann)

21 years agoFix autoconf(2.13) build
Moriyoshi Koizumi [Sat, 4 Oct 2003 12:23:11 +0000 (12:23 +0000)]
Fix autoconf(2.13) build

21 years ago- Updated README for mnogosearch extension
Sergey Kartashoff [Sat, 4 Oct 2003 08:27:37 +0000 (08:27 +0000)]
- Updated README for mnogosearch extension