]> granicus.if.org Git - php/log
php
15 years agoCheck for the different types and create the
Andrey Hristov [Tue, 22 Sep 2009 14:43:37 +0000 (14:43 +0000)]
Check for the different types and create the
corresponding configuration file, so it can be used
by mysqli, even if mysqlnd is not enabled at all.

15 years agoFix handling of BIT fields in mysqli, when libmysql is used
Andrey Hristov [Tue, 22 Sep 2009 13:58:52 +0000 (13:58 +0000)]
Fix handling of BIT fields in mysqli, when libmysql is used
We need to use macros from mysqlnd to be able to read the
bit fields, as they are specially encoded. mysqlnd is always
there, 5.3+, so its macros can be used, even if mysqlnd is
not compiled as library of choice.

15 years agoMFB: generalize output
Nuno Lopes [Tue, 22 Sep 2009 12:35:35 +0000 (12:35 +0000)]
MFB: generalize output

15 years agospread more svn:ignore love
Nuno Lopes [Tue, 22 Sep 2009 12:14:47 +0000 (12:14 +0000)]
spread more svn:ignore love

15 years agoFixing test
Ulf Wendel [Tue, 22 Sep 2009 11:58:46 +0000 (11:58 +0000)]
Fixing test

15 years agoFixed test (it failed from time to time because of very small timeouts)
Dmitry Stogov [Tue, 22 Sep 2009 10:15:10 +0000 (10:15 +0000)]
Fixed test (it failed from time to time because of very small timeouts)

15 years ago- Move tests in the right location
Jani Taskinen [Tue, 22 Sep 2009 09:41:39 +0000 (09:41 +0000)]
- Move tests in the right location

15 years agoFixing test
Ulf Wendel [Tue, 22 Sep 2009 08:42:44 +0000 (08:42 +0000)]
Fixing test

15 years agoFixed ext/spl/tests/arrayObject_magicMethods2.phpt
Dmitry Stogov [Tue, 22 Sep 2009 07:54:06 +0000 (07:54 +0000)]
Fixed ext/spl/tests/arrayObject_magicMethods2.phpt

15 years agoFixing test. There is nothing we can do about the MySQL Client Library allocate huge...
Ulf Wendel [Tue, 22 Sep 2009 07:11:50 +0000 (07:11 +0000)]
Fixing test. There is nothing we can do about the MySQL Client Library allocate huge 4GB buffers for some SQL types.

15 years agoFixing test. Can't wait to see the new run-tests materialize for detecting skip secti...
Ulf Wendel [Tue, 22 Sep 2009 06:59:04 +0000 (06:59 +0000)]
Fixing test. Can't wait to see the new run-tests materialize for detecting skip section parse errors.

15 years agoFixed build with older version of libcurl
Ilia Alshanetsky [Tue, 22 Sep 2009 01:17:16 +0000 (01:17 +0000)]
Fixed build with older version of libcurl

15 years agoFixing test
Ulf Wendel [Mon, 21 Sep 2009 15:59:22 +0000 (15:59 +0000)]
Fixing test

15 years agoFixing test
Ulf Wendel [Mon, 21 Sep 2009 15:24:47 +0000 (15:24 +0000)]
Fixing test

15 years agoFixed tests (removed irrelevant check which makes test to fail from time to time)
Dmitry Stogov [Mon, 21 Sep 2009 15:23:25 +0000 (15:23 +0000)]
Fixed tests (removed irrelevant check which makes test to fail from time to time)

15 years agoFixed tests ("none" is an alias of "false" and it can't be used as a string value...
Dmitry Stogov [Mon, 21 Sep 2009 14:32:20 +0000 (14:32 +0000)]
Fixed tests ("none" is an alias of "false" and it can't be used as a string value of ini option)

15 years agoMoving test code around to get test failures down without testing less. Users of...
Ulf Wendel [Mon, 21 Sep 2009 14:20:05 +0000 (14:20 +0000)]
Moving test code around to get test failures down without testing less. Users of the MySQL Client Lib should always call stmt_bind_result after execute - not before.

15 years agoFixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt
Dmitry Stogov [Mon, 21 Sep 2009 13:01:17 +0000 (13:01 +0000)]
Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt

15 years agoFixing test by calling it a known limit. We keept the test failing as a reminder...
Ulf Wendel [Mon, 21 Sep 2009 12:02:30 +0000 (12:02 +0000)]
Fixing test by calling it a known limit. We keept the test failing as a reminder to think about how to handle BIT(32) and up but none of us has an idea. Thinks work fine up to BIT(31) - the limitation should be documented.

15 years agoFixing test
Ulf Wendel [Mon, 21 Sep 2009 11:54:15 +0000 (11:54 +0000)]
Fixing test

15 years agoFixed tests
Dmitry Stogov [Mon, 21 Sep 2009 11:38:14 +0000 (11:38 +0000)]
Fixed tests

15 years agoFixed tests
Dmitry Stogov [Mon, 21 Sep 2009 11:30:38 +0000 (11:30 +0000)]
Fixed tests

15 years agoNot nice but neither the MySQL Client Library not mysqlnd are supposed to detect...
Ulf Wendel [Mon, 21 Sep 2009 10:16:44 +0000 (10:16 +0000)]
Not nice but neither the MySQL Client Library not mysqlnd are supposed to detect invalid flags. Therefore: fixing test

15 years agoFixing mysqli_result_references_mysqlnd.php
Ulf Wendel [Mon, 21 Sep 2009 10:06:13 +0000 (10:06 +0000)]
Fixing mysqli_result_references_mysqlnd.php

15 years agoFixing mysqli_get_client_stats.phpt. More testing for MYSQLI_INIT_COMMAND
Ulf Wendel [Mon, 21 Sep 2009 09:35:23 +0000 (09:35 +0000)]
Fixing mysqli_get_client_stats.phpt. More testing for MYSQLI_INIT_COMMAND

15 years agoFixing test: references has to be collected even if the users disables the collection...
Ulf Wendel [Mon, 21 Sep 2009 08:59:00 +0000 (08:59 +0000)]
Fixing test: references has to be collected even if the users disables the collection of statistics. It is needed for memory management.

15 years agoFixing test - the standard test table will not accept NULL values for column id
Ulf Wendel [Mon, 21 Sep 2009 08:36:14 +0000 (08:36 +0000)]
Fixing test - the standard test table will not accept NULL values for column id

15 years ago- fix ACL cache for read check
Pierre Joye [Sat, 19 Sep 2009 20:54:34 +0000 (20:54 +0000)]
- fix ACL cache for read check

15 years agoAnd now use proper colspanning
Hannes Magnusson [Fri, 18 Sep 2009 23:06:21 +0000 (23:06 +0000)]
And now use proper colspanning

15 years agoFix typo in comment (danbrown)
Hannes Magnusson [Fri, 18 Sep 2009 22:26:44 +0000 (22:26 +0000)]
Fix typo in comment (danbrown)

15 years agoThrow some credit around
Hannes Magnusson [Fri, 18 Sep 2009 22:01:58 +0000 (22:01 +0000)]
Throw some credit around

15 years agoFix for bug#48909 Segmentation fault in mysqli_stmt_execute
Andrey Hristov [Fri, 18 Sep 2009 14:32:01 +0000 (14:32 +0000)]
Fix for bug#48909 Segmentation fault in mysqli_stmt_execute

15 years agoFix for bug#48754 mysql_close() crash php when no handle specified
Andrey Hristov [Fri, 18 Sep 2009 10:46:51 +0000 (10:46 +0000)]
Fix for bug#48754 mysql_close() crash php when no handle specified

15 years agoAfix not included by the fix committed by Ulf.
Andrey Hristov [Thu, 17 Sep 2009 15:13:36 +0000 (15:13 +0000)]
Afix not included by the fix committed by Ulf.
pemalloc and then efree - too bad!
Sorry for committing in two passes, my big tree is already patched
with compressed.

15 years agobetter coverage for mysqli_info
Ulf Wendel [Thu, 17 Sep 2009 07:11:25 +0000 (07:11 +0000)]
better coverage for mysqli_info

15 years ago- Fixed bug #49572 (use of C++ style comments causes build failure)
Sriram Natarajan [Thu, 17 Sep 2009 02:45:25 +0000 (02:45 +0000)]
- Fixed bug #49572 (use of C++ style comments causes build failure)

15 years ago- Fixed ZTS build
Felipe Pena [Wed, 16 Sep 2009 18:01:10 +0000 (18:01 +0000)]
- Fixed ZTS build

15 years agoMerge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.
Sebastian Bergmann [Wed, 16 Sep 2009 17:24:46 +0000 (17:24 +0000)]
Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.

15 years agoFix (by Andrey) and test for bug #49442 . Don't use efree() for memory allocated...
Ulf Wendel [Wed, 16 Sep 2009 17:03:44 +0000 (17:03 +0000)]
Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory allocated with malloc()... If a connection gets created by mysqli_init(), mysqlnd makes it 'persistent'. 'Persistent' means that mysqlnd uses malloc(). mysqlnd does use malloc() instead of ealloc() because it is unknown if the connection will become a true persistent connection in the sense of ext/mysqli. It is unknown if the user wants a persistent connection or not until the user calls mysqli_real_connect(). To avoid tricky conversions mysqlnd uses malloc(), which sets a private persistent flag in the mysqlnd structures. A precondition for the crash to happen was that the private persistent flag is set. The flag is also set when creating a real persistent connection (in the sense of ext/mysqli) and so the bug can happen with mysql_init()/mysqli_real_connect() and mysql_connect('p:<host>', ...). Therefore we test both cases. Note the (tricky?) difference between the implementation detail'mysqlnd private persistent flag = use malloc()' and persistent connections from a user perspective. Although mysqlnd will always set its private persistent flag and  use malloc() for connections created with mysqli_init() it is still up to the user to decide in mysqli_real_connect() if the connection shall become a (true) persistent connection or not.

15 years agoFix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql) use...
Ulf Wendel [Wed, 16 Sep 2009 15:00:54 +0000 (15:00 +0000)]
Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql) use different networking APIs. mysqlnd does use PHP streams whereas libmysql uses its own wrapper of the operating level network calls. PHP sets by default a read timeout of 60s for streams - php.ini, default_socket_timeout. This default applies to all streams that set no other timeout value. mysqlnd has not set any other value and therefore it connections of long running queries can have been cut off after default_socket_timeout seconds resulting in a 2006 - MySQL Server has gone away error message. The MySQL Client Library sets a default timeout of 365 * 24 * 3600 seconds (1year) and waits for other timeouts to happen, e.g. TCP/IP timeouts. mysqlnd now uses the same very long timeout. The value is configurable through a new php.ini setting: mysqlnd.net_read_timeout. mysqlnd.net_read_timeout gets used by any extension (ext/mysql, ext/mysqli, PDO_MySQL) that uses mysqlnd. mysqlnd tells PHP Streams to use mysqlnd.net_read_timeout. Please note that there may be subtle differences between MYSQL_OPT_READ_TIMEOUT from the MySQL Client Library and PHP Streams. E.g. MYSQL_OPT_READ_TIMEOUT is documented to work only for TCP/IP connections and, prior to MySQL 5.1.2, only for Windows. PHP streams may not have this limitation. Please check the streams documentation, if in doubt.

15 years agoMinor change to improve code coverage
Patrick Allaert [Wed, 16 Sep 2009 12:35:54 +0000 (12:35 +0000)]
Minor change to improve code coverage

15 years agoFix SKIPIF sections
andy wharmby [Tue, 15 Sep 2009 21:44:08 +0000 (21:44 +0000)]
Fix SKIPIF sections

15 years agoFix for bug #49558 for 5.2 and HEAD as well.
Rasmus Lerdorf [Tue, 15 Sep 2009 20:34:54 +0000 (20:34 +0000)]
Fix for bug #49558 for 5.2 and HEAD as well.

15 years agoUpgraded bundled sqlite to version 3.6.18.
Ilia Alshanetsky [Tue, 15 Sep 2009 16:54:11 +0000 (16:54 +0000)]
Upgraded bundled sqlite to version 3.6.18.

15 years ago- #49253, add support for libcurl's CERTINFO option
Pierre Joye [Tue, 15 Sep 2009 15:47:06 +0000 (15:47 +0000)]
- #49253, add support for libcurl's CERTINFO option

15 years ago- WS fix (spaces to tabs)
Moriyoshi Koizumi [Tue, 15 Sep 2009 00:09:13 +0000 (00:09 +0000)]
- WS fix (spaces to tabs)

15 years ago- Fix #48746, improve fix to support all possible cases (see latest comment in the...
Pierre Joye [Mon, 14 Sep 2009 18:46:56 +0000 (18:46 +0000)]
- Fix #48746, improve fix to support all possible cases (see latest comment in the report)

15 years agoFixed certificate validation inside php_openssl_apply_verification_policy
Ilia Alshanetsky [Mon, 14 Sep 2009 12:50:30 +0000 (12:50 +0000)]
Fixed certificate validation inside php_openssl_apply_verification_policy

15 years ago- Looks like bug #48697 has already been fixed in RC1.
Moriyoshi Koizumi [Mon, 14 Sep 2009 04:11:29 +0000 (04:11 +0000)]
- Looks like bug #48697 has already been fixed in RC1.

15 years ago- Fixed warnings (Kalle)
Felipe Pena [Sun, 13 Sep 2009 14:42:36 +0000 (14:42 +0000)]
- Fixed warnings (Kalle)

15 years agoFixed test
Ilia Alshanetsky [Sun, 13 Sep 2009 13:14:11 +0000 (13:14 +0000)]
Fixed test

15 years agoAdd missing SKIPIF
andy wharmby [Fri, 11 Sep 2009 21:57:04 +0000 (21:57 +0000)]
Add missing SKIPIF

15 years ago- Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode...
Moriyoshi Koizumi [Fri, 11 Sep 2009 21:26:18 +0000 (21:26 +0000)]
- Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on.)
  (patch by komura, thanks!)

15 years agoFix for bug #49357 (MySQLi extension fails to recognize POINT (spatial) colums).
Ulf Wendel [Fri, 11 Sep 2009 13:38:47 +0000 (13:38 +0000)]
Fix for bug #49357  (MySQLi extension fails to recognize POINT (spatial) colums).

Do yourself a favour and use mysqlnd. mysqlnd has no isuses here.

If you insist on using the MySQL Client Library (libmysql) I strongly recommend to use mysqli_stmt_store_result() when fetching geometry data using prepared statements. When streaming data, which is the default for prepared statements, ext/mysqli will have to make a guess on the size of the result buffer it needs. The guess is based on a length reported by the MySQL CLient Library (libmysql). The MySQL Client Library reports 4GB (!) for a POINT - a conservative and safe guess. Consequently, ext/mysqli will try to allocate 4GB of RAM. The true (maximum) size of the column is not available before buffering the result on the client using mysqli_stmt_store_result(). If you call mysqli_stmt_store_result(), the result buffers will not get bigger than needed. However, store_result()/buffering is usually not what you want when you ask for prepared statements.

15 years agoStepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory...
Ulf Wendel [Fri, 11 Sep 2009 12:28:47 +0000 (12:28 +0000)]
Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory for large BLOB types to avoid data truncation. This fixes the test failure of 005.phpt when using MySQL Client
Library (libmysql). The test does pass with mysqlnd because mysqlnd does not have any issues here.

15 years agoFixing a crash which must have existed since PHP 5.0. At least the crash can be repro...
Ulf Wendel [Fri, 11 Sep 2009 12:16:56 +0000 (12:16 +0000)]
Fixing a crash which must have existed since PHP 5.0. At least the crash can be reproduced with PHP 5.0.6. The crash happens only when using the MySQL Client Library (libmysql) - it does not happen
when using mysqlnd.

15 years ago- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).
Moriyoshi Koizumi [Fri, 11 Sep 2009 08:22:19 +0000 (08:22 +0000)]
- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).

15 years ago- Simplified a bit and fixed possible memory corruption and definate leak.
Jani Taskinen [Thu, 10 Sep 2009 16:19:42 +0000 (16:19 +0000)]
- Simplified a bit and fixed possible memory corruption and definate leak.

15 years ago- Fix skips
Jani Taskinen [Thu, 10 Sep 2009 15:05:49 +0000 (15:05 +0000)]
- Fix skips

15 years ago- Fix build for !win32 systems..
Jani Taskinen [Thu, 10 Sep 2009 13:19:43 +0000 (13:19 +0000)]
- Fix build for !win32 systems..

15 years agoUse getThis() correctly.
Sebastian Bergmann [Thu, 10 Sep 2009 05:15:24 +0000 (05:15 +0000)]
Use getThis() correctly.

15 years agoAdd ReflectionMethod::setAccessible() for invoking non-public methods through the...
Sebastian Bergmann [Thu, 10 Sep 2009 05:04:53 +0000 (05:04 +0000)]
Add ReflectionMethod::setAccessible() for invoking non-public methods through the Reflection API.

15 years agoFixed test
Ilia Alshanetsky [Thu, 10 Sep 2009 02:15:08 +0000 (02:15 +0000)]
Fixed test

15 years ago- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOExcept...
Felipe Pena [Thu, 10 Sep 2009 01:20:42 +0000 (01:20 +0000)]
- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0))

15 years agoAndrey fixed the bug but the test was somewhat borked. Fixing test.
Ulf Wendel [Wed, 9 Sep 2009 18:31:00 +0000 (18:31 +0000)]
Andrey fixed the bug but the test was somewhat borked. Fixing test.

15 years agoSome extra test coverage for http://bugs.php.net/bug.php?id=48754 .
Ulf Wendel [Wed, 9 Sep 2009 17:16:24 +0000 (17:16 +0000)]
Some extra test coverage for http://bugs.php.net/bug.php?id=48754 .

15 years agoTests for http://bugs.php.net/bug.php?id=49357 (libmysql only) . The simple fix sugge...
Ulf Wendel [Wed, 9 Sep 2009 17:10:29 +0000 (17:10 +0000)]
Tests for http://bugs.php.net/bug.php?id=49357 (libmysql only) . The simple fix suggested in the bug system is not good enough, therefore no fix yet.

15 years agoNext attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.
Ulf Wendel [Wed, 9 Sep 2009 17:03:03 +0000 (17:03 +0000)]
Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.

15 years ago- Updated to version 2009.13 (2009m)
Derick Rethans [Tue, 8 Sep 2009 14:03:53 +0000 (14:03 +0000)]
- Updated to version 2009.13 (2009m)

15 years agoThis shouldn't have been in the commit
Kalle Sommer Nielsen [Tue, 8 Sep 2009 01:53:46 +0000 (01:53 +0000)]
This shouldn't have been in the commit

15 years agoExperimental build support for VC10
Kalle Sommer Nielsen [Tue, 8 Sep 2009 01:50:40 +0000 (01:50 +0000)]
Experimental build support for VC10
 - Contains newly introduced compiler warning fixes
 - configure now picks up VC10

15 years agoFixed ext/sockets build
Kalle Sommer Nielsen [Tue, 8 Sep 2009 01:45:25 +0000 (01:45 +0000)]
Fixed ext/sockets build

15 years agoFixed ext/interbase build
Kalle Sommer Nielsen [Tue, 8 Sep 2009 01:44:37 +0000 (01:44 +0000)]
Fixed ext/interbase build

15 years agoFixed tests
Ilia Alshanetsky [Mon, 7 Sep 2009 14:18:46 +0000 (14:18 +0000)]
Fixed tests

15 years agoFixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
Ilia Alshanetsky [Mon, 7 Sep 2009 02:35:25 +0000 (02:35 +0000)]
Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).

15 years ago- Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)
Felipe Pena [Sun, 6 Sep 2009 17:41:34 +0000 (17:41 +0000)]
- Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)

15 years ago- revert last commit, breaks the build and needs test case(s)
Pierre Joye [Sun, 6 Sep 2009 15:56:58 +0000 (15:56 +0000)]
- revert last commit, breaks the build and needs test case(s)

15 years ago- Fix leaks.
Moriyoshi Koizumi [Sun, 6 Sep 2009 14:43:09 +0000 (14:43 +0000)]
- Fix leaks.

15 years ago- don't hide previous declaration
Pierre Joye [Sat, 5 Sep 2009 21:16:05 +0000 (21:16 +0000)]
- don't hide previous declaration

15 years ago- don't hide early declaration
Pierre Joye [Sat, 5 Sep 2009 19:00:05 +0000 (19:00 +0000)]
- don't hide early declaration

15 years ago- Drop unused var
Felipe Pena [Sat, 5 Sep 2009 18:21:10 +0000 (18:21 +0000)]
- Drop unused var

15 years ago- add test for #48746
Pierre Joye [Sat, 5 Sep 2009 18:10:31 +0000 (18:10 +0000)]
- add test for #48746

15 years ago- useless #ifdef
Pierre Joye [Sat, 5 Sep 2009 17:39:18 +0000 (17:39 +0000)]
- useless #ifdef

15 years ago- fix #49274, filter_var does not accept object without a toString implementation
Pierre Joye [Sat, 5 Sep 2009 17:35:26 +0000 (17:35 +0000)]
- fix #49274, filter_var does not accept object without a toString implementation

15 years ago- Fixed bug #49182 (PHP CGI always outputs the shebang line)
Jani Taskinen [Sat, 5 Sep 2009 17:07:14 +0000 (17:07 +0000)]
- Fixed bug #49182 (PHP CGI always outputs the shebang line)

15 years ago- #49464, fix build
Pierre Joye [Fri, 4 Sep 2009 19:53:39 +0000 (19:53 +0000)]
- #49464, fix build

15 years agoI have no idea. This might or might not fix a bug in some branch. At least it works.
Jani Taskinen [Fri, 4 Sep 2009 11:02:40 +0000 (11:02 +0000)]
I have no idea. This might or might not fix a bug in some branch. At least it works.

15 years ago- Fixed bug #49447 (php engine need to correctly check for socket API
Sriram Natarajan [Fri, 4 Sep 2009 07:59:48 +0000 (07:59 +0000)]
- Fixed bug #49447 (php engine need to correctly check for socket API
  return status on windows). (Sriram Natarajan)

15 years ago- be sure that we use the user token by default (Christian Wenz)
Pierre Joye [Fri, 4 Sep 2009 06:59:08 +0000 (06:59 +0000)]
- be sure that we use the user token by default (Christian Wenz)

15 years ago- #27051, improve fix on xp/2k3
Pierre Joye [Thu, 3 Sep 2009 19:16:17 +0000 (19:16 +0000)]
- #27051, improve fix on xp/2k3

15 years ago- MF53: len includes the NULL already
Pierre Joye [Thu, 3 Sep 2009 19:11:30 +0000 (19:11 +0000)]
- MF53: len includes the NULL already

15 years agoFixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)
Dmitry Stogov [Thu, 3 Sep 2009 14:33:11 +0000 (14:33 +0000)]
Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)

15 years agoMake invokeArgs() error messages consistent with invoke().
Sebastian Bergmann [Thu, 3 Sep 2009 14:02:51 +0000 (14:02 +0000)]
Make invokeArgs() error messages consistent with invoke().

15 years ago- Fix sanity check for the color index in imagecolortransparent
Pierre Joye [Thu, 3 Sep 2009 09:45:56 +0000 (09:45 +0000)]
- Fix sanity check for the color index in imagecolortransparent

15 years ago- be sure to get all crt dbg errors in stderr
Pierre Joye [Wed, 2 Sep 2009 20:02:17 +0000 (20:02 +0000)]
- be sure to get all crt dbg errors in stderr

15 years agoFixed return value to comply with tests
Ilia Alshanetsky [Wed, 2 Sep 2009 13:07:44 +0000 (13:07 +0000)]
Fixed return value to comply with tests

15 years ago- #27051, we need the thread token here, not the process
Pierre Joye [Wed, 2 Sep 2009 01:59:17 +0000 (01:59 +0000)]
- #27051, we need the thread token here, not the process

15 years ago- #27051, create process as impersonated user
Pierre Joye [Tue, 1 Sep 2009 22:51:31 +0000 (22:51 +0000)]
- #27051, create process as impersonated user

15 years agoFix build
Kalle Sommer Nielsen [Tue, 1 Sep 2009 20:12:02 +0000 (20:12 +0000)]
Fix build

15 years ago- #48746, revert previous about volume. Fix volume support to allow all mounted point...
Pierre Joye [Tue, 1 Sep 2009 17:50:59 +0000 (17:50 +0000)]
- #48746, revert previous about volume. Fix volume support to allow all mounted points (with or without drives)