Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Newest PHP, Varnish Cache, MySQL, NGINX, Node.js, and Git now in beta

 

October 24, 2018
Mike Guerette
Related topics:
Developer ToolsLinuxNode.js
Related products:
Red Hat Enterprise Linux

Share:

    We are pleased to announce the immediate availability Red Hat Software Collections 3.2 beta, which adds these components to Red Hat Enterprise Linux 7:

    • PHP 7.2
    • Varnish Cache 6.0
    • MySQL 8.0
    • NGINX 1.14
    • Node.js 10
    • Git 2.18
    • Update of Apache HTTP server 2.4

    These beta versions are available on Red Hat Enterprise Linux 7 (Devtools or RHSCL channel) for x86_64, s390x, aarch64, and ppc64le.  Read more details about each component in the "New Components details" section.

    About Red Hat Software Collections

    Twice a year, Red Hat distributes new versions of compiler toolsets, scripting languages, open source databases, and/or web tools providing application developers with access to the latest, stable versions. These Red Hat supported offerings are packaged as Red Hat Software Collections (scripting languages, open source databases, web tools, etc.), Red Hat Developer Toolset (GCC), and the recently added compiler toolsets Clang/LLVM, Go, and Rust. All are yum installable, and are included in all Red Hat Enterprise Linux Developer Subscriptions and most Red Hat Enterprise Linux subscriptions. Most components are also available as Linux container images for hybrid cloud development across Red Hat platforms including: Red Hat Enterprise Linux, Red Hat OpenShift, Red Hat OpenStack, etc.

    New Components details

    PHP 7.2

    This PHP 7.2 addition marks the second feature update to the PHP 7 series where performance is considerably improved; it comes with numerous improvements and new features:

    • Convert numeric keys in object/array casts
    • Counting of non-countable objects
    • Object typehint
    • HashContext as Object
    • Improve TLS constants to sane values

    PHP 7.2 works on RHEL 7, all architectures.

    Package name: rh-php72

    Container image: rhscl-beta/php-72-rhel7

     

    Varnish Cache 6.0

    Varnish Cache 6.0 is a web application accelerator also known as a caching HTTP reverse proxy. It is installed in front of a web server that speaks HTTP and configured to cache the contents, has very high performance, and has a highly extensible built-in configuration language. Varnish 6.0 new features include:

    • HTTP/2 support - following an extended testing period, Varnish 6.0 now fully supports HTTP/2.
    • Support for Unix Domain Sockets (UDS), both for clients and for back-end servers
    • A new level of the Varnish Configuration Language (VCL), vcl 4.1
    • New and improved Varnish Modules (VMODs): vmod_directors, vmod_proxy, vmod_unix, vmod_vtc

    Varnish Cache works on RHEL 7, all architectures.

    Package name: rh-varnish6

    Container image: rhscl-beta/varnish-6-rhel7

     

    MySQL 8.0

    MySQL 8.0 delivers across-the-board improvements designed to enable DBAs and developers to create and deploy the next generation of web, embedded, mobile and Cloud/SaaS/PaaS/DBaaS applications on the latest generation of development frameworks and hardware platforms.  

    MySQL 8.0 highlights include:

    • Transactional Data Dictionary
    • SQL Roles
    • Default to utf8mb4
    • Common Table Expressions
    • Window Functions

    MySQL 8.0 works on RHEL 7, all architectures.

    Package name: rh-mysql80

    Container image: rhscl-beta/mysql-80-rhel7

     

    NGINX 1.14

    NGINX 1.14.0 is the latest stable release for the project and includes a new mirror module for mirroring requests, HTTP/2 push support and limits the number of concurrent push requests, and a gRPC proxy module for passing requests onward to a gRPC server.

    NGINX 1.14 works on RHEL 7, all architectures.

    Package name: rh-nginx114

    Container image: rhscl-beta/nginx-114-rhel7

     

    Node.js 10

    Node.js is a modern programming platform built on a JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Other features in the Node.js 10 release include:

    • Enhanced security.  
    • N-API (Node.js API), which moves from beta to a stable version, and provides a stable module API independent of changes in the V8 JavaScript engine underlying Node.js. The API helps module maintainers and production deployments, making upgrades easier.
    • JavaScript language improvements, including prototype.toString(), which now returns exact slices of source code text, and mitigations for side-channel vulnerabilities to prevent information leaks.
    • Error-handling improvements, with adoption of error codes to ease constant error-checking.
    • Performance boosts via V8, including for the async generator and array.
    • Increased visibility into code performance issues via trace events, with the Node.js 10 release.
    • An API in the Node.js 10 release allows user code to enable and disable trace events on demand at runtime, for improved flexibility in diagnosing issues in applications.

    Node.js 10 works on RHEL 7, all architectures.

    Package name: rh-nodejs10

     

    Git 2.18

    Git is an open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git includes features such as cheap local branching, convenient staging areas and multiple workflows that are not available in other version control systems.  Git allows and encourages developers to have multiple local branches that can be entirely independent of each other. The creation, merging, and deletion of those lines of development takes only seconds which is much faster than other Source Code Management systems. Git 2.18 features are:

    • The most significant feature in Git 2.18 is the introduction of its new wire protocol v2 that is designed to offer much greater performance. This new protocol is designed to be much faster and is already being used due to the significant performance benefits.
    • Git Large File Storage (LFS) replaces large files with text pointers inside Git and stores the file contents on a remote server.
    • The other Git 2.18 changes are mostly a wide assortment of other routine updates, bug fixes, and improvements including various other performance optimizations.

    Git 2.18 works on RHEL 7, all architectures.

    Package name: rh-git218

     

    This component has been updated in Red Hat Software Collections 3.2

    Update to Apache HTTP Server 2.4

    Apache HTTP is a project of the Apache Software Foundation and is the number one http server on the internet. Updates to this Apache HTTP Server version 2.4 include:

    • Support for OpenSSL 1.0.2 and includes mod_md module.
    • For existing Apache 2.2.x users, migrating to 2.4 is quite easy as there are minimal configuration changes.
    • Using Apache 2.4, web developers can achieve the performance of other “fast” web servers without having to switch to newer webservers such as Nginx.

    Apache HTTP Server 2.4 works on RHEL 7, all architectures, and RHEL 6.

    It is still packaged as httpd24.

    Container image: rhscl-beta/httpd-24-rhel7

     

    For more information:

    • The quickest way to Hello World using Red Hat Enterprise Linux.
    • Red Hat Software Collections.
    • Find all of the older versions of components here.
    • Red Hat Software Collections documentation
    Last updated: November 1, 2023

    Recent Posts

    • How to run OpenAI's gpt-oss models locally with RamaLama

    • Using DNS over TLS in OpenShift to secure communications

    • Scaling DeepSeek and Sparse MoE models in vLLM with llm-d

    • Multicluster authentication with Ansible Automation Platform

    • Verify Cosign bring-your-own PKI signature on OpenShift

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue