Navigation Menu

Skip to content

janhalfar/amfext

 
 

Repository files navigation

About the Project

This project is focused on adjustments on the original AMFEXT project from Emanuele Ruffaldi posted on PECL. You can check it in this address: http://pecl.php.net/package/amfext.

The main purpose is to mantain compatibility with new versions of PHP.

We currently have two branches:

Master - Compatible with PHP 5.4.9 (need more test)

PHP53x - Compatible with PHP 5.3.x (being used for over a year in production environment)

Below are some information for Git beginners.

How to Install GIT on Linux

Cloning the repo

  • Open terminal and CD into the folder where the code will be placed in (example: cd /home/user/workspace/amfext)
  • Once insede the folder, clone the repo:
    • git clone https://github.com/protetore/amfext.git
  • [Optional] Creating an alias for the project URL:
    • git remote add amfext https://github.com/protetore/amfext.git

Updating

  • git pull amfext master

Commit

Adding one file to commit: git add /path/to/file Adding all changes: git add . (under the project root)

Commit command order:

  • git add .
  • git commit -m 'Commit Message (local Commit)
  • git push -u origin master (or another banch inste3ad of master)

About

AmfExt adjustments to work with further versions of PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published