]> granicus.if.org Git - php/log
php
21 years agoBUGFIX: close string with smart_str_0()
Dmitry Stogov [Fri, 9 Jan 2004 16:35:04 +0000 (16:35 +0000)]
BUGFIX: close string with smart_str_0()

21 years agolet soap build with php5
Wez Furlong [Fri, 9 Jan 2004 15:31:09 +0000 (15:31 +0000)]
let soap build with php5

21 years agoexport tsrm id for session globals.
Wez Furlong [Fri, 9 Jan 2004 15:30:07 +0000 (15:30 +0000)]
export tsrm id for session globals.

21 years agolet informix build
Wez Furlong [Fri, 9 Jan 2004 15:11:31 +0000 (15:11 +0000)]
let informix build

21 years agoTests were improved (https:// support)
Dmitry Stogov [Fri, 9 Jan 2004 14:56:24 +0000 (14:56 +0000)]
Tests were improved (https:// support)

21 years agofix expect
Stanislav Malyshev [Fri, 9 Jan 2004 14:32:32 +0000 (14:32 +0000)]
fix expect

21 years agoFixed test
Ilia Alshanetsky [Fri, 9 Jan 2004 14:27:14 +0000 (14:27 +0000)]
Fixed test

21 years agoFixed build.
Ilia Alshanetsky [Fri, 9 Jan 2004 14:23:35 +0000 (14:23 +0000)]
Fixed build.

21 years agoSOAP Encoding/Decoding were improved.
Dmitry Stogov [Fri, 9 Jan 2004 14:16:30 +0000 (14:16 +0000)]
SOAP Encoding/Decoding were improved.

21 years agoFix ZTS build
Edin Kadribasic [Fri, 9 Jan 2004 14:13:46 +0000 (14:13 +0000)]
Fix ZTS build

21 years agoSupport for persistent HTTP connections was implemented (keep-alive)
Dmitry Stogov [Fri, 9 Jan 2004 14:11:34 +0000 (14:11 +0000)]
Support for persistent HTTP connections was implemented (keep-alive)

21 years agoBug #25816 - disallow arrays in class constants
Stanislav Malyshev [Fri, 9 Jan 2004 14:02:33 +0000 (14:02 +0000)]
Bug #25816 - disallow arrays in class constants

21 years agoadd test
Stanislav Malyshev [Fri, 9 Jan 2004 13:55:02 +0000 (13:55 +0000)]
add test

21 years agoFix Bug #26077 - memory leak when new() result is not assigned
Stanislav Malyshev [Fri, 9 Jan 2004 13:52:19 +0000 (13:52 +0000)]
Fix Bug #26077 - memory leak when new() result is not assigned
and no constructor defined

21 years agolet mhash build
Wez Furlong [Fri, 9 Jan 2004 13:42:14 +0000 (13:42 +0000)]
let mhash build

21 years agoadd a rule to clean pecl things; split up the command line into 3 to
Wez Furlong [Fri, 9 Jan 2004 13:32:20 +0000 (13:32 +0000)]
add a rule to clean pecl things; split up the command line into 3 to
try to avoid possible problems with line-length under VC6

21 years agoSeparate pecl extensions and sapi into their own target, and have mkdist.php
Wez Furlong [Fri, 9 Jan 2004 13:17:58 +0000 (13:17 +0000)]
Separate pecl extensions and sapi into their own target, and have mkdist.php
create a separate pecl dir and zip when building a win32 snapshot.

21 years agofix PHP_SPL problem when you don't have a pecl checkout.
Wez Furlong [Fri, 9 Jan 2004 11:19:40 +0000 (11:19 +0000)]
fix PHP_SPL problem when you don't have a pecl checkout.

21 years agoRemove these initializers as they are unused.
Sterling Hughes [Fri, 9 Jan 2004 06:12:29 +0000 (06:12 +0000)]
Remove these initializers as they are unused.

21 years ago- Fix build
foobar [Fri, 9 Jan 2004 04:22:42 +0000 (04:22 +0000)]
- Fix build

21 years agosqlite news
Ilia Alshanetsky [Fri, 9 Jan 2004 01:38:13 +0000 (01:38 +0000)]
sqlite news

21 years agoFixed bug #26847 (memory leak in mail() when to/subject contain only spaces)
Ilia Alshanetsky [Fri, 9 Jan 2004 01:35:44 +0000 (01:35 +0000)]
Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces)

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

21 years agoFixed compile failure of session extension is not present.
Ilia Alshanetsky [Fri, 9 Jan 2004 01:05:01 +0000 (01:05 +0000)]
Fixed compile failure of session extension is not present.

21 years agoFix dumping, when dumping a text element, for example:
Sterling Hughes [Thu, 8 Jan 2004 22:40:08 +0000 (22:40 +0000)]
Fix dumping, when dumping a text element, for example:

<?php
$doc = simplexml_load_string('<?xml version="1.0"?>
<namelist>
 <name>
  <first>helly</first>
 </name>
 <name>
  <first>sterling</first>
 </name>
</namelist>');
var_dump($doc->name[0]->first);

Used to not display the node's content, now it does.

21 years agoadd optional dep on spl for simplexml.
Wez Furlong [Thu, 8 Jan 2004 21:53:48 +0000 (21:53 +0000)]
add optional dep on spl for simplexml.
Fix dep handling in buildconf

21 years agoAdd some minimalistic documentation
Marcus Boerger [Thu, 8 Jan 2004 21:14:38 +0000 (21:14 +0000)]
Add some minimalistic documentation

21 years agoFix windows build issue
Marcus Boerger [Thu, 8 Jan 2004 20:27:35 +0000 (20:27 +0000)]
Fix windows build issue

21 years agoCannot use shared SPL
Marcus Boerger [Thu, 8 Jan 2004 19:30:37 +0000 (19:30 +0000)]
Cannot use shared SPL

21 years agoThere's no more interaction with SPL
Marcus Boerger [Thu, 8 Jan 2004 19:28:55 +0000 (19:28 +0000)]
There's no more interaction with SPL

21 years agotouch generated files
foobar [Thu, 8 Jan 2004 19:17:50 +0000 (19:17 +0000)]
touch generated files

21 years agotouch to make build work without lemon..
foobar [Thu, 8 Jan 2004 18:23:52 +0000 (18:23 +0000)]
touch to make build work without lemon..

21 years agoFix dependancy
Marcus Boerger [Thu, 8 Jan 2004 18:23:03 +0000 (18:23 +0000)]
Fix dependancy

21 years agoUpdate copyright
Marcus Boerger [Thu, 8 Jan 2004 18:17:39 +0000 (18:17 +0000)]
Update copyright

21 years agoHandling of "position" and "offset" array attributes was implemented
Dmitry Stogov [Thu, 8 Jan 2004 17:42:32 +0000 (17:42 +0000)]
Handling of "position" and "offset" array attributes was implemented

21 years ago- Happy new year and PHP 5 for rest of the files too..
foobar [Thu, 8 Jan 2004 17:33:29 +0000 (17:33 +0000)]
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?

21 years agofix tests for win32
Wez Furlong [Thu, 8 Jan 2004 16:55:37 +0000 (16:55 +0000)]
fix tests for win32

21 years agocorrect header
foobar [Thu, 8 Jan 2004 16:47:18 +0000 (16:47 +0000)]
correct header

21 years agoHappy new year!
foobar [Thu, 8 Jan 2004 16:46:52 +0000 (16:46 +0000)]
Happy new year!

21 years agoadd new files to .dsp
Wez Furlong [Thu, 8 Jan 2004 16:23:47 +0000 (16:23 +0000)]
add new files to .dsp

21 years agoUpdate win32 build for new version of libsqlite
Wez Furlong [Thu, 8 Jan 2004 16:18:38 +0000 (16:18 +0000)]
Update win32 build for new version of libsqlite

21 years agoSOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)
Dmitry Stogov [Thu, 8 Jan 2004 15:27:50 +0000 (15:27 +0000)]
SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)

21 years agoUpgrade bundled libsqlite to 2.8.9
Ilia Alshanetsky [Thu, 8 Jan 2004 14:25:01 +0000 (14:25 +0000)]
Upgrade bundled libsqlite to 2.8.9

21 years agoSupport for "xsd:anyType" was implemented
Dmitry Stogov [Thu, 8 Jan 2004 12:32:28 +0000 (12:32 +0000)]
Support for "xsd:anyType" was implemented

21 years agoupdate copyright year in win32 resource template
Wez Furlong [Thu, 8 Jan 2004 10:58:27 +0000 (10:58 +0000)]
update copyright year in win32 resource template

21 years agofix fastcgi build
Wez Furlong [Thu, 8 Jan 2004 10:56:39 +0000 (10:56 +0000)]
fix fastcgi build

21 years agoHTTP Authentication was implemented
Dmitry Stogov [Thu, 8 Jan 2004 09:56:49 +0000 (09:56 +0000)]
HTTP Authentication was implemented

21 years agotidy_repair_string/file() don't get called from an existing tidy resource.
John Coggeshall [Thu, 8 Jan 2004 09:21:05 +0000 (09:21 +0000)]
tidy_repair_string/file() don't get called from an existing tidy resource.

21 years ago- - A belated happy holidays (by two years)
Andi Gutmans [Thu, 8 Jan 2004 08:23:23 +0000 (08:23 +0000)]
-   - A belated happy holidays (by two years)

21 years ago- A belated happy holidays and PHP 5
Andi Gutmans [Thu, 8 Jan 2004 08:18:22 +0000 (08:18 +0000)]
- A belated happy holidays and PHP 5

21 years ago- remove non-existing project
foobar [Thu, 8 Jan 2004 01:46:13 +0000 (01:46 +0000)]
- remove non-existing project

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

21 years agoAdded missing constants (bug #26831)
foobar [Thu, 8 Jan 2004 01:01:39 +0000 (01:01 +0000)]
Added missing constants (bug #26831)

21 years agoChange ordering of CFLAGS for built sources, so that extension specific include dirs
Wez Furlong [Thu, 8 Jan 2004 00:25:48 +0000 (00:25 +0000)]
Change ordering of CFLAGS for built sources, so that extension specific include dirs
occur before more global include dirs.
This avoids problems when building a bundled lib and you have headers from an
external version of that lib in your global include dir.

21 years agoAdding new com_dotnet source files to project
Frank M. Kromann [Thu, 8 Jan 2004 00:22:20 +0000 (00:22 +0000)]
Adding new com_dotnet source files to project

21 years agoFix ZTS build
Frank M. Kromann [Thu, 8 Jan 2004 00:03:54 +0000 (00:03 +0000)]
Fix ZTS build

21 years agoBFN
foobar [Wed, 7 Jan 2004 23:53:48 +0000 (23:53 +0000)]
BFN

21 years agowin32 build:
Wez Furlong [Wed, 7 Jan 2004 23:36:36 +0000 (23:36 +0000)]
win32 build:
gd should build shared by default
don't use php.ini when running mkdist.php

21 years agotweak snap build
Wez Furlong [Wed, 7 Jan 2004 23:11:54 +0000 (23:11 +0000)]
tweak snap build

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?