]>
granicus.if.org Git - php/log
Antony Dovgal [Thu, 1 Jun 2006 12:25:32 +0000 (12:25 +0000)]
no need to fetch trsm_ls when it's already available
Antony Dovgal [Thu, 1 Jun 2006 11:57:39 +0000 (11:57 +0000)]
add new tests
Antony Dovgal [Thu, 1 Jun 2006 11:56:23 +0000 (11:56 +0000)]
throw a warning when using invalid offset types with strings
<changelog@php.net> [Thu, 1 Jun 2006 05:31:55 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 31 May 2006 20:40:07 +0000 (20:40 +0000)]
add expected warning to the test
Derick Rethans [Wed, 31 May 2006 20:13:14 +0000 (20:13 +0000)]
- MF52: There was nothing wrong here, bug report #37595 is bogus.
- MF52: Added a new test case to demonstrate a longer plain text.
Antony Dovgal [Wed, 31 May 2006 18:59:42 +0000 (18:59 +0000)]
fix error message in Unicode mode
Antony Dovgal [Wed, 31 May 2006 18:58:27 +0000 (18:58 +0000)]
add more tests
Andrei Zmievski [Wed, 31 May 2006 17:19:05 +0000 (17:19 +0000)]
MFB
Antony Dovgal [Wed, 31 May 2006 14:55:16 +0000 (14:55 +0000)]
add tests for new E_FATALs
Dmitry Stogov [Wed, 31 May 2006 13:02:15 +0000 (13:02 +0000)]
Keeping consistent arg_stack during arguments freeing (Exception from destructor may use inconsistent arg_stack for backtrace).
Dmitry Stogov [Wed, 31 May 2006 12:59:45 +0000 (12:59 +0000)]
Support for nested exceptions and fatal errors in destructors
Antony Dovgal [Wed, 31 May 2006 12:04:52 +0000 (12:04 +0000)]
fix #37595 (mcrypt_generic calculates data length in wrong way)
<changelog@php.net> [Wed, 31 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 30 May 2006 23:11:13 +0000 (23:11 +0000)]
- Add new tests
Marcus Boerger [Tue, 30 May 2006 23:10:55 +0000 (23:10 +0000)]
- Fix test logic
Antony Dovgal [Tue, 30 May 2006 22:37:08 +0000 (22:37 +0000)]
MFB: fix tests
Antony Dovgal [Tue, 30 May 2006 21:54:17 +0000 (21:54 +0000)]
fix test
Antony Dovgal [Tue, 30 May 2006 21:38:00 +0000 (21:38 +0000)]
fix compilation on some b0rked systems that must have collections support but they don't
Marcus Boerger [Tue, 30 May 2006 19:40:19 +0000 (19:40 +0000)]
- WS
Sara Golemon [Tue, 30 May 2006 19:05:21 +0000 (19:05 +0000)]
Minor fixes (bjori)
Michael Wallner [Tue, 30 May 2006 17:44:23 +0000 (17:44 +0000)]
MFB: fix bug 37635 (argument to pcntl signal handler is trashed)
Hannes Magnusson [Tue, 30 May 2006 15:13:36 +0000 (15:13 +0000)]
Lets play nice and use 4digit years with DATE_RSS
Ilia Alshanetsky [Tue, 30 May 2006 14:51:54 +0000 (14:51 +0000)]
MFB: Added memory_get_peak_usage() function for retrieving peak memory
usage of a PHP script.
Hannes Magnusson [Tue, 30 May 2006 14:45:16 +0000 (14:45 +0000)]
Fixed DATE_COOKIE & DATE_RSS
Fixed tests
Add comments
# My first php-src/ commit! :)
Antony Dovgal [Tue, 30 May 2006 13:16:38 +0000 (13:16 +0000)]
don't require libociei, this allows us to build ext/oci8 against basiclite OIC package
Derick Rethans [Tue, 30 May 2006 13:15:10 +0000 (13:15 +0000)]
- Now as text and not HTML.
Derick Rethans [Tue, 30 May 2006 13:08:00 +0000 (13:08 +0000)]
- Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by
Hannes Magnusson)
Antony Dovgal [Tue, 30 May 2006 09:46:01 +0000 (09:46 +0000)]
need to call zend_is_callable() if callable is known to be invalid
<changelog@php.net> [Tue, 30 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 30 May 2006 02:40:49 +0000 (02:40 +0000)]
MFB: Convert E_ERROR to E_RECOVERABLE_ERROR
Antony Dovgal [Mon, 29 May 2006 21:31:30 +0000 (21:31 +0000)]
no need to check it for not-NULL (as was pointed by Nuno)
Antony Dovgal [Mon, 29 May 2006 21:28:15 +0000 (21:28 +0000)]
there is no ce at this point, revert this line to its previous state
See also: http://news.php.net/php.zend-engine.cvs/4931
Antony Dovgal [Mon, 29 May 2006 20:31:33 +0000 (20:31 +0000)]
add test
Antony Dovgal [Mon, 29 May 2006 20:26:12 +0000 (20:26 +0000)]
return NULL in case of error (and fix leak/non-null-terminated string error)
Marcus Boerger [Mon, 29 May 2006 19:57:43 +0000 (19:57 +0000)]
- Bugfix #37632 (Protected method access problem)
Antony Dovgal [Mon, 29 May 2006 18:12:39 +0000 (18:12 +0000)]
improve sed expressions
Michael Wallner [Mon, 29 May 2006 16:55:40 +0000 (16:55 +0000)]
MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)
Antony Dovgal [Mon, 29 May 2006 10:59:15 +0000 (10:59 +0000)]
fix #37531 (oci8 persistent connection corruption)
Antony Dovgal [Mon, 29 May 2006 10:42:37 +0000 (10:42 +0000)]
add test
Antony Dovgal [Mon, 29 May 2006 10:42:10 +0000 (10:42 +0000)]
initialize srcstream
use different variable in local scope
Antony Dovgal [Mon, 29 May 2006 10:23:53 +0000 (10:23 +0000)]
prevent resource leaking when passing invalid stream resource as second argument
<changelog@php.net> [Mon, 29 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update
Johannes Schlüter [Sun, 28 May 2006 21:09:58 +0000 (21:09 +0000)]
- Fix str_replace with unicode strings as key
Michael Wallner [Sun, 28 May 2006 20:31:15 +0000 (20:31 +0000)]
- call ap_set_content_type() only once, else each time we call it,
configured output filters for that content type will be added
Johannes Schlüter [Sun, 28 May 2006 19:45:02 +0000 (19:45 +0000)]
- Fix printf modifier
Ilia Alshanetsky [Sun, 28 May 2006 15:34:19 +0000 (15:34 +0000)]
MFB: Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for
recurssion limit support).
<changelog@php.net> [Sun, 28 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update
Pierre Joye [Sun, 28 May 2006 01:24:01 +0000 (01:24 +0000)]
- update changelog
Pierre Joye [Sun, 28 May 2006 01:12:55 +0000 (01:12 +0000)]
- #7733, values using E/e returns wrong result
Johannes Schlüter [Sat, 27 May 2006 20:53:38 +0000 (20:53 +0000)]
- nitpicking "PHP6" vs. "PHP 6"
Marcus Boerger [Sat, 27 May 2006 19:40:06 +0000 (19:40 +0000)]
- Take care of refcounting in zend_fcall_info_*() functions
- Add docu
# I know it is unpopular to add docu here but i think we should add more
Marcus Boerger [Sat, 27 May 2006 19:04:16 +0000 (19:04 +0000)]
- WS
Johannes Schlüter [Sat, 27 May 2006 17:58:50 +0000 (17:58 +0000)]
- Fix #37614 (Class name lowercased in error message)
<changelog@php.net> [Sat, 27 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 27 May 2006 02:12:43 +0000 (02:12 +0000)]
- Fix bug #37212 (Access to protected property of common base class)
By adding "zend_class_entry *ce" to struct zend_property_info;
# Besides closing the bug this patch allows to optimize a bunch of
# property handling optimizations. I need to find out what all can be
# optimized. All other tests relevant to class handling still PASS.
Marcus Boerger [Sat, 27 May 2006 01:56:42 +0000 (01:56 +0000)]
- There are no abstract static methods in classes, use interfaces
Rob Richards [Fri, 26 May 2006 18:22:06 +0000 (18:22 +0000)]
add C14N() and C14NFile() methods to perform XML canonicalization
add test
Dmitry Stogov [Fri, 26 May 2006 09:04:54 +0000 (09:04 +0000)]
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)
<changelog@php.net> [Fri, 26 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update
Sara Golemon [Fri, 26 May 2006 04:22:46 +0000 (04:22 +0000)]
Fix ZTS build, call with TSRMLS_CC not DC
Ilia Alshanetsky [Fri, 26 May 2006 01:55:00 +0000 (01:55 +0000)]
Corrected previous patch
Pierre Joye [Fri, 26 May 2006 01:48:25 +0000 (01:48 +0000)]
- MFB: fix leaks in openssl context options
Marcus Boerger [Fri, 26 May 2006 01:40:57 +0000 (01:40 +0000)]
- Fix handling of third parameter to iterator_apply()
- Add test
Marcus Boerger [Fri, 26 May 2006 00:49:02 +0000 (00:49 +0000)]
- Fix type hint
Marcus Boerger [Fri, 26 May 2006 00:37:33 +0000 (00:37 +0000)]
- Add function iterator_apply()
Marcus Boerger [Fri, 26 May 2006 00:26:45 +0000 (00:26 +0000)]
- Sync error messages and simplify error message generation code
Ilia Alshanetsky [Thu, 25 May 2006 23:23:15 +0000 (23:23 +0000)]
MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters).
Marcus Boerger [Thu, 25 May 2006 22:20:13 +0000 (22:20 +0000)]
- Ease writing functions that deal with php function 'pointers'
Edin Kadribasic [Thu, 25 May 2006 18:48:30 +0000 (18:48 +0000)]
MFB: Missing definition, patch by Steph Fox
Marcus Boerger [Thu, 25 May 2006 18:15:04 +0000 (18:15 +0000)]
- Make recursive part and identical part work correct
Marcus Boerger [Thu, 25 May 2006 17:44:59 +0000 (17:44 +0000)]
- Add DualIterator and RecursiveDualIterator to examples including a test
Pierre Joye [Thu, 25 May 2006 13:27:51 +0000 (13:27 +0000)]
-#7715, fix float validation when using '.23' or '123'
have worked before using my version, bug introduced in later commits.
Michael Wallner [Thu, 25 May 2006 12:47:46 +0000 (12:47 +0000)]
MFB: fix bug #34180, --with-curlwrappers discards stream context options
Antony Dovgal [Thu, 25 May 2006 11:46:12 +0000 (11:46 +0000)]
remove debug output and fix bug #37589
Pierre Joye [Thu, 25 May 2006 11:13:42 +0000 (11:13 +0000)]
- remove 033.php
Pierre Joye [Thu, 25 May 2006 11:13:23 +0000 (11:13 +0000)]
- move 033.php to 033_run.php, 033.php cannot be run
Marcus Boerger [Thu, 25 May 2006 10:50:53 +0000 (10:50 +0000)]
- MFB
Antony Dovgal [Thu, 25 May 2006 10:38:01 +0000 (10:38 +0000)]
fix tests in unicode mode
Antony Dovgal [Thu, 25 May 2006 10:34:01 +0000 (10:34 +0000)]
MFB: fix error messages when converting objects to other types
Marcus Boerger [Thu, 25 May 2006 09:51:58 +0000 (09:51 +0000)]
- Bugfix 37587
Rasmus Lerdorf [Thu, 25 May 2006 09:12:11 +0000 (09:12 +0000)]
Fix expected output
Dmitry Stogov [Thu, 25 May 2006 08:15:57 +0000 (08:15 +0000)]
Fixed bug #37278 (SOAP not respecting uri in __soapCall)
Rasmus Lerdorf [Thu, 25 May 2006 08:06:34 +0000 (08:06 +0000)]
Big filter test - note that a number of these currently fail
Dmitry Stogov [Thu, 25 May 2006 07:23:38 +0000 (07:23 +0000)]
Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr)
Dmitry Stogov [Thu, 25 May 2006 06:40:47 +0000 (06:40 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)
<changelog@php.net> [Thu, 25 May 2006 05:31:52 +0000 (05:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 24 May 2006 23:14:36 +0000 (23:14 +0000)]
MFB: Fixed bug #37563 (array_key_exists performance is poor for &$array).
Antony Dovgal [Wed, 24 May 2006 23:05:30 +0000 (23:05 +0000)]
fix test
Edin Kadribasic [Wed, 24 May 2006 22:00:57 +0000 (22:00 +0000)]
MFB: Initialize windows globals, fixes #37428
Antony Dovgal [Wed, 24 May 2006 21:22:27 +0000 (21:22 +0000)]
MFB: fix #37418 (tidy module crashes CLI version of PHP)
Antony Dovgal [Wed, 24 May 2006 20:22:34 +0000 (20:22 +0000)]
MFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))
Dmitry Stogov [Wed, 24 May 2006 13:29:19 +0000 (13:29 +0000)]
Fixed CGI tests
Pierre Joye [Wed, 24 May 2006 11:51:55 +0000 (11:51 +0000)]
- #7625, update doc
Dmitry Stogov [Wed, 24 May 2006 09:41:55 +0000 (09:41 +0000)]
Fixed bug #37256 (php-fastcgi dosen't handle connection abort)
Dmitry Stogov [Wed, 24 May 2006 07:52:58 +0000 (07:52 +0000)]
Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).
<changelog@php.net> [Wed, 24 May 2006 05:31:57 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 23 May 2006 23:45:39 +0000 (23:45 +0000)]
- Add more tests from Ligaya Turmelle
Ilia Alshanetsky [Tue, 23 May 2006 23:22:16 +0000 (23:22 +0000)]
MFB: Fixed handling of extremely long paths inside tempnam() function.
Marcus Boerger [Tue, 23 May 2006 22:26:55 +0000 (22:26 +0000)]
- Add new test