]>
granicus.if.org Git - php/log
Sara Golemon [Fri, 14 Jul 2006 19:15:31 +0000 (19:15 +0000)]
#38105 (2/3) Filters should report char/UChar count, not bytes
Sara Golemon [Fri, 14 Jul 2006 19:14:40 +0000 (19:14 +0000)]
#38105 (1/3) Backward logic, filter_product == IS_STRING means the wrapper HAS applied pre-filtering
Andrei Zmievski [Fri, 14 Jul 2006 18:12:45 +0000 (18:12 +0000)]
Update end(), prev(), next(), reset(), current(), and key() for params
API and mark with U.
Andrei Zmievski [Fri, 14 Jul 2006 18:06:30 +0000 (18:06 +0000)]
*** empty log message ***
Andrei Zmievski [Fri, 14 Jul 2006 18:03:13 +0000 (18:03 +0000)]
Update array_search()/in_array() for params API and mark with U.
Andrei Zmievski [Fri, 14 Jul 2006 17:55:27 +0000 (17:55 +0000)]
Update array_keys() and array_values() for params API and mark with U.
Andrei Zmievski [Fri, 14 Jul 2006 17:35:54 +0000 (17:35 +0000)]
- Simplify array_fill().
- Do params API for a couple of funcs and mark them as Unicode
compliant.
Antony Dovgal [Fri, 14 Jul 2006 10:31:32 +0000 (10:31 +0000)]
add USTR_VAL() access zstr value
Antony Dovgal [Fri, 14 Jul 2006 08:38:30 +0000 (08:38 +0000)]
WS and CS fixes
I suppose STR_FREE() is better than if(..) {efree (..);}
Dmitry Stogov [Fri, 14 Jul 2006 08:29:06 +0000 (08:29 +0000)]
Fixed unserialize() in unicode mode
<changelog@php.net> [Fri, 14 Jul 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 13 Jul 2006 22:26:50 +0000 (22:26 +0000)]
FIXME note
Andrei Zmievski [Thu, 13 Jul 2006 22:26:42 +0000 (22:26 +0000)]
Update array_sum() and array_product() (U).
Andrei Zmievski [Thu, 13 Jul 2006 22:03:42 +0000 (22:03 +0000)]
Mark a few more funcs.
Andrei Zmievski [Thu, 13 Jul 2006 21:27:48 +0000 (21:27 +0000)]
- Let the caller output a warning instead of having
zend_get_unified_string_type() do it.
- Mark a few more functions are Unicode compatible.
Andrei Zmievski [Thu, 13 Jul 2006 21:08:43 +0000 (21:08 +0000)]
- Make compact() normalize variablem name before checking symtable.
- Mark tested/upgraded functions with 'U' flag.
Antony Dovgal [Thu, 13 Jul 2006 17:55:50 +0000 (17:55 +0000)]
initialize variables
Antony Dovgal [Thu, 13 Jul 2006 17:02:43 +0000 (17:02 +0000)]
fix build
Dmitry Stogov [Thu, 13 Jul 2006 16:47:26 +0000 (16:47 +0000)]
Unicode support (not finished)
Ilia Alshanetsky [Thu, 13 Jul 2006 15:42:55 +0000 (15:42 +0000)]
MFB: Fixed test for systems where set_charset() method is unavailable.
Ilia Alshanetsky [Thu, 13 Jul 2006 15:05:42 +0000 (15:05 +0000)]
MFB: Fixed compiler warnings.
Antony Dovgal [Thu, 13 Jul 2006 12:34:30 +0000 (12:34 +0000)]
Unicode support in ReflectionParameter::__construct()
Antony Dovgal [Thu, 13 Jul 2006 12:17:25 +0000 (12:17 +0000)]
fix C++ comments in C code and comment out unused variable
Antony Dovgal [Thu, 13 Jul 2006 12:15:01 +0000 (12:15 +0000)]
nuke unused variable
Antony Dovgal [Thu, 13 Jul 2006 11:58:42 +0000 (11:58 +0000)]
fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
<changelog@php.net> [Thu, 13 Jul 2006 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 13 Jul 2006 00:13:42 +0000 (00:13 +0000)]
MFB: Fixed compiler warnings.
Andrei Zmievski [Wed, 12 Jul 2006 23:17:07 +0000 (23:17 +0000)]
Make notes about array.c functions.
Antony Dovgal [Wed, 12 Jul 2006 22:19:12 +0000 (22:19 +0000)]
fix assert() in Unicode mode
Antony Dovgal [Wed, 12 Jul 2006 21:14:11 +0000 (21:14 +0000)]
get rid of more "might be uninitialized" warnings
Antony Dovgal [Wed, 12 Jul 2006 21:07:07 +0000 (21:07 +0000)]
make sure return_value_used is always initialized
Antony Dovgal [Wed, 12 Jul 2006 21:03:07 +0000 (21:03 +0000)]
initialize EG(exit_status)
Andrei Zmievski [Wed, 12 Jul 2006 19:34:55 +0000 (19:34 +0000)]
No need for TSRMLS_FETCH().
Andrei Zmievski [Wed, 12 Jul 2006 17:35:06 +0000 (17:35 +0000)]
Implement convert_to_unicode_with_converter() and adjust zval_* APIs.
Andrei Zmievski [Wed, 12 Jul 2006 17:23:53 +0000 (17:23 +0000)]
Use zend_convert_from_unicode() in var_dump().
Andrei Zmievski [Wed, 12 Jul 2006 17:04:13 +0000 (17:04 +0000)]
Commit Sara's patch for supporting filesystem enccoding in
include/require.
Michael Wallner [Wed, 12 Jul 2006 15:28:18 +0000 (15:28 +0000)]
- 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
Antony Dovgal [Wed, 12 Jul 2006 13:17:25 +0000 (13:17 +0000)]
restore missing check and prevent segfaulting
MFB and add test
Antony Dovgal [Wed, 12 Jul 2006 12:33:04 +0000 (12:33 +0000)]
don't try to compare strings if haystack is "" or shorter than needle
add test
Antony Dovgal [Wed, 12 Jul 2006 10:15:30 +0000 (10:15 +0000)]
MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)
Antony Dovgal [Wed, 12 Jul 2006 10:13:13 +0000 (10:13 +0000)]
fix argument parsing utilities
test before commit?
Dmitry Stogov [Wed, 12 Jul 2006 09:00:15 +0000 (09:00 +0000)]
Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
Hartmut Holzgraefe [Wed, 12 Jul 2006 08:00:24 +0000 (08:00 +0000)]
new test cases for mysqli_warnings and mysql_driver properties
Dmitry Stogov [Wed, 12 Jul 2006 07:55:04 +0000 (07:55 +0000)]
Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished)
Dmitry Stogov [Wed, 12 Jul 2006 07:54:18 +0000 (07:54 +0000)]
Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished)
Marcus Boerger [Wed, 12 Jul 2006 07:31:56 +0000 (07:31 +0000)]
- Reorder and add missing
Hartmut Holzgraefe [Wed, 12 Jul 2006 07:00:48 +0000 (07:00 +0000)]
fixed C&P errors in groups handling, activated groups feature
Sara Golemon [Wed, 12 Jul 2006 04:20:02 +0000 (04:20 +0000)]
Fix typo/Syntax error
<changelog@php.net> [Wed, 12 Jul 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:41:40 +0000 (23:41 +0000)]
make sure embedded server is correctly initialized
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:37:41 +0000 (23:37 +0000)]
skip when testing embedded server
Hartmut Holzgraefe [Tue, 11 Jul 2006 23:34:27 +0000 (23:34 +0000)]
no need to test ping and kill with embedded server
Andrei Zmievski [Tue, 11 Jul 2006 23:05:47 +0000 (23:05 +0000)]
Explain new specifiers
Andrei Zmievski [Tue, 11 Jul 2006 23:05:33 +0000 (23:05 +0000)]
Typos
Andrei Zmievski [Tue, 11 Jul 2006 22:59:19 +0000 (22:59 +0000)]
Update design doc.
Andrei Zmievski [Tue, 11 Jul 2006 22:53:10 +0000 (22:53 +0000)]
Remove unused 'y' specifier.
Andrei Zmievski [Tue, 11 Jul 2006 22:42:55 +0000 (22:42 +0000)]
*** empty log message ***
Antony Dovgal [Tue, 11 Jul 2006 21:28:07 +0000 (21:28 +0000)]
add new tests by Ligaya Turmelle
Antony Dovgal [Tue, 11 Jul 2006 21:19:56 +0000 (21:19 +0000)]
/tmp is often a symlink, use /bin instead
Andrei Zmievski [Tue, 11 Jul 2006 20:51:18 +0000 (20:51 +0000)]
Protos.
Andrei Zmievski [Tue, 11 Jul 2006 19:43:08 +0000 (19:43 +0000)]
Implement getAll() that can be used to get all the pieces defined by the
boundaries.
Andrei Zmievski [Tue, 11 Jul 2006 17:59:46 +0000 (17:59 +0000)]
Make next() and previous() take optional step parameter and optimize
return value usage.
Andrei Zmievski [Tue, 11 Jul 2006 17:48:14 +0000 (17:48 +0000)]
Implement getRuleStatus() and getRuleStatusArray() as well as related
constants.
Andrei Zmievski [Tue, 11 Jul 2006 16:59:42 +0000 (16:59 +0000)]
Rename to a more explanatory macro.
Antony Dovgal [Tue, 11 Jul 2006 16:32:47 +0000 (16:32 +0000)]
fix typo
add test with error messages
Andrei Zmievski [Tue, 11 Jul 2006 16:20:21 +0000 (16:20 +0000)]
Use object flags.
Dmitry Stogov [Tue, 11 Jul 2006 14:36:05 +0000 (14:36 +0000)]
Nuke signed/unsigned compiler warnings
Dmitry Stogov [Tue, 11 Jul 2006 14:24:39 +0000 (14:24 +0000)]
Nuke signed/unsigned compiler warnings
Antony Dovgal [Tue, 11 Jul 2006 14:15:38 +0000 (14:15 +0000)]
fix segfault in jfmonthname(), add test
fix tests (I don't have /home/hartmut here =))
Antony Dovgal [Tue, 11 Jul 2006 12:37:26 +0000 (12:37 +0000)]
MFB: eliminate compile warnings
Dmitry Stogov [Tue, 11 Jul 2006 08:52:44 +0000 (08:52 +0000)]
Fixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator()...' (spl/tests/iterator_047.phpt).
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:21:27 +0000 (07:21 +0000)]
check both OO and procedural style as "thread_id" is a property and not
a method in the OO interface
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:10:18 +0000 (07:10 +0000)]
modified test to use (and cover) mysqli->thread_id
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:04:44 +0000 (07:04 +0000)]
test kill()
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:04:31 +0000 (07:04 +0000)]
test ping()
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:04:16 +0000 (07:04 +0000)]
test multi_query(), next_result(), more_results()
(only partially covered by a bug testcase yet)
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:03:31 +0000 (07:03 +0000)]
get_client_info() test
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:02:50 +0000 (07:02 +0000)]
test was only covering fetch_fields(), added fetch_field() and fetch_field_direct()
Hartmut Holzgraefe [Tue, 11 Jul 2006 07:02:02 +0000 (07:02 +0000)]
test was not covering DOUBLE bindings
<changelog@php.net> [Tue, 11 Jul 2006 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 11 Jul 2006 00:15:44 +0000 (00:15 +0000)]
MFB: apache2handler sapi is no longer experimental
Andrei Zmievski [Mon, 10 Jul 2006 23:19:05 +0000 (23:19 +0000)]
Implement getAvailableLocales().
Andrei Zmievski [Mon, 10 Jul 2006 23:09:34 +0000 (23:09 +0000)]
*** empty log message ***
Andrei Zmievski [Mon, 10 Jul 2006 23:06:33 +0000 (23:06 +0000)]
Optimize zero-arg case for parameter parsing. No more need for manual
checks.
Andrei Zmievski [Mon, 10 Jul 2006 23:06:17 +0000 (23:06 +0000)]
Include uclean.h header.
Andrei Zmievski [Mon, 10 Jul 2006 22:12:47 +0000 (22:12 +0000)]
Fix validity checks.
Andrei Zmievski [Mon, 10 Jul 2006 21:42:25 +0000 (21:42 +0000)]
Implement isBoundary() for combining sequences.
Andrei Zmievski [Mon, 10 Jul 2006 21:18:01 +0000 (21:18 +0000)]
Implement following() for combining sequences.
Antony Dovgal [Mon, 10 Jul 2006 20:48:04 +0000 (20:48 +0000)]
add Unicode EXPECT tags
Andrei Zmievski [Mon, 10 Jul 2006 20:14:12 +0000 (20:14 +0000)]
Fix combining sequence iterators for forward and backward movement.
Hartmut Holzgraefe [Mon, 10 Jul 2006 16:29:24 +0000 (16:29 +0000)]
"transaction" tests should test commit, too, not only rollback
Dmitry Stogov [Mon, 10 Jul 2006 15:48:09 +0000 (15:48 +0000)]
Fixed memory leaks in ext/spl/tests/fileobject_003.phpt
Hartmut Holzgraefe [Mon, 10 Jul 2006 14:05:46 +0000 (14:05 +0000)]
two additional tests improving pdo/pdo_mysql test code coverage
Dmitry Stogov [Mon, 10 Jul 2006 14:02:54 +0000 (14:02 +0000)]
Fixed bug #37947 (zend_ptr_stack reallocation problem)
Antony Dovgal [Mon, 10 Jul 2006 13:53:47 +0000 (13:53 +0000)]
nuke unused variable
Michael Wallner [Mon, 10 Jul 2006 13:16:07 +0000 (13:16 +0000)]
- revert messed up patch
Michael Wallner [Mon, 10 Jul 2006 13:08:11 +0000 (13:08 +0000)]
- fix 5.2 build
Antony Dovgal [Mon, 10 Jul 2006 13:02:31 +0000 (13:02 +0000)]
fix mysqli_*_free_storage() funcs to conform with their prototypes
Dmitry Stogov [Mon, 10 Jul 2006 12:46:46 +0000 (12:46 +0000)]
Another fix for #38019
Antony Dovgal [Mon, 10 Jul 2006 11:25:59 +0000 (11:25 +0000)]
initialize vars