]> granicus.if.org Git - php/log
php
21 years ago- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
foobar [Sat, 17 Jan 2004 13:00:38 +0000 (13:00 +0000)]
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5

21 years ago(gdImageSetPixel) Tidied 'normal' blending effect
Tim Toohey [Sat, 17 Jan 2004 09:19:14 +0000 (09:19 +0000)]
(gdImageSetPixel) Tidied 'normal' blending effect
# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullAlphaBlend() and friends are no longer needed

21 years agotypofix
foobar [Sat, 17 Jan 2004 06:18:09 +0000 (06:18 +0000)]
typofix

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

21 years agoExpose zend_std_call_user_call(), needed for implementation of things like
Ilia Alshanetsky [Sat, 17 Jan 2004 00:39:28 +0000 (00:39 +0000)]
Expose zend_std_call_user_call(), needed for implementation of things like
__call handlers.

21 years agoNuke compile warning by using the LANG_SCNG macro instead
foobar [Sat, 17 Jan 2004 00:26:12 +0000 (00:26 +0000)]
Nuke compile warning by using the LANG_SCNG macro instead

21 years agoFixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)
foobar [Sat, 17 Jan 2004 00:00:11 +0000 (00:00 +0000)]
Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)

21 years agoupdate file for win32 build
Wez Furlong [Fri, 16 Jan 2004 23:48:39 +0000 (23:48 +0000)]
update file for win32 build

21 years agoupdate the profile of how namespaces should work after discussions with
Sterling Hughes [Fri, 16 Jan 2004 22:26:09 +0000 (22:26 +0000)]
update the profile of how namespaces should work after discussions with
shane and rob richards.  there were a lot of race conditions with regards
to the way namespaces have been handled in XML documents so far, this new
method removes the race conditions, and gives me a real reason to add the
children() and attributes() methods.

21 years ago- Fixed bug #26640 (__autoload() not invoked by Reflection classes)
foobar [Fri, 16 Jan 2004 21:11:58 +0000 (21:11 +0000)]
- Fixed bug #26640 (__autoload() not invoked by Reflection classes)

# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.

21 years agoAdd a "profile" of simplexml's expected behaviour in the form of tests.
Sterling Hughes [Fri, 16 Jan 2004 20:50:29 +0000 (20:50 +0000)]
Add a "profile" of simplexml's expected behaviour in the form of tests.
This will be expanded as issues arise and will be a formal definition
(in code) of simplexml's behaviour.

21 years agoKill warning (bug #26937)
foobar [Fri, 16 Jan 2004 19:11:33 +0000 (19:11 +0000)]
Kill warning (bug #26937)

21 years agoAdded test case for bug #26640
foobar [Fri, 16 Jan 2004 18:24:31 +0000 (18:24 +0000)]
Added test case for bug #26640

21 years agoUpdate TODO
Ilia Alshanetsky [Fri, 16 Jan 2004 17:50:02 +0000 (17:50 +0000)]
Update TODO

21 years agoAdded Antony Dovgal as OCI8 maintainer.
Ilia Alshanetsky [Fri, 16 Jan 2004 16:46:48 +0000 (16:46 +0000)]
Added Antony Dovgal as OCI8 maintainer.

21 years agoFixed division by zero warning.
Ilia Alshanetsky [Fri, 16 Jan 2004 15:17:37 +0000 (15:17 +0000)]
Fixed division by zero warning.

21 years agoAdded missing skip condition.
Ilia Alshanetsky [Fri, 16 Jan 2004 15:16:26 +0000 (15:16 +0000)]
Added missing skip condition.

21 years agofix
Dmitry Stogov [Fri, 16 Jan 2004 15:06:23 +0000 (15:06 +0000)]
fix

21 years agoWSDL support was improved
Dmitry Stogov [Fri, 16 Jan 2004 12:31:10 +0000 (12:31 +0000)]
WSDL support was improved
 support for message/part element attribute was implemented
 support for portType operation input/output name attribute was implemented

21 years agoBFN
foobar [Fri, 16 Jan 2004 11:18:37 +0000 (11:18 +0000)]
BFN

21 years agoFix the mime_magic.debug option init
foobar [Fri, 16 Jan 2004 11:15:13 +0000 (11:15 +0000)]
Fix the mime_magic.debug option init

21 years agoAdd myself at last =)
Antony Dovgal [Fri, 16 Jan 2004 10:03:27 +0000 (10:03 +0000)]
Add myself at last =)

21 years agofaultcode/faultstring mismatch was fixed
Dmitry Stogov [Fri, 16 Jan 2004 07:55:27 +0000 (07:55 +0000)]
faultcode/faultstring mismatch was fixed

21 years agoSupport for SOAP 1.2 HTTP binding namespase was added
Dmitry Stogov [Fri, 16 Jan 2004 07:54:48 +0000 (07:54 +0000)]
Support for SOAP 1.2 HTTP binding namespase was added

21 years agoTests where updated.
Dmitry Stogov [Fri, 16 Jan 2004 07:12:23 +0000 (07:12 +0000)]
Tests where updated.

21 years agoSOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where...
Dmitry Stogov [Fri, 16 Jan 2004 07:11:59 +0000 (07:11 +0000)]
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented

21 years agoFixed Bug #26927 (preg_quote() does not escape \0).
Ilia Alshanetsky [Fri, 16 Jan 2004 02:29:50 +0000 (02:29 +0000)]
Fixed Bug #26927 (preg_quote() does not escape \0).

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

21 years agoFix shutdown
Marcus Boerger [Thu, 15 Jan 2004 21:30:31 +0000 (21:30 +0000)]
Fix shutdown

21 years ago- Fix the php dependency
Pierre Joye [Thu, 15 Jan 2004 19:33:10 +0000 (19:33 +0000)]
- Fix the php dependency
(wide copy/paste is not that good no? ;) )

21 years agoSOAP 1.2 support was improved
Dmitry Stogov [Thu, 15 Jan 2004 16:56:29 +0000 (16:56 +0000)]
SOAP 1.2 support was improved

21 years agoNice patch Christian, but it wasn't at all enabled? :)
Zeev Suraski [Thu, 15 Jan 2004 16:47:32 +0000 (16:47 +0000)]
Nice patch Christian, but it wasn't at all enabled? :)

Fix bug #26883

21 years agoFix bug #26892, ORA-21301 in ocinewcollection() call.
Antony Dovgal [Thu, 15 Jan 2004 15:06:57 +0000 (15:06 +0000)]
Fix bug #26892, ORA-21301 in ocinewcollection() call.
pEnv should be initialized in object mode too.

21 years agoChanged to mixed-case response header codes. This is in keeping with
Alex Leigh [Thu, 15 Jan 2004 15:04:59 +0000 (15:04 +0000)]
Changed to mixed-case response header codes. This is in keeping with
the changes to >= Continuity mk4 mod1.

21 years agoSupport for SOAP 1.2 array encoding/decoding was implemented
Dmitry Stogov [Thu, 15 Jan 2004 13:20:58 +0000 (13:20 +0000)]
Support for SOAP 1.2 array encoding/decoding was implemented

21 years agoSOAP 1.2 support was improved
Dmitry Stogov [Thu, 15 Jan 2004 10:59:24 +0000 (10:59 +0000)]
SOAP 1.2 support was improved

21 years agoDrop userspace iteration correctly.
Marcus Boerger [Thu, 15 Jan 2004 09:28:01 +0000 (09:28 +0000)]
Drop userspace iteration correctly.
# People if you do such things then please fix the class tree.

21 years agoSOAP 1.2 support was improved
Dmitry Stogov [Thu, 15 Jan 2004 08:38:14 +0000 (08:38 +0000)]
SOAP 1.2 support was improved

21 years agoFix typo
foobar [Thu, 15 Jan 2004 06:30:23 +0000 (06:30 +0000)]
Fix typo

21 years ago- Fixed bug #26844 (ext/mime_magic: magic file validation broken).
foobar [Thu, 15 Jan 2004 06:09:16 +0000 (06:09 +0000)]
- Fixed bug #26844 (ext/mime_magic: magic file validation broken).

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

21 years agoFixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
Ilia Alshanetsky [Thu, 15 Jan 2004 00:35:04 +0000 (00:35 +0000)]
Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is
used).

21 years agofix get_class() case-sensitive incompatibility in PHP5
Greg Beaver [Wed, 14 Jan 2004 22:43:12 +0000 (22:43 +0000)]
fix get_class() case-sensitive incompatibility in PHP5

21 years agoThis is no longer usefull in any way.
Marcus Boerger [Wed, 14 Jan 2004 22:07:28 +0000 (22:07 +0000)]
This is no longer usefull in any way.

21 years agoMFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
Ilia Alshanetsky [Wed, 14 Jan 2004 21:17:09 +0000 (21:17 +0000)]
MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).

21 years agotest user define namespace aliases
Rob Richards [Wed, 14 Jan 2004 19:00:16 +0000 (19:00 +0000)]
test user define namespace aliases

21 years agotouch generated parser.
Ilia Alshanetsky [Wed, 14 Jan 2004 17:53:07 +0000 (17:53 +0000)]
touch generated parser.

21 years agoUpgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).
Ilia Alshanetsky [Wed, 14 Jan 2004 17:08:27 +0000 (17:08 +0000)]
Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).

21 years agoWSDL: restrictions support (whiteSpace, minLength, maxLength, length)
Dmitry Stogov [Wed, 14 Jan 2004 16:24:09 +0000 (16:24 +0000)]
WSDL: restrictions support (whiteSpace, minLength, maxLength, length)

21 years agoarray/object encoding
Dmitry Stogov [Wed, 14 Jan 2004 15:36:01 +0000 (15:36 +0000)]
array/object encoding

21 years agoSOAP message must not contain a Document Type Declaration
Dmitry Stogov [Wed, 14 Jan 2004 15:35:27 +0000 (15:35 +0000)]
SOAP message must not contain a Document Type Declaration

21 years agoRemove stale code from flock();
Wez Furlong [Wed, 14 Jan 2004 14:37:38 +0000 (14:37 +0000)]
Remove stale code from flock();
spotted by Hartmut.

21 years agoFix #26772: fgets returns NULL instead of FALSE.
Wez Furlong [Wed, 14 Jan 2004 14:25:01 +0000 (14:25 +0000)]
Fix #26772: fgets returns NULL instead of FALSE.

21 years agoDon't allow interfaces to implement anything
Zeev Suraski [Wed, 14 Jan 2004 14:00:11 +0000 (14:00 +0000)]
Don't allow interfaces to implement anything

21 years agoWSDL: encoding rpc/document and encoded/literal
Dmitry Stogov [Wed, 14 Jan 2004 12:49:02 +0000 (12:49 +0000)]
WSDL: encoding rpc/document and encoded/literal

21 years agotouch
Wez Furlong [Wed, 14 Jan 2004 12:47:04 +0000 (12:47 +0000)]
touch

21 years agofix crash when throwing an exception
Wez Furlong [Wed, 14 Jan 2004 12:19:17 +0000 (12:19 +0000)]
fix crash when throwing an exception

21 years ago- Fix package.xml file
Pierre Joye [Wed, 14 Jan 2004 10:24:26 +0000 (10:24 +0000)]
- Fix package.xml file

21 years ago- Remove bogus macros
Andi Gutmans [Wed, 14 Jan 2004 08:50:17 +0000 (08:50 +0000)]
- Remove bogus macros

21 years ago- Remove use of bogus macro
Andi Gutmans [Wed, 14 Jan 2004 08:50:02 +0000 (08:50 +0000)]
- Remove use of bogus macro

21 years agoApparently MSVC is not C99 compatible making variable marco arguments
John Coggeshall [Wed, 14 Jan 2004 08:15:57 +0000 (08:15 +0000)]
Apparently MSVC is not C99 compatible making variable marco arguments
in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable
workaround for non-C99 compatible compilers.

21 years agoDoh.. snuck by me!
John Coggeshall [Wed, 14 Jan 2004 06:57:51 +0000 (06:57 +0000)]
Doh.. snuck by me!

21 years agoForgot to add these tests
John Coggeshall [Wed, 14 Jan 2004 06:57:23 +0000 (06:57 +0000)]
Forgot to add these tests

21 years agoAdd optional php-win.exe variation of the CLI sapi.
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

21 years agoWith the approval of Andi, changing the Tidy API to reduce the possible
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.

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

21 years agoFixed bug #26878 (problem with multiple references to the same variable
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).

21 years agoadd support for $foo["a:bar"]
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

21 years ago- Fixed bug #26896 (ext/ftp does not work as shared extension)
foobar [Tue, 13 Jan 2004 18:58:23 +0000 (18:58 +0000)]
- Fixed bug #26896 (ext/ftp does not work as shared extension)

21 years agoBFN
foobar [Tue, 13 Jan 2004 18:06:31 +0000 (18:06 +0000)]
BFN

21 years agoFIX: memory leak
Dmitry Stogov [Tue, 13 Jan 2004 17:43:09 +0000 (17:43 +0000)]
FIX: memory leak

21 years agoWSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added
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

21 years agobugfix
Dmitry Stogov [Tue, 13 Jan 2004 17:20:10 +0000 (17:20 +0000)]
bugfix

21 years agoDon't treat strings containing : as potential constant names in
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

21 years agoreinstate this ifdef for people without .Net SDK
Wez Furlong [Tue, 13 Jan 2004 16:05:38 +0000 (16:05 +0000)]
reinstate this ifdef for people without .Net SDK

21 years agoFix refcount on these return values to avoid a leak and allow object dtor's to be...
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.

21 years agoSource ceanup
Dmitry Stogov [Tue, 13 Jan 2004 15:58:01 +0000 (15:58 +0000)]
Source ceanup

21 years agofix getElementsByTagName and getElementsByTagNameNS - allow *
Rob Richards [Tue, 13 Jan 2004 14:13:21 +0000 (14:13 +0000)]
fix getElementsByTagName and getElementsByTagNameNS - allow *

21 years agoWSDL: support for multiple services/ports/bindings was implemented
Dmitry Stogov [Tue, 13 Jan 2004 13:50:09 +0000 (13:50 +0000)]
WSDL: support for multiple services/ports/bindings was implemented

21 years agoFix leaking constructors.
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.

21 years agoCheck for "<?xml" header was removed
Dmitry Stogov [Tue, 13 Jan 2004 10:27:13 +0000 (10:27 +0000)]
Check for "<?xml" header was removed

21 years agoWSDL support: using types before declaration was fixed
Dmitry Stogov [Tue, 13 Jan 2004 10:26:44 +0000 (10:26 +0000)]
WSDL support: using types before declaration was fixed

21 years agoXML parsing warnings and notices were disabled.
Dmitry Stogov [Tue, 13 Jan 2004 09:31:50 +0000 (09:31 +0000)]
XML parsing warnings and notices were disabled.

21 years agoSupport for WSDL <operation> without <input> message
Dmitry Stogov [Tue, 13 Jan 2004 07:59:13 +0000 (07:59 +0000)]
Support for WSDL <operation> without <input> message

21 years agoHTTP Cookies support (see interop round2 base kafka)
Dmitry Stogov [Tue, 13 Jan 2004 07:57:29 +0000 (07:57 +0000)]
HTTP Cookies support (see interop round2 base kafka)

21 years agoDon't even define this.
Sara Golemon [Tue, 13 Jan 2004 05:30:53 +0000 (05:30 +0000)]
Don't even define this.

21 years agoWhoops... Ilia forgot a ')'
John Coggeshall [Tue, 13 Jan 2004 05:23:07 +0000 (05:23 +0000)]
Whoops... Ilia forgot a ')'

21 years agomake usleep actually work properly
Wez Furlong [Tue, 13 Jan 2004 02:07:04 +0000 (02:07 +0000)]
make usleep actually work properly

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

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