]> granicus.if.org Git - php/log
php
21 years agoMake activescript SAPI build under php5.
Wez Furlong [Wed, 7 Jan 2004 21:01:13 +0000 (21:01 +0000)]
Make activescript SAPI build under php5.
Untested...!

21 years agoPort other major parts of PHP 4 COM extension into PHP 5 com_dotnet
Wez Furlong [Wed, 7 Jan 2004 21:00:07 +0000 (21:00 +0000)]
Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet
extension.
This enables:
- iteration of SafeArray types via foreach()
- proxying of multi-dimensional SafeArray types so that multi-dimension
  array accesses work (untested!)
- Fix COM exceptions, and expose them as their own class of exception
  "com_exception"
- auto typelib file import (com.typelib_file ini option)
- event sinking
- wrapper to map PHP objects to COM
- fix mapping of variant values to PHP values

# Could someone please add com_saproxy.c and com_wrapper.c to the .dsp
# file?

21 years agoglob-ify lib checks; this simplifies writing of config.w32 files a little.
Wez Furlong [Wed, 7 Jan 2004 20:06:32 +0000 (20:06 +0000)]
glob-ify lib checks; this simplifies writing of config.w32 files a little.

21 years agoFix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)
Rob Richards [Wed, 7 Jan 2004 15:33:25 +0000 (15:33 +0000)]
Fix bug #26815 (foreach (DOM) childnodes causes error using Xinclude)
update xinclude test

21 years agoLet DB handle NULL params, fixes bug #26777
Ard Biesheuvel [Wed, 7 Jan 2004 09:43:55 +0000 (09:43 +0000)]
Let DB handle NULL params, fixes bug #26777

21 years agoChangeLog update
<changelog@php.net> [Wed, 7 Jan 2004 01:32:03 +0000 (01:32 +0000)]
ChangeLog update

21 years agoReimplement part of Bug #24608 that was reverted too
Marcus Boerger [Wed, 7 Jan 2004 00:24:58 +0000 (00:24 +0000)]
Reimplement part of Bug #24608 that was reverted too

21 years agoRevert patch that allowed to call sttaic methods via $method()
Marcus Boerger [Wed, 7 Jan 2004 00:02:04 +0000 (00:02 +0000)]
Revert patch that allowed to call sttaic methods via $method()

21 years agoCheck if realloc() succeeds or not. (Noticed by Andrey)
Ilia Alshanetsky [Tue, 6 Jan 2004 22:44:40 +0000 (22:44 +0000)]
Check if realloc() succeeds or not. (Noticed by Andrey)

21 years agono need for double #include of same header file
foobar [Tue, 6 Jan 2004 22:23:36 +0000 (22:23 +0000)]
no need for double #include of same header file

21 years agoFix C++ style declaration
Zeev Suraski [Tue, 6 Jan 2004 20:38:00 +0000 (20:38 +0000)]
Fix C++ style declaration

21 years agoFixed bug #26819 (http_build_query() crashes on NULL output).
Ilia Alshanetsky [Tue, 6 Jan 2004 20:07:07 +0000 (20:07 +0000)]
Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly).

21 years agoAdded an optional array parameter to tidy_parse_file/string to
John Coggeshall [Tue, 6 Jan 2004 18:24:17 +0000 (18:24 +0000)]
Added an optional array parameter to tidy_parse_file/string to
fix a bug. Apparently some libtidy config options must be set
prior to parsing in order to work properly.

21 years agoWSDL support was improved
Dmitry Stogov [Tue, 6 Jan 2004 17:14:30 +0000 (17:14 +0000)]
WSDL support was improved

21 years agohttps:// support was implemented for PHP5
Dmitry Stogov [Tue, 6 Jan 2004 17:12:52 +0000 (17:12 +0000)]
https:// support was implemented for PHP5

21 years agoRevert proto 'fix'.
Ilia Alshanetsky [Tue, 6 Jan 2004 15:45:52 +0000 (15:45 +0000)]
Revert proto 'fix'.

21 years agoPrevent a character from being wrongly doubled in the buffer.
Moriyoshi Koizumi [Tue, 6 Jan 2004 14:22:54 +0000 (14:22 +0000)]
Prevent a character from being wrongly doubled in the buffer.

21 years agoProto fixes.
Ilia Alshanetsky [Tue, 6 Jan 2004 03:55:57 +0000 (03:55 +0000)]
Proto fixes.

21 years agoChangeLog update
<changelog@php.net> [Tue, 6 Jan 2004 01:31:55 +0000 (01:31 +0000)]
ChangeLog update

21 years agoUpdate
Marcus Boerger [Tue, 6 Jan 2004 00:51:43 +0000 (00:51 +0000)]
Update

21 years agoFixed bug #26802
Marcus Boerger [Mon, 5 Jan 2004 22:45:11 +0000 (22:45 +0000)]
Fixed bug #26802

21 years agoFix test
Marcus Boerger [Mon, 5 Jan 2004 22:40:24 +0000 (22:40 +0000)]
Fix test

21 years agoAdd new test
Marcus Boerger [Mon, 5 Jan 2004 22:17:14 +0000 (22:17 +0000)]
Add new test

21 years agoPHP5 support, better encoding and WSDL support, interop round 2 base and groupB
Dmitry Stogov [Mon, 5 Jan 2004 16:44:01 +0000 (16:44 +0000)]
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB

21 years agoBFN
foobar [Mon, 5 Jan 2004 14:31:48 +0000 (14:31 +0000)]
BFN

21 years agoUpdate test
Marcus Boerger [Mon, 5 Jan 2004 14:01:09 +0000 (14:01 +0000)]
Update test

21 years agoFix bug #26543 - check parent:: and self:: in class names
Stanislav Malyshev [Mon, 5 Jan 2004 12:10:35 +0000 (12:10 +0000)]
Fix bug #26543 - check parent:: and self:: in class names

21 years agoBug #24608 - fix interaction between __accessors and get_property_ptr
Stanislav Malyshev [Mon, 5 Jan 2004 11:45:46 +0000 (11:45 +0000)]
Bug #24608 - fix interaction between __accessors and get_property_ptr

21 years agoanother example
Andrey Hristov [Mon, 5 Jan 2004 05:54:12 +0000 (05:54 +0000)]
another example

21 years agoChangeLog update
<changelog@php.net> [Mon, 5 Jan 2004 01:31:52 +0000 (01:31 +0000)]
ChangeLog update

21 years ago"seq" isn't available for all platforms.
Moriyoshi Koizumi [Sun, 4 Jan 2004 03:06:11 +0000 (03:06 +0000)]
"seq" isn't available for all platforms.

21 years agoChangeLog update
<changelog@php.net> [Sun, 4 Jan 2004 01:32:43 +0000 (01:32 +0000)]
ChangeLog update

21 years ago - remove unneeded subroutine call
Jan Lehnardt [Sat, 3 Jan 2004 14:03:46 +0000 (14:03 +0000)]
 - remove unneeded subroutine call

21 years ago- Added test results to .cvsignore file
Derick Rethans [Sat, 3 Jan 2004 13:51:55 +0000 (13:51 +0000)]
- Added test results to .cvsignore file

21 years ago- Fixed var_export() to show public, protected and private modifiers properly.
Derick Rethans [Sat, 3 Jan 2004 13:51:02 +0000 (13:51 +0000)]
- Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.

21 years ago- Show the API numbers again while phpizing.
Derick Rethans [Sat, 3 Jan 2004 13:45:12 +0000 (13:45 +0000)]
- Show the API numbers again while phpizing.

21 years agoAdded examples for tidy v2.0 (in PHP5) and a few more tests..
John Coggeshall [Sat, 3 Jan 2004 05:23:24 +0000 (05:23 +0000)]
Added examples for tidy v2.0 (in PHP5) and a few more tests..

21 years agoChangeLog update
<changelog@php.net> [Sat, 3 Jan 2004 01:32:06 +0000 (01:32 +0000)]
ChangeLog update

21 years agos/then/than/ Thanks Jani & Andi
Ilia Alshanetsky [Sat, 3 Jan 2004 00:48:55 +0000 (00:48 +0000)]
s/then/than/ Thanks Jani & Andi

21 years agoDisable output buffering in CLI overriding php.ini setting.
Edin Kadribasic [Fri, 2 Jan 2004 22:31:32 +0000 (22:31 +0000)]
Disable output buffering in CLI overriding php.ini setting.
Fixes #26755.

21 years agoDo not show exception message if it's empty.
Andrei Zmievski [Fri, 2 Jan 2004 19:27:02 +0000 (19:27 +0000)]
Do not show exception message if it's empty.

# Is there a way to preserve the case of the exception class here?

21 years agows + cs
foobar [Fri, 2 Jan 2004 15:32:09 +0000 (15:32 +0000)]
ws + cs

21 years agoanother ZTS fix
foobar [Fri, 2 Jan 2004 14:09:49 +0000 (14:09 +0000)]
another ZTS fix

21 years agoBFN
Marcus Boerger [Fri, 2 Jan 2004 03:27:43 +0000 (03:27 +0000)]
BFN

21 years agoBugfix #26762 unserialize() produces lowercase classnames
Marcus Boerger [Fri, 2 Jan 2004 03:27:32 +0000 (03:27 +0000)]
Bugfix #26762 unserialize() produces lowercase classnames

21 years agoAdd new test
Marcus Boerger [Fri, 2 Jan 2004 03:24:38 +0000 (03:24 +0000)]
Add new test

21 years agodotdotdot..
foobar [Fri, 2 Jan 2004 02:34:53 +0000 (02:34 +0000)]
dotdotdot..

21 years agofix ZTS build
foobar [Fri, 2 Jan 2004 02:21:44 +0000 (02:21 +0000)]
fix ZTS build

21 years agoChangeLog update
<changelog@php.net> [Fri, 2 Jan 2004 01:31:53 +0000 (01:31 +0000)]
ChangeLog update

21 years agoFixed bug #26752 (Silent unterminated loop when length parameter for
Ilia Alshanetsky [Fri, 2 Jan 2004 00:57:23 +0000 (00:57 +0000)]
Fixed bug #26752 (Silent unterminated loop when length parameter for
fgets(), fread() and fgetss() is 0).

21 years agoFix ZTS build
Marcus Boerger [Thu, 1 Jan 2004 19:25:02 +0000 (19:25 +0000)]
Fix ZTS build

21 years agofixed bug(s) in macro call for statement properties
Georg Richter [Thu, 1 Jan 2004 15:46:39 +0000 (15:46 +0000)]
fixed bug(s) in macro call for statement properties

21 years agoAdded Macro for longlong values
Georg Richter [Thu, 1 Jan 2004 14:04:35 +0000 (14:04 +0000)]
Added Macro for longlong values
added property stmt->affected_rows

21 years ago- Compress 2003 changelog
Derick Rethans [Thu, 1 Jan 2004 11:41:18 +0000 (11:41 +0000)]
- Compress 2003 changelog

21 years agoChangeLog update
<changelog@php.net> [Thu, 1 Jan 2004 01:32:07 +0000 (01:32 +0000)]
ChangeLog update

21 years agoemalloc() -> safe_emalloc()
Ilia Alshanetsky [Wed, 31 Dec 2003 19:45:46 +0000 (19:45 +0000)]
emalloc() -> safe_emalloc()

21 years agoMake default message look better.
Andrei Zmievski [Wed, 31 Dec 2003 19:44:41 +0000 (19:44 +0000)]
Make default message look better.

21 years agoMake sure zlib.lib is found
Frank M. Kromann [Wed, 31 Dec 2003 19:28:31 +0000 (19:28 +0000)]
Make sure zlib.lib is found

21 years agoBFN
Marcus Boerger [Wed, 31 Dec 2003 12:21:02 +0000 (12:21 +0000)]
BFN

21 years ago- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
Derick Rethans [Wed, 31 Dec 2003 11:27:52 +0000 (11:27 +0000)]
- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
  system).

21 years agoproto fix
Andrey Hristov [Wed, 31 Dec 2003 10:56:32 +0000 (10:56 +0000)]
proto fix

21 years agofixed problems with longlong values in mysqli
Georg Richter [Wed, 31 Dec 2003 08:57:09 +0000 (08:57 +0000)]
fixed problems with longlong values in mysqli

21 years agofixed memleak and segfault when constructor call failed
Georg Richter [Wed, 31 Dec 2003 08:34:02 +0000 (08:34 +0000)]
fixed memleak and segfault when constructor call failed

21 years agoChangeLog update
<changelog@php.net> [Wed, 31 Dec 2003 01:33:06 +0000 (01:33 +0000)]
ChangeLog update

21 years agocleanup
foobar [Wed, 31 Dec 2003 01:27:35 +0000 (01:27 +0000)]
cleanup

21 years agoReplace regular malloc with safe_emalloc in several places.
Ilia Alshanetsky [Wed, 31 Dec 2003 01:01:44 +0000 (01:01 +0000)]
Replace regular malloc with safe_emalloc in several places.

21 years agofixed a bug in mysqli_num_rows (added support for longlong values)
Georg Richter [Tue, 30 Dec 2003 19:19:13 +0000 (19:19 +0000)]
fixed a bug in mysqli_num_rows (added support for longlong values)

21 years agofixed a bug in insert_id property
Georg Richter [Tue, 30 Dec 2003 19:08:33 +0000 (19:08 +0000)]
fixed a bug in insert_id property

21 years agoFix the include path for Zend
foobar [Tue, 30 Dec 2003 15:40:23 +0000 (15:40 +0000)]
Fix the include path for Zend

21 years ago- Fix typos
Andi Gutmans [Tue, 30 Dec 2003 13:28:31 +0000 (13:28 +0000)]
- Fix typos

21 years agoUpdate
Marcus Boerger [Tue, 30 Dec 2003 13:14:14 +0000 (13:14 +0000)]
Update

21 years agoChangeLog update
<changelog@php.net> [Tue, 30 Dec 2003 01:31:58 +0000 (01:31 +0000)]
ChangeLog update

21 years agoAdded test case for bug #26696.
Ilia Alshanetsky [Tue, 30 Dec 2003 00:23:28 +0000 (00:23 +0000)]
Added test case for bug #26696.

21 years agoUse __tostring() in all printing functions.
Marcus Boerger [Mon, 29 Dec 2003 22:26:48 +0000 (22:26 +0000)]
Use __tostring() in all printing functions.

21 years agoNo Notices here
Marcus Boerger [Mon, 29 Dec 2003 22:24:01 +0000 (22:24 +0000)]
No Notices here

21 years agoFix data source
Marcus Boerger [Mon, 29 Dec 2003 22:18:40 +0000 (22:18 +0000)]
Fix data source

21 years agoFix (string) conversion
Marcus Boerger [Mon, 29 Dec 2003 22:01:47 +0000 (22:01 +0000)]
Fix (string) conversion

21 years agoAdd missing notice
Marcus Boerger [Mon, 29 Dec 2003 21:58:03 +0000 (21:58 +0000)]
Add missing notice

21 years agoBFN
Rob Richards [Mon, 29 Dec 2003 16:45:59 +0000 (16:45 +0000)]
BFN

21 years agoFixed bug #26743 (getElementsByTagName doesn't work properly)
Rob Richards [Mon, 29 Dec 2003 16:44:47 +0000 (16:44 +0000)]
Fixed bug #26743 (getElementsByTagName doesn't work properly)

21 years agoAlign output if one section shows 100% and display percentages when not
Marcus Boerger [Mon, 29 Dec 2003 16:07:08 +0000 (16:07 +0000)]
Align output if one section shows 100% and display percentages when not
counting skipped tests.

21 years agoRemoved a useless define.
Ilia Alshanetsky [Mon, 29 Dec 2003 15:58:01 +0000 (15:58 +0000)]
Removed a useless define.

21 years agoBFN
Marcus Boerger [Mon, 29 Dec 2003 12:39:07 +0000 (12:39 +0000)]
BFN

21 years agoAdd some __autoload() tests.
Marcus Boerger [Mon, 29 Dec 2003 12:36:31 +0000 (12:36 +0000)]
Add some __autoload() tests.

21 years agoFix __autoload() with derived classes
Marcus Boerger [Mon, 29 Dec 2003 12:35:44 +0000 (12:35 +0000)]
Fix __autoload() with derived classes

21 years agoChangeLog update
<changelog@php.net> [Mon, 29 Dec 2003 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

21 years agoupdated todo list (removed finished tasks)
Georg Richter [Mon, 29 Dec 2003 00:11:14 +0000 (00:11 +0000)]
updated todo list (removed finished tasks)

21 years agofixed prototype for mysqli_bind_result
Georg Richter [Sun, 28 Dec 2003 22:26:59 +0000 (22:26 +0000)]
fixed prototype for mysqli_bind_result

21 years ago- Fix typo
Derick Rethans [Sun, 28 Dec 2003 21:56:15 +0000 (21:56 +0000)]
- Fix typo

21 years agoLast bit of CS fixes.
Ilia Alshanetsky [Sun, 28 Dec 2003 21:08:46 +0000 (21:08 +0000)]
Last bit of CS fixes.

21 years agoCS fixes.
Ilia Alshanetsky [Sun, 28 Dec 2003 20:11:08 +0000 (20:11 +0000)]
CS fixes.

21 years agoAdd more tests.
Marcus Boerger [Sun, 28 Dec 2003 18:03:05 +0000 (18:03 +0000)]
Add more tests.

21 years agoAdd a test
Marcus Boerger [Sun, 28 Dec 2003 16:26:21 +0000 (16:26 +0000)]
Add a test

21 years agoFix a memleak
Marcus Boerger [Sun, 28 Dec 2003 16:26:04 +0000 (16:26 +0000)]
Fix a memleak
Improve error messages

21 years agoWS
Marcus Boerger [Sun, 28 Dec 2003 16:20:06 +0000 (16:20 +0000)]
WS

21 years agoFix order of class_entry member initialization (needed for example for DOM)
Marcus Boerger [Sun, 28 Dec 2003 15:18:05 +0000 (15:18 +0000)]
Fix order of class_entry member initialization (needed for example for DOM)
# You need to completley rebuild PHP after this patch.

21 years agorevert my previous patch because utf-8 support is still in experimental status.
Rui Hirokawa [Sun, 28 Dec 2003 14:38:28 +0000 (14:38 +0000)]
revert my previous patch because utf-8 support is still in experimental status.

21 years agoadded warning message.
Rui Hirokawa [Sun, 28 Dec 2003 14:26:57 +0000 (14:26 +0000)]
added warning message.

21 years agoadded a option to select character encoding for sqlite.
Rui Hirokawa [Sun, 28 Dec 2003 14:07:33 +0000 (14:07 +0000)]
added a option to select character encoding for sqlite.

21 years agofixed bug in properties for longlong values
Georg Richter [Sun, 28 Dec 2003 09:18:51 +0000 (09:18 +0000)]
fixed bug in properties for longlong values