]> granicus.if.org Git - php/log
php
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

21 years agoBUGFIX
Dmitry Stogov [Fri, 13 Feb 2004 08:29:11 +0000 (08:29 +0000)]
BUGFIX

21 years agoFixed compile warnings.
Ilia Alshanetsky [Fri, 13 Feb 2004 02:20:20 +0000 (02:20 +0000)]
Fixed compile warnings.

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

21 years agoAdded cvsingore
Ilia Alshanetsky [Fri, 13 Feb 2004 01:20:15 +0000 (01:20 +0000)]
Added cvsingore

21 years agoFixes for PHP 4.3.X.
Ilia Alshanetsky [Fri, 13 Feb 2004 01:19:57 +0000 (01:19 +0000)]
Fixes for PHP 4.3.X.

21 years agoAdded package.xml
Ilia Alshanetsky [Fri, 13 Feb 2004 01:14:15 +0000 (01:14 +0000)]
Added package.xml

21 years agoInitial commit of the fileinfo extension.
Ilia Alshanetsky [Fri, 13 Feb 2004 01:06:06 +0000 (01:06 +0000)]
Initial commit of the fileinfo extension.

21 years agoAdding mising declaration (needed for Win32 compilation)
Frank M. Kromann [Fri, 13 Feb 2004 00:02:19 +0000 (00:02 +0000)]
Adding mising declaration (needed for Win32 compilation)

21 years ago- Fixed start-up problem if both SPL and SimpleXML were enabled. The
Derick Rethans [Thu, 12 Feb 2004 23:39:46 +0000 (23:39 +0000)]
- Fixed start-up problem if both SPL and SimpleXML were enabled. The
  double initialization of apache 1.3 was causing problems here.

21 years agoFix (thx Andi)
Marcus Boerger [Thu, 12 Feb 2004 21:43:10 +0000 (21:43 +0000)]
Fix (thx Andi)

21 years agoFix ArrayObject
Marcus Boerger [Thu, 12 Feb 2004 20:52:48 +0000 (20:52 +0000)]
Fix ArrayObject

21 years ago* email address update
Stig Bakken [Thu, 12 Feb 2004 19:05:41 +0000 (19:05 +0000)]
* email address update

21 years ago* update my email address
Stig Bakken [Thu, 12 Feb 2004 19:03:03 +0000 (19:03 +0000)]
* update my email address

21 years agobetter write into the correct buffer
Stefan Esser [Thu, 12 Feb 2004 18:27:33 +0000 (18:27 +0000)]
better write into the correct buffer

21 years agoname the pecl bundle pecl-foo instead of php-foo-pecl.
Wez Furlong [Thu, 12 Feb 2004 17:58:52 +0000 (17:58 +0000)]
name the pecl bundle pecl-foo instead of php-foo-pecl.

21 years agoWSDL support for unknown extensibility elements and wsdl:required attribute (Interop...
Dmitry Stogov [Thu, 12 Feb 2004 16:42:34 +0000 (16:42 +0000)]
WSDL support for unknown extensibility elements and wsdl:required attribute (Interop Round3 GroupF)

21 years agofix: possible crash was fixed
Dmitry Stogov [Thu, 12 Feb 2004 16:41:58 +0000 (16:41 +0000)]
fix: possible crash was fixed

21 years ago- We are RC1-dev now
Andi Gutmans [Thu, 12 Feb 2004 16:26:59 +0000 (16:26 +0000)]
- We are RC1-dev now

21 years ago- Roll Beta 4
Andi Gutmans [Thu, 12 Feb 2004 15:59:18 +0000 (15:59 +0000)]
- Roll Beta 4

21 years ago- Remove old code
Andi Gutmans [Thu, 12 Feb 2004 15:23:06 +0000 (15:23 +0000)]
- Remove old code

21 years agomaking sure that the provided examples actualy work (or at least do not
Hartmut Holzgraefe [Thu, 12 Feb 2004 14:44:58 +0000 (14:44 +0000)]
making sure that the provided examples actualy work (or at least do not
generate no parse errors) unless they are really expected to fail

21 years agoreorder
foobar [Thu, 12 Feb 2004 14:34:25 +0000 (14:34 +0000)]
reorder

21 years ago- This was too strict.
Andi Gutmans [Thu, 12 Feb 2004 14:31:13 +0000 (14:31 +0000)]
- This was too strict.

21 years agoFix test
Zeev Suraski [Thu, 12 Feb 2004 14:12:37 +0000 (14:12 +0000)]
Fix test

21 years ago- Update to DB-1.6.0RC6 (stable)
Pierre Joye [Thu, 12 Feb 2004 14:09:53 +0000 (14:09 +0000)]
- Update to DB-1.6.0RC6 (stable)
  notabene: No more RC with stable state will be bundled with stable
  php release. It's ok for php5 beta4.

21 years ago- Remove old DB
Pierre Joye [Thu, 12 Feb 2004 14:08:19 +0000 (14:08 +0000)]
- Remove old DB

21 years agoFix prototype/warning
Zeev Suraski [Thu, 12 Feb 2004 13:53:51 +0000 (13:53 +0000)]
Fix prototype/warning

21 years ago- More news
Andi Gutmans [Thu, 12 Feb 2004 13:52:47 +0000 (13:52 +0000)]
- More news

21 years ago- Check return-by-reference bit when implementing interface prototypes
Zeev Suraski [Thu, 12 Feb 2004 13:49:55 +0000 (13:49 +0000)]
- Check return-by-reference bit when implementing interface prototypes
- Add infrastructure for built-in functions to hint whether they
  return by reference or not.  It is NOT currently used for anything,
  except for interface prototypes (you can use it to request that the
  function that implements your prototype returns by reference or
  doesn't return by reference).
  For downwards compatibility - by default, interface prototypes are
  agnostic as to whether the function that implements them returns
  by reference or not.  Use ZEND_BEGIN_ARG_INFO_EX() with
  ZEND_RETURN_VALUE/ZEND_RETURN_REFERENCE to change that.
- Fix ArrayAccess::getOffset() to conduct additional checks.
  If your getOffset() should work with multidimensional arrays - it
  must return by reference.

21 years agoensure that install exists before copying files.
Wez Furlong [Thu, 12 Feb 2004 13:01:14 +0000 (13:01 +0000)]
ensure that install exists before copying files.

21 years ago- Add News entry
Andi Gutmans [Thu, 12 Feb 2004 12:37:13 +0000 (12:37 +0000)]
- Add News entry

21 years agoextend Exception
Zeev Suraski [Thu, 12 Feb 2004 12:37:04 +0000 (12:37 +0000)]
extend Exception

21 years agoTidy up "nmake clean" for people that don't have a PECL checkout.
Wez Furlong [Thu, 12 Feb 2004 12:30:41 +0000 (12:30 +0000)]
Tidy up "nmake clean" for people that don't have a PECL checkout.

Be paranoid when building a snapshot: if the module is not a core
module (eg: it comes from outside of ext or sapi) and it defaults to "yes",
then force it to become shared.  This will prevent a pecl ext from
accidentally being compiled statically into the core, and prevent that
ext from breaking the core build.  You can still manually force a static
build by explicitly specifying the args for that extension on your configure
line.

21 years ago- Add comments to read/write property/dimension for extension authors
Andi Gutmans [Thu, 12 Feb 2004 12:22:45 +0000 (12:22 +0000)]
- Add comments to read/write property/dimension for extension authors

21 years agoextend Exception
Zeev Suraski [Thu, 12 Feb 2004 12:21:16 +0000 (12:21 +0000)]
extend Exception

21 years agofix copy-n-past error in constructor.
Wez Furlong [Thu, 12 Feb 2004 12:11:21 +0000 (12:11 +0000)]
fix copy-n-past error in constructor.
Spotted by Eric Colinet.

21 years agoFix build; line continuation character should be the very last character
Wez Furlong [Thu, 12 Feb 2004 11:55:16 +0000 (11:55 +0000)]
Fix build; line continuation character should be the very last character
on a line, otherwise things b0rk.

21 years agoUpdate configure
Zeev Suraski [Thu, 12 Feb 2004 11:47:53 +0000 (11:47 +0000)]
Update configure

21 years agoCaching of temorary WSDL files was disabled.
Dmitry Stogov [Thu, 12 Feb 2004 11:02:16 +0000 (11:02 +0000)]
Caching of temorary WSDL files was disabled.

21 years agoAdded zend_exceptions.c to the build
Edin Kadribasic [Thu, 12 Feb 2004 10:53:08 +0000 (10:53 +0000)]
Added zend_exceptions.c to the build

21 years agozend_default_classes.h -> zend_exceptions.h
Zeev Suraski [Thu, 12 Feb 2004 10:43:27 +0000 (10:43 +0000)]
zend_default_classes.h -> zend_exceptions.h

21 years agoUsing zend_throw_exception_object() instead of EG(exception).
Dmitry Stogov [Thu, 12 Feb 2004 10:39:20 +0000 (10:39 +0000)]
Using zend_throw_exception_object() instead of EG(exception).

21 years ago- Add zend_exceptions.c
Andi Gutmans [Thu, 12 Feb 2004 10:39:12 +0000 (10:39 +0000)]
- Add zend_exceptions.c

21 years agoCentralize exceptions code in zend_exceptions.[ch].
Zeev Suraski [Thu, 12 Feb 2004 10:38:14 +0000 (10:38 +0000)]
Centralize exceptions code in zend_exceptions.[ch].
Remove zend_default_classes.h (use zend_exceptions.h instead)

NOTE:  This currently breaks the build, fixes to php-src and pecl coming
       soon

21 years ago- Use zend_throw_exception_object() in throw_handler to make sure it
Andi Gutmans [Thu, 12 Feb 2004 10:28:33 +0000 (10:28 +0000)]
- Use zend_throw_exception_object() in throw_handler to make sure it
- does all the checks

21 years agoExceptions updates:
Zeev Suraski [Thu, 12 Feb 2004 10:24:40 +0000 (10:24 +0000)]
Exceptions updates:

- Enforce exceptions to be derived from class Exception.  This allows
  users to perform catch-all.  It's not yet complete, so don't get
  comfortable with it just yet :)  Updates are coming soon.
- Implement zend_throw_exception() using zend_throw_exception_ex()

21 years ago- Add API function to throw exception by using an object
Andi Gutmans [Thu, 12 Feb 2004 09:50:08 +0000 (09:50 +0000)]
- Add API function to throw exception by using an object

21 years ago"Runtime Configuration" and "Exceptions" were added.
Dmitry Stogov [Thu, 12 Feb 2004 09:05:56 +0000 (09:05 +0000)]
"Runtime Configuration" and "Exceptions" were added.

21 years ago- Go with b4 RC 1 (Sanity package)
Andi Gutmans [Thu, 12 Feb 2004 08:46:02 +0000 (08:46 +0000)]
- Go with b4 RC 1 (Sanity package)

21 years agoChangeLog update
<changelog@php.net> [Thu, 12 Feb 2004 01:36:26 +0000 (01:36 +0000)]
ChangeLog update

21 years agows fix
foobar [Thu, 12 Feb 2004 01:31:57 +0000 (01:31 +0000)]
ws fix

21 years ago- Fixed bug #23467 (Showing incorrect Time Zone)
foobar [Thu, 12 Feb 2004 01:28:12 +0000 (01:28 +0000)]
- Fixed bug #23467 (Showing incorrect Time Zone)
# patch by scottmacvicar at ntlworld dot com

21 years agoCleanup
Marcus Boerger [Wed, 11 Feb 2004 23:36:25 +0000 (23:36 +0000)]
Cleanup

21 years agoMust be initialized in ZTS mode
Marcus Boerger [Wed, 11 Feb 2004 22:58:03 +0000 (22:58 +0000)]
Must be initialized in ZTS mode

21 years agoUpdate
Marcus Boerger [Wed, 11 Feb 2004 22:42:53 +0000 (22:42 +0000)]
Update

21 years agoUpdate
Marcus Boerger [Wed, 11 Feb 2004 22:38:05 +0000 (22:38 +0000)]
Update

21 years agoFix: <interface> [extends <interface> [, <ineterface>]* ]
Marcus Boerger [Wed, 11 Feb 2004 22:13:39 +0000 (22:13 +0000)]
Fix: <interface> [extends <interface> [, <ineterface>]* ]