Skip to content

mil4ne/Check-PHP-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Check PHP Module

This C++ program utilizes libcurl to verify the presence of the PHP module on a remote server by making an HTTP HEAD request to a specific URL. It is useful for detecting PHP server configurations in both development and production environments

Compile

g++ -o check_php_module check_php_module.cpp -lcurl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages