]> granicus.if.org Git - php/log
php
21 years agoSupport automatic handling of byref parameters
Wez Furlong [Tue, 13 Jan 2004 00:40:14 +0000 (00:40 +0000)]
Support automatic handling of byref parameters

21 years agoFixed a bug that would cause the sqlite session database to grow endlessly.
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.

21 years agoMore handsome solution for previous fix
Ard Biesheuvel [Mon, 12 Jan 2004 20:03:49 +0000 (20:03 +0000)]
More handsome solution for previous fix

21 years agoAdded sanity check on ibase_[p]connect() dialect argument (fixes obscure unregistered...
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)

21 years agoAvoid duplicate symbols; definition is in bz2.c
Martin Kraemer [Mon, 12 Jan 2004 16:30:55 +0000 (16:30 +0000)]
Avoid duplicate symbols; definition is in bz2.c

21 years agofix
Dmitry Stogov [Mon, 12 Jan 2004 16:15:37 +0000 (16:15 +0000)]
fix

21 years agofix
Dmitry Stogov [Mon, 12 Jan 2004 16:08:24 +0000 (16:08 +0000)]
fix

21 years agoDate comparsion was fixed to compare dates with different time zones.
Dmitry Stogov [Mon, 12 Jan 2004 15:18:13 +0000 (15:18 +0000)]
Date comparsion was fixed to compare dates with different time zones.

21 years agoTimezone support
Dmitry Stogov [Mon, 12 Jan 2004 15:15:48 +0000 (15:15 +0000)]
Timezone support

21 years agoSmall error reporting fixes
Dmitry Stogov [Mon, 12 Jan 2004 15:15:26 +0000 (15:15 +0000)]
Small error reporting fixes

21 years agoWSDL support: schema import
Dmitry Stogov [Mon, 12 Jan 2004 12:54:22 +0000 (12:54 +0000)]
WSDL support: schema import

21 years agoWSDL support: support for wsdl import
Dmitry Stogov [Mon, 12 Jan 2004 11:46:01 +0000 (11:46 +0000)]
WSDL support: support for wsdl import

21 years agoThis was way out of date.
John Coggeshall [Mon, 12 Jan 2004 10:02:04 +0000 (10:02 +0000)]
This was way out of date.

21 years agoWSDL support: use of type before declaration (see interop round2 base OpenLink echoSt...
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)

21 years ago- Return the PHP 4 behavior of not allowing class declerations within
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 {
}
}
}

21 years agoSynch mysql_fetch_object with mysqli, sqlite and pgsql
Marcus Boerger [Mon, 12 Jan 2004 02:34:55 +0000 (02:34 +0000)]
Synch mysql_fetch_object with mysqli, sqlite and pgsql

21 years agoAdd some tests
Marcus Boerger [Mon, 12 Jan 2004 02:31:08 +0000 (02:31 +0000)]
Add some tests

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

21 years agoProto fix
Marcus Boerger [Mon, 12 Jan 2004 00:34:37 +0000 (00:34 +0000)]
Proto fix

21 years agoNo longer needed
Marcus Boerger [Mon, 12 Jan 2004 00:21:14 +0000 (00:21 +0000)]
No longer needed

21 years agoAdd missing macro
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

21 years agoTSRMLS fix
Wez Furlong [Sun, 11 Jan 2004 21:39:40 +0000 (21:39 +0000)]
TSRMLS fix

21 years agoFixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).
Ilia Alshanetsky [Sun, 11 Jan 2004 21:18:19 +0000 (21:18 +0000)]
Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).

21 years ago- Re-allow conditional class declerations. Needless to say that I also
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 :)

21 years ago- This should fix the problem of conditional function decleration on the
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 :)

21 years agooops..
foobar [Sun, 11 Jan 2004 14:06:37 +0000 (14:06 +0000)]
oops..

21 years agoBFN
foobar [Sun, 11 Jan 2004 14:06:16 +0000 (14:06 +0000)]
BFN

21 years agoadd test case for bug #26869
foobar [Sun, 11 Jan 2004 13:59:48 +0000 (13:59 +0000)]
add test case for bug #26869

21 years agofixing test
Andrey Hristov [Sun, 11 Jan 2004 11:55:33 +0000 (11:55 +0000)]
fixing test

21 years agoadded utf8 support option for sqlite >= 2.8.9.
Rui Hirokawa [Sun, 11 Jan 2004 02:07:46 +0000 (02:07 +0000)]
added utf8 support option for sqlite >= 2.8.9.

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

21 years agotypos
Tal Peer [Sat, 10 Jan 2004 23:49:26 +0000 (23:49 +0000)]
typos

21 years agofixing tests after last Derick's commit that changed the behaviour of
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() :)

21 years agoDo not run test if session extension is not avaliable.
Ilia Alshanetsky [Sat, 10 Jan 2004 18:32:46 +0000 (18:32 +0000)]
Do not run test if session extension is not avaliable.

21 years agoUpdate attribute tests.
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

21 years ago- Cleanup class_entry
Marcus Boerger [Sat, 10 Jan 2004 13:25:31 +0000 (13:25 +0000)]
- Cleanup class_entry
- allow derived classes
- fix new SimpleXML_Element()

21 years agoFix memory corruption with libxml's error handling.
Marcus Boerger [Sat, 10 Jan 2004 13:23:58 +0000 (13:23 +0000)]
Fix memory corruption with libxml's error handling.

21 years agoRemove conflict
Zeev Suraski [Sat, 10 Jan 2004 12:48:04 +0000 (12:48 +0000)]
Remove conflict

21 years agoUpdate tests
Rob Richards [Sat, 10 Jan 2004 11:50:49 +0000 (11:50 +0000)]
Update tests

21 years agoXPath query returns nodelist object rather than array
Rob Richards [Sat, 10 Jan 2004 11:50:25 +0000 (11:50 +0000)]
XPath query returns nodelist object rather than array

21 years agoAdded error mask to set_error_handler()
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>

21 years agoBUGFIX: server006.phpt
Dmitry Stogov [Sat, 10 Jan 2004 09:27:52 +0000 (09:27 +0000)]
BUGFIX: server006.phpt

21 years ago*** empty log message ***
Dmitry Stogov [Sat, 10 Jan 2004 08:36:45 +0000 (08:36 +0000)]
*** empty log message ***

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

21 years agoinclude PECL targets in snap build...
Wez Furlong [Sat, 10 Jan 2004 01:11:42 +0000 (01:11 +0000)]
include PECL targets in snap build...

21 years agosupport for building asm in the unix buildsys.
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.

21 years agothis one is declined
Marcus Boerger [Fri, 9 Jan 2004 18:55:49 +0000 (18:55 +0000)]
this one is declined

21 years agoUse pg_config if it can be found.
Marcus Boerger [Fri, 9 Jan 2004 18:44:33 +0000 (18:44 +0000)]
Use pg_config if it can be found.

21 years agoSource cleanup.
Dmitry Stogov [Fri, 9 Jan 2004 18:22:03 +0000 (18:22 +0000)]
Source cleanup.

21 years agomust be extern to avoid problems with some compilers
Wez Furlong [Fri, 9 Jan 2004 18:09:51 +0000 (18:09 +0000)]
must be extern to avoid problems with some compilers

21 years agoBUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)
Dmitry Stogov [Fri, 9 Jan 2004 16:36:13 +0000 (16:36 +0000)]
BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)

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)