]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 28 Jan 2004 16:47:49 +0000 (16:47 +0000)]
Error reoprting improved by prefix
New 'HTTP' fault code
Source cleanup
Martin Kraemer [Wed, 28 Jan 2004 16:25:12 +0000 (16:25 +0000)]
Bug fix: Images would be broken on big-endian machines because the putc
function wrote the first (instead of "the low order") byte. That resulted
in unexpected zero bytes.
Dmitry Stogov [Wed, 28 Jan 2004 13:36:31 +0000 (13:36 +0000)]
Source cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:33:48 +0000 (13:33 +0000)]
Test suite for XML Schema and SOAP encoding/decoding
Dmitry Stogov [Wed, 28 Jan 2004 13:31:28 +0000 (13:31 +0000)]
Source cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:30:21 +0000 (13:30 +0000)]
Add namespaces to <Envelope> (not ot subnodes)
Zeev Suraski [Wed, 28 Jan 2004 11:53:52 +0000 (11:53 +0000)]
- Error message fix
- Prevent inheritance of the same constant from two interfaces
Zeev Suraski [Wed, 28 Jan 2004 10:52:27 +0000 (10:52 +0000)]
Fixlets
Zeev Suraski [Wed, 28 Jan 2004 10:25:45 +0000 (10:25 +0000)]
Prevent classes from implementing interfaces that have the same function
Zeev Suraski [Wed, 28 Jan 2004 10:24:57 +0000 (10:24 +0000)]
Whitespace
Zeev Suraski [Wed, 28 Jan 2004 09:13:41 +0000 (09:13 +0000)]
Code relayout
Zeev Suraski [Wed, 28 Jan 2004 09:07:02 +0000 (09:07 +0000)]
Forward-port fix for timeouts under Windows
Antony Dovgal [Wed, 28 Jan 2004 07:15:55 +0000 (07:15 +0000)]
two fixes:
-oci_lob_load shouldn't reset LOB's length to zero
-Oracle feels bad, but reports no error, when trying to erase LOB with offset bigger than LOB
Ilia Alshanetsky [Wed, 28 Jan 2004 01:43:45 +0000 (01:43 +0000)]
Fixed bug #27058 (crash in sybase_connect() with 2 arguments).
Ilia Alshanetsky [Wed, 28 Jan 2004 01:36:53 +0000 (01:36 +0000)]
Fixed bug #27056 (ints used instead of longs inside some GD functions).
<changelog@php.net> [Wed, 28 Jan 2004 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Andrey Hristov [Tue, 27 Jan 2004 23:14:42 +0000 (23:14 +0000)]
message about that mysql_list_tables() is deprecated
Wez Furlong [Tue, 27 Jan 2004 22:40:44 +0000 (22:40 +0000)]
Fix segfault for scripts like this:
<?php
pfsockopen("foo");
pfsockopen("foo");
?>
Where the transport fails to connect (since args are bogus);
the problem was that the persistent stream entry was not
correctly freed.
Dmitry Stogov [Tue, 27 Jan 2004 16:19:22 +0000 (16:19 +0000)]
fix: HTTP keep-alive
Dmitry Stogov [Tue, 27 Jan 2004 16:07:58 +0000 (16:07 +0000)]
enabling HTTP status code 100 (used by Delphi SOAP)
Dmitry Stogov [Tue, 27 Jan 2004 15:49:34 +0000 (15:49 +0000)]
SOAP Fault uses HTTP status code 500
Dmitry Stogov [Tue, 27 Jan 2004 15:48:19 +0000 (15:48 +0000)]
Support for relative path in WSDL and XML Schema <import>
Georg Richter [Tue, 27 Jan 2004 13:56:03 +0000 (13:56 +0000)]
changed prototype mysql_dataseek from void to bool
add check for specified offset
Georg Richter [Tue, 27 Jan 2004 13:23:54 +0000 (13:23 +0000)]
prototype fixes
removed method field_tell (which is already property current_field)
Dmitry Stogov [Tue, 27 Jan 2004 12:07:57 +0000 (12:07 +0000)]
Allow <element>s with same names
Dmitry Stogov [Tue, 27 Jan 2004 10:24:48 +0000 (10:24 +0000)]
fix: error handling
Dmitry Stogov [Tue, 27 Jan 2004 10:23:20 +0000 (10:23 +0000)]
XML Schema support was improved
support for <attribite> default and fixed values
support for encoding of list elements
Dmitry Stogov [Tue, 27 Jan 2004 06:54:14 +0000 (06:54 +0000)]
Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2
Ilia Alshanetsky [Tue, 27 Jan 2004 03:20:35 +0000 (03:20 +0000)]
Removed unused variable.
<changelog@php.net> [Tue, 27 Jan 2004 01:32:27 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Mon, 26 Jan 2004 23:59:50 +0000 (23:59 +0000)]
Must use zval* here
Marcus Boerger [Mon, 26 Jan 2004 23:20:00 +0000 (23:20 +0000)]
Remove test code
Marcus Boerger [Mon, 26 Jan 2004 22:33:52 +0000 (22:33 +0000)]
- Export struct zend_user_iterator
- Ad 'it' to function prefix to prevent naming clashes
- Export zend_user_it_free_current
Marcus Boerger [Mon, 26 Jan 2004 22:30:25 +0000 (22:30 +0000)]
Fixed bug #27042 (SPL: SeekableIterator seek() broken).
Georg Richter [Mon, 26 Jan 2004 20:08:16 +0000 (20:08 +0000)]
fixed compiler warning (thx to Marcus Boerger)
Dmitry Stogov [Mon, 26 Jan 2004 17:14:32 +0000 (17:14 +0000)]
<Fault> encoding was changed
Dmitry Stogov [Mon, 26 Jan 2004 17:14:07 +0000 (17:14 +0000)]
fix
Dmitry Stogov [Mon, 26 Jan 2004 17:11:05 +0000 (17:11 +0000)]
Support for SOAP 1.2 Fault/Code/Value and Fault/Reason/Text
Dmitry Stogov [Mon, 26 Jan 2004 16:20:19 +0000 (16:20 +0000)]
fix: memory leaks
Dmitry Stogov [Mon, 26 Jan 2004 16:19:29 +0000 (16:19 +0000)]
SOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...)
Antony Dovgal [Mon, 26 Jan 2004 15:42:24 +0000 (15:42 +0000)]
change to use different allocator (Sascha, thanks =) )
Antony Dovgal [Mon, 26 Jan 2004 15:25:32 +0000 (15:25 +0000)]
fix this annoying notice about limited range
Antony Dovgal [Mon, 26 Jan 2004 15:21:52 +0000 (15:21 +0000)]
improve debug messages
Dmitry Stogov [Mon, 26 Jan 2004 15:13:45 +0000 (15:13 +0000)]
Support for SOAP 1.2 RPC binding (<rpc:result>)
Dmitry Stogov [Mon, 26 Jan 2004 15:12:34 +0000 (15:12 +0000)]
XML Schema support was improved
support for unsignedLong standard type was fixed
restrictions checking was disabled
support for standard list types (IDREFS, IDS, NOTATIONS)
Antony Dovgal [Mon, 26 Jan 2004 14:02:08 +0000 (14:02 +0000)]
oops =(
forgot these brackets..
Antony Dovgal [Mon, 26 Jan 2004 13:59:42 +0000 (13:59 +0000)]
fix oci_field_type_raw's proto
oci_collection_element_get should return FALSE only if there is no such element and NULL, if it's null
Adam Dickmeiss [Mon, 26 Jan 2004 13:40:52 +0000 (13:40 +0000)]
New function yaz_es that creates Z39.50 Extended Service Package to
facilitate record update, database create, database drop.
Georg Richter [Mon, 26 Jan 2004 13:38:13 +0000 (13:38 +0000)]
proto fixes
removed mysqli_read_query_result (will be removed in libmysql)
Sebastian Bergmann [Mon, 26 Jan 2004 12:37:48 +0000 (12:37 +0000)]
Update URL.
Dmitry Stogov [Mon, 26 Jan 2004 09:51:45 +0000 (09:51 +0000)]
Apache namespace was removed
Dmitry Stogov [Mon, 26 Jan 2004 09:51:07 +0000 (09:51 +0000)]
XML Schema support (decoding of xsi:nil with attributes)
Source Cleanup
Marcus Boerger [Mon, 26 Jan 2004 08:37:23 +0000 (08:37 +0000)]
Add README
Marcus Boerger [Mon, 26 Jan 2004 07:52:52 +0000 (07:52 +0000)]
We are in c not c++
Georg Richter [Mon, 26 Jan 2004 07:39:57 +0000 (07:39 +0000)]
more prototype fixes.
fixed a bug in mysqli_send_long_data
foobar [Mon, 26 Jan 2004 04:59:59 +0000 (04:59 +0000)]
- Fixed compile problem with CURLOPT_HTTPAUTH
foobar [Mon, 26 Jan 2004 04:37:50 +0000 (04:37 +0000)]
test for bug #26900
foobar [Mon, 26 Jan 2004 04:15:08 +0000 (04:15 +0000)]
- Remove gpc_order since it doesn't serve any purpose.
Pierre Joye [Mon, 26 Jan 2004 01:59:14 +0000 (01:59 +0000)]
- "Fix" the command name in the usage text
Pierre Joye [Mon, 26 Jan 2004 01:36:51 +0000 (01:36 +0000)]
- # 521 entry
<changelog@php.net> [Mon, 26 Jan 2004 01:33:25 +0000 (01:33 +0000)]
ChangeLog update
Pierre Joye [Mon, 26 Jan 2004 00:57:30 +0000 (00:57 +0000)]
- Remove useless property
Pierre Joye [Mon, 26 Jan 2004 00:49:16 +0000 (00:49 +0000)]
- Fix #521, incorrect filename in CS warnings
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:27:24 +0000 (00:27 +0000)]
- Suppress a compiler warning by a rather useless typecasting.
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:19:25 +0000 (00:19 +0000)]
- Fix bug #26699 (mbstring encoding types does not include "binary").
foobar [Mon, 26 Jan 2004 00:16:16 +0000 (00:16 +0000)]
- Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS does not work).
Ilia Alshanetsky [Sun, 25 Jan 2004 23:54:12 +0000 (23:54 +0000)]
Fixed bug #26814 (On parse error include included file, terminate
execution script).
Pierre Joye [Sun, 25 Jan 2004 23:53:13 +0000 (23:53 +0000)]
- Use is_a
Pierre Joye [Sun, 25 Jan 2004 23:36:28 +0000 (23:36 +0000)]
WS
Pierre Joye [Sun, 25 Jan 2004 23:09:05 +0000 (23:09 +0000)]
- Update Mail, HTTP and DB. Adding new archives
Pierre Joye [Sun, 25 Jan 2004 23:08:09 +0000 (23:08 +0000)]
- Update HTTP, DB and Mail packages
Timm Friebe [Sun, 25 Jan 2004 20:04:24 +0000 (20:04 +0000)]
- Initial release
Timm Friebe [Sun, 25 Jan 2004 20:04:08 +0000 (20:04 +0000)]
- Added test for case when incorrect argument type is
passed to sybase_set_message_handler()
Timm Friebe [Sun, 25 Jan 2004 20:03:10 +0000 (20:03 +0000)]
@- Added ability to define a message handler not only globally, but also
@ per connection (Timm)
@- Made sybct.login_timeout changeable at runtime (Timm)
@- Added ini option sybct.packet_size which lets you control the packet
@ size (Timm)
Marcus Boerger [Sun, 25 Jan 2004 17:30:19 +0000 (17:30 +0000)]
Show supported classes & interfaces in -i and phpinfo()
Ard Biesheuvel [Sun, 25 Jan 2004 15:18:02 +0000 (15:18 +0000)]
MySQL is no longer built in by default
Ard Biesheuvel [Sun, 25 Jan 2004 15:08:31 +0000 (15:08 +0000)]
CS
Andrey Hristov [Sun, 25 Jan 2004 14:00:59 +0000 (14:00 +0000)]
entrt about feature request #24258
Marcus Boerger [Sun, 25 Jan 2004 13:33:43 +0000 (13:33 +0000)]
BFN
Marcus Boerger [Sun, 25 Jan 2004 13:32:02 +0000 (13:32 +0000)]
Respect proeprty visibility in foreach
Marcus Boerger [Sun, 25 Jan 2004 13:19:16 +0000 (13:19 +0000)]
Update test
Marcus Boerger [Sun, 25 Jan 2004 13:03:24 +0000 (13:03 +0000)]
Update examples
Ard Biesheuvel [Sun, 25 Jan 2004 12:03:24 +0000 (12:03 +0000)]
Check for both Firebird 1+ and Interbase/FB1
Georg Richter [Sun, 25 Jan 2004 12:01:36 +0000 (12:01 +0000)]
prototype fix for mysqli_fetch
Marcus Boerger [Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)]
BFN
foobar [Sun, 25 Jan 2004 06:09:36 +0000 (06:09 +0000)]
Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
<changelog@php.net> [Sun, 25 Jan 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update
Ard Biesheuvel [Sun, 25 Jan 2004 00:30:50 +0000 (00:30 +0000)]
Changed prototypes to allow parsing of string literals and constant strings
Minor CS/WS
Marcus Boerger [Sat, 24 Jan 2004 17:07:50 +0000 (17:07 +0000)]
TSRM fix
Marcus Boerger [Sat, 24 Jan 2004 16:59:24 +0000 (16:59 +0000)]
Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
# statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.
Timm Friebe [Sat, 24 Jan 2004 15:18:52 +0000 (15:18 +0000)]
- Added test on char type
Georg Richter [Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)]
prototype fixes
Sebastian Bergmann [Sat, 24 Jan 2004 04:59:47 +0000 (04:59 +0000)]
Change message as proposed by Jon.
Timm Friebe [Sat, 24 Jan 2004 02:54:33 +0000 (02:54 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:42:26 +0000 (02:42 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:18:13 +0000 (02:18 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:17:42 +0000 (02:17 +0000)]
@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics correctly (initial fix in r. 1.76 failed
# for MAX_LONG + 1, for example)
<changelog@php.net> [Sat, 24 Jan 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)]
This is a definitive 'must'
Andrey Hristov [Sat, 24 Jan 2004 00:25:58 +0000 (00:25 +0000)]
Added third parameter (optional) to array_keys for strictness. It behaves
like the "strict" parameter of in_array().
#Closing feature request #24258