]>
granicus.if.org Git - php/log
Wez Furlong [Tue, 13 Jan 2004 00:40:14 +0000 (00:40 +0000)]
Support automatic handling of byref parameters
Ilia Alshanetsky [Mon, 12 Jan 2004 22:48:58 +0000 (22:48 +0000)]
Fixed a bug that would cause the sqlite session database to grow endlessly.
Ard Biesheuvel [Mon, 12 Jan 2004 20:03:49 +0000 (20:03 +0000)]
More handsome solution for previous fix
Ard Biesheuvel [Mon, 12 Jan 2004 19:47:28 +0000 (19:47 +0000)]
Added sanity check on ibase_[p]connect() dialect argument (fixes obscure unregistered bug)
Martin Kraemer [Mon, 12 Jan 2004 16:30:55 +0000 (16:30 +0000)]
Avoid duplicate symbols; definition is in bz2.c
Dmitry Stogov [Mon, 12 Jan 2004 16:15:37 +0000 (16:15 +0000)]
fix
Dmitry Stogov [Mon, 12 Jan 2004 16:08:24 +0000 (16:08 +0000)]
fix
Dmitry Stogov [Mon, 12 Jan 2004 15:18:13 +0000 (15:18 +0000)]
Date comparsion was fixed to compare dates with different time zones.
Dmitry Stogov [Mon, 12 Jan 2004 15:15:48 +0000 (15:15 +0000)]
Timezone support
Dmitry Stogov [Mon, 12 Jan 2004 15:15:26 +0000 (15:15 +0000)]
Small error reporting fixes
Dmitry Stogov [Mon, 12 Jan 2004 12:54:22 +0000 (12:54 +0000)]
WSDL support: schema import
Dmitry Stogov [Mon, 12 Jan 2004 11:46:01 +0000 (11:46 +0000)]
WSDL support: support for wsdl import
John Coggeshall [Mon, 12 Jan 2004 10:02:04 +0000 (10:02 +0000)]
This was way out of date.
Dmitry Stogov [Mon, 12 Jan 2004 08:48:00 +0000 (08:48 +0000)]
WSDL support: use of type before declaration (see interop round2 base OpenLink echoStructArray)
Andi Gutmans [Mon, 12 Jan 2004 07:15:55 +0000 (07:15 +0000)]
- Return the PHP 4 behavior of not allowing class declerations within
- class declerations. This happened when declaring a class within a
- method.
class A {
function foo() {
class B {
}
}
}
Marcus Boerger [Mon, 12 Jan 2004 02:34:55 +0000 (02:34 +0000)]
Synch mysql_fetch_object with mysqli, sqlite and pgsql
Marcus Boerger [Mon, 12 Jan 2004 02:31:08 +0000 (02:31 +0000)]
Add some tests
<changelog@php.net> [Mon, 12 Jan 2004 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 12 Jan 2004 00:34:37 +0000 (00:34 +0000)]
Proto fix
Marcus Boerger [Mon, 12 Jan 2004 00:21:14 +0000 (00:21 +0000)]
No longer needed
Marcus Boerger [Mon, 12 Jan 2004 00:19:40 +0000 (00:19 +0000)]
Add missing macro
# by popular demand, more and more exts need this
Wez Furlong [Sun, 11 Jan 2004 21:39:40 +0000 (21:39 +0000)]
TSRMLS fix
Ilia Alshanetsky [Sun, 11 Jan 2004 21:18:19 +0000 (21:18 +0000)]
Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).
Andi Gutmans [Sun, 11 Jan 2004 19:37:15 +0000 (19:37 +0000)]
- Re-allow conditional class declerations. Needless to say that I also
- think it's not great coding.. Use polymorphism instead :)
Andi Gutmans [Sun, 11 Jan 2004 19:27:13 +0000 (19:27 +0000)]
- This should fix the problem of conditional function decleration on the
- same line of code not to work. You should re-evaluate your coding style
- if you really code this way :)
foobar [Sun, 11 Jan 2004 14:06:37 +0000 (14:06 +0000)]
oops..
foobar [Sun, 11 Jan 2004 14:06:16 +0000 (14:06 +0000)]
BFN
foobar [Sun, 11 Jan 2004 13:59:48 +0000 (13:59 +0000)]
add test case for bug #26869
Andrey Hristov [Sun, 11 Jan 2004 11:55:33 +0000 (11:55 +0000)]
fixing test
Rui Hirokawa [Sun, 11 Jan 2004 02:07:46 +0000 (02:07 +0000)]
added utf8 support option for sqlite >= 2.8.9.
<changelog@php.net> [Sun, 11 Jan 2004 01:32:20 +0000 (01:32 +0000)]
ChangeLog update
Tal Peer [Sat, 10 Jan 2004 23:49:26 +0000 (23:49 +0000)]
typos
Andrey Hristov [Sat, 10 Jan 2004 23:38:45 +0000 (23:38 +0000)]
fixing tests after last Derick's commit that changed the behaviour of
var_export() :)
Ilia Alshanetsky [Sat, 10 Jan 2004 18:32:46 +0000 (18:32 +0000)]
Do not run test if session extension is not avaliable.
Marcus Boerger [Sat, 10 Jan 2004 13:45:10 +0000 (13:45 +0000)]
Update attribute tests.
# There is a memory leak with += when accessing the attributes directly
# But yet ->elem[$n] is not fails in the engine
Marcus Boerger [Sat, 10 Jan 2004 13:25:31 +0000 (13:25 +0000)]
- Cleanup class_entry
- allow derived classes
- fix new SimpleXML_Element()
Marcus Boerger [Sat, 10 Jan 2004 13:23:58 +0000 (13:23 +0000)]
Fix memory corruption with libxml's error handling.
Zeev Suraski [Sat, 10 Jan 2004 12:48:04 +0000 (12:48 +0000)]
Remove conflict
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)