skip to Main Content
author
159 views
0 votes

Regex : advanced removing single line PHP comments

I’d like to remove all single line comments in some PHP code like this one using Visual Basic :
<?php<br

author
127 views
0 votes

php OCI8 install on docker

Hello I have a really simple dockerfile who is the following:
FROM php:8.2-fpm

ARG URL_INSTALL_CLIENT_BASIC='https://download.oracle.com/otn_software/linux/instantclient/2110000/instantclient-basic-linux.x64-21.10.0.0.0dbru.zip'
ARG URL_INSTALL_CLIENT_SDK='https://download.oracle.com/otn_software/linux/instantclient/2110000/instantclient-sdk-linux.x64-21.10.0.0.0dbru.zip'

RUN

Back To Top
Search