]> granicus.if.org Git - php/log
php
21 years agoError reoprting improved by prefix
Dmitry Stogov [Wed, 28 Jan 2004 16:47:49 +0000 (16:47 +0000)]
Error reoprting improved by prefix
New 'HTTP' fault code
Source cleanup

21 years agoBug fix: Images would be broken on big-endian machines because the putc
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.

21 years agoSource cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:36:31 +0000 (13:36 +0000)]
Source cleanup

21 years agoTest suite for XML Schema and SOAP encoding/decoding
Dmitry Stogov [Wed, 28 Jan 2004 13:33:48 +0000 (13:33 +0000)]
Test suite for XML Schema and SOAP encoding/decoding

21 years agoSource cleanup
Dmitry Stogov [Wed, 28 Jan 2004 13:31:28 +0000 (13:31 +0000)]
Source cleanup

21 years agoAdd namespaces to <Envelope> (not ot subnodes)
Dmitry Stogov [Wed, 28 Jan 2004 13:30:21 +0000 (13:30 +0000)]
Add namespaces to <Envelope> (not ot subnodes)

21 years ago- Error message fix
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

21 years agoFixlets
Zeev Suraski [Wed, 28 Jan 2004 10:52:27 +0000 (10:52 +0000)]
Fixlets

21 years agoPrevent classes from implementing interfaces that have the same function
Zeev Suraski [Wed, 28 Jan 2004 10:25:45 +0000 (10:25 +0000)]
Prevent classes from implementing interfaces that have the same function

21 years agoWhitespace
Zeev Suraski [Wed, 28 Jan 2004 10:24:57 +0000 (10:24 +0000)]
Whitespace

21 years agoCode relayout
Zeev Suraski [Wed, 28 Jan 2004 09:13:41 +0000 (09:13 +0000)]
Code relayout

21 years agoForward-port fix for timeouts under Windows
Zeev Suraski [Wed, 28 Jan 2004 09:07:02 +0000 (09:07 +0000)]
Forward-port fix for timeouts under Windows

21 years agotwo fixes:
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

21 years agoFixed bug #27058 (crash in sybase_connect() with 2 arguments).
Ilia Alshanetsky [Wed, 28 Jan 2004 01:43:45 +0000 (01:43 +0000)]
Fixed bug #27058 (crash in sybase_connect() with 2 arguments).

21 years agoFixed bug #27056 (ints used instead of longs inside some GD functions).
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).

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

21 years agomessage about that mysql_list_tables() is deprecated
Andrey Hristov [Tue, 27 Jan 2004 23:14:42 +0000 (23:14 +0000)]
message about that mysql_list_tables() is deprecated

21 years agoFix segfault for scripts like this:
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.

21 years agofix: HTTP keep-alive
Dmitry Stogov [Tue, 27 Jan 2004 16:19:22 +0000 (16:19 +0000)]
fix: HTTP keep-alive

21 years agoenabling HTTP status code 100 (used by Delphi SOAP)
Dmitry Stogov [Tue, 27 Jan 2004 16:07:58 +0000 (16:07 +0000)]
enabling HTTP status code 100 (used by Delphi SOAP)

21 years agoSOAP Fault uses HTTP status code 500
Dmitry Stogov [Tue, 27 Jan 2004 15:49:34 +0000 (15:49 +0000)]
SOAP Fault uses HTTP status code 500

21 years agoSupport for relative path in WSDL and XML Schema <import>
Dmitry Stogov [Tue, 27 Jan 2004 15:48:19 +0000 (15:48 +0000)]
Support for relative path in WSDL and XML Schema <import>

21 years agochanged prototype mysql_dataseek from void to bool
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

21 years agoprototype fixes
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)

21 years agoAllow <element>s with same names
Dmitry Stogov [Tue, 27 Jan 2004 12:07:57 +0000 (12:07 +0000)]
Allow <element>s with same names

21 years agofix: error handling
Dmitry Stogov [Tue, 27 Jan 2004 10:24:48 +0000 (10:24 +0000)]
fix: error handling

21 years agoXML Schema support was improved
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

21 years agoProper handling of SOAPAction in SOAP 1.1 and SOAP 1.2
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

21 years agoRemoved unused variable.
Ilia Alshanetsky [Tue, 27 Jan 2004 03:20:35 +0000 (03:20 +0000)]
Removed unused variable.

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

21 years agoMust use zval* here
Marcus Boerger [Mon, 26 Jan 2004 23:59:50 +0000 (23:59 +0000)]
Must use zval* here

21 years agoRemove test code
Marcus Boerger [Mon, 26 Jan 2004 23:20:00 +0000 (23:20 +0000)]
Remove test code

21 years ago- Export struct zend_user_iterator
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

21 years agoFixed bug #27042 (SPL: SeekableIterator seek() broken).
Marcus Boerger [Mon, 26 Jan 2004 22:30:25 +0000 (22:30 +0000)]
Fixed bug #27042 (SPL: SeekableIterator seek() broken).

21 years agofixed compiler warning (thx to Marcus Boerger)
Georg Richter [Mon, 26 Jan 2004 20:08:16 +0000 (20:08 +0000)]
fixed compiler warning (thx to Marcus Boerger)

21 years ago<Fault> encoding was changed
Dmitry Stogov [Mon, 26 Jan 2004 17:14:32 +0000 (17:14 +0000)]
<Fault> encoding was changed

21 years agofix
Dmitry Stogov [Mon, 26 Jan 2004 17:14:07 +0000 (17:14 +0000)]
fix

21 years agoSupport for SOAP 1.2 Fault/Code/Value and Fault/Reason/Text
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

21 years agofix: memory leaks
Dmitry Stogov [Mon, 26 Jan 2004 16:20:19 +0000 (16:20 +0000)]
fix: memory leaks

21 years agoSOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...)
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,...)

21 years agochange to use different allocator (Sascha, thanks =) )
Antony Dovgal [Mon, 26 Jan 2004 15:42:24 +0000 (15:42 +0000)]
change to use different allocator (Sascha, thanks =) )

21 years agofix this annoying notice about limited range
Antony Dovgal [Mon, 26 Jan 2004 15:25:32 +0000 (15:25 +0000)]
fix this annoying notice about limited range

21 years agoimprove debug messages
Antony Dovgal [Mon, 26 Jan 2004 15:21:52 +0000 (15:21 +0000)]
improve debug messages

21 years agoSupport for SOAP 1.2 RPC binding (<rpc:result>)
Dmitry Stogov [Mon, 26 Jan 2004 15:13:45 +0000 (15:13 +0000)]
Support for SOAP 1.2 RPC binding (<rpc:result>)

21 years agoXML Schema support was improved
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)

21 years agooops =(
Antony Dovgal [Mon, 26 Jan 2004 14:02:08 +0000 (14:02 +0000)]
oops =(
forgot these brackets..

21 years agofix oci_field_type_raw's proto
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

21 years agoNew function yaz_es that creates Z39.50 Extended Service Package to
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.

21 years agoproto fixes
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)

21 years agoUpdate URL.
Sebastian Bergmann [Mon, 26 Jan 2004 12:37:48 +0000 (12:37 +0000)]
Update URL.

21 years agoApache namespace was removed
Dmitry Stogov [Mon, 26 Jan 2004 09:51:45 +0000 (09:51 +0000)]
Apache namespace was removed

21 years agoXML Schema support (decoding of xsi:nil with attributes)
Dmitry Stogov [Mon, 26 Jan 2004 09:51:07 +0000 (09:51 +0000)]
XML Schema support (decoding of xsi:nil with attributes)
Source Cleanup

21 years agoAdd README
Marcus Boerger [Mon, 26 Jan 2004 08:37:23 +0000 (08:37 +0000)]
Add README

21 years agoWe are in c not c++
Marcus Boerger [Mon, 26 Jan 2004 07:52:52 +0000 (07:52 +0000)]
We are in c not c++

21 years agomore prototype fixes.
Georg Richter [Mon, 26 Jan 2004 07:39:57 +0000 (07:39 +0000)]
more prototype fixes.
fixed a bug in mysqli_send_long_data

21 years ago- Fixed compile problem with CURLOPT_HTTPAUTH
foobar [Mon, 26 Jan 2004 04:59:59 +0000 (04:59 +0000)]
- Fixed compile problem with CURLOPT_HTTPAUTH

21 years agotest for bug #26900
foobar [Mon, 26 Jan 2004 04:37:50 +0000 (04:37 +0000)]
test for bug #26900

21 years ago- Remove gpc_order since it doesn't serve any purpose.
foobar [Mon, 26 Jan 2004 04:15:08 +0000 (04:15 +0000)]
- Remove gpc_order since it doesn't serve any purpose.

21 years ago- "Fix" the command name in the usage text
Pierre Joye [Mon, 26 Jan 2004 01:59:14 +0000 (01:59 +0000)]
- "Fix" the command name in the usage text

21 years ago- # 521 entry
Pierre Joye [Mon, 26 Jan 2004 01:36:51 +0000 (01:36 +0000)]
- # 521 entry

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

21 years ago- Remove useless property
Pierre Joye [Mon, 26 Jan 2004 00:57:30 +0000 (00:57 +0000)]
- Remove useless property

21 years ago- Fix #521, incorrect filename in CS warnings
Pierre Joye [Mon, 26 Jan 2004 00:49:16 +0000 (00:49 +0000)]
- Fix #521, incorrect filename in CS warnings

21 years ago- Suppress a compiler warning by a rather useless typecasting.
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:27:24 +0000 (00:27 +0000)]
- Suppress a compiler warning by a rather useless typecasting.

21 years ago- Fix bug #26699 (mbstring encoding types does not include "binary").
Moriyoshi Koizumi [Mon, 26 Jan 2004 00:19:25 +0000 (00:19 +0000)]
- Fix bug #26699 (mbstring encoding types does not include "binary").

21 years ago- Fixed bug #27040 (passing an array of form-fields to CURLOPT_POSTFIELDS does not...
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).

21 years agoFixed bug #26814 (On parse error include included file, terminate
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).

21 years ago- Use is_a
Pierre Joye [Sun, 25 Jan 2004 23:53:13 +0000 (23:53 +0000)]
- Use is_a

21 years agoWS
Pierre Joye [Sun, 25 Jan 2004 23:36:28 +0000 (23:36 +0000)]
WS

21 years ago- Update Mail, HTTP and DB. Adding new archives
Pierre Joye [Sun, 25 Jan 2004 23:09:05 +0000 (23:09 +0000)]
- Update Mail, HTTP and DB. Adding new archives

21 years ago- Update HTTP, DB and Mail packages
Pierre Joye [Sun, 25 Jan 2004 23:08:09 +0000 (23:08 +0000)]
- Update HTTP, DB and Mail packages

21 years ago- Initial release
Timm Friebe [Sun, 25 Jan 2004 20:04:24 +0000 (20:04 +0000)]
- Initial release

21 years ago- Added test for case when incorrect argument type is
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()

21 years ago@- Added ability to define a message handler not only globally, but also
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)

21 years agoShow supported classes & interfaces in -i and phpinfo()
Marcus Boerger [Sun, 25 Jan 2004 17:30:19 +0000 (17:30 +0000)]
Show supported classes & interfaces in -i and phpinfo()

21 years agoMySQL is no longer built in by default
Ard Biesheuvel [Sun, 25 Jan 2004 15:18:02 +0000 (15:18 +0000)]
MySQL is no longer built in by default

21 years agoCS
Ard Biesheuvel [Sun, 25 Jan 2004 15:08:31 +0000 (15:08 +0000)]
CS

21 years agoentrt about feature request #24258
Andrey Hristov [Sun, 25 Jan 2004 14:00:59 +0000 (14:00 +0000)]
entrt about feature request #24258

21 years agoBFN
Marcus Boerger [Sun, 25 Jan 2004 13:33:43 +0000 (13:33 +0000)]
BFN

21 years agoRespect proeprty visibility in foreach
Marcus Boerger [Sun, 25 Jan 2004 13:32:02 +0000 (13:32 +0000)]
Respect proeprty visibility in foreach

21 years agoUpdate test
Marcus Boerger [Sun, 25 Jan 2004 13:19:16 +0000 (13:19 +0000)]
Update test

21 years agoUpdate examples
Marcus Boerger [Sun, 25 Jan 2004 13:03:24 +0000 (13:03 +0000)]
Update examples

21 years agoCheck for both Firebird 1+ and Interbase/FB1
Ard Biesheuvel [Sun, 25 Jan 2004 12:03:24 +0000 (12:03 +0000)]
Check for both Firebird 1+ and Interbase/FB1

21 years agoprototype fix for mysqli_fetch
Georg Richter [Sun, 25 Jan 2004 12:01:36 +0000 (12:01 +0000)]
prototype fix for mysqli_fetch

21 years agoBFN
Marcus Boerger [Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)]
BFN

21 years agoFixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
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)

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

21 years agoChanged prototypes to allow parsing of string literals and constant strings
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

21 years agoTSRM fix
Marcus Boerger [Sat, 24 Jan 2004 17:07:50 +0000 (17:07 +0000)]
TSRM fix

21 years agoSwitch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
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.

21 years ago- Added test on char type
Timm Friebe [Sat, 24 Jan 2004 15:18:52 +0000 (15:18 +0000)]
- Added test on char type

21 years agoprototype fixes
Georg Richter [Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)]
prototype fixes

21 years agoChange message as proposed by Jon.
Sebastian Bergmann [Sat, 24 Jan 2004 04:59:47 +0000 (04:59 +0000)]
Change message as proposed by Jon.

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:54:33 +0000 (02:54 +0000)]
- Initial release

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:42:26 +0000 (02:42 +0000)]
- Initial release

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:18:13 +0000 (02:18 +0000)]
- Initial release

21 years ago@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
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)

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

21 years agoThis is a definitive 'must'
Marcus Boerger [Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)]
This is a definitive 'must'

21 years agoAdded third parameter (optional) to array_keys for strictness. It behaves
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