]> granicus.if.org Git - php/log
php
10 years agoC89 compat
Anatol Belski [Wed, 1 Apr 2015 10:16:14 +0000 (12:16 +0200)]
C89 compat

10 years agoadd ext/odbc note to UPGRADING
Anatol Belski [Wed, 1 Apr 2015 09:55:40 +0000 (11:55 +0200)]
add ext/odbc note to UPGRADING

10 years agoConvert fatal error into EngineException
Dmitry Stogov [Wed, 1 Apr 2015 10:49:11 +0000 (13:49 +0300)]
Convert fatal error into EngineException

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 1 Apr 2015 10:39:11 +0000 (13:39 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Remove datefmt_set_timezone_id and OO variant

10 years agoWe don't need this protection anymore (now reference counting on closures is accurate).
Dmitry Stogov [Wed, 1 Apr 2015 10:38:05 +0000 (13:38 +0300)]
We don't need this protection anymore (now reference counting on closures is accurate).

10 years agoRemove datefmt_set_timezone_id and OO variant
Nikita Popov [Wed, 1 Apr 2015 10:31:21 +0000 (12:31 +0200)]
Remove datefmt_set_timezone_id and OO variant

10 years agoUse zend_error_noreturn() for fatal errors
Dmitry Stogov [Wed, 1 Apr 2015 10:32:23 +0000 (13:32 +0300)]
Use zend_error_noreturn() for fatal errors

10 years agoMore UPGRADING
Nikita Popov [Wed, 1 Apr 2015 09:50:46 +0000 (11:50 +0200)]
More UPGRADING

10 years agoDrop support for static calls from incompatible context
Nikita Popov [Wed, 1 Apr 2015 09:42:05 +0000 (11:42 +0200)]
Drop support for static calls from incompatible context

Implemented by NULLing $this.

10 years agoAdd some notes to UPGRADING
Nikita Popov [Wed, 1 Apr 2015 09:16:43 +0000 (11:16 +0200)]
Add some notes to UPGRADING

10 years agoReclassify E_STRICT notices
Nikita Popov [Sun, 15 Mar 2015 08:47:25 +0000 (09:47 +0100)]
Reclassify E_STRICT notices

Per RFC https://wiki.php.net/rfc/reclassify_e_strict

While reviewing this, found that there are still three E_STRICTs
left in libraries - need to discuss those.

10 years agoMerge branch 'InternalClassClean'
Dmitry Stogov [Wed, 1 Apr 2015 09:11:13 +0000 (12:11 +0300)]
Merge branch 'InternalClassClean'

* InternalClassClean:
  Fixed test
  Patch improvement:
  Fixed indentation. Fixed comment style. Fixed commented out code.
  Reverted change to function name and added note of why it is different from the class it is actually changing.
  Made UConverter throw an exception if the constructor fails.
  Fixed PDO constructor to not return null.
  Fixed fileinfo behaviour.
  Made Phar throw exception on bad constructor.
  Converted intl extension to use IntlException in constructors.
  Fixed SplFixedArray and tests.
  Fixed ReflectionExtension and ReflectionProperty.
  Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.
  Fixed PDORow behaviour and message.

10 years agoFix 32bit test failures due to ctor deprecation
Nikita Popov [Wed, 1 Apr 2015 07:36:43 +0000 (09:36 +0200)]
Fix 32bit test failures due to ctor deprecation

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Wed, 1 Apr 2015 05:06:38 +0000 (13:06 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoMicro opt
Xinchen Hui [Wed, 1 Apr 2015 04:05:19 +0000 (12:05 +0800)]
Micro opt

10 years agoFixed test
Xinchen Hui [Wed, 1 Apr 2015 01:56:55 +0000 (09:56 +0800)]
Fixed test

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 31 Mar 2015 23:42:26 +0000 (01:42 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix release date

10 years agofix release date
Ferenc Kovacs [Tue, 31 Mar 2015 23:42:12 +0000 (01:42 +0200)]
fix release date

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 31 Mar 2015 23:31:48 +0000 (01:31 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  5.6.9 is up next

10 years ago5.6.9 is up next
Ferenc Kovacs [Tue, 31 Mar 2015 23:30:51 +0000 (01:30 +0200)]
5.6.9 is up next

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Tue, 31 Mar 2015 22:59:21 +0000 (01:59 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #68739 (Missing break / control flow in curl)
  Fixed bug #68740 (NULL Pointer Dereference)
  Fixed bug #68677 (Use After Free in OPcache)

Conflicts:
ext/ereg/regex/regcomp.c

10 years agoAdd changelog entries for #68677, #68739 & #68740
Lior Kaplan [Tue, 31 Mar 2015 22:55:35 +0000 (01:55 +0300)]
Add changelog entries for #68677, #68739 & #68740

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Tue, 31 Mar 2015 22:54:53 +0000 (01:54 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #68739 (Missing break / control flow in curl)
  Fixed bug #68740 (NULL Pointer Dereference)
  Fixed bug #68677 (Use After Free in OPcache)

10 years agoFixed bug #68739 (Missing break / control flow).
Lior Kaplan [Tue, 31 Mar 2015 22:45:34 +0000 (01:45 +0300)]
Fixed bug #68739 (Missing break / control flow).
Fixed bug #68740 (NULL Pointer Dereference).
Fixed bug #68677 (Use After Free).

10 years agoFixed bug #68739 (Missing break / control flow in curl)
Xinchen Hui [Tue, 31 Mar 2015 21:57:39 +0000 (00:57 +0300)]
Fixed bug #68739 (Missing break / control flow in curl)

(cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)

10 years agoFixed bug #68740 (NULL Pointer Dereference)
Xinchen Hui [Tue, 31 Mar 2015 21:41:46 +0000 (00:41 +0300)]
Fixed bug #68740 (NULL Pointer Dereference)

(cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)

10 years agoFixed bug #68677 (Use After Free in OPcache)
Xinchen Hui [Thu, 8 Jan 2015 08:32:20 +0000 (16:32 +0800)]
Fixed bug #68677 (Use After Free in OPcache)

(cherry picked from commit 777c39f4042327eac4b63c7ee87dc1c7a09a3115)

10 years agoConverted most object handlers fatal errors into EngineExceptions
Dmitry Stogov [Tue, 31 Mar 2015 21:37:59 +0000 (00:37 +0300)]
Converted most object handlers fatal errors into EngineExceptions

10 years agoFinish PHP 4 constructor deprecation
Nikita Popov [Tue, 31 Mar 2015 14:10:06 +0000 (16:10 +0200)]
Finish PHP 4 constructor deprecation

10 years agoDeprecate PHP 4 constructors
Andrea Faulds [Tue, 31 Mar 2015 14:10:22 +0000 (16:10 +0200)]
Deprecate PHP 4 constructors

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Tue, 31 Mar 2015 15:36:51 +0000 (16:36 +0100)]
Merge branch 'PHP-5.6'

Conflicts:
ext/date/lib/parse_date.c
ext/date/php_date.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 31 Mar 2015 15:35:10 +0000 (16:35 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69336 (Issues with "last day of <monthname>").
Derick Rethans [Tue, 31 Mar 2015 15:35:03 +0000 (16:35 +0100)]
Fixed bug #69336 (Issues with "last day of <monthname>").

10 years agoMerge branch 'PHP-5.6'
Julien Pauli [Tue, 31 Mar 2015 14:00:17 +0000 (16:00 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  5.5.25 now

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Tue, 31 Mar 2015 13:57:44 +0000 (15:57 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.5.25 now

10 years ago5.5.25 now
Julien Pauli [Tue, 31 Mar 2015 13:51:47 +0000 (15:51 +0200)]
5.5.25 now

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 31 Mar 2015 13:36:26 +0000 (16:36 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  force ext/odbc to be shared in snapshot build

10 years agoConvert fatal errors on improper access to static properties into EngineExceptions
Dmitry Stogov [Tue, 31 Mar 2015 13:35:27 +0000 (16:35 +0300)]
Convert fatal errors on improper access to static properties into EngineExceptions

10 years agoforce ext/odbc to be shared in snapshot build
Anatol Belski [Tue, 31 Mar 2015 09:25:12 +0000 (11:25 +0200)]
force ext/odbc to be shared in snapshot build

10 years agoConvert "Unsupported operands" fatal error into EngineException (exceptions can't...
Dmitry Stogov [Tue, 31 Mar 2015 10:25:26 +0000 (13:25 +0300)]
Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error).

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Tue, 31 Mar 2015 10:09:31 +0000 (11:09 +0100)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 31 Mar 2015 10:09:23 +0000 (11:09 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoExport date_get_immutable_ce() so that extensions can make use of it too.
Derick Rethans [Tue, 31 Mar 2015 10:08:56 +0000 (11:08 +0100)]
Export date_get_immutable_ce() so that extensions can make use of it too.

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Tue, 31 Mar 2015 08:52:43 +0000 (16:52 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoRevert "Better to taverse reversely"
Xinchen Hui [Tue, 31 Mar 2015 08:52:30 +0000 (16:52 +0800)]
Revert "Better to taverse reversely"

This reverts commit 51451ab84ad24430c0e3e3cf67eac297be9cf917.

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Tue, 31 Mar 2015 06:28:22 +0000 (09:28 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Align entries format
  Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
  Add CVE for bug #69207
  Align NEWS entries with 5.6.7
  Align entries format
  Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
  Add CVE for bug #69207

10 years agoAlign entries format
Lior Kaplan [Tue, 31 Mar 2015 06:26:34 +0000 (09:26 +0300)]
Align entries format

10 years agoUpdate CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
Lior Kaplan [Tue, 31 Mar 2015 06:24:56 +0000 (09:24 +0300)]
Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710

10 years agoAdd CVE for bug #69207
Lior Kaplan [Tue, 31 Mar 2015 06:23:34 +0000 (09:23 +0300)]
Add CVE for bug #69207

10 years agoAlign NEWS entries with 5.6.7
Lior Kaplan [Tue, 31 Mar 2015 06:20:29 +0000 (09:20 +0300)]
Align NEWS entries with 5.6.7

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Tue, 31 Mar 2015 06:17:13 +0000 (09:17 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Align entries format
  Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
  Add CVE for bug #69207

10 years agoAlign entries format
Lior Kaplan [Tue, 31 Mar 2015 06:14:06 +0000 (09:14 +0300)]
Align entries format

10 years agoUpdate CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
Lior Kaplan [Tue, 31 Mar 2015 06:12:05 +0000 (09:12 +0300)]
Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710

10 years agoAdd CVE for bug #69207
Lior Kaplan [Tue, 31 Mar 2015 06:11:21 +0000 (09:11 +0300)]
Add CVE for bug #69207

10 years agoUsing int32_t opposite of uint32_t
Xinchen Hui [Tue, 31 Mar 2015 04:40:29 +0000 (12:40 +0800)]
Using int32_t opposite of uint32_t

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Tue, 31 Mar 2015 03:54:08 +0000 (11:54 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoAdd XFAIL test
Xinchen Hui [Tue, 31 Mar 2015 03:53:52 +0000 (11:53 +0800)]
Add XFAIL test

10 years agoImplement additional type reservations
Nikita Popov [Mon, 30 Mar 2015 20:05:26 +0000 (22:05 +0200)]
Implement additional type reservations

 * The class names false, true and null are now reserved.
 * The code dealing with reserved class names is now decoupled
   from scalar type hint handling. It also includes self, parent,
   and static, which are class names which were already reserved
   previously.
 * Reuse existing messages for reserved class names.

Fallout: class_alias() can no longer alias self, parent and static.
However this never really worked in the first place, as the test
which was testing this shows.

10 years agoFixed test
Dmitry Stogov [Mon, 30 Mar 2015 18:48:54 +0000 (21:48 +0300)]
Fixed test

10 years agoAdded missing zend_parse_parameters_none() to restore_error_handler() and restore_exc...
Kalle Sommer Nielsen [Mon, 30 Mar 2015 15:57:32 +0000 (17:57 +0200)]
Added missing zend_parse_parameters_none() to restore_error_handler() and restore_exception_handler() (Ferenc)

10 years agoPatch improvement:
Dmitry Stogov [Mon, 30 Mar 2015 15:53:38 +0000 (18:53 +0300)]
Patch improvement:

Removed the corresponding core code.
Fixed ext/com_dotnet and ext/date.
Refactored ext/intl changes.
Improved ext/fileinfo and ext/pdo changes.
Fixed tests.

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Mon, 30 Mar 2015 14:29:18 +0000 (16:29 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  BFN
  Fixed bug #64931

10 years agoBFN
Michael Wallner [Mon, 30 Mar 2015 14:27:08 +0000 (16:27 +0200)]
BFN

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Mon, 30 Mar 2015 14:25:47 +0000 (16:25 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #64931

10 years agoFixed bug #64931
Michael Wallner [Mon, 30 Mar 2015 14:19:17 +0000 (16:19 +0200)]
Fixed bug #64931

phar_add_file is too restrive on filename

Check for any of '/', '\\', '\0' after ".phar".

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Mon, 30 Mar 2015 13:41:53 +0000 (15:41 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  BFN
  Fixed Bug #65467

10 years agoBFN
Michael Wallner [Mon, 30 Mar 2015 13:41:36 +0000 (15:41 +0200)]
BFN

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Mon, 30 Mar 2015 13:41:03 +0000 (15:41 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed Bug #65467

10 years agoFixed Bug #65467
Michael Wallner [Mon, 30 Mar 2015 13:39:30 +0000 (15:39 +0200)]
Fixed Bug #65467

Call to undefined method cli_arg_typ_string

Use cli_arg_typ_filecontent instead.

10 years agoMerge branch 'PHP-5.6'
Michael Wallner [Mon, 30 Mar 2015 12:45:38 +0000 (14:45 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  BFN
  fix bug #67761

10 years agoBFN
Michael Wallner [Mon, 30 Mar 2015 12:43:02 +0000 (14:43 +0200)]
BFN

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Mon, 30 Mar 2015 12:42:37 +0000 (14:42 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix bug #67761

10 years agofix bug #67761
Michael Wallner [Mon, 30 Mar 2015 12:41:30 +0000 (14:41 +0200)]
fix bug #67761

Phar::mapPhar fails for Phars inside a path containing ".tar".

Strengthen the silly .tar file extension check.

10 years agoIt's lowercase now
Xinchen Hui [Mon, 30 Mar 2015 12:32:02 +0000 (20:32 +0800)]
It's lowercase now

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Mon, 30 Mar 2015 12:20:55 +0000 (20:20 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
NEWS
ext/opcache/Optimizer/pass1_5.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Mon, 30 Mar 2015 11:48:57 +0000 (13:48 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug 64343

; Lesson learned: do not rebase on a merge commit

10 years agoFixed bug 64343
Michael Wallner [Mon, 30 Mar 2015 11:09:32 +0000 (13:09 +0200)]
Fixed bug 64343

PharData::extractTo fails for tarball created by BSD tar

Phar did not know about PAX style global/file headers.
Skip them, to be able to read the contents of those archives.

10 years agoFixed bug 64343
Michael Wallner [Mon, 30 Mar 2015 11:09:32 +0000 (13:09 +0200)]
Fixed bug 64343

PharData::extractTo fails for tarball created by BSD tar

Phar did not know about PAX style global/file headers.
Skip them, to be able to read the contents of those archives.

10 years agoMerge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean
Dmitry Stogov [Mon, 30 Mar 2015 09:14:43 +0000 (12:14 +0300)]
Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalClassClean

* 'InternalClassClean' of github.com:Danack/php-src:
  Fixed indentation. Fixed comment style. Fixed commented out code.
  Reverted change to function name and added note of why it is different from the class it is actually changing.
  Made UConverter throw an exception if the constructor fails.
  Fixed PDO constructor to not return null.
  Fixed fileinfo behaviour.
  Made Phar throw exception on bad constructor.
  Converted intl extension to use IntlException in constructors.
  Fixed SplFixedArray and tests.
  Fixed ReflectionExtension and ReflectionProperty.
  Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.
  Fixed PDORow behaviour and message.

10 years agoFixed typos
Xinchen Hui [Mon, 30 Mar 2015 08:56:12 +0000 (16:56 +0800)]
Fixed typos

10 years agoFixed tests
Xinchen Hui [Mon, 30 Mar 2015 08:25:41 +0000 (16:25 +0800)]
Fixed tests

10 years agoBetter to taverse reversely
Xinchen Hui [Mon, 30 Mar 2015 07:26:59 +0000 (15:26 +0800)]
Better to taverse reversely

10 years agoFixed test
Xinchen Hui [Mon, 30 Mar 2015 06:18:23 +0000 (14:18 +0800)]
Fixed test

10 years agoThis check here is not needed anymore for Windows (Unsupported Windows version check)
Kalle Sommer Nielsen [Mon, 30 Mar 2015 02:13:43 +0000 (04:13 +0200)]
This check here is not needed anymore for Windows (Unsupported Windows version check)

10 years agoFix additional NULL byte added to string keys in get_header(), spotted by Ferenc
Kalle Sommer Nielsen [Sun, 29 Mar 2015 22:52:28 +0000 (00:52 +0200)]
Fix additional NULL byte added to string keys in get_header(), spotted by Ferenc

10 years agoupdated libmagic.patch
Anatol Belski [Sun, 29 Mar 2015 16:22:42 +0000 (18:22 +0200)]
updated libmagic.patch

10 years agofurther sync with libmagic.orig
Anatol Belski [Sun, 29 Mar 2015 16:17:02 +0000 (18:17 +0200)]
further sync with libmagic.orig

10 years agocatch up with libmagic.orig
Anatol Belski [Sun, 29 Mar 2015 16:11:11 +0000 (18:11 +0200)]
catch up with libmagic.orig

that'll simplify future merges

10 years agofix typo
Anatol Belski [Sun, 29 Mar 2015 15:59:28 +0000 (17:59 +0200)]
fix typo

10 years agocatch up with libmagic.orig
Anatol Belski [Sun, 29 Mar 2015 15:57:22 +0000 (17:57 +0200)]
catch up with libmagic.orig

10 years agoadded test for bug #69320
Anatol Belski [Sun, 29 Mar 2015 15:52:38 +0000 (17:52 +0200)]
added test for bug #69320

10 years agoFixed bug #69320 libmagic crash when running laravel tests
Anatol Belski [Sun, 29 Mar 2015 15:42:59 +0000 (17:42 +0200)]
Fixed bug #69320 libmagic crash when running laravel tests

Basically reverted the part of the new patch to what we have in 5.6
as the current change seems to have bad side effects. Hovere the
in buffer used for PCRE is still doubled (1 << 14), this might or
might not be optimal, so lets observe.

10 years agoifdef win only api
Anatol Belski [Sun, 29 Mar 2015 11:18:25 +0000 (13:18 +0200)]
ifdef win only api

10 years agoUpdate credits
Kalle Sommer Nielsen [Sun, 29 Mar 2015 08:15:43 +0000 (10:15 +0200)]
Update credits

10 years agoWe can re-use the already existing EG(windows_version_info) here and save a little...
Kalle Sommer Nielsen [Sun, 29 Mar 2015 07:47:14 +0000 (09:47 +0200)]
We can re-use the already existing EG(windows_version_info) here and save a little bit of memory too!

10 years agoRemove the special disabled functions on Windows, since we don't even support those...
Kalle Sommer Nielsen [Sun, 29 Mar 2015 07:41:47 +0000 (09:41 +0200)]
Remove the special disabled functions on Windows, since we don't even support those versions of Windows anymore hence it makes no sense to even check for it

10 years agoAnother minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if's for...
Kalle Sommer Nielsen [Sun, 29 Mar 2015 07:34:05 +0000 (09:34 +0200)]
Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if's for checking already)

10 years agoShameless self credit for the Windows support for contributions in the almost past...
Kalle Sommer Nielsen [Sun, 29 Mar 2015 06:11:08 +0000 (08:11 +0200)]
Shameless self credit for the Windows support for contributions in the almost past decade (How time flies when you are having fun)

10 years agoThis should be the last of the old VC stuff in the Windows build system, also up...
Kalle Sommer Nielsen [Sun, 29 Mar 2015 06:05:42 +0000 (08:05 +0200)]
This should be the last of the old VC stuff in the Windows build system, also up the check to require VC11 now

10 years agoForgot this one in the last commit, removes old VC support from ext/fileinfo
Kalle Sommer Nielsen [Sun, 29 Mar 2015 05:54:18 +0000 (07:54 +0200)]
Forgot this one in the last commit, removes old VC support from ext/fileinfo