]> granicus.if.org Git - php/log
php
20 years ago- Update to DB-1.6.0 stable
Pierre Joye [Fri, 20 Feb 2004 15:36:24 +0000 (15:36 +0000)]
- Update to DB-1.6.0 stable

20 years ago- MFB
Pierre Joye [Fri, 20 Feb 2004 15:35:44 +0000 (15:35 +0000)]
- MFB

20 years agoMoved functions for replication support in to file mysqli_repl.c
Georg Richter [Fri, 20 Feb 2004 13:09:14 +0000 (13:09 +0000)]
Moved functions for replication support in to file mysqli_repl.c
  - these functions are marked as experimental now in documentation
    not sure if we will replace or extend them with NDB support in
    April

20 years agothis should really fix compile failure with gcc 2.96
Antony Dovgal [Fri, 20 Feb 2004 12:47:56 +0000 (12:47 +0000)]
this should really fix compile failure with gcc 2.96

20 years agoFix some issues with persistent links
Ard Biesheuvel [Fri, 20 Feb 2004 10:59:24 +0000 (10:59 +0000)]
Fix some issues with persistent links

20 years agoEXTERN_C wrapping for PHPAPI prototypes
Hartmut Holzgraefe [Fri, 20 Feb 2004 08:22:12 +0000 (08:22 +0000)]
EXTERN_C wrapping for PHPAPI prototypes
(Zend and main should now be ok)

20 years agowrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
Hartmut Holzgraefe [Fri, 20 Feb 2004 08:04:30 +0000 (08:04 +0000)]
wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks
(else they won't be usable from C++ extensions)

20 years agomore EXTERN_C wrapping of ZEND_API prototypes
Hartmut Holzgraefe [Fri, 20 Feb 2004 08:03:27 +0000 (08:03 +0000)]
more EXTERN_C wrapping of ZEND_API prototypes

20 years agoA script that searches for PHPAPI and ZEND_API prototypes
Hartmut Holzgraefe [Fri, 20 Feb 2004 08:01:58 +0000 (08:01 +0000)]
A script that searches for PHPAPI and ZEND_API prototypes
not enclosed by BEGIN_EXTERN_C/END_EXTERN_C

20 years agows fix
foobar [Fri, 20 Feb 2004 06:59:37 +0000 (06:59 +0000)]
ws fix

20 years agoFix compile failure
foobar [Fri, 20 Feb 2004 03:16:51 +0000 (03:16 +0000)]
Fix compile failure

20 years agoOnly use Z_TYPE* with zvals..
foobar [Fri, 20 Feb 2004 03:05:42 +0000 (03:05 +0000)]
Only use Z_TYPE* with zvals..

20 years agoChangeLog update
<changelog@php.net> [Fri, 20 Feb 2004 01:32:34 +0000 (01:32 +0000)]
ChangeLog update

20 years agoAdded missing safe_mode & open_basedir checks.
Ilia Alshanetsky [Fri, 20 Feb 2004 01:09:00 +0000 (01:09 +0000)]
Added missing safe_mode & open_basedir checks.

20 years agoDon't try to use <input> name instead of <opeartion> name for encoding RPC call
Dmitry Stogov [Thu, 19 Feb 2004 18:49:50 +0000 (18:49 +0000)]
Don't try to use <input> name instead of <opeartion> name for encoding RPC call

20 years agoReading HTTP responses without "Content-Length:" but with "Connection: close"
Dmitry Stogov [Thu, 19 Feb 2004 16:49:50 +0000 (16:49 +0000)]
Reading HTTP responses without "Content-Length:" but with "Connection: close"

20 years agoWSDL caching bugs were fixed
Dmitry Stogov [Thu, 19 Feb 2004 16:46:52 +0000 (16:46 +0000)]
WSDL caching bugs were fixed

20 years agofix: prevent possible crash
Dmitry Stogov [Thu, 19 Feb 2004 16:45:25 +0000 (16:45 +0000)]
fix: prevent possible crash

20 years agoPassing arguments to "anyType" cause passing type information in literal encoding...
Dmitry Stogov [Thu, 19 Feb 2004 11:32:42 +0000 (11:32 +0000)]
Passing arguments to "anyType" cause passing type information in literal encoding. Receiver gets sach parameters as SoapVar objects.

20 years agoSupport for SOAP Fault encoding according to WSDL <fault> and <soap:fault>
Dmitry Stogov [Thu, 19 Feb 2004 08:21:13 +0000 (08:21 +0000)]
Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>

20 years agoFixed possible resource/memory leak.
Ilia Alshanetsky [Thu, 19 Feb 2004 02:19:11 +0000 (02:19 +0000)]
Fixed possible resource/memory leak.

20 years agoImprove error messages
foobar [Thu, 19 Feb 2004 01:54:21 +0000 (01:54 +0000)]
Improve error messages

20 years agoChangeLog update
<changelog@php.net> [Thu, 19 Feb 2004 01:32:24 +0000 (01:32 +0000)]
ChangeLog update

20 years agowrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C
Hartmut Holzgraefe [Wed, 18 Feb 2004 22:44:40 +0000 (22:44 +0000)]
wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C
for C++ extension support

20 years agoalways return domnodelist unless error
Rob Richards [Wed, 18 Feb 2004 22:42:30 +0000 (22:42 +0000)]
always return domnodelist unless error

20 years agobe nice to C++ extensions
Hartmut Holzgraefe [Wed, 18 Feb 2004 21:34:15 +0000 (21:34 +0000)]
be nice to C++ extensions

20 years agocorrect implementation of prefix write property
Rob Richards [Wed, 18 Feb 2004 20:37:30 +0000 (20:37 +0000)]
correct implementation of prefix write property

20 years agoregister_list_destructors -> zend_register_list_destructors_ex
foobar [Wed, 18 Feb 2004 20:22:40 +0000 (20:22 +0000)]
register_list_destructors -> zend_register_list_destructors_ex

20 years agoFixed bug #27295 (memory leak inside sscanf()).
Ilia Alshanetsky [Wed, 18 Feb 2004 19:48:13 +0000 (19:48 +0000)]
Fixed bug #27295 (memory leak inside sscanf()).

20 years agochanged return value of mysql_fetch
Georg Richter [Wed, 18 Feb 2004 13:26:57 +0000 (13:26 +0000)]
changed return value of mysql_fetch
  - instead of MYSQL_NO_DATA mysql_fetch will now return NULL

20 years agoForward-port fixlet from PHP 4 (thanks to Michael Sisolak)
Zeev Suraski [Wed, 18 Feb 2004 08:53:56 +0000 (08:53 +0000)]
Forward-port fixlet from PHP 4 (thanks to Michael Sisolak)

20 years agofix: SoapFault constructor fixed to confirm documentation.
Dmitry Stogov [Wed, 18 Feb 2004 07:35:34 +0000 (07:35 +0000)]
fix: SoapFault constructor fixed to confirm documentation.

20 years agoBUGFIX: HTTP chunked transfer-encoding support
Dmitry Stogov [Wed, 18 Feb 2004 06:58:33 +0000 (06:58 +0000)]
BUGFIX: HTTP chunked transfer-encoding support

20 years agoShow registered transports in phpinfo()
Sara Golemon [Wed, 18 Feb 2004 05:07:13 +0000 (05:07 +0000)]
Show registered transports in phpinfo()

20 years agoChangeLog update
<changelog@php.net> [Wed, 18 Feb 2004 01:32:10 +0000 (01:32 +0000)]
ChangeLog update

20 years agoTest for bug #27287
foobar [Wed, 18 Feb 2004 00:00:36 +0000 (00:00 +0000)]
Test for bug #27287

20 years agoMFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings)
foobar [Tue, 17 Feb 2004 22:04:05 +0000 (22:04 +0000)]
MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings)

20 years agoFixed bug #27293 (two crashes inside image2wbmp()).
Ilia Alshanetsky [Tue, 17 Feb 2004 21:30:00 +0000 (21:30 +0000)]
Fixed bug #27293 (two crashes inside image2wbmp()).

20 years agoadd dtor to cleanup iterator related data
Rob Richards [Tue, 17 Feb 2004 19:57:48 +0000 (19:57 +0000)]
add dtor to cleanup iterator related data

20 years agoUsing element namesapces with literal encoding.
Dmitry Stogov [Tue, 17 Feb 2004 18:54:30 +0000 (18:54 +0000)]
Using element namesapces with literal encoding.

20 years agosupport for XMLSchema <element> nillable attribute
Dmitry Stogov [Tue, 17 Feb 2004 15:10:16 +0000 (15:10 +0000)]
support for XMLSchema <element> nillable attribute

20 years agoFixed unregistered bugs in event handling
Ard Biesheuvel [Tue, 17 Feb 2004 12:53:54 +0000 (12:53 +0000)]
Fixed unregistered bugs in event handling
Cleaned up some of the code
Removed ISC_QUAD from static initializers because it looks different on
some platforms

20 years agoAdded event handling test
Ard Biesheuvel [Tue, 17 Feb 2004 12:24:42 +0000 (12:24 +0000)]
Added event handling test
CS

20 years agoFix:
Wez Furlong [Tue, 17 Feb 2004 11:15:19 +0000 (11:15 +0000)]
Fix:
#27269 php_gettext.dll extension will not load

20 years agoimplement clone functionality to fix segfault
Rob Richards [Tue, 17 Feb 2004 11:13:47 +0000 (11:13 +0000)]
implement clone functionality to fix segfault
DomNode->clone() creates new doc proxy if document is cloned
remove printf from xpath
fix remaining invalid object state issues

20 years agofix: Using proper namespace for <soap:header> if it is not specified.
Dmitry Stogov [Tue, 17 Feb 2004 09:23:28 +0000 (09:23 +0000)]
fix: Using proper namespace for <soap:header> if it is not specified.

20 years agoEncoding of ommited tail parameters as NULLs
Dmitry Stogov [Tue, 17 Feb 2004 08:18:53 +0000 (08:18 +0000)]
Encoding of ommited tail parameters as NULLs

20 years agochanged output
Georg Richter [Tue, 17 Feb 2004 07:45:15 +0000 (07:45 +0000)]
changed output

20 years ago* apply bold escape codes only if output is going to a terminal/tty
Stig Bakken [Tue, 17 Feb 2004 05:49:16 +0000 (05:49 +0000)]
* apply bold escape codes only if output is going to a terminal/tty

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

21 years ago- Add "zbacktrace" user-defined command.
Moriyoshi Koizumi [Mon, 16 Feb 2004 20:20:55 +0000 (20:20 +0000)]
- Add "zbacktrace" user-defined command.

21 years agoshorten the description a bit
foobar [Mon, 16 Feb 2004 17:44:27 +0000 (17:44 +0000)]
shorten the description a bit

21 years agoFixed bug #27278 (*printf() functions treat arguments as if passed by
Ilia Alshanetsky [Mon, 16 Feb 2004 17:09:37 +0000 (17:09 +0000)]
Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).

21 years agoFix test.
Ilia Alshanetsky [Mon, 16 Feb 2004 17:09:08 +0000 (17:09 +0000)]
Fix test.

21 years agonuke copypaste rubbish
foobar [Mon, 16 Feb 2004 16:50:53 +0000 (16:50 +0000)]
nuke copypaste rubbish

21 years agotest for bug #27278
foobar [Mon, 16 Feb 2004 16:50:11 +0000 (16:50 +0000)]
test for bug #27278

21 years agospecal case of array encoding. If object has only one inner element and this element...
Dmitry Stogov [Mon, 16 Feb 2004 16:35:59 +0000 (16:35 +0000)]
specal case of array encoding. If object has only one inner element and this element has max_occurs > 1, then array can be passed directly.

21 years agoBUGFIX: incorrect restoring of negative integers from WSDL cache
Dmitry Stogov [Mon, 16 Feb 2004 16:32:52 +0000 (16:32 +0000)]
BUGFIX: incorrect restoring of negative integers from WSDL cache

21 years ago- A fix to make UDM_LIMIT_DATE work was applied. Thanx to
Sergey Kartashoff [Mon, 16 Feb 2004 16:11:59 +0000 (16:11 +0000)]
- A fix to make UDM_LIMIT_DATE work was applied. Thanx to
  d.rousseau at nnx.com

21 years agothis was MFHd..
foobar [Mon, 16 Feb 2004 16:00:15 +0000 (16:00 +0000)]
this was MFHd..

21 years agofixed some tests
Georg Richter [Mon, 16 Feb 2004 15:32:46 +0000 (15:32 +0000)]
fixed some tests
added skip section for prepared statements when using SHOW command

21 years agoBetter gmp fix.
Ilia Alshanetsky [Mon, 16 Feb 2004 15:13:40 +0000 (15:13 +0000)]
Better gmp fix.

21 years ago - fix typo
Jan Lehnardt [Mon, 16 Feb 2004 14:41:38 +0000 (14:41 +0000)]
 - fix typo

21 years agoissue warning if object is in invalid state when dealing with properties
Rob Richards [Mon, 16 Feb 2004 13:06:33 +0000 (13:06 +0000)]
issue warning if object is in invalid state when dealing with properties

21 years ago- Clearify clone behavior, fixed clone example (Patch by Jan Lehnardt)
Derick Rethans [Mon, 16 Feb 2004 12:08:20 +0000 (12:08 +0000)]
- Clearify clone behavior, fixed clone example (Patch by Jan Lehnardt)

21 years agoPrevent processing SOAP headers with invalid namespace in WSDL mode.
Dmitry Stogov [Mon, 16 Feb 2004 12:04:48 +0000 (12:04 +0000)]
Prevent processing SOAP headers with invalid namespace in WSDL mode.

21 years agoce is not used, don't get it
Stanislav Malyshev [Mon, 16 Feb 2004 11:21:31 +0000 (11:21 +0000)]
ce is not used, don't get it

21 years agofix: prevent of possible crash
Dmitry Stogov [Mon, 16 Feb 2004 09:56:30 +0000 (09:56 +0000)]
fix: prevent of possible crash

21 years ago- fix test
foobar [Mon, 16 Feb 2004 06:39:13 +0000 (06:39 +0000)]
- fix test

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

21 years agoBFN
Marcus Boerger [Mon, 16 Feb 2004 00:34:35 +0000 (00:34 +0000)]
BFN

21 years agoBugfix #27227 Mixed case class names causes Fatal Error in Constructor call
Marcus Boerger [Mon, 16 Feb 2004 00:34:23 +0000 (00:34 +0000)]
Bugfix #27227 Mixed case class names causes Fatal Error in Constructor call

21 years agoFor get_data iterator do not force numeric keys, return keys the user
Ilia Alshanetsky [Sun, 15 Feb 2004 20:42:58 +0000 (20:42 +0000)]
For get_data iterator do not force numeric keys, return keys the user
requests.

21 years agofixed several binding problems
Georg Richter [Sun, 15 Feb 2004 20:23:05 +0000 (20:23 +0000)]
fixed several binding problems

21 years agoFixed a crash inside create_aggregate() method due to incorrect argument
Ilia Alshanetsky [Sun, 15 Feb 2004 20:15:34 +0000 (20:15 +0000)]
Fixed a crash inside create_aggregate() method due to incorrect argument
parsing.

21 years agoswitch to zend_parse_method_parameters for consistancy
Rob Richards [Sun, 15 Feb 2004 18:57:10 +0000 (18:57 +0000)]
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes
fix a few segfaults found while testing

21 years agoReintroduce param NULL testing (see bug #26777)
Ard Biesheuvel [Sun, 15 Feb 2004 18:34:47 +0000 (18:34 +0000)]
Reintroduce param NULL testing (see bug #26777)

21 years agoPrevent bug reports like #27260
foobar [Sun, 15 Feb 2004 17:54:19 +0000 (17:54 +0000)]
Prevent bug reports like #27260

21 years ago* don't cut lines when wrapping output
Stig Bakken [Sun, 15 Feb 2004 17:43:00 +0000 (17:43 +0000)]
* don't cut lines when wrapping output

21 years agoFixed bug #27258 (moved FPE check to correct location).
Ilia Alshanetsky [Sun, 15 Feb 2004 17:22:57 +0000 (17:22 +0000)]
Fixed bug #27258 (moved FPE check to correct location).
Fixed several possible FPE.

21 years agoallow certain methods to be called statically again:
Rob Richards [Sun, 15 Feb 2004 17:07:34 +0000 (17:07 +0000)]
allow certain methods to be called statically again:
   domdocument (all load methods)
   domimplementation (all methods)
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes
fix a few segfaults found while testing

21 years agoFix startup errors
Marcus Boerger [Sun, 15 Feb 2004 17:00:42 +0000 (17:00 +0000)]
Fix startup errors

21 years agoswitch to zend_parse_method_parameters for consistancy
Rob Richards [Sun, 15 Feb 2004 14:05:17 +0000 (14:05 +0000)]
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes

21 years agoUse zval_ptr_dtor() to free variables as soon as they hit refcount of 0.
Zeev Suraski [Sun, 15 Feb 2004 12:58:19 +0000 (12:58 +0000)]
Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.

Note:  You should not be using ZVAL_DELREF() in day to day usage.  Instead,
       you should use zval_ptr_dtor().  Use ZVAL_DELREF() only if you're
       messing with the refcount directly and know what you're doing.
Note #2:  For clarity, if you want to initialize a new zval with a refcount
          of 0, it's best to do that directly, instead of using ZVAL_DELREF
          after allocating the zval...

21 years agostart of dom update
Rob Richards [Sun, 15 Feb 2004 10:54:37 +0000 (10:54 +0000)]
start of dom update
switch to zend_parse_method_parameters for consistancy
insure object parameters are correct class types
convert zvals to correct type if needed for property writes

21 years ago- Fixed bug #26407 (Result set fetching broken around transactions)
Timm Friebe [Sun, 15 Feb 2004 10:53:45 +0000 (10:53 +0000)]
- Fixed bug #26407 (Result set fetching broken around transactions)

21 years ago- Changed initialization of function arguments to message handler
Timm Friebe [Sun, 15 Feb 2004 10:37:09 +0000 (10:37 +0000)]
- Changed initialization of function arguments to message handler
# Hopefully fixes bug #27157 (Compile Failure on Solaris 8), user does
# not know how to use patch and therefore couldn't verify this works.

21 years agoChangeLog update
<changelog@php.net> [Sun, 15 Feb 2004 01:33:34 +0000 (01:33 +0000)]
ChangeLog update

21 years ago - improve error message
Jan Lehnardt [Sat, 14 Feb 2004 19:02:23 +0000 (19:02 +0000)]
 - improve error message

21 years ago - silence warning
Jan Lehnardt [Sat, 14 Feb 2004 17:31:00 +0000 (17:31 +0000)]
 - silence warning

21 years agobfn
foobar [Sat, 14 Feb 2004 16:25:20 +0000 (16:25 +0000)]
bfn

21 years agodtor's may not be called from free_storage handlers
Marcus Boerger [Sat, 14 Feb 2004 13:33:36 +0000 (13:33 +0000)]
dtor's may not be called from free_storage handlers

21 years ago- We always need to destroy the llist though.
Derick Rethans [Sat, 14 Feb 2004 12:35:59 +0000 (12:35 +0000)]
- We always need to destroy the llist though.

21 years ago- Fixed zero bytes memory allocation when no extra ini files are found in the
Derick Rethans [Sat, 14 Feb 2004 12:29:04 +0000 (12:29 +0000)]
- Fixed zero bytes memory allocation when no extra ini files are found in the
  --with-config-file-scan-dir specified directory. (patch by Eric Colinet
  <e.colinet@laposte.net>)

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

21 years agoSource cleanup
Dmitry Stogov [Fri, 13 Feb 2004 15:19:09 +0000 (15:19 +0000)]
Source cleanup

21 years agoFix bug #27237: Working with simplexml crashes apache2
Rob Richards [Fri, 13 Feb 2004 15:05:18 +0000 (15:05 +0000)]
Fix bug #27237: Working with simplexml crashes apache2
object dtor must be used to cleanup iterator data correctly
Fix asXML() outputing incorrect node

21 years agoOld in-memory WSDL cache was removed (it was already switched off by #ifdef)
Dmitry Stogov [Fri, 13 Feb 2004 11:03:58 +0000 (11:03 +0000)]
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)

21 years agoCleanup
Dmitry Stogov [Fri, 13 Feb 2004 10:29:55 +0000 (10:29 +0000)]
Cleanup

21 years agoSoapClient::__getTypes and SoapClient::__getFunctions were fixed to return proper...
Dmitry Stogov [Fri, 13 Feb 2004 08:30:13 +0000 (08:30 +0000)]
SoapClient::__getTypes and SoapClient::__getFunctions were fixed to return proper information