]>
granicus.if.org Git - php/log
Rob Richards [Sat, 10 Jan 2004 11:50:49 +0000 (11:50 +0000)]
Update tests
Rob Richards [Sat, 10 Jan 2004 11:50:25 +0000 (11:50 +0000)]
XPath query returns nodelist object rather than array
Zeev Suraski [Sat, 10 Jan 2004 11:43:42 +0000 (11:43 +0000)]
Added error mask to set_error_handler()
Patch by Christian Schneider <cschneid@cschneid.com>
Dmitry Stogov [Sat, 10 Jan 2004 09:27:52 +0000 (09:27 +0000)]
BUGFIX: server006.phpt
Dmitry Stogov [Sat, 10 Jan 2004 08:36:45 +0000 (08:36 +0000)]
*** empty log message ***
<changelog@php.net> [Sat, 10 Jan 2004 01:33:36 +0000 (01:33 +0000)]
ChangeLog update
Wez Furlong [Sat, 10 Jan 2004 01:11:42 +0000 (01:11 +0000)]
include PECL targets in snap build...
Wez Furlong [Fri, 9 Jan 2004 23:37:29 +0000 (23:37 +0000)]
support for building asm in the unix buildsys.
Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined,
omit the C prototypes from the configuration header
so that it can be included into asm files.
Marcus Boerger [Fri, 9 Jan 2004 18:55:49 +0000 (18:55 +0000)]
this one is declined
Marcus Boerger [Fri, 9 Jan 2004 18:44:33 +0000 (18:44 +0000)]
Use pg_config if it can be found.
Dmitry Stogov [Fri, 9 Jan 2004 18:22:03 +0000 (18:22 +0000)]
Source cleanup.
Wez Furlong [Fri, 9 Jan 2004 18:09:51 +0000 (18:09 +0000)]
must be extern to avoid problems with some compilers
Dmitry Stogov [Fri, 9 Jan 2004 16:36:13 +0000 (16:36 +0000)]
BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)
Dmitry Stogov [Fri, 9 Jan 2004 16:35:04 +0000 (16:35 +0000)]
BUGFIX: close string with smart_str_0()
Wez Furlong [Fri, 9 Jan 2004 15:31:09 +0000 (15:31 +0000)]
let soap build with php5
Wez Furlong [Fri, 9 Jan 2004 15:30:07 +0000 (15:30 +0000)]
export tsrm id for session globals.
Wez Furlong [Fri, 9 Jan 2004 15:11:31 +0000 (15:11 +0000)]
let informix build
Dmitry Stogov [Fri, 9 Jan 2004 14:56:24 +0000 (14:56 +0000)]
Tests were improved (https:// support)
Stanislav Malyshev [Fri, 9 Jan 2004 14:32:32 +0000 (14:32 +0000)]
fix expect
Ilia Alshanetsky [Fri, 9 Jan 2004 14:27:14 +0000 (14:27 +0000)]
Fixed test
Ilia Alshanetsky [Fri, 9 Jan 2004 14:23:35 +0000 (14:23 +0000)]
Fixed build.
Dmitry Stogov [Fri, 9 Jan 2004 14:16:30 +0000 (14:16 +0000)]
SOAP Encoding/Decoding were improved.
Edin Kadribasic [Fri, 9 Jan 2004 14:13:46 +0000 (14:13 +0000)]
Fix ZTS build
Dmitry Stogov [Fri, 9 Jan 2004 14:11:34 +0000 (14:11 +0000)]
Support for persistent HTTP connections was implemented (keep-alive)
Stanislav Malyshev [Fri, 9 Jan 2004 14:02:33 +0000 (14:02 +0000)]
Bug #25816 - disallow arrays in class constants
Stanislav Malyshev [Fri, 9 Jan 2004 13:55:02 +0000 (13:55 +0000)]
add test
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
Wez Furlong [Fri, 9 Jan 2004 13:42:14 +0000 (13:42 +0000)]
let mhash build
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
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.
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.
Sterling Hughes [Fri, 9 Jan 2004 06:12:29 +0000 (06:12 +0000)]
Remove these initializers as they are unused.
foobar [Fri, 9 Jan 2004 04:22:42 +0000 (04:22 +0000)]
- Fix build
Ilia Alshanetsky [Fri, 9 Jan 2004 01:38:13 +0000 (01:38 +0000)]
sqlite news
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)
<changelog@php.net> [Fri, 9 Jan 2004 01:32:33 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 9 Jan 2004 01:05:01 +0000 (01:05 +0000)]
Fixed compile failure of session extension is not present.
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.
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
Marcus Boerger [Thu, 8 Jan 2004 21:14:38 +0000 (21:14 +0000)]
Add some minimalistic documentation
Marcus Boerger [Thu, 8 Jan 2004 20:27:35 +0000 (20:27 +0000)]
Fix windows build issue
Marcus Boerger [Thu, 8 Jan 2004 19:30:37 +0000 (19:30 +0000)]
Cannot use shared SPL
Marcus Boerger [Thu, 8 Jan 2004 19:28:55 +0000 (19:28 +0000)]
There's no more interaction with SPL
foobar [Thu, 8 Jan 2004 19:17:50 +0000 (19:17 +0000)]
touch generated files
foobar [Thu, 8 Jan 2004 18:23:52 +0000 (18:23 +0000)]
touch to make build work without lemon..
Marcus Boerger [Thu, 8 Jan 2004 18:23:03 +0000 (18:23 +0000)]
Fix dependancy
Marcus Boerger [Thu, 8 Jan 2004 18:17:39 +0000 (18:17 +0000)]
Update copyright
Dmitry Stogov [Thu, 8 Jan 2004 17:42:32 +0000 (17:42 +0000)]
Handling of "position" and "offset" array attributes was implemented
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?
Wez Furlong [Thu, 8 Jan 2004 16:55:37 +0000 (16:55 +0000)]
fix tests for win32
foobar [Thu, 8 Jan 2004 16:47:18 +0000 (16:47 +0000)]
correct header
foobar [Thu, 8 Jan 2004 16:46:52 +0000 (16:46 +0000)]
Happy new year!
Wez Furlong [Thu, 8 Jan 2004 16:23:47 +0000 (16:23 +0000)]
add new files to .dsp
Wez Furlong [Thu, 8 Jan 2004 16:18:38 +0000 (16:18 +0000)]
Update win32 build for new version of libsqlite
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)
Ilia Alshanetsky [Thu, 8 Jan 2004 14:25:01 +0000 (14:25 +0000)]
Upgrade bundled libsqlite to 2.8.9
Dmitry Stogov [Thu, 8 Jan 2004 12:32:28 +0000 (12:32 +0000)]
Support for "xsd:anyType" was implemented
Wez Furlong [Thu, 8 Jan 2004 10:58:27 +0000 (10:58 +0000)]
update copyright year in win32 resource template
Wez Furlong [Thu, 8 Jan 2004 10:56:39 +0000 (10:56 +0000)]
fix fastcgi build
Dmitry Stogov [Thu, 8 Jan 2004 09:56:49 +0000 (09:56 +0000)]
HTTP Authentication was implemented
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.
Andi Gutmans [Thu, 8 Jan 2004 08:23:23 +0000 (08:23 +0000)]
- - A belated happy holidays (by two years)
Andi Gutmans [Thu, 8 Jan 2004 08:18:22 +0000 (08:18 +0000)]
- A belated happy holidays and PHP 5
foobar [Thu, 8 Jan 2004 01:46:13 +0000 (01:46 +0000)]
- remove non-existing project
<changelog@php.net> [Thu, 8 Jan 2004 01:31:55 +0000 (01:31 +0000)]
ChangeLog update
foobar [Thu, 8 Jan 2004 01:01:39 +0000 (01:01 +0000)]
Added missing constants (bug #26831)
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.
Frank M. Kromann [Thu, 8 Jan 2004 00:22:20 +0000 (00:22 +0000)]
Adding new com_dotnet source files to project
Frank M. Kromann [Thu, 8 Jan 2004 00:03:54 +0000 (00:03 +0000)]
Fix ZTS build
foobar [Wed, 7 Jan 2004 23:53:48 +0000 (23:53 +0000)]
BFN
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
Wez Furlong [Wed, 7 Jan 2004 23:11:54 +0000 (23:11 +0000)]
tweak snap build
Wez Furlong [Wed, 7 Jan 2004 21:01:13 +0000 (21:01 +0000)]
Make activescript SAPI build under php5.
Untested...!
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?
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.
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
Ard Biesheuvel [Wed, 7 Jan 2004 09:43:55 +0000 (09:43 +0000)]
Let DB handle NULL params, fixes bug #26777
<changelog@php.net> [Wed, 7 Jan 2004 01:32:03 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Wed, 7 Jan 2004 00:24:58 +0000 (00:24 +0000)]
Reimplement part of Bug #24608 that was reverted too
Marcus Boerger [Wed, 7 Jan 2004 00:02:04 +0000 (00:02 +0000)]
Revert patch that allowed to call sttaic methods via $method()
Ilia Alshanetsky [Tue, 6 Jan 2004 22:44:40 +0000 (22:44 +0000)]
Check if realloc() succeeds or not. (Noticed by Andrey)
foobar [Tue, 6 Jan 2004 22:23:36 +0000 (22:23 +0000)]
no need for double #include of same header file
Zeev Suraski [Tue, 6 Jan 2004 20:38:00 +0000 (20:38 +0000)]
Fix C++ style declaration
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).
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.
Dmitry Stogov [Tue, 6 Jan 2004 17:14:30 +0000 (17:14 +0000)]
WSDL support was improved
Dmitry Stogov [Tue, 6 Jan 2004 17:12:52 +0000 (17:12 +0000)]
https:// support was implemented for PHP5
Ilia Alshanetsky [Tue, 6 Jan 2004 15:45:52 +0000 (15:45 +0000)]
Revert proto 'fix'.
Moriyoshi Koizumi [Tue, 6 Jan 2004 14:22:54 +0000 (14:22 +0000)]
Prevent a character from being wrongly doubled in the buffer.
Ilia Alshanetsky [Tue, 6 Jan 2004 03:55:57 +0000 (03:55 +0000)]
Proto fixes.
<changelog@php.net> [Tue, 6 Jan 2004 01:31:55 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 6 Jan 2004 00:51:43 +0000 (00:51 +0000)]
Update
Marcus Boerger [Mon, 5 Jan 2004 22:45:11 +0000 (22:45 +0000)]
Fixed bug #26802
Marcus Boerger [Mon, 5 Jan 2004 22:40:24 +0000 (22:40 +0000)]
Fix test
Marcus Boerger [Mon, 5 Jan 2004 22:17:14 +0000 (22:17 +0000)]
Add new test
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
foobar [Mon, 5 Jan 2004 14:31:48 +0000 (14:31 +0000)]
BFN
Marcus Boerger [Mon, 5 Jan 2004 14:01:09 +0000 (14:01 +0000)]
Update test
Stanislav Malyshev [Mon, 5 Jan 2004 12:10:35 +0000 (12:10 +0000)]
Fix bug #26543 - check parent:: and self:: in class names
Stanislav Malyshev [Mon, 5 Jan 2004 11:45:46 +0000 (11:45 +0000)]
Bug #24608 - fix interaction between __accessors and get_property_ptr