]>
granicus.if.org Git - php/log
John Coggeshall [Wed, 14 Jan 2004 06:57:51 +0000 (06:57 +0000)]
Doh.. snuck by me!
John Coggeshall [Wed, 14 Jan 2004 06:57:23 +0000 (06:57 +0000)]
Forgot to add these tests
Wez Furlong [Wed, 14 Jan 2004 03:14:18 +0000 (03:14 +0000)]
Add optional php-win.exe variation of the CLI sapi.
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box" will appear on screen when running scripts
using this sapi (php-gtk people will be familiar with this concept).
Aside from those differences, php-win.exe is 100% identical to
regular CLI
John Coggeshall [Wed, 14 Jan 2004 02:43:33 +0000 (02:43 +0000)]
With the approval of Andi, changing the Tidy API to reduce the possible
amount of confusion when setting Tidy configuration options. All
configuration must now be done pre-parsing of the document. Removed
references to the tidy_attr class, as it is no longer used (since tidy 2.0)
and made tidy throw exceptions for all truly non-fatal errors.
<changelog@php.net> [Wed, 14 Jan 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 13 Jan 2004 23:11:31 +0000 (23:11 +0000)]
Fixed bug #26878 (problem with multiple references to the same variable
with different types).
Rob Richards [Tue, 13 Jan 2004 21:28:41 +0000 (21:28 +0000)]
add support for $foo["a:bar"]
fix xsearch to only return values for text,element and attribute nodes
fix getChildren and return array
remove most methods
update test
foobar [Tue, 13 Jan 2004 18:58:23 +0000 (18:58 +0000)]
- Fixed bug #26896 (ext/ftp does not work as shared extension)
foobar [Tue, 13 Jan 2004 18:06:31 +0000 (18:06 +0000)]
BFN
Dmitry Stogov [Tue, 13 Jan 2004 17:43:09 +0000 (17:43 +0000)]
FIX: memory leak
Dmitry Stogov [Tue, 13 Jan 2004 17:25:47 +0000 (17:25 +0000)]
WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added
Dmitry Stogov [Tue, 13 Jan 2004 17:20:10 +0000 (17:20 +0000)]
bugfix
Wez Furlong [Tue, 13 Jan 2004 17:00:10 +0000 (17:00 +0000)]
Don't treat strings containing : as potential constant names in
the .ini parser.
This fixes Bug #26893
Wez Furlong [Tue, 13 Jan 2004 16:05:38 +0000 (16:05 +0000)]
reinstate this ifdef for people without .Net SDK
Wez Furlong [Tue, 13 Jan 2004 16:02:56 +0000 (16:02 +0000)]
Fix refcount on these return values to avoid a leak and allow object dtor's to be called.
This in turn prevents a massive slow-down in CoUninitialize which would have to
forcibly destroy the COM objects in request shutdown.
Dmitry Stogov [Tue, 13 Jan 2004 15:58:01 +0000 (15:58 +0000)]
Source ceanup
Rob Richards [Tue, 13 Jan 2004 14:13:21 +0000 (14:13 +0000)]
fix getElementsByTagName and getElementsByTagNameNS - allow *
Dmitry Stogov [Tue, 13 Jan 2004 13:50:09 +0000 (13:50 +0000)]
WSDL: support for multiple services/ports/bindings was implemented
Wez Furlong [Tue, 13 Jan 2004 13:38:11 +0000 (13:38 +0000)]
Fix leaking constructors.
Implement a cache for method signatures and DISPID's to
greatly improve performance when repeatedly accessing
members with the same names.
Dmitry Stogov [Tue, 13 Jan 2004 10:27:13 +0000 (10:27 +0000)]
Check for "<?xml" header was removed
Dmitry Stogov [Tue, 13 Jan 2004 10:26:44 +0000 (10:26 +0000)]
WSDL support: using types before declaration was fixed
Dmitry Stogov [Tue, 13 Jan 2004 09:31:50 +0000 (09:31 +0000)]
XML parsing warnings and notices were disabled.
Dmitry Stogov [Tue, 13 Jan 2004 07:59:13 +0000 (07:59 +0000)]
Support for WSDL <operation> without <input> message
Dmitry Stogov [Tue, 13 Jan 2004 07:57:29 +0000 (07:57 +0000)]
HTTP Cookies support (see interop round2 base kafka)
Sara Golemon [Tue, 13 Jan 2004 05:30:53 +0000 (05:30 +0000)]
Don't even define this.
John Coggeshall [Tue, 13 Jan 2004 05:23:07 +0000 (05:23 +0000)]
Whoops... Ilia forgot a ')'
Wez Furlong [Tue, 13 Jan 2004 02:07:04 +0000 (02:07 +0000)]
make usleep actually work properly
<changelog@php.net> [Tue, 13 Jan 2004 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
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