[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f7ef36: Require a polyfill instead of the cytpe extension

MaurĂ­cio Meneghini Fauth mauriciofauth at gmail.com
Tue May 8 22:47:41 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f7ef36b595e16aa74d26bf71ac1891b962957321
      https://github.com/phpmyadmin/phpmyadmin/commit/f7ef36b595e16aa74d26bf71ac1891b962957321
  Author: Gert de Pagter <BackEndTea at users.noreply.github.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  Require a polyfill instead of the cytpe extension

Ctype is an indirect dependency due to twig,  and it isn't resolved there until a later version than we require.
By requiring the symfony polyfill for cytpe everything will still run, regardless of the ctype availability. 

Twig will require this polyfill itself in a later version, but this makes sure we still allow earlier versions of twig to be used.

Signed-off-by: Gert de Pagter <BackEndTea at gmail.com>


  Commit: b87f5ed0fa21c56085ae7c8df4d8ed3faea8a8c5
      https://github.com/phpmyadmin/phpmyadmin/commit/b87f5ed0fa21c56085ae7c8df4d8ed3faea8a8c5
  Author: MaurĂ­cio Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  Merge pull request #14267 from BackEndTea/patch-1

Require a polyfill instead of the cytpe extension


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1142c64b086e...b87f5ed0fa21
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Git mailing list