buildphp | customizable build system , based on Rake , that compiles PHP
kandi X-RAY | buildphp Summary
kandi X-RAY | buildphp Summary
buildphp is a Ruby library. buildphp has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
buildphp is a customizable build system, based on Rake, that compiles PHP and supported modules and extensions. The goal is to create a script that will get, compile and install PHP 5.2+ and a list of desired dependencies. It was written to allow rapid builds of PHP and PHP modules, with a concentration on building a comprehensive build kit for PHP 5.3. By default, script builds PHP as a FastCGI binary, though this can obviously be changed by editing PHP’s configuration flags. Tested on an Intel Core 2 Duo iMac with Mac OS X Leopard (with Developer Tools installed) and also tested on a 64-bit Ubuntu box. I’ve put in switches to enable PIC whenever it has been necessary for me to get a working build. YMMV. BORING DISCLAIMER: This software is distributed as-is and I claim no warranties except that it "works for me," so don’t blame me if it destroys your computer.
buildphp is a customizable build system, based on Rake, that compiles PHP and supported modules and extensions. The goal is to create a script that will get, compile and install PHP 5.2+ and a list of desired dependencies. It was written to allow rapid builds of PHP and PHP modules, with a concentration on building a comprehensive build kit for PHP 5.3. By default, script builds PHP as a FastCGI binary, though this can obviously be changed by editing PHP’s configuration flags. Tested on an Intel Core 2 Duo iMac with Mac OS X Leopard (with Developer Tools installed) and also tested on a 64-bit Ubuntu box. I’ve put in switches to enable PIC whenever it has been necessary for me to get a working build. YMMV. BORING DISCLAIMER: This software is distributed as-is and I claim no warranties except that it "works for me," so don’t blame me if it destroys your computer.
Support
Quality
Security
License
Reuse
Support
buildphp has a low active ecosystem.
It has 4 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 12 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of buildphp is current.
Quality
buildphp has no bugs reported.
Security
buildphp has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
buildphp does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
buildphp releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed buildphp and discovered the below as its top functions. This is intended to give you an instant insight into buildphp implemented functionality, and help decide if they suit your requirements.
- Loads all packages in the package .
- Return a hash of packages .
- Instantiate a hash .
- Adds a package to the package .
- Handles methods
Get all kandi verified functions for this library.
buildphp Key Features
No Key Features are available at this moment for buildphp.
buildphp Examples and Code Snippets
No Code Snippets are available at this moment for buildphp.
Community Discussions
No Community Discussions are available at this moment for buildphp.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install buildphp
To install all dependencies and compile PHP:.
The supported versions for PHP are in lib/buildphp/packages/php.rb. The versions of the rest of the packages should build for 5.2 or 5.3. YMMV. For 5.3, it’s recommended to uncomment the MySQL Native Driver (mysqlnd) in Mysql::@php_modules and to comment out the mysql package, which downloads and compiles the entire MySQL package. Not really necessary.
For each package, buildphp runs the is_installed method to detect whether the package has been installed or not. The first iteration of this just detects one file that is installed when a make install command is issued for that package. This works for most packages by just checking to see if a binary file exists in local/bin or a library exists in local/lib. Forks are welcomed.
The supported versions for PHP are in lib/buildphp/packages/php.rb. The versions of the rest of the packages should build for 5.2 or 5.3. YMMV. For 5.3, it’s recommended to uncomment the MySQL Native Driver (mysqlnd) in Mysql::@php_modules and to comment out the mysql package, which downloads and compiles the entire MySQL package. Not really necessary.
For each package, buildphp runs the is_installed method to detect whether the package has been installed or not. The first iteration of this just detects one file that is installed when a make install command is issued for that package. This works for most packages by just checking to see if a binary file exists in local/bin or a library exists in local/lib. Forks are welcomed.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page