]> granicus.if.org Git - php/log
php
15 years agoAdd pecl mail list
Christopher Jones [Fri, 6 Nov 2009 02:09:47 +0000 (02:09 +0000)]
Add pecl mail list

15 years agoUpdate and fix grammar
Christopher Jones [Thu, 5 Nov 2009 23:03:28 +0000 (23:03 +0000)]
Update and fix grammar

15 years agoFix tests
andy wharmby [Thu, 5 Nov 2009 22:44:02 +0000 (22:44 +0000)]
Fix tests

15 years agoMake sure that max_file_uploads is set to 20 by-default in all places
Ilia Alshanetsky [Thu, 5 Nov 2009 13:29:34 +0000 (13:29 +0000)]
Make sure that max_file_uploads is set to 20 by-default in all places

15 years agoFixing test: of course, libmysql won't care about open_basedir, but mysqlnd should
Ulf Wendel [Thu, 5 Nov 2009 12:14:08 +0000 (12:14 +0000)]
Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd should

15 years agoFixing test: it didn't do a select_db and gave a false-positive with libmysql
Ulf Wendel [Thu, 5 Nov 2009 11:51:21 +0000 (11:51 +0000)]
Fixing test: it didn't do a select_db and  gave a false-positive with libmysql

15 years ago- Missing entry
Jani Taskinen [Thu, 5 Nov 2009 11:33:32 +0000 (11:33 +0000)]
- Missing entry

15 years agoAvoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)
Dmitry Stogov [Thu, 5 Nov 2009 10:38:56 +0000 (10:38 +0000)]
Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)

15 years agoFixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind...
Dmitry Stogov [Thu, 5 Nov 2009 09:33:19 +0000 (09:33 +0000)]
Fixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind Srinivasan)

15 years ago- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Matteo Beccati [Wed, 4 Nov 2009 19:32:27 +0000 (19:32 +0000)]
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

15 years ago- Reverting previous fix for bug #49985
Matteo Beccati [Wed, 4 Nov 2009 19:16:39 +0000 (19:16 +0000)]
- Reverting previous fix for bug #49985
# Unmerged changes from revision 289924

15 years agomysqli won't accept empty string for socket, skip test of mysqli.default_socket if...
Ulf Wendel [Wed, 4 Nov 2009 16:56:32 +0000 (16:56 +0000)]
mysqli won't accept empty string for socket, skip test of mysqli.default_socket if test run does not use socket

15 years agoSkipping if MySQL old password algorithm is in use as it seems to be the case on...
Ulf Wendel [Wed, 4 Nov 2009 16:09:07 +0000 (16:09 +0000)]
Skipping if MySQL old password algorithm is in use as it seems to be the case on gcov.php.net

15 years agoFixed bug #50073 (parse_url() incorrect when ? in fragment).
Ilia Alshanetsky [Wed, 4 Nov 2009 13:44:10 +0000 (13:44 +0000)]
Fixed bug #50073 (parse_url() incorrect when ? in fragment).

15 years agoAdding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing...
Ulf Wendel [Wed, 4 Nov 2009 12:33:49 +0000 (12:33 +0000)]
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.

15 years agoadded timezone define for NetWare.
Guenter Knauf [Tue, 3 Nov 2009 21:26:39 +0000 (21:26 +0000)]
added timezone define for NetWare.

15 years agoremoved now obsolete NetWare hack since I fixed this
Guenter Knauf [Tue, 3 Nov 2009 21:21:34 +0000 (21:21 +0000)]
removed now obsolete NetWare hack since I fixed this
with Novell some longer time ago in their SDK header.

15 years agoFix for bug #49965 . Let mysqli_options() try to cast option values to the appropriat...
Ulf Wendel [Tue, 3 Nov 2009 14:56:04 +0000 (14:56 +0000)]
Fix for bug #49965 . Let mysqli_options() try to cast option values to the appropriate type.

15 years agoBFN
Scott MacVicar [Tue, 3 Nov 2009 12:23:54 +0000 (12:23 +0000)]
BFN

15 years agoUpdate PCRE to 8.00
Scott MacVicar [Tue, 3 Nov 2009 12:15:03 +0000 (12:15 +0000)]
Update PCRE to 8.00

15 years ago- fix lenght for alloc and cpy (Kanwal)
Pierre Joye [Tue, 3 Nov 2009 10:48:12 +0000 (10:48 +0000)]
- fix lenght for alloc and cpy (Kanwal)

15 years ago- Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size
Pierre Joye [Mon, 2 Nov 2009 20:46:52 +0000 (20:46 +0000)]
- Fixed #50052, Different Hashes on Windows and Linux on wrong Salt size

15 years ago- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)
Felipe Pena [Mon, 2 Nov 2009 17:37:32 +0000 (17:37 +0000)]
- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)

15 years ago- Updated to version 2009.17 (2009q)
Derick Rethans [Mon, 2 Nov 2009 16:12:20 +0000 (16:12 +0000)]
- Updated to version 2009.17 (2009q)

15 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 2 Nov 2009 13:33:24 +0000 (13:33 +0000)]
Fixed compiler warnings

15 years ago- Fixed bug #49908 (throwing exception in __autoload crashes when interface is not...
Felipe Pena [Sun, 1 Nov 2009 21:26:03 +0000 (21:26 +0000)]
- Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined)

15 years ago- Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]
Felipe Pena [Sun, 1 Nov 2009 17:30:55 +0000 (17:30 +0000)]
- Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]

15 years ago- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property...
Felipe Pena [Sun, 1 Nov 2009 15:12:34 +0000 (15:12 +0000)]
- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class)

15 years agoFixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails
Takeshi Abe [Sun, 1 Nov 2009 05:04:35 +0000 (05:04 +0000)]
Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails

15 years agoreport collator_get_sort_key
Stanislav Malyshev [Fri, 30 Oct 2009 17:27:55 +0000 (17:27 +0000)]
report collator_get_sort_key

15 years agoSet WINVER to Windows 2000 like in config.w32.h.in
Kalle Sommer Nielsen [Fri, 30 Oct 2009 14:20:15 +0000 (14:20 +0000)]
Set WINVER to Windows 2000 like in config.w32.h.in

15 years agoFixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)
Ilia Alshanetsky [Thu, 29 Oct 2009 13:33:51 +0000 (13:33 +0000)]
Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)

# Original patch by six at aegis-corp dot org

15 years agoLower the max upload default to 20
Ilia Alshanetsky [Wed, 28 Oct 2009 13:04:42 +0000 (13:04 +0000)]
Lower the max upload default to 20

15 years agofix version
Stanislav Malyshev [Tue, 27 Oct 2009 23:21:00 +0000 (23:21 +0000)]
fix version

15 years ago- You add, remove, fix or implement. Introduce yourself to someone else.
Jani Taskinen [Tue, 27 Oct 2009 22:15:19 +0000 (22:15 +0000)]
- You add, remove, fix or implement. Introduce yourself to someone else.

15 years ago- Fixed bug #50018 (Typo in spl_limit_it_seek())
Felipe Pena [Tue, 27 Oct 2009 21:57:26 +0000 (21:57 +0000)]
- Fixed bug #50018 (Typo in spl_limit_it_seek())

15 years ago- Fixed memory leak in openssl_pkcs12_export_to_file()
Felipe Pena [Tue, 27 Oct 2009 21:37:03 +0000 (21:37 +0000)]
- Fixed memory leak in openssl_pkcs12_export_to_file()

15 years ago- Fixed crash in com_print_typeinfo when an invalid typelib is given
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

15 years agoIntroduced a max_file_uploads INI setting, which is set to limit the
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.

15 years ago- Fixed bug #49142 (crash when exception thrown from __tostring())
David Soria Parra [Tue, 27 Oct 2009 13:02:36 +0000 (13:02 +0000)]
- Fixed bug #49142 (crash when exception thrown from __tostring())

15 years ago- #48752, crash during date parsing with invalid date
Pierre Joye [Tue, 27 Oct 2009 10:41:45 +0000 (10:41 +0000)]
- #48752, crash during date parsing with invalid date

15 years agoadd test
Stanislav Malyshev [Mon, 26 Oct 2009 22:37:26 +0000 (22:37 +0000)]
add test

15 years agoadd collator_get_sort_key()
Stanislav Malyshev [Mon, 26 Oct 2009 22:35:48 +0000 (22:35 +0000)]
add collator_get_sort_key()

15 years ago- Updated to version 2009.16 (2009p)
Derick Rethans [Mon, 26 Oct 2009 14:09:23 +0000 (14:09 +0000)]
- Updated to version 2009.16 (2009p)

15 years agoFixed bug #49921 (Curl post upload functions changed).
Ilia Alshanetsky [Mon, 26 Oct 2009 12:57:01 +0000 (12:57 +0000)]
Fixed bug #49921 (Curl post upload functions changed).

15 years agoUpdating test - no error message any more. Maybe the PDO core has changed... whatever...
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

15 years agoUpdating test, mysqlnd support init commands
Ulf Wendel [Mon, 26 Oct 2009 11:41:30 +0000 (11:41 +0000)]
Updating test, mysqlnd support init commands

15 years ago- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
Ilia Alshanetsky [Mon, 26 Oct 2009 02:02:28 +0000 (02:02 +0000)]
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).

15 years ago- Fixed bug #49990 (SNMP3 warning message about security level printed twice).
Jani Taskinen [Sun, 25 Oct 2009 20:17:04 +0000 (20:17 +0000)]
- Fixed bug #49990 (SNMP3 warning message about security level printed twice).

15 years ago- #49986, fix ICU DLLs path
Pierre Joye [Sat, 24 Oct 2009 19:52:23 +0000 (19:52 +0000)]
- #49986, fix ICU DLLs path

15 years agoFix #49972 (AppendIterator undefined function crash)
Johannes Schlüter [Fri, 23 Oct 2009 16:47:35 +0000 (16:47 +0000)]
Fix #49972 (AppendIterator undefined function crash)

15 years agoFix: log slow queries in stats regardless of mysqlnd.log_mask setting.
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.

15 years agoFixed test
Ilia Alshanetsky [Thu, 22 Oct 2009 19:39:08 +0000 (19:39 +0000)]
Fixed test

15 years agoDon't forget to update the length too
Andrey Hristov [Thu, 22 Oct 2009 17:36:12 +0000 (17:36 +0000)]
Don't forget to update the length too

15 years agoHave the lengths also to skip many calls to strlen
Andrey Hristov [Thu, 22 Oct 2009 17:07:55 +0000 (17:07 +0000)]
Have the lengths also to skip many calls to strlen

15 years agoUpdating mysqlnd version number.
Ulf Wendel [Thu, 22 Oct 2009 16:10:02 +0000 (16:10 +0000)]
Updating mysqlnd version number.

15 years agoFixing stats, updating test to accept new stats
Ulf Wendel [Thu, 22 Oct 2009 16:05:33 +0000 (16:05 +0000)]
Fixing stats, updating test to accept new stats

15 years agoMove definition
Andrey Hristov [Thu, 22 Oct 2009 15:17:03 +0000 (15:17 +0000)]
Move definition

15 years agoCount number of affected_rows for normal and PS queries
Andrey Hristov [Thu, 22 Oct 2009 14:30:51 +0000 (14:30 +0000)]
Count number of affected_rows for normal and PS queries

15 years agoThere subtle differences between Linux and Win. mysqlnd is a bit more verbose on...
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

15 years ago- fix leak in DL on error (windows)
Pierre Joye [Wed, 21 Oct 2009 06:42:08 +0000 (06:42 +0000)]
- fix leak in DL on error (windows)

15 years agoMaking test a bit more portable
Ulf Wendel [Tue, 20 Oct 2009 17:54:57 +0000 (17:54 +0000)]
Making test a bit more portable

15 years agoFixing test
Ulf Wendel [Tue, 20 Oct 2009 17:03:32 +0000 (17:03 +0000)]
Fixing test

15 years agolibmysql is still 'buggy' - skip test with libmysql
Ulf Wendel [Tue, 20 Oct 2009 14:11:43 +0000 (14:11 +0000)]
libmysql is still 'buggy' - skip test with libmysql

15 years agoWell, hacking around to cope with mysql version specific behaviour if using 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...

15 years agofix crash on empty doc_root
Antony Dovgal [Tue, 20 Oct 2009 12:57:44 +0000 (12:57 +0000)]
fix crash on empty doc_root

15 years agoSkipping tests if InnoDB is available but disabled. I wonder what InnoDB status comes...
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...

15 years agoFixing typo in SKIPIF and partly skipping tests if using remote MySQL because LOAD...
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

15 years agoMaking test pass when MySQL runs on Win*
Ulf Wendel [Tue, 20 Oct 2009 08:41:11 +0000 (08:41 +0000)]
Making test pass when MySQL runs on Win*

15 years agoBail if connect.inc gets included twice. Including twice is most likely a 'bug'....
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

15 years ago- MFH: fix realloc usage
Pierre Joye [Mon, 19 Oct 2009 23:41:14 +0000 (23:41 +0000)]
- MFH: fix realloc usage

15 years ago- Fix ACL support and add support for ACL for TS SAPI. Be sure to get the impersonate...
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)

15 years agoFix test to remove temporary files
Johannes Schlüter [Mon, 19 Oct 2009 21:50:08 +0000 (21:50 +0000)]
Fix test to remove temporary files

15 years agoMerge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught
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)

15 years agoMerge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1
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

15 years agoUsing require[_once] instead of include. Adding logic to connect.inc to detect multip...
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...

15 years ago- we don't distribute the crt9 dll, don't try to add it
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

15 years ago- add custom DLL to the package and fix the path to the deps bin (needs absolute...
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)

15 years ago- Updated to version 2009.15 (2009o)
Derick Rethans [Mon, 19 Oct 2009 16:29:13 +0000 (16:29 +0000)]
- Updated to version 2009.15 (2009o)

15 years agomysqlnd is a bit more verbose than libmysql - silence mysqlnd here for easier compari...
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.

15 years ago- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
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

15 years agoMySQL server and metadata - a sad story... trying to make the test pass with a few...
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

15 years agofn
Jani Taskinen [Mon, 19 Oct 2009 12:37:17 +0000 (12:37 +0000)]
fn

15 years agoFixing host info for TCP/IP and aligning mysqlnd and libmysql
Ulf Wendel [Mon, 19 Oct 2009 12:09:48 +0000 (12:09 +0000)]
Fixing host info for TCP/IP and aligning mysqlnd and libmysql

15 years agoimprove fix for #49767 and #47627 - make PHP report
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

15 years agoExtending mysqlnd statistics/monitoring. Now counting COM_* commands.
Ulf Wendel [Fri, 16 Oct 2009 13:02:01 +0000 (13:02 +0000)]
Extending mysqlnd statistics/monitoring. Now counting COM_* commands.

15 years agoignore php_mysqlnd_config.h file
Nuno Lopes [Fri, 16 Oct 2009 10:51:29 +0000 (10:51 +0000)]
ignore php_mysqlnd_config.h file

15 years agoAdd metadata support to the bundled version of libsqlite on Windows, part of bug...
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.

15 years agoPart fix for bug #49224
Scott MacVicar [Fri, 16 Oct 2009 02:10:52 +0000 (02:10 +0000)]
Part fix for bug #49224

15 years agoUpdate libsqlite to 3.6.19
Scott MacVicar [Fri, 16 Oct 2009 01:56:36 +0000 (01:56 +0000)]
Update libsqlite to 3.6.19

15 years agoMaking mysqlnd emit no warnings when fetching pooled persistent connections that...
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

15 years agoFixing problems when calling connect (again and again) on a valid connection handle...
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.

15 years ago- #48779, fix another use case where / usage may differ
Pierre Joye [Thu, 15 Oct 2009 13:09:25 +0000 (13:09 +0000)]
- #48779, fix another use case where / usage may differ

15 years agoFixed bug #49855 (import_request_variables() always returns NULL).
Ilia Alshanetsky [Thu, 15 Oct 2009 12:26:54 +0000 (12:26 +0000)]
Fixed bug #49855 (import_request_variables() always returns NULL).

15 years agoFixed bug #49847 (exec() fails to return data inside 2nd parameter, given output...
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).

15 years agooops, that doesn't belong to this patch
Stanislav Malyshev [Tue, 13 Oct 2009 20:54:28 +0000 (20:54 +0000)]
oops, that doesn't belong to this patch

15 years agoadd safeguard for UpdateIniFromRegistry on NULL arg
Stanislav Malyshev [Tue, 13 Oct 2009 20:10:07 +0000 (20:10 +0000)]
add safeguard for UpdateIniFromRegistry on NULL arg

15 years agofix crash for bug #47627
Stanislav Malyshev [Tue, 13 Oct 2009 19:58:59 +0000 (19:58 +0000)]
fix crash for bug #47627

15 years ago- Updated to version 2009.14 (2009n)
Derick Rethans [Tue, 13 Oct 2009 08:16:35 +0000 (08:16 +0000)]
- Updated to version 2009.14 (2009n)

15 years ago- Bug #49785: take 5. What the hell happened to me...
Moriyoshi Koizumi [Tue, 13 Oct 2009 05:18:37 +0000 (05:18 +0000)]
- Bug #49785: take 5. What the hell happened to me...