]>
granicus.if.org Git - php/log
Dmitry Stogov [Sat, 26 Jul 2008 18:00:18 +0000 (18:00 +0000)]
Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
Dmitry Stogov [Sat, 26 Jul 2008 17:01:59 +0000 (17:01 +0000)]
Added support for overloaded functions (e.g. COM) in call_user_func().
Dmitry Stogov [Sat, 26 Jul 2008 15:31:38 +0000 (15:31 +0000)]
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
Dmitry Stogov [Sat, 26 Jul 2008 14:15:44 +0000 (14:15 +0000)]
Fixed bug #45608 (closures don't work in static methods)
Dmitry Stogov [Sat, 26 Jul 2008 14:09:05 +0000 (14:09 +0000)]
Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers
Dmitry Stogov [Sat, 26 Jul 2008 13:14:56 +0000 (13:14 +0000)]
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
Arnaud Le Blanc [Sat, 26 Jul 2008 12:33:34 +0000 (12:33 +0000)]
Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set)
<changelog@php.net> [Sat, 26 Jul 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Sat, 26 Jul 2008 01:23:45 +0000 (01:23 +0000)]
Forgot to add these earlier
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
Scott MacVicar [Fri, 25 Jul 2008 21:34:15 +0000 (21:34 +0000)]
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
Felipe Pena [Fri, 25 Jul 2008 15:20:58 +0000 (15:20 +0000)]
- Added arginfo
- Fixed:
. proto: finfo_buffer
. parameter type in _php_finfo_get_type()
Antony Dovgal [Fri, 25 Jul 2008 15:05:33 +0000 (15:05 +0000)]
fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 14:04:39 +0000 (14:04 +0000)]
- Fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 13:56:50 +0000 (13:56 +0000)]
- Fix wrong cast
Felipe Pena [Fri, 25 Jul 2008 13:39:39 +0000 (13:39 +0000)]
- Fixed the parameter type expected. set_time_limit() should accept only integer.
Jani Taskinen [Fri, 25 Jul 2008 13:38:41 +0000 (13:38 +0000)]
- Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled.
Moriyoshi Koizumi [Fri, 25 Jul 2008 12:50:14 +0000 (12:50 +0000)]
- fix a typo in mb_stripos() that caused segfault.
(noticed by bs@php.net, thanks).
Andrey Hristov [Fri, 25 Jul 2008 12:45:27 +0000 (12:45 +0000)]
Fix bug#45019 Segmentation fault with SELECT ? and UNION
Rob Richards [Fri, 25 Jul 2008 12:40:23 +0000 (12:40 +0000)]
fix zts build
Pierre Joye [Fri, 25 Jul 2008 12:40:13 +0000 (12:40 +0000)]
- fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean them after alpha)
Jani Taskinen [Fri, 25 Jul 2008 12:34:55 +0000 (12:34 +0000)]
- Fixed a minor problem in not enabling c++/g++ when not needed.
Felipe Pena [Fri, 25 Jul 2008 12:14:36 +0000 (12:14 +0000)]
- MFB: New parameter parsing API (set_time_limit)
Felipe Pena [Fri, 25 Jul 2008 11:54:06 +0000 (11:54 +0000)]
- Fix build
Antony Dovgal [Fri, 25 Jul 2008 09:55:51 +0000 (09:55 +0000)]
fix typo
Dmitry Stogov [Fri, 25 Jul 2008 09:48:36 +0000 (09:48 +0000)]
Fixed support for static methods
Moriyoshi Koizumi [Fri, 25 Jul 2008 09:32:06 +0000 (09:32 +0000)]
- Allow the results of a partial run to be saved when -s option is explicitly
specified.
Jani Taskinen [Fri, 25 Jul 2008 09:17:52 +0000 (09:17 +0000)]
MFB: generated with a bit newer re2c
Jani Taskinen [Fri, 25 Jul 2008 09:16:09 +0000 (09:16 +0000)]
- Enable fileinfo by default
Jani Taskinen [Fri, 25 Jul 2008 09:10:02 +0000 (09:10 +0000)]
- Cleanup after test
Dmitry Stogov [Fri, 25 Jul 2008 08:53:11 +0000 (08:53 +0000)]
Fixed uninitialized data
Michael Wallner [Fri, 25 Jul 2008 08:27:10 +0000 (08:27 +0000)]
- Changed HTTP stream wrapper to accept any code between and including
200 to 399 as successful. (patch by Noah Fontes)
Derick Rethans [Fri, 25 Jul 2008 08:18:34 +0000 (08:18 +0000)]
- No C++ comments.
Derick Rethans [Fri, 25 Jul 2008 08:17:21 +0000 (08:17 +0000)]
- Updating the libmagic patch.
- Adding myself to credits.
Derick Rethans [Fri, 25 Jul 2008 08:16:03 +0000 (08:16 +0000)]
- Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.
Dmitry Stogov [Fri, 25 Jul 2008 04:54:56 +0000 (04:54 +0000)]
Substitute persistent constants by their values at compile time. (Matt)
Moriyoshi Koizumi [Fri, 25 Jul 2008 03:41:38 +0000 (03:41 +0000)]
- Suppress signedness warnings.
<changelog@php.net> [Fri, 25 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 24 Jul 2008 21:39:23 +0000 (21:39 +0000)]
- Revert accidental commit.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:44:10 +0000 (20:44 +0000)]
- Suppress signedness warnings.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:38:43 +0000 (20:38 +0000)]
* Constify read-only arguments.
Felipe Pena [Thu, 24 Jul 2008 19:50:23 +0000 (19:50 +0000)]
- Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
Moriyoshi Koizumi [Thu, 24 Jul 2008 16:59:53 +0000 (16:59 +0000)]
- Fix win32 build
Pierre Joye [Thu, 24 Jul 2008 16:05:17 +0000 (16:05 +0000)]
- force static for now, broken now
Arnaud Le Blanc [Thu, 24 Jul 2008 15:51:14 +0000 (15:51 +0000)]
Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)
Christopher Jones [Thu, 24 Jul 2008 15:23:29 +0000 (15:23 +0000)]
1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100. Better out of box experience. Consistent woth PDO_OCI
Antony Dovgal [Thu, 24 Jul 2008 15:07:37 +0000 (15:07 +0000)]
use "r" instead of "z" when accepting resources
Ulf Wendel [Thu, 24 Jul 2008 15:07:20 +0000 (15:07 +0000)]
Test for PS fallback logic in prepare()
Antony Dovgal [Thu, 24 Jul 2008 14:53:59 +0000 (14:53 +0000)]
we don't do fstat, hence st struct is uninitalized
Antony Dovgal [Thu, 24 Jul 2008 14:45:53 +0000 (14:45 +0000)]
silence compile warning
Antony Dovgal [Thu, 24 Jul 2008 14:44:15 +0000 (14:44 +0000)]
fix folding
Arnaud Le Blanc [Thu, 24 Jul 2008 14:39:58 +0000 (14:39 +0000)]
MFB: Added tests for #42663
Antony Dovgal [Thu, 24 Jul 2008 14:32:05 +0000 (14:32 +0000)]
don't ignore .patch if it's in CVS
Antony Dovgal [Thu, 24 Jul 2008 14:30:58 +0000 (14:30 +0000)]
drop freeing of uninitialized variable
add missing return
nuke unused variable
Antony Dovgal [Thu, 24 Jul 2008 14:22:30 +0000 (14:22 +0000)]
do not include libmagic/file.c into the build
Scott MacVicar [Thu, 24 Jul 2008 14:20:51 +0000 (14:20 +0000)]
Remove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync with 5.3
Andrey Hristov [Thu, 24 Jul 2008 14:17:27 +0000 (14:17 +0000)]
Added test file
Antony Dovgal [Thu, 24 Jul 2008 14:17:21 +0000 (14:17 +0000)]
set GCC to "no" if ICC was detected
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:49:28 +0000 (13:49 +0000)]
- Fix tests.
Dmitry Stogov [Thu, 24 Jul 2008 13:46:48 +0000 (13:46 +0000)]
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:46:35 +0000 (13:46 +0000)]
- Fixed warnings.
Derick Rethans [Thu, 24 Jul 2008 13:40:21 +0000 (13:40 +0000)]
- Bundle the data file - you can still use the external file if you
specify that in the call to finfo_open().
Moriyoshi Koizumi [Thu, 24 Jul 2008 12:58:37 +0000 (12:58 +0000)]
- Add mbstring.http_output_conv_mimetypes that allows common non-text
types such as "application/xhtml+xml" to be converted by
mb_output_handler().
Ulf Wendel [Thu, 24 Jul 2008 12:54:12 +0000 (12:54 +0000)]
Make the test pass on 32bit and not bail out because of int vs. double
Felipe Pena [Thu, 24 Jul 2008 12:48:47 +0000 (12:48 +0000)]
- New parameter parsing API
Dmitry Stogov [Thu, 24 Jul 2008 11:48:30 +0000 (11:48 +0000)]
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)
Scott MacVicar [Thu, 24 Jul 2008 11:24:28 +0000 (11:24 +0000)]
Add .cvsignore, update config.w32 and remove the other bundled sqlite library
Dmitry Stogov [Thu, 24 Jul 2008 10:14:01 +0000 (10:14 +0000)]
LSB parent/self forwarding
Arnaud Le Blanc [Thu, 24 Jul 2008 09:11:48 +0000 (09:11 +0000)]
Allow filters to work on INPUT_SERVER in CLI (bug #44779)
Steph Fox [Thu, 24 Jul 2008 08:53:56 +0000 (08:53 +0000)]
- Make test x-platform
Steph Fox [Thu, 24 Jul 2008 08:52:24 +0000 (08:52 +0000)]
- Introduce SPL_FILE_DIR_UNIXPATHS.
Antony Dovgal [Thu, 24 Jul 2008 07:32:21 +0000 (07:32 +0000)]
fix test
Felipe Pena [Thu, 24 Jul 2008 03:30:02 +0000 (03:30 +0000)]
- Fixed tests
Felipe Pena [Thu, 24 Jul 2008 03:06:16 +0000 (03:06 +0000)]
- Improved parameter handling
<changelog@php.net> [Thu, 24 Jul 2008 01:31:50 +0000 (01:31 +0000)]
ChangeLog update
Scott MacVicar [Thu, 24 Jul 2008 01:01:43 +0000 (01:01 +0000)]
MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO.
Hartmut Holzgraefe [Wed, 23 Jul 2008 21:41:27 +0000 (21:41 +0000)]
corrected library search path order in tests
Lars Strojny [Wed, 23 Jul 2008 20:38:10 +0000 (20:38 +0000)]
array_intersect_ukey tests by Sanjay Mantoor
Stanislav Malyshev [Wed, 23 Jul 2008 20:22:28 +0000 (20:22 +0000)]
implement bug #14266
Stanislav Malyshev [Wed, 23 Jul 2008 20:21:23 +0000 (20:21 +0000)]
typoes
Derick Rethans [Wed, 23 Jul 2008 19:52:51 +0000 (19:52 +0000)]
- Fixed an issue with "first <weekday> of" in case the first <weekday> was the
same day-of-week as the first day of the month.
Felipe Pena [Wed, 23 Jul 2008 19:49:07 +0000 (19:49 +0000)]
- Fixed tests
Felipe Pena [Wed, 23 Jul 2008 19:33:58 +0000 (19:33 +0000)]
- New parameter parsing API
Derick Rethans [Wed, 23 Jul 2008 18:49:37 +0000 (18:49 +0000)]
- Fixed bug #43452 (strings containing a weekday, or a number plus weekday
behaved incorrect of the current day-of-week was the same as the one in the
phrase). (Derick)
Stanislav Malyshev [Wed, 23 Jul 2008 18:46:09 +0000 (18:46 +0000)]
add test
Stanislav Malyshev [Wed, 23 Jul 2008 18:45:10 +0000 (18:45 +0000)]
add locale_accept_from_http
Felipe Pena [Wed, 23 Jul 2008 16:27:16 +0000 (16:27 +0000)]
- Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
(patch by ilewis at uk dot ibm dot com)
Lars Strojny [Wed, 23 Jul 2008 16:10:14 +0000 (16:10 +0000)]
Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved
to "unicode", in <6 to "string". This allows to easily write portable tests.
Patch by uw
Jani Taskinen [Wed, 23 Jul 2008 14:15:00 +0000 (14:15 +0000)]
Fix test (bug #44985)
Andrey Hristov [Wed, 23 Jul 2008 14:06:31 +0000 (14:06 +0000)]
Fixed bug#44897 - failed to prepare statement
After a PS "CALL()" we have at least one result set. If the SP does also some, then
we need to clean the wire more fool-proof.
Ulf Wendel [Wed, 23 Jul 2008 12:57:04 +0000 (12:57 +0000)]
This little detail seems MySQL version/setup dependent
Antony Dovgal [Wed, 23 Jul 2008 11:24:35 +0000 (11:24 +0000)]
invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Antony Dovgal [Wed, 23 Jul 2008 10:26:39 +0000 (10:26 +0000)]
fix test
Antony Dovgal [Wed, 23 Jul 2008 10:22:58 +0000 (10:22 +0000)]
fix tests names
Antony Dovgal [Wed, 23 Jul 2008 09:49:11 +0000 (09:49 +0000)]
fix test
Antony Dovgal [Wed, 23 Jul 2008 09:29:09 +0000 (09:29 +0000)]
sync test with other branches
Hartmut Holzgraefe [Wed, 23 Jul 2008 09:27:01 +0000 (09:27 +0000)]
MFB + Unicode:
added support for object ids in pg_lo_create() and pg_lo_import()
where available (based on code provided by Tatsuo Ishii)
Arnaud Le Blanc [Wed, 23 Jul 2008 09:12:50 +0000 (09:12 +0000)]
Fix tests: need simplexml
Antony Dovgal [Wed, 23 Jul 2008 09:09:02 +0000 (09:09 +0000)]
add PHP_STREAM_FLAG_FCLOSE to zip streams
Antony Dovgal [Wed, 23 Jul 2008 08:55:59 +0000 (08:55 +0000)]
add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()
Arnaud Le Blanc [Wed, 23 Jul 2008 08:55:39 +0000 (08:55 +0000)]
Fix tests: soap tests in schema/ needs the xml extension