Recherche avancée

Médias (91)

Autres articles (58)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10344)

  • Minimum PHP/Server Requirements for Yii 2

    12 avril 2015, par Future King

    I tried to run my yii2 app on my web hosting (It has PHP5.4 and Linux Server). But when I tried to upload files then it showed me error that Fileinfo extension is not installed. I asked the server guys and they told me that they can not enable that extension because it is a shared hosting.

    I tried the same app on some other hosting. I received this error :

    PHP Startup : Unable to load dynamic library ’/usr/local/lib/php/extensions/no-debug-non-zts-20100525/ffmpeg.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ffmpeg.so : cannot open shared object file : No such file or directory

    I want to know, what are the minimum server requirements (or required PHP extensions) for Yii2, so that I can find another host according to that.

  • atrac9dec : relax gradient value requirements

    28 août 2018, par Rostislav Pehlivanov
    atrac9dec : relax gradient value requirements
    

    Unlike the range, the gradient start value does not have to be lower
    than the end value.
    Does allow more files to be correctly decoded without errors.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/atrac9dec.c
  • lavc/ac3dsp : fix R-V CPU requirements

    27 juillet 2024, par Rémi Denis-Courmont
    lavc/ac3dsp : fix R-V CPU requirements
    

    It probably will not matter on any real hardware, but the Zbb optimisations
    do not require Zba. And then, we need HAVE_RVV to build the RVV stuff.

    • [DH] libavcodec/riscv/ac3dsp_init.c