forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add links to the new documentation.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,9 +26,12 @@ This section will describe the tools provided to PEAR users. | |
|
||
CODING RULES AND GUIDELINES | ||
|
||
* All PHP code must use <?php ?>. This is the only really portable tag. | ||
|
||
* Before adding a new top-level directory ("DB" is one), discuss your | ||
intentions on [email protected]. | ||
|
||
* Please see the CODING_STANDARDS file for full rules and guidelines. | ||
* Please see http://pear.php.net/manual/standards.php for full rules and guidelines. | ||
|
||
|
||
DOCUMENTATION | ||
|
||
Documentation for PEAR can be found at http://pear.php.net/manual/. |