]> granicus.if.org Git - php/log
php
18 years agoMFH: initialize EG(exit_status) in ZTS mode
Antony Dovgal [Wed, 12 Jul 2006 18:10:56 +0000 (18:10 +0000)]
MFH: initialize EG(exit_status) in ZTS mode

18 years agoMFH: add note why replace is 0, so that I don't wonder again in 2 months
Michael Wallner [Wed, 12 Jul 2006 15:28:44 +0000 (15:28 +0000)]
MFH: add note why replace is 0, so that I don't wonder again in 2 months
     why session_regenerate_id() sends the session cookie twice

18 years agobailout on error and don't try to create fields of unknown type
Antony Dovgal [Wed, 12 Jul 2006 13:08:38 +0000 (13:08 +0000)]
bailout on error and don't try to create fields of unknown type
add test

18 years agoit's usually good idea to initialize variables
Antony Dovgal [Wed, 12 Jul 2006 12:38:49 +0000 (12:38 +0000)]
it's usually good idea to initialize variables
especially if you rely on their values

18 years agofix invalid read - no need to compare strings if haystack is "" or shorter than needle
Antony Dovgal [Wed, 12 Jul 2006 12:33:48 +0000 (12:33 +0000)]
fix invalid read - no need to compare strings if haystack is "" or shorter than needle
add test

18 years agofix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)
Antony Dovgal [Wed, 12 Jul 2006 09:51:47 +0000 (09:51 +0000)]
fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)

18 years agofix TSRM build
Antony Dovgal [Wed, 12 Jul 2006 09:33:37 +0000 (09:33 +0000)]
fix TSRM build

18 years agoFixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
Dmitry Stogov [Wed, 12 Jul 2006 08:59:40 +0000 (08:59 +0000)]
Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)

18 years agoMFH new test cases
Hartmut Holzgraefe [Wed, 12 Jul 2006 08:01:44 +0000 (08:01 +0000)]
MFH new test cases

18 years agoDestructors call order is changed (Fixed bug #36759 - Objects destructors are invoked...
Dmitry Stogov [Wed, 12 Jul 2006 07:55:17 +0000 (07:55 +0000)]
Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished)

18 years agoFixed bug #36759 (Objects destructors are invoked in wrong order when script is finis...
Dmitry Stogov [Wed, 12 Jul 2006 07:54:00 +0000 (07:54 +0000)]
Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished).

18 years ago- Reorder and add missing
Marcus Boerger [Wed, 12 Jul 2006 07:34:28 +0000 (07:34 +0000)]
- Reorder and add missing

18 years agofixed C&P errors in groups handling, activated groups feature
Hartmut Holzgraefe [Wed, 12 Jul 2006 07:01:04 +0000 (07:01 +0000)]
fixed C&P errors in groups handling, activated groups feature

18 years agoMFH
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:45:28 +0000 (23:45 +0000)]
MFH

18 years agoMFH make sure that embedded database is correctly initialized
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:43:55 +0000 (23:43 +0000)]
MFH make sure that embedded database is correctly initialized

18 years agodebug output was breaking all tests
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:42:58 +0000 (23:42 +0000)]
debug output was breaking all tests

18 years agoMFH test for ping and kill methods
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:35:38 +0000 (23:35 +0000)]
MFH test for ping and kill methods

18 years agoFixed test
Ilia Alshanetsky [Tue, 11 Jul 2006 22:13:53 +0000 (22:13 +0000)]
Fixed test

18 years agoadd new tests by Ligaya Turmelle
Antony Dovgal [Tue, 11 Jul 2006 21:28:38 +0000 (21:28 +0000)]
add new tests by Ligaya Turmelle

18 years agoMFH: /tmp is often a symlink, use /bin instead
Antony Dovgal [Tue, 11 Jul 2006 21:20:20 +0000 (21:20 +0000)]
MFH: /tmp is often a symlink, use /bin instead

18 years agofix typo, add new test
Antony Dovgal [Tue, 11 Jul 2006 16:33:25 +0000 (16:33 +0000)]
fix typo, add new test

18 years agoNuke signed/unsigned compiler warnings
Dmitry Stogov [Tue, 11 Jul 2006 14:35:50 +0000 (14:35 +0000)]
Nuke signed/unsigned compiler warnings

18 years agoNuke signed/unsigned compiler warnings
Dmitry Stogov [Tue, 11 Jul 2006 14:24:18 +0000 (14:24 +0000)]
Nuke signed/unsigned compiler warnings

18 years agofix segfault in jdmonthname(), add test
Antony Dovgal [Tue, 11 Jul 2006 14:16:26 +0000 (14:16 +0000)]
fix segfault in jdmonthname(), add test

18 years agoeliminate compile warnings
Antony Dovgal [Tue, 11 Jul 2006 12:37:00 +0000 (12:37 +0000)]
eliminate compile warnings

18 years agothere is no Unicode in 5_2
Antony Dovgal [Tue, 11 Jul 2006 12:15:11 +0000 (12:15 +0000)]
there is no Unicode in 5_2

18 years agoFixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator...
Dmitry Stogov [Tue, 11 Jul 2006 08:52:28 +0000 (08:52 +0000)]
Fixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator()...' (spl/tests/iterator_047.phpt).

18 years agoapache2handler sapi is no longer experimental
Ilia Alshanetsky [Tue, 11 Jul 2006 00:15:30 +0000 (00:15 +0000)]
apache2handler sapi is no longer experimental

18 years ago(MFH) "transaction" tests should test commit, too, not only rollback
Hartmut Holzgraefe [Mon, 10 Jul 2006 16:29:50 +0000 (16:29 +0000)]
(MFH) "transaction" tests should test commit, too, not only rollback

18 years agoFixed memory leaks in ext/spl/tests/fileobject_003.phpt
Dmitry Stogov [Mon, 10 Jul 2006 15:47:58 +0000 (15:47 +0000)]
Fixed memory leaks in ext/spl/tests/fileobject_003.phpt

18 years agoMFH
Hartmut Holzgraefe [Mon, 10 Jul 2006 14:06:13 +0000 (14:06 +0000)]
MFH

18 years agoFixed bug #37947 (zend_ptr_stack reallocation problem)
Dmitry Stogov [Mon, 10 Jul 2006 14:02:40 +0000 (14:02 +0000)]
Fixed bug #37947 (zend_ptr_stack reallocation problem)

18 years agoMFH: fix mysqli_*_free_storage() funcs to conform with their prototypes
Antony Dovgal [Mon, 10 Jul 2006 13:02:43 +0000 (13:02 +0000)]
MFH: fix mysqli_*_free_storage() funcs to conform with their prototypes

18 years agoAnother fix for #38019
Dmitry Stogov [Mon, 10 Jul 2006 12:46:28 +0000 (12:46 +0000)]
Another fix for #38019

18 years agoMFH: initialize vars
Antony Dovgal [Mon, 10 Jul 2006 11:26:22 +0000 (11:26 +0000)]
MFH: initialize vars

18 years agoFixed bug #38055 (Wrong interpretation of boolean parameters)
Dmitry Stogov [Mon, 10 Jul 2006 10:33:43 +0000 (10:33 +0000)]
Fixed bug #38055 (Wrong interpretation of boolean parameters)

18 years agoFixed bug #38019 (segfault extending mysqli class)
Dmitry Stogov [Mon, 10 Jul 2006 10:05:20 +0000 (10:05 +0000)]
Fixed bug #38019 (segfault extending mysqli class)

18 years agoFixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)
Dmitry Stogov [Mon, 10 Jul 2006 07:41:33 +0000 (07:41 +0000)]
Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)

18 years agoMFH
Hartmut Holzgraefe [Mon, 10 Jul 2006 07:39:35 +0000 (07:39 +0000)]
MFH

18 years agoFixed test
Dmitry Stogov [Mon, 10 Jul 2006 07:26:17 +0000 (07:26 +0000)]
Fixed test

18 years agoFixed bug #38004 Parameters in SoapServer are decoded twice
Dmitry Stogov [Mon, 10 Jul 2006 07:21:41 +0000 (07:21 +0000)]
Fixed bug #38004 Parameters in SoapServer are decoded twice

18 years ago- BFN
Marcus Boerger [Mon, 10 Jul 2006 00:36:47 +0000 (00:36 +0000)]
- BFN

18 years ago- MFH Fixed Bug #37667 (Object is not added into array returned by __get)
Marcus Boerger [Mon, 10 Jul 2006 00:36:28 +0000 (00:36 +0000)]
- MFH Fixed Bug #37667 (Object is not added into array returned by __get)

18 years ago- MFH Fixed bug #37816 (ReflectionProperty does not throw exception when accessing...
Marcus Boerger [Mon, 10 Jul 2006 00:18:53 +0000 (00:18 +0000)]
- MFH Fixed bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)

18 years ago- MFH Fix logic
Marcus Boerger [Sun, 9 Jul 2006 23:30:19 +0000 (23:30 +0000)]
- MFH Fix logic

18 years agoRemoved pointless declarations
Ilia Alshanetsky [Sun, 9 Jul 2006 23:28:28 +0000 (23:28 +0000)]
Removed pointless declarations

18 years ago- Add new entry
Marcus Boerger [Sun, 9 Jul 2006 22:58:36 +0000 (22:58 +0000)]
- Add new entry

18 years ago- MFH It appears i am the maintainer
Marcus Boerger [Sun, 9 Jul 2006 22:49:16 +0000 (22:49 +0000)]
- MFH It appears i am the maintainer

18 years ago- BFN
Marcus Boerger [Sun, 9 Jul 2006 22:45:32 +0000 (22:45 +0000)]
- BFN

18 years ago- Fixed Bug #37811 define not using toString on objects
Marcus Boerger [Sun, 9 Jul 2006 22:45:11 +0000 (22:45 +0000)]
- Fixed Bug #37811 define not using toString on objects

18 years ago- MFH Fix issue with comparing objects with objects
Marcus Boerger [Sun, 9 Jul 2006 18:03:42 +0000 (18:03 +0000)]
- MFH Fix issue with comparing objects with objects

18 years ago- BFN
Marcus Boerger [Sun, 9 Jul 2006 17:53:55 +0000 (17:53 +0000)]
- BFN

18 years ago- MFH Add new test
Marcus Boerger [Sun, 9 Jul 2006 17:04:27 +0000 (17:04 +0000)]
- MFH Add new test

18 years ago- MFH:
Marcus Boerger [Sun, 9 Jul 2006 16:58:05 +0000 (16:58 +0000)]
- MFH:
  . Fix comparision edgecases involving objects (Tony, Marcus)
  . Use ZVAL_LONG() where appropriate

18 years ago- MFH Fix test
Marcus Boerger [Sun, 9 Jul 2006 16:56:22 +0000 (16:56 +0000)]
- MFH Fix test

18 years ago- MFH DualIterator
Marcus Boerger [Sun, 9 Jul 2006 10:24:32 +0000 (10:24 +0000)]
- MFH DualIterator

18 years ago- MFH Add spl_object_hash()
Marcus Boerger [Sun, 9 Jul 2006 10:22:27 +0000 (10:22 +0000)]
- MFH Add spl_object_hash()

18 years ago- MFH Add test
Marcus Boerger [Sat, 8 Jul 2006 12:25:57 +0000 (12:25 +0000)]
- MFH Add test

18 years agoMFH
Nuno Lopes [Sat, 8 Jul 2006 00:13:17 +0000 (00:13 +0000)]
MFH

18 years agostatic + const keywords
Nuno Lopes [Fri, 7 Jul 2006 23:32:14 +0000 (23:32 +0000)]
static + const keywords

18 years agoMFH: ReflectionFunction::isDisabled()
Hannes Magnusson [Fri, 7 Jul 2006 11:55:23 +0000 (11:55 +0000)]
MFH: ReflectionFunction::isDisabled()

18 years agoE_ERROR > E_RECOVERABLE_ERROR
Ilia Alshanetsky [Thu, 6 Jul 2006 23:13:18 +0000 (23:13 +0000)]
E_ERROR > E_RECOVERABLE_ERROR

18 years agoadd test
Antony Dovgal [Thu, 6 Jul 2006 16:14:56 +0000 (16:14 +0000)]
add test

18 years agoMFH (def.h rev:1.121, execute.h rev:1.120)
Sara Golemon [Thu, 6 Jul 2006 15:32:07 +0000 (15:32 +0000)]
MFH (def.h rev:1.121, execute.h rev:1.120)
Silence FETCH_OBJ_IS / undefined notices

18 years agoE_ERROR > E_RECOVERABLE_ERROR
Ilia Alshanetsky [Wed, 5 Jul 2006 17:38:14 +0000 (17:38 +0000)]
E_ERROR > E_RECOVERABLE_ERROR

18 years agoadd test for bug #38003
Antony Dovgal [Wed, 5 Jul 2006 13:31:17 +0000 (13:31 +0000)]
add test for bug #38003

18 years agofix tests
Antony Dovgal [Wed, 5 Jul 2006 11:55:59 +0000 (11:55 +0000)]
fix tests

18 years agooops.. fix copy/paste typo
Antony Dovgal [Wed, 5 Jul 2006 11:54:08 +0000 (11:54 +0000)]
oops.. fix copy/paste typo

18 years agoBFN
Antony Dovgal [Wed, 5 Jul 2006 11:49:37 +0000 (11:49 +0000)]
BFN

18 years agoMFH: fix bug #38003(in classes inherited from mysqli it's possible to call private...
Antony Dovgal [Wed, 5 Jul 2006 11:48:30 +0000 (11:48 +0000)]
MFH: fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)

18 years agoMFH: export zend_std_get_constructor()
Antony Dovgal [Wed, 5 Jul 2006 11:41:25 +0000 (11:41 +0000)]
MFH: export zend_std_get_constructor()

18 years agoMFH: improve error messages
Antony Dovgal [Wed, 5 Jul 2006 11:39:00 +0000 (11:39 +0000)]
MFH: improve error messages

18 years agoapache2filter on windows news
Edin Kadribasic [Wed, 5 Jul 2006 10:18:25 +0000 (10:18 +0000)]
apache2filter on windows news

18 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
SVN Migration [Wed, 5 Jul 2006 10:12:43 +0000 (10:12 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.

18 years agoEliminate some compiler warnings
Ilia Alshanetsky [Tue, 4 Jul 2006 20:12:38 +0000 (20:12 +0000)]
Eliminate some compiler warnings

18 years ago- MFH: Updated timezonedb to version 2006.7.
Derick Rethans [Tue, 4 Jul 2006 18:13:58 +0000 (18:13 +0000)]
- MFH: Updated timezonedb to version 2006.7.
- MFH: Fixed test cases because of new constant values for the formats.

18 years agomfh
Hannes Magnusson [Tue, 4 Jul 2006 15:37:34 +0000 (15:37 +0000)]
mfh

18 years agoMFH: Fix protos&arginfo
Hannes Magnusson [Tue, 4 Jul 2006 15:33:57 +0000 (15:33 +0000)]
MFH: Fix protos&arginfo

18 years agoFixed memory leak
Dmitry Stogov [Tue, 4 Jul 2006 07:26:53 +0000 (07:26 +0000)]
Fixed memory leak

18 years agoChanged priority of PHPRC environment variable on win32 to be higher then value from...
Dmitry Stogov [Tue, 4 Jul 2006 06:35:49 +0000 (06:35 +0000)]
Changed priority of PHPRC environment variable on win32 to be higher then value from registry.

18 years agoMake everyone happy
Hannes Magnusson [Mon, 3 Jul 2006 22:42:03 +0000 (22:42 +0000)]
Make everyone happy

18 years agoFixed test
Ilia Alshanetsky [Mon, 3 Jul 2006 21:58:46 +0000 (21:58 +0000)]
Fixed test

18 years agoAdding Apache2Filter news
John Coggeshall [Mon, 3 Jul 2006 16:55:57 +0000 (16:55 +0000)]
Adding Apache2Filter news

18 years agoReimplementation of the way Apache 2 Filter works. Instead of ripping the
John Coggeshall [Mon, 3 Jul 2006 16:51:38 +0000 (16:51 +0000)]
Reimplementation of the way Apache 2 Filter works. Instead of ripping the
source from a file (thus bypassing any previous filters in the chain). This
implementation wraps Zend's internal stream mechanism, allowing ZE to read
from Apache's streams instead.

18 years agofix tests
Hannes Magnusson [Mon, 3 Jul 2006 16:03:51 +0000 (16:03 +0000)]
fix tests

18 years agomore testing
Nuno Lopes [Mon, 3 Jul 2006 14:46:44 +0000 (14:46 +0000)]
more testing

18 years agonew tests and fix the locales test where the pt local isnt available.
Nuno Lopes [Mon, 3 Jul 2006 13:04:45 +0000 (13:04 +0000)]
new tests and fix the locales test where the pt local isnt available.

18 years agoFixed bug #37987 (invalid return of file_exists() in safe mode).
Ilia Alshanetsky [Sun, 2 Jul 2006 13:51:40 +0000 (13:51 +0000)]
Fixed bug #37987 (invalid return of file_exists() in safe mode).

18 years agoMFH: arginfo fixes
Hannes Magnusson [Sun, 2 Jul 2006 00:11:06 +0000 (00:11 +0000)]
MFH: arginfo fixes

18 years agofixed segfaults and such things within the new assert02.phpt test
Nuno Lopes [Sat, 1 Jul 2006 12:21:07 +0000 (12:21 +0000)]
fixed segfaults and such things within the new assert02.phpt test

18 years agoadd const keywords
Nuno Lopes [Sat, 1 Jul 2006 11:35:34 +0000 (11:35 +0000)]
add const keywords

18 years agoMFH reference fixes
Hannes Magnusson [Fri, 30 Jun 2006 18:17:38 +0000 (18:17 +0000)]
MFH reference fixes

18 years agonews
Antony Dovgal [Fri, 30 Jun 2006 10:55:06 +0000 (10:55 +0000)]
news

18 years agoMFH: add error messages to disk_free_space() & disk_total_space() (feature request...
Antony Dovgal [Fri, 30 Jun 2006 10:53:11 +0000 (10:53 +0000)]
MFH: add error messages to disk_free_space() & disk_total_space() (feature request #37971)

18 years agoFixed test for situations where pspell_clear_session() is unavailable.
Ilia Alshanetsky [Thu, 29 Jun 2006 22:54:31 +0000 (22:54 +0000)]
Fixed test for situations where pspell_clear_session() is unavailable.

18 years agofix test on AIX and Solaris
Antony Dovgal [Thu, 29 Jun 2006 22:45:19 +0000 (22:45 +0000)]
fix test on AIX and Solaris

18 years agoFixed test
Ilia Alshanetsky [Thu, 29 Jun 2006 22:42:25 +0000 (22:42 +0000)]
Fixed test

18 years agoFix test on linux
Hannes Magnusson [Thu, 29 Jun 2006 22:10:47 +0000 (22:10 +0000)]
Fix test on linux

18 years agomfh
Hannes Magnusson [Thu, 29 Jun 2006 15:01:31 +0000 (15:01 +0000)]
mfh

18 years agofix test
Hannes Magnusson [Thu, 29 Jun 2006 14:53:50 +0000 (14:53 +0000)]
fix test