]>
granicus.if.org Git - php/log
<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
Marcus Boerger [Tue, 23 May 2006 22:26:23 +0000 (22:26 +0000)]
- Fix feof() with temp/memory streams
Marcus Boerger [Tue, 23 May 2006 22:24:10 +0000 (22:24 +0000)]
- Done in 5.2
Marcus Boerger [Tue, 23 May 2006 22:22:35 +0000 (22:22 +0000)]
- Readd NULL as allowed classname to skip parameter
Marcus Boerger [Tue, 23 May 2006 22:21:52 +0000 (22:21 +0000)]
- Handle NULL in C argument parsing correct
Marcus Boerger [Tue, 23 May 2006 21:56:36 +0000 (21:56 +0000)]
- Add new test
Marcus Boerger [Tue, 23 May 2006 21:37:17 +0000 (21:37 +0000)]
- Fix SEGV in case class to generate is not derived from SimpleXMLElement
by issueing an error
Sebastian Bergmann [Tue, 23 May 2006 11:10:54 +0000 (11:10 +0000)]
Add bison 2.2 to the list of supported versions.
<changelog@php.net> [Tue, 23 May 2006 05:31:51 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 22 May 2006 19:43:15 +0000 (19:43 +0000)]
- Provide user func printztype to retrieve the name of a zval type
Rob Richards [Mon, 22 May 2006 17:05:38 +0000 (17:05 +0000)]
add test
Ilia Alshanetsky [Mon, 22 May 2006 14:23:01 +0000 (14:23 +0000)]
MFB: E_ERROR > E_RECOVERABLE_ERROR
Dmitry Stogov [Mon, 22 May 2006 09:23:01 +0000 (09:23 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)
Antony Dovgal [Mon, 22 May 2006 06:49:44 +0000 (06:49 +0000)]
fix typo
<changelog@php.net> [Mon, 22 May 2006 05:31:58 +0000 (05:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 22 May 2006 04:17:24 +0000 (04:17 +0000)]
re-enable OCILobRead2() support on win32
Marcus Boerger [Sun, 21 May 2006 17:36:52 +0000 (17:36 +0000)]
- More exception related issues
Marcus Boerger [Sun, 21 May 2006 17:27:12 +0000 (17:27 +0000)]
- Make code exception safe
- Make RecursiveRegexIterator::getChildren pass regex to inner ctor
- Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
- Add CachingIterator::getCache()
- Add tests
Ilia Alshanetsky [Sun, 21 May 2006 16:32:10 +0000 (16:32 +0000)]
Added control character checks for cURL extension's open_basedir/safe_mode
checks.
Marcus Boerger [Sun, 21 May 2006 13:35:06 +0000 (13:35 +0000)]
- Handle corrupt base64 data in data: url
Marcus Boerger [Sun, 21 May 2006 13:25:16 +0000 (13:25 +0000)]
- Drop unneccesary check and change to safe_emalloc
Marcus Boerger [Sun, 21 May 2006 12:48:42 +0000 (12:48 +0000)]
- There is a problem in the string / unicode comparison here which we
do not want to test here, so simply drop the part which is irrelevant
to the actual test
Marcus Boerger [Sun, 21 May 2006 12:42:00 +0000 (12:42 +0000)]
- Remove duplicate error message and add new test
Marcus Boerger [Sun, 21 May 2006 12:39:03 +0000 (12:39 +0000)]
- Improve error messages (missing unicode todo)
Marcus Boerger [Sun, 21 May 2006 12:38:28 +0000 (12:38 +0000)]
- Improve error messages (part 2)
Marcus Boerger [Sun, 21 May 2006 11:38:24 +0000 (11:38 +0000)]
- Fix unicode expectations
Marcus Boerger [Sun, 21 May 2006 11:23:35 +0000 (11:23 +0000)]
- Improved error messages
Marcus Boerger [Sun, 21 May 2006 09:12:41 +0000 (09:12 +0000)]
- Update
<changelog@php.net> [Sun, 21 May 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 20 May 2006 20:50:24 +0000 (20:50 +0000)]
- Z_LVAL is a long so use %ld
Marcus Boerger [Sat, 20 May 2006 20:46:11 +0000 (20:46 +0000)]
- No need to fetch ce twice
Marcus Boerger [Sat, 20 May 2006 20:38:28 +0000 (20:38 +0000)]
- Split up the test in different problem categories
Marcus Boerger [Sat, 20 May 2006 19:47:18 +0000 (19:47 +0000)]
- Micro optimization
Antony Dovgal [Sat, 20 May 2006 19:08:25 +0000 (19:08 +0000)]
fix the typo before everybody forgets about it
Marcus Boerger [Sat, 20 May 2006 19:01:22 +0000 (19:01 +0000)]
- Update test
Marcus Boerger [Sat, 20 May 2006 18:48:43 +0000 (18:48 +0000)]
- No need to keep object alive, iterator api is taking care of that already
Marcus Boerger [Sat, 20 May 2006 18:32:33 +0000 (18:32 +0000)]
- Better error message in case of an exception from a dtor while an
exception is already pending
Marcus Boerger [Sat, 20 May 2006 15:38:36 +0000 (15:38 +0000)]
- Fix warning
Antony Dovgal [Sat, 20 May 2006 13:46:41 +0000 (13:46 +0000)]
attempt to fix OCILobRead2() related problems
Marcus Boerger [Sat, 20 May 2006 13:23:00 +0000 (13:23 +0000)]
- Provide a generic c-level iterator apply function
- Base iterator_to_array() and iterator_count() on it
- Add a testcase
# Somehow there is an issue with exceptions in __destruct() here
Marcus Boerger [Sat, 20 May 2006 12:44:46 +0000 (12:44 +0000)]
- In printzv show private/protected visibility and class in case of private
Marcus Boerger [Sat, 20 May 2006 11:34:58 +0000 (11:34 +0000)]
- Add new tests
Marcus Boerger [Sat, 20 May 2006 10:18:17 +0000 (10:18 +0000)]
- Do not use the protection at this place, we would need another object
shutdown state (e.g. destructed == 2). That's probbaly too much.
Marcus Boerger [Sat, 20 May 2006 09:51:41 +0000 (09:51 +0000)]
- Destructors must not be called twice
Marcus Boerger [Sat, 20 May 2006 09:11:50 +0000 (09:11 +0000)]
- Should be static and be called (comitted wrong version)
Marcus Boerger [Sat, 20 May 2006 09:08:00 +0000 (09:08 +0000)]
- Add new tests
# Now who finds the error in php code?
<changelog@php.net> [Sat, 20 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update
Dmitry Stogov [Fri, 19 May 2006 15:39:36 +0000 (15:39 +0000)]
Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).