]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Wed, 28 Oct 2009 13:04:42 +0000 (13:04 +0000)]
Lower the max upload default to 20
Stanislav Malyshev [Tue, 27 Oct 2009 23:21:00 +0000 (23:21 +0000)]
fix version
Jani Taskinen [Tue, 27 Oct 2009 22:15:19 +0000 (22:15 +0000)]
- You add, remove, fix or implement. Introduce yourself to someone else.
Felipe Pena [Tue, 27 Oct 2009 21:57:26 +0000 (21:57 +0000)]
- Fixed bug #50018 (Typo in spl_limit_it_seek())
Felipe Pena [Tue, 27 Oct 2009 21:37:03 +0000 (21:37 +0000)]
- Fixed memory leak in openssl_pkcs12_export_to_file()
Pierre Joye [Tue, 27 Oct 2009 19:16:55 +0000 (19:16 +0000)]
- Fixed crash in com_print_typeinfo when an invalid typelib is given
Ilia Alshanetsky [Tue, 27 Oct 2009 16:13:48 +0000 (16:13 +0000)]
Introduced a max_file_uploads INI setting, which is set to limit the
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
David Soria Parra [Tue, 27 Oct 2009 13:02:36 +0000 (13:02 +0000)]
- Fixed bug #49142 (crash when exception thrown from __tostring())
Pierre Joye [Tue, 27 Oct 2009 10:41:45 +0000 (10:41 +0000)]
- #48752, crash during date parsing with invalid date
Stanislav Malyshev [Mon, 26 Oct 2009 22:37:26 +0000 (22:37 +0000)]
add test
Stanislav Malyshev [Mon, 26 Oct 2009 22:35:48 +0000 (22:35 +0000)]
add collator_get_sort_key()
Derick Rethans [Mon, 26 Oct 2009 14:09:23 +0000 (14:09 +0000)]
- Updated to version 2009.16 (2009p)
Ilia Alshanetsky [Mon, 26 Oct 2009 12:57:01 +0000 (12:57 +0000)]
Fixed bug #49921 (Curl post upload functions changed).
Ulf Wendel [Mon, 26 Oct 2009 11:48:47 +0000 (11:48 +0000)]
Updating test - no error message any more. Maybe the PDO core has changed... whatever, one issue less
Ulf Wendel [Mon, 26 Oct 2009 11:41:30 +0000 (11:41 +0000)]
Updating test, mysqlnd support init commands
Ilia Alshanetsky [Mon, 26 Oct 2009 02:02:28 +0000 (02:02 +0000)]
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Jani Taskinen [Sun, 25 Oct 2009 20:17:04 +0000 (20:17 +0000)]
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
Pierre Joye [Sat, 24 Oct 2009 19:52:23 +0000 (19:52 +0000)]
- #49986, fix ICU DLLs path
Johannes Schlüter [Fri, 23 Oct 2009 16:47:35 +0000 (16:47 +0000)]
Fix #49972 (AppendIterator undefined function crash)
Ulf Wendel [Fri, 23 Oct 2009 12:44:05 +0000 (12:44 +0000)]
Fix: log slow queries in stats regardless of mysqlnd.log_mask setting.
Ilia Alshanetsky [Thu, 22 Oct 2009 19:39:08 +0000 (19:39 +0000)]
Fixed test
Andrey Hristov [Thu, 22 Oct 2009 17:36:12 +0000 (17:36 +0000)]
Don't forget to update the length too
Andrey Hristov [Thu, 22 Oct 2009 17:07:55 +0000 (17:07 +0000)]
Have the lengths also to skip many calls to strlen
Ulf Wendel [Thu, 22 Oct 2009 16:10:02 +0000 (16:10 +0000)]
Updating mysqlnd version number.
Ulf Wendel [Thu, 22 Oct 2009 16:05:33 +0000 (16:05 +0000)]
Fixing stats, updating test to accept new stats
Andrey Hristov [Thu, 22 Oct 2009 15:17:03 +0000 (15:17 +0000)]
Move definition
Andrey Hristov [Thu, 22 Oct 2009 14:30:51 +0000 (14:30 +0000)]
Count number of affected_rows for normal and PS queries
Ulf Wendel [Wed, 21 Oct 2009 18:57:45 +0000 (18:57 +0000)]
There subtle differences between Linux and Win. mysqlnd is a bit more verbose on Win... silencing to make the test pass
Pierre Joye [Wed, 21 Oct 2009 06:42:08 +0000 (06:42 +0000)]
- fix leak in DL on error (windows)
Ulf Wendel [Tue, 20 Oct 2009 17:54:57 +0000 (17:54 +0000)]
Making test a bit more portable
Ulf Wendel [Tue, 20 Oct 2009 17:03:32 +0000 (17:03 +0000)]
Fixing test
Ulf Wendel [Tue, 20 Oct 2009 14:11:43 +0000 (14:11 +0000)]
libmysql is still 'buggy' - skip test with libmysql
Ulf Wendel [Tue, 20 Oct 2009 13:58:57 +0000 (13:58 +0000)]
Well, hacking around to cope with mysql version specific behaviour if using libmysql...
Antony Dovgal [Tue, 20 Oct 2009 12:57:44 +0000 (12:57 +0000)]
fix crash on empty doc_root
Ulf Wendel [Tue, 20 Oct 2009 12:41:58 +0000 (12:41 +0000)]
Skipping tests if InnoDB is available but disabled. I wonder what InnoDB status comes next...
Ulf Wendel [Tue, 20 Oct 2009 12:31:04 +0000 (12:31 +0000)]
Fixing typo in SKIPIF and partly skipping tests if using remote MySQL because LOAD LOCAL INFILE will fail
Ulf Wendel [Tue, 20 Oct 2009 08:41:11 +0000 (08:41 +0000)]
Making test pass when MySQL runs on Win*
Ulf Wendel [Tue, 20 Oct 2009 08:23:06 +0000 (08:23 +0000)]
Bail if connect.inc gets included twice. Including twice is most likely a 'bug'. See also http://news.php.net/php.cvs/60720
Pierre Joye [Mon, 19 Oct 2009 23:41:14 +0000 (23:41 +0000)]
- MFH: fix realloc usage
Pierre Joye [Mon, 19 Oct 2009 23:32:07 +0000 (23:32 +0000)]
- Fix ACL support and add support for ACL for TS SAPI. Be sure to get the impersonated token when the impersonation has been done. Add the SID as part of the key for the cache (so each SID gets its cache and not previous requests run under other SID)
Johannes Schlüter [Mon, 19 Oct 2009 21:50:08 +0000 (21:50 +0000)]
Fix test to remove temporary files
Johannes Schlüter [Mon, 19 Oct 2009 21:43:34 +0000 (21:43 +0000)]
Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught
Reflection (Felipe)
Johannes Schlüter [Mon, 19 Oct 2009 21:16:07 +0000 (21:16 +0000)]
Merge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1
Ulf Wendel [Mon, 19 Oct 2009 20:07:25 +0000 (20:07 +0000)]
Using require[_once] instead of include. Adding logic to connect.inc to detect multiple inclusions of connect.inc which leads to a Fatal error because of my_mysqli_connect() function redefinition. Some tests did include connect.inc twice -> run-tests - even the one from trunk - did not detect Fatal error in SKIPIF -> false-positive test result...
Pierre Joye [Mon, 19 Oct 2009 19:58:45 +0000 (19:58 +0000)]
- we don't distribute the crt9 dll, don't try to add it
Pierre Joye [Mon, 19 Oct 2009 19:02:12 +0000 (19:02 +0000)]
- add custom DLL to the package and fix the path to the deps bin (needs absolute path in some cases)
Derick Rethans [Mon, 19 Oct 2009 16:29:13 +0000 (16:29 +0000)]
- Updated to version 2009.15 (2009o)
Ulf Wendel [Mon, 19 Oct 2009 16:07:10 +0000 (16:07 +0000)]
mysqlnd is a bit more verbose than libmysql - silence mysqlnd here for easier comparison of test results.
Jani Taskinen [Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)]
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
Ulf Wendel [Mon, 19 Oct 2009 12:55:11 +0000 (12:55 +0000)]
MySQL server and metadata - a sad story... trying to make the test pass with a few more server versions
Jani Taskinen [Mon, 19 Oct 2009 12:37:17 +0000 (12:37 +0000)]
fn
Ulf Wendel [Mon, 19 Oct 2009 12:09:48 +0000 (12:09 +0000)]
Fixing host info for TCP/IP and aligning mysqlnd and libmysql
Stanislav Malyshev [Fri, 16 Oct 2009 23:34:31 +0000 (23:34 +0000)]
improve fix for #49767 and #47627 - make PHP report
"no script" on 404 again
Ulf Wendel [Fri, 16 Oct 2009 13:02:01 +0000 (13:02 +0000)]
Extending mysqlnd statistics/monitoring. Now counting COM_* commands.
Nuno Lopes [Fri, 16 Oct 2009 10:51:29 +0000 (10:51 +0000)]
ignore php_mysqlnd_config.h file
Scott MacVicar [Fri, 16 Oct 2009 02:22:48 +0000 (02:22 +0000)]
Add metadata support to the bundled version of libsqlite on Windows, part of bug #49206.
Will commit the new feature part separately.
Scott MacVicar [Fri, 16 Oct 2009 02:10:52 +0000 (02:10 +0000)]
Part fix for bug #49224
Scott MacVicar [Fri, 16 Oct 2009 01:56:36 +0000 (01:56 +0000)]
Update libsqlite to 3.6.19
Ulf Wendel [Thu, 15 Oct 2009 20:46:08 +0000 (20:46 +0000)]
Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761
Ulf Wendel [Thu, 15 Oct 2009 15:49:40 +0000 (15:49 +0000)]
Fixing problems when calling connect (again and again) on a valid connection handle. Most of the patch comes from Andrey.
Pierre Joye [Thu, 15 Oct 2009 13:09:25 +0000 (13:09 +0000)]
- #48779, fix another use case where / usage may differ
Ilia Alshanetsky [Thu, 15 Oct 2009 12:26:54 +0000 (12:26 +0000)]
Fixed bug #49855 (import_request_variables() always returns NULL).
Ilia Alshanetsky [Wed, 14 Oct 2009 01:32:07 +0000 (01:32 +0000)]
Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes).
Stanislav Malyshev [Tue, 13 Oct 2009 20:54:28 +0000 (20:54 +0000)]
oops, that doesn't belong to this patch
Stanislav Malyshev [Tue, 13 Oct 2009 20:10:07 +0000 (20:10 +0000)]
add safeguard for UpdateIniFromRegistry on NULL arg
Stanislav Malyshev [Tue, 13 Oct 2009 19:58:59 +0000 (19:58 +0000)]
fix crash for bug #47627
Derick Rethans [Tue, 13 Oct 2009 08:16:35 +0000 (08:16 +0000)]
- Updated to version 2009.14 (2009n)
Moriyoshi Koizumi [Tue, 13 Oct 2009 05:18:37 +0000 (05:18 +0000)]
- Bug #49785: take 5. What the hell happened to me...
Felipe Pena [Mon, 12 Oct 2009 19:23:07 +0000 (19:23 +0000)]
- BFN
Felipe Pena [Mon, 12 Oct 2009 19:04:00 +0000 (19:04 +0000)]
- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection
Felipe Pena [Mon, 12 Oct 2009 17:09:11 +0000 (17:09 +0000)]
- Fixed PDORow and PDOStatement crashes when instantiating throught Reflection
Pierre Joye [Mon, 12 Oct 2009 14:40:27 +0000 (14:40 +0000)]
- #48779, improve fix, drop usage of _tolower and use zend_strtolower
Moriyoshi Koizumi [Mon, 12 Oct 2009 14:29:45 +0000 (14:29 +0000)]
- Bug #49785: take 4 - typo. this flaw is unharmful since the return value of get_next_char() is only used when UTF-8 is specified to the third argument.
Pierre Joye [Mon, 12 Oct 2009 10:01:37 +0000 (10:01 +0000)]
- check max colors while loading gd2 palette image (patch by Tomas Hoger)
Moriyoshi Koizumi [Sun, 11 Oct 2009 23:52:33 +0000 (23:52 +0000)]
- A couple more fix for my previous fix.
(one of the fix by Arnaud Le Blanc. Thanks!)
Pierre Joye [Sun, 11 Oct 2009 21:04:35 +0000 (21:04 +0000)]
- fix possible issue in TS environment (we don't have to do that anymore anyway in 5.3+)
Pierre Joye [Sun, 11 Oct 2009 20:50:53 +0000 (20:50 +0000)]
- #48779, don't loop twice over the path chars
Felipe Pena [Sun, 11 Oct 2009 15:23:09 +0000 (15:23 +0000)]
- Fix compiler warning
Felipe Pena [Fri, 9 Oct 2009 20:01:16 +0000 (20:01 +0000)]
- Fixed build and comment-style
Garrett Serack [Fri, 9 Oct 2009 19:43:00 +0000 (19:43 +0000)]
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)
Moriyoshi Koizumi [Fri, 9 Oct 2009 17:13:05 +0000 (17:13 +0000)]
- More tests to go.
Moriyoshi Koizumi [Fri, 9 Oct 2009 10:02:38 +0000 (10:02 +0000)]
- Fixed bug #49785 (insufficient input string validation of htmlspecialchars()).
Pierre Joye [Thu, 8 Oct 2009 20:59:50 +0000 (20:59 +0000)]
- missing define
Pierre Joye [Thu, 8 Oct 2009 20:40:48 +0000 (20:40 +0000)]
- typo
Pierre Joye [Thu, 8 Oct 2009 20:28:21 +0000 (20:28 +0000)]
- [DOC] add enchant_broket_set_dict_path and enchant_broker_get_dict_path
- add constants ENCHANT_MYSPELL and ENCHANT_ISPELL
Ulf Wendel [Thu, 8 Oct 2009 16:33:17 +0000 (16:33 +0000)]
Avoid buffer resizing and let the initial buffer allocation happen a couple of lines later with conn->m->set_client_option(conn, MYSQLND_OPT_NET_CMD_BUFFER_SIZE, ...). Andrey, I leave it to you to change the default size to 128k.
Jani Taskinen [Thu, 8 Oct 2009 14:21:53 +0000 (14:21 +0000)]
- Fixed bug #49809 (time_sleep_until is not available on solaris)
Ulf Wendel [Thu, 8 Oct 2009 11:40:16 +0000 (11:40 +0000)]
Fixing pconnect statistics.
Matteo Beccati [Wed, 7 Oct 2009 17:40:16 +0000 (17:40 +0000)]
- Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
# original patch by Mark Kirkwood
Andrey Hristov [Wed, 7 Oct 2009 17:33:51 +0000 (17:33 +0000)]
Increase the minimal size of the command buffer, which is used
for sending queries and in the future commpressed patch for reading
almost all packets from the wire instead of using stack buffers.
Ilia Alshanetsky [Wed, 7 Oct 2009 12:46:29 +0000 (12:46 +0000)]
Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
# original patch by wmeler at wp-sa dot pl
Christopher Jones [Tue, 6 Oct 2009 23:21:11 +0000 (23:21 +0000)]
bump ver
Christopher Jones [Tue, 6 Oct 2009 22:36:32 +0000 (22:36 +0000)]
1. Introduce connection attribute functions:
oci_set_module_name
oci_set_action
oci_set_client_info
oci_set_client_identifier
These functions set values that are visible and used by the
database. They aid tracing, authentication and auditing.
2. Introduce connection attribute function:
oci_set_edition
Oracle 11g R2 "editions" allow multiple versions of DB objects
to exist at one time. By setting different editions, two
different versions of an application can run concurrently,
making upgrades or A/B testing easier.
3. Introduce OCI_NO_AUTO_COMMIT as an alias for the OCI_DEFAULT
constant (which is not the default value) used by oci_execute().
4. Allow the oci_set_prefetch value to be 0. This is important in
some cases using REF CURSORS in Oracle 11gR2.
5. Set the DRIVER_NAME attribute of Oracle Database 11gR2
connections to aid application tracing. The value used is to
"PHP OCI8" followed by the OCI8 version number. Note the
version number may get truncated in DB views such as
v$session_connect_info.
6. Generate an error if an invalid resource type is used in
oci_bind_by_name
[DOC] Documentation will be added for the changes
Etienne Kneuss [Tue, 6 Oct 2009 13:34:56 +0000 (13:34 +0000)]
Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage)
Andrey Hristov [Tue, 6 Oct 2009 12:53:01 +0000 (12:53 +0000)]
revert the last change
Andrey Hristov [Tue, 6 Oct 2009 10:33:23 +0000 (10:33 +0000)]
count the queries
Jani Taskinen [Tue, 6 Oct 2009 10:00:53 +0000 (10:00 +0000)]
pff
Christopher Jones [Mon, 5 Oct 2009 22:57:48 +0000 (22:57 +0000)]
Fix odd little diff in some environments. No need for trunk merge
Christopher Jones [Mon, 5 Oct 2009 22:51:21 +0000 (22:51 +0000)]
Fix diff when full connection string used. Clean up helper files
Ilia Alshanetsky [Mon, 5 Oct 2009 14:45:54 +0000 (14:45 +0000)]
Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications).
# original patch by Florian Anderiasch