]>
granicus.if.org Git - php/log
Andrey Hristov [Tue, 17 Aug 2010 15:39:26 +0000 (15:39 +0000)]
here comes the news
Andrey Hristov [Tue, 17 Aug 2010 15:37:44 +0000 (15:37 +0000)]
Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated.
As well as mysql_list
Kalle Sommer Nielsen [Tue, 17 Aug 2010 12:57:04 +0000 (12:57 +0000)]
Fixed compiler warning
Kalle Sommer Nielsen [Tue, 17 Aug 2010 12:49:19 +0000 (12:49 +0000)]
Fixed compiler warnings in main/
Kalle Sommer Nielsen [Tue, 17 Aug 2010 12:17:28 +0000 (12:17 +0000)]
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)
# To not change a PHPAPI in a point release, a new function have been added to support contexts:
# php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that
Sascha Schumann [Tue, 17 Aug 2010 12:14:52 +0000 (12:14 +0000)]
align declaration with definition
(patch by kalle)
Kalle Sommer Nielsen [Mon, 16 Aug 2010 21:56:35 +0000 (21:56 +0000)]
Fixed the context parameter on copy() to actually have an effect
# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't used at all. This
# relatively simple patch fixes that for trunk.
#
# See FR #42965
# internals:
# This changes the php_copy_*() decls to contain an additional parameter for stream contexts
Kalle Sommer Nielsen [Mon, 16 Aug 2010 20:56:00 +0000 (20:56 +0000)]
Fixed bug #50836 (run_tests.php alerts syntax errors while testing session)
Andrey Hristov [Mon, 16 Aug 2010 17:44:50 +0000 (17:44 +0000)]
Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
read ucs2, utf16 and utf32).
Added support for 4-byte utf8, as found in MySQL 5.5
Andrey Hristov [Mon, 16 Aug 2010 16:15:15 +0000 (16:15 +0000)]
Fix test, so it doesn't fail with MySQL 5.5, where InnoDB
is the default engine
Andrey Hristov [Mon, 16 Aug 2010 16:13:55 +0000 (16:13 +0000)]
detect easily which charset doesn't work
Derick Rethans [Mon, 16 Aug 2010 12:48:53 +0000 (12:48 +0000)]
- Updated to version 2010.12 (2010l)
Pierre Joye [Mon, 16 Aug 2010 10:29:01 +0000 (10:29 +0000)]
- WS
Derick Rethans [Mon, 16 Aug 2010 09:32:51 +0000 (09:32 +0000)]
- Updated to version 2010.11 (2010k)
Dmitry Stogov [Mon, 16 Aug 2010 09:20:46 +0000 (09:20 +0000)]
Bug #52361 (Throwing an exception in a destructor causes invalid catching)
Dmitry Stogov [Mon, 16 Aug 2010 08:11:08 +0000 (08:11 +0000)]
Fixed memory leaks (related to bug #52361)
Kalle Sommer Nielsen [Mon, 16 Aug 2010 00:26:39 +0000 (00:26 +0000)]
Fixed bug #52593 (exif is placed before mbstring in php.ini)
Pierre Joye [Sun, 15 Aug 2010 13:54:03 +0000 (13:54 +0000)]
- #52607, fix ENV conflit with win SDK 7.1
Ilia Alshanetsky [Sat, 14 Aug 2010 14:44:39 +0000 (14:44 +0000)]
Upgraded bundled Sqlite3 to version 3.7.0.1
Felipe Pena [Sat, 14 Aug 2010 01:12:43 +0000 (01:12 +0000)]
- Missing traits data initialization for internal classes (causing Reflection to crash)
Kalle Sommer Nielsen [Fri, 13 Aug 2010 10:43:15 +0000 (10:43 +0000)]
Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)
Andrey Hristov [Fri, 13 Aug 2010 09:57:04 +0000 (09:57 +0000)]
Fix for bug #52413 MySQLi build failure on OS X
Andrey Hristov [Fri, 13 Aug 2010 09:18:06 +0000 (09:18 +0000)]
Fix for bug #52433 Call to undefined method mysqli::poll()
Andrey Hristov [Thu, 12 Aug 2010 14:17:31 +0000 (14:17 +0000)]
Make this function static, as it is used only in this file.
Add additional comment about how it works.
Andrey Hristov [Thu, 12 Aug 2010 13:23:16 +0000 (13:23 +0000)]
Allocate memory in a burst mode, and later use it. Increases
locality of the data.
Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of
two, thus removing code duplication from macro expansion - less
code to fit in the instruction cache.
Andrey Hristov [Thu, 12 Aug 2010 12:02:02 +0000 (12:02 +0000)]
Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
Andrey Hristov [Thu, 12 Aug 2010 11:38:08 +0000 (11:38 +0000)]
ws + cs
Kalle Sommer Nielsen [Wed, 11 Aug 2010 22:38:15 +0000 (22:38 +0000)]
Fixed bug #50804 (Document configure.js --enable-crt-debug)
Kalle Sommer Nielsen [Wed, 11 Aug 2010 21:47:49 +0000 (21:47 +0000)]
Ignore the x64 directory for Windows x64 builds
Kalle Sommer Nielsen [Wed, 11 Aug 2010 21:41:30 +0000 (21:41 +0000)]
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
Dmitry Stogov [Wed, 11 Aug 2010 15:34:06 +0000 (15:34 +0000)]
Optimization of ASSIGN instruction
Dmitry Stogov [Wed, 11 Aug 2010 09:38:41 +0000 (09:38 +0000)]
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
Dmitry Stogov [Wed, 11 Aug 2010 08:34:54 +0000 (08:34 +0000)]
Fixed support for static properties of internal classes
Felipe Pena [Tue, 10 Aug 2010 22:37:24 +0000 (22:37 +0000)]
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
Dmitry Stogov [Tue, 10 Aug 2010 15:24:19 +0000 (15:24 +0000)]
Optimization (IS_TMP_VARs don't need reference counting)
Dmitry Stogov [Tue, 10 Aug 2010 14:44:50 +0000 (14:44 +0000)]
Prevent generation of long strings
Dmitry Stogov [Tue, 10 Aug 2010 14:43:17 +0000 (14:43 +0000)]
Optimization
Ilia Alshanetsky [Tue, 10 Aug 2010 00:19:51 +0000 (00:19 +0000)]
Make http_response_code() return FALSE where data is not available (Ex. cli sapi)
Andrey Hristov [Mon, 9 Aug 2010 17:29:30 +0000 (17:29 +0000)]
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
Andrey Hristov [Mon, 9 Aug 2010 17:01:57 +0000 (17:01 +0000)]
Lay foundations for named pipe support in mysqlnd
Kalle Sommer Nielsen [Mon, 9 Aug 2010 13:27:13 +0000 (13:27 +0000)]
Update UPGRADING
Kalle Sommer Nielsen [Mon, 9 Aug 2010 13:10:32 +0000 (13:10 +0000)]
Implemented FR #52555 (Ability to get HTTP response code)
- Patch by Paul Dragoonis
Pierre Joye [Mon, 9 Aug 2010 08:14:14 +0000 (08:14 +0000)]
- #52523, fix logic (0 is perfectly valid as part of the data, bin data)
Pierre Joye [Mon, 9 Aug 2010 07:32:21 +0000 (07:32 +0000)]
- WS
Felipe Pena [Sun, 8 Aug 2010 23:56:29 +0000 (23:56 +0000)]
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)
Felipe Pena [Sun, 8 Aug 2010 22:43:14 +0000 (22:43 +0000)]
- Back the free() call for __iterator_wrapper to free the ce->name, as it is a fake class
Felipe Pena [Sun, 8 Aug 2010 20:07:23 +0000 (20:07 +0000)]
- Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(..., "Foo", ...))
Felipe Pena [Sun, 8 Aug 2010 16:48:32 +0000 (16:48 +0000)]
- Fix test
Ilia Alshanetsky [Sun, 8 Aug 2010 15:45:02 +0000 (15:45 +0000)]
Additional fix for bug #52550 & fix test & warning from previous fixes
Felipe Pena [Sun, 8 Aug 2010 15:06:14 +0000 (15:06 +0000)]
- Fixed bug #52539 (Calling function from rebound Closure causes crash)
Christopher Jones [Sat, 7 Aug 2010 00:24:26 +0000 (00:24 +0000)]
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release
Felipe Pena [Fri, 6 Aug 2010 23:05:39 +0000 (23:05 +0000)]
- Added missing SKIPIF
Felipe Pena [Fri, 6 Aug 2010 23:01:32 +0000 (23:01 +0000)]
- Fix test
Felipe Pena [Fri, 6 Aug 2010 22:57:41 +0000 (22:57 +0000)]
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
patch by: glen at delfi dot ee
Felipe Pena [Fri, 6 Aug 2010 22:23:39 +0000 (22:23 +0000)]
- Updated generated file
Felipe Pena [Fri, 6 Aug 2010 22:21:13 +0000 (22:21 +0000)]
- Fix build
Johannes Schlüter [Fri, 6 Aug 2010 22:19:47 +0000 (22:19 +0000)]
- ext_skelshould create a .svnignore not .cvsignore these days
Ilia Alshanetsky [Fri, 6 Aug 2010 20:16:11 +0000 (20:16 +0000)]
WS
Ilia Alshanetsky [Fri, 6 Aug 2010 20:04:29 +0000 (20:04 +0000)]
Another fix for issue indentified in bug #52550
Ilia Alshanetsky [Fri, 6 Aug 2010 19:55:10 +0000 (19:55 +0000)]
Fixed issues inside str_pad() identified by bug #52550
David Soria Parra [Fri, 6 Aug 2010 19:47:03 +0000 (19:47 +0000)]
make ssl_set return value in mysqlnd compatible with libmysqli return value
Ilia Alshanetsky [Fri, 6 Aug 2010 19:11:34 +0000 (19:11 +0000)]
Use correct order of operations. Second of many fixes for bug #52550
Rasmus Lerdorf [Fri, 6 Aug 2010 18:19:23 +0000 (18:19 +0000)]
Do these ops in the right order here. First of many fixes for
bug #52550
Felipe Pena [Thu, 5 Aug 2010 17:09:08 +0000 (17:09 +0000)]
- Fixed ZTS build (Kalle)
Johannes Schlüter [Thu, 5 Aug 2010 13:29:44 +0000 (13:29 +0000)]
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
Dmitry Stogov [Thu, 5 Aug 2010 13:10:15 +0000 (13:10 +0000)]
Use interned strings for class names
Felipe Pena [Wed, 4 Aug 2010 23:11:44 +0000 (23:11 +0000)]
- Fixed bug #52534 (var_export array with negative key)
Dmitry Stogov [Tue, 3 Aug 2010 08:19:51 +0000 (08:19 +0000)]
cleanup
Jérôme Loyet [Mon, 2 Aug 2010 21:46:52 +0000 (21:46 +0000)]
BUG: all value comparaisons were not case insensitive in the conf file parser
Jérôme Loyet [Mon, 2 Aug 2010 09:28:54 +0000 (09:28 +0000)]
typo
Jérôme Loyet [Mon, 2 Aug 2010 09:02:48 +0000 (09:02 +0000)]
correct php-fpm.conf: slowlog has no default value
Felipe Pena [Mon, 2 Aug 2010 01:35:02 +0000 (01:35 +0000)]
- Added missing parameter checks for new methods (trunk only)
Stefan Marr [Sun, 1 Aug 2010 20:53:32 +0000 (20:53 +0000)]
Added Traits to the NEWS file.
#There doesn't seem to be a consitent ordering,
#so I put it in front of the list, since it is a major language addition. Hope thats ok.
Felipe Pena [Sun, 1 Aug 2010 17:34:09 +0000 (17:34 +0000)]
- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)
Felipe Pena [Sun, 1 Aug 2010 16:24:42 +0000 (16:24 +0000)]
- Removed safe-mode tests
Felipe Pena [Sun, 1 Aug 2010 15:26:54 +0000 (15:26 +0000)]
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
Felipe Pena [Sun, 1 Aug 2010 13:27:02 +0000 (13:27 +0000)]
- Fixed bug #52484 (__set() ignores setting properties with empty names)
Felipe Pena [Thu, 29 Jul 2010 23:46:49 +0000 (23:46 +0000)]
- New test
Felipe Pena [Thu, 29 Jul 2010 23:38:55 +0000 (23:38 +0000)]
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory)
Jérôme Loyet [Thu, 29 Jul 2010 22:07:00 +0000 (22:07 +0000)]
- Fixed bug #52476 (move php-fpm man page from section 1 to section 8)
Raphael Geissert [Thu, 29 Jul 2010 19:13:42 +0000 (19:13 +0000)]
Fix required facilities for php-fpm's init script
$all should only be used in rare, and very specific, cases.
Pierre Joye [Thu, 29 Jul 2010 12:06:15 +0000 (12:06 +0000)]
- fix build
Dmitry Stogov [Thu, 29 Jul 2010 09:46:59 +0000 (09:46 +0000)]
ZEND_UNSET_* don't have results
Felipe Pena [Thu, 29 Jul 2010 01:59:40 +0000 (01:59 +0000)]
- Makes "parent" and "self" checking case-insensitive
Sriram Natarajan [Tue, 27 Jul 2010 21:42:22 +0000 (21:42 +0000)]
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)
# PCRE's config.h can very well reuse the definitions made available from
# PHP's configure script output available within php_config.h
Dmitry Stogov [Tue, 27 Jul 2010 09:50:35 +0000 (09:50 +0000)]
Additional specialization
Dmitry Stogov [Mon, 26 Jul 2010 12:40:32 +0000 (12:40 +0000)]
Removed deprecated check
Stanley Sufficool [Sat, 24 Jul 2010 14:05:44 +0000 (14:05 +0000)]
Remove obsolete non phpt test script.
Dmitry Stogov [Tue, 20 Jul 2010 11:28:53 +0000 (11:28 +0000)]
typo
Adam Harvey [Tue, 20 Jul 2010 04:26:57 +0000 (04:26 +0000)]
Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented
prototype for lcfirst() to actually read lcfirst().
Dmitry Stogov [Mon, 19 Jul 2010 15:04:51 +0000 (15:04 +0000)]
Use proper fetch types
Dmitry Stogov [Mon, 19 Jul 2010 14:34:34 +0000 (14:34 +0000)]
Removed invalid checks
Adam Harvey [Mon, 19 Jul 2010 10:46:44 +0000 (10:46 +0000)]
Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
bit)).
Dmitry Stogov [Fri, 16 Jul 2010 13:38:09 +0000 (13:38 +0000)]
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.
Dmitry Stogov [Fri, 16 Jul 2010 11:44:30 +0000 (11:44 +0000)]
Simplified string offset reading
Andrey Hristov [Thu, 15 Jul 2010 16:57:14 +0000 (16:57 +0000)]
Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd
Pierre Joye [Thu, 15 Jul 2010 00:13:20 +0000 (00:13 +0000)]
- fix vc6 build
Dmitry Stogov [Wed, 14 Jul 2010 15:20:44 +0000 (15:20 +0000)]
Optimized defaut Content-Type HTTP header processing
Dmitry Stogov [Wed, 14 Jul 2010 10:27:08 +0000 (10:27 +0000)]
Fixed incorrect reinitialization
Kalle Sommer Nielsen [Wed, 14 Jul 2010 00:04:43 +0000 (00:04 +0000)]
Update the re2c files aswell (bug #51943)