Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

PHP 7.2, Node.js 10, NGINX 1.14 and others now GA for RHEL

<p>&nbsp;</p> <quillbot-extension-portal></quillbot-extension-portal>

November 13, 2018
Mike Guerette
Related topics:
LinuxNode.js
Related products:
Red Hat Enterprise Linux

    We are pleased to announce general availability Red Hat Software Collections 3.2, 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 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

     

    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

     

    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

     

    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

     

    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 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.

     

    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: March 24, 2023

    Recent Posts

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    What’s up next?

     

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.