summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
Commit message (Collapse)AuthorAgeFilesLines
* Move all testing docs to qa.php.netPeter Kokot2018-10-181-1/+1
| | | | | | | The qa.php.net currently includes nice collection of information about tests and how to run them. Instead of maintaining two locations of this information, this patch removes the README.TESTING from the php-src repo. Patch for qa.php.net has been sent separately to that repo.
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
|
* [ci skip] Extended class naming ruleRichard Fussenegger2018-08-061-7/+27
|
* Update coding standardsPeter Kokot2017-12-091-6/+6
| | | | | | | | | Mentioned PHP versions indicate that there is a progress to make code fully follow the coding standards which is not exactly the real case. This patch changes few oudated used PHP versions in intro paragraph and mentions the PHP documentation repository in more abstract way. [ci skip]
* Remove obsolete function names from CODING_STANDARDS fileAleš Rebec2017-07-251-4/+4
| | | | | | | | | Deprecated and removed function names used as examples in coding standards file. - Mcrypt is deprecated and will be removed in 7.2 - Mysql functions are deprecated in 5.4 and removed in 7.0. According to those changes, CODING_STANDARDS file should be updated.
* Update CODING_STANDARDSTorben Köhn2016-05-181-1/+1
| | | Fixed a small typo
* Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-1/+1
|
* Small Spacing adjustments for better readingNikhil Vimal2015-02-071-0/+2
|
* Update CODING_STANDARDSArchil Imnadze2014-09-081-1/+1
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-261-3/+23
|\ | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix English and improve by Stas. Thanks :) Update source docs Revert "Update source docs" Update source docs Conflicts: README.EXTENSIONS
| * Fix English and improve by Stas. Thanks :)Yasuo Ohgaki2014-01-261-4/+5
| |
| * Update source docsYasuo Ohgaki2014-01-261-3/+22
| |
| * Revert "Update source docs"Yasuo Ohgaki2014-01-261-22/+3
| | | | | | | | This reverts commit 10d06cd4ff3038d2f02a18936793969e7aee0bda.
| * Update source docsYasuo Ohgaki2014-01-261-3/+22
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-141-2/+2
|\ \ | |/ | | | | | | | | * PHP-5.5: fixed parameter order for zend_throw_exception_ex call Fix doc (svn -> git)
| * Fix doc (svn -> git)DQNEO2013-12-131-2/+2
| |
* | Merge branch 'PHP-5.5'Michael Wallner2013-10-091-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.5: Fixed segfault when built with OpenSSL >= 1.0.1 fixing a minor typo in CODING_STANDARDS document FIX BUG #65219 - Typo correction FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92 FreeTDS <0.92 does not support DBSETLDBNAME option and therefore will not work with SQL Azure. Fallback to dbuse command in letter versions.
| * fixing a minor typo in CODING_STANDARDS documentArunSK2013-10-071-1/+1
| |
* | Mention git and suggest PECL for new thingsJohannes Schlüter2013-07-191-1/+4
|/
* Fix doc bug #63032 (Number of release in documentation).Adam Harvey2012-09-101-3/+3
| | | | Also add a bonus grammar fix.
* Multi-branch test commit to see if email notifications are workingRasmus Lerdorf2009-07-171-2/+2
|
* cvs->svnRasmus Lerdorf2009-07-131-1/+1
|
* - MFHLukas Smith2007-11-241-1/+1
|
* - MFH typo fix by JonLukas Smith2007-11-111-2/+2
|
* - MFHLukas Smith2007-11-111-88/+88
|
* Fixed typoIlia Alshanetsky2007-07-181-1/+1
|
* \# Damn !Marcus Boerger2005-12-221-1/+1
|
* - MFH Point to README.TESTINGMarcus Boerger2005-12-221-0/+6
|
* - MFH Synch with what we decided for 5 and what we are practicing since 5Marcus Boerger2005-11-271-7/+6
|
* word fixWez Furlong2004-01-301-1/+1
|
* Include Sascha's indendation hintMarcus Boerger2004-01-301-2/+3
|
* Newer compilers don't need this so many people don't know. Hence we makeMarcus Boerger2004-01-301-0/+3
| | | | | it a coding standard.
* Update URL.Sebastian Bergmann2004-01-261-1/+1
|
* All technical reasons that prevented us from studlyCaps are solvedMarcus Boerger2004-01-211-1/+16
| | | | | | | | and all current extensions as well as the whole PEAR framework follow this rule. So for consistency i readd it. # Also we had the discussion onece and decided for this. # Lookup the archieves
* - I am sure I reverted this beforeDerick Rethans2003-12-031-16/+1
|
* - Update codinf standards with the posted RFC (results from PEAR Meeting)Derick Rethans2003-05-231-3/+31
|
* both these entries are bad, and were never agreed upon.Sterling Hughes2003-04-041-59/+5
| | | | | | | assert() usage is a controversial concept at best. docref() is something quite a few of us strong disagree with. suspending this until further discussion.
* rewrite paragraph 9Marcus Boerger2002-10-291-2/+2
| | | | | No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
* Adding a new item (number 11) that explains why it's important to useJon Parise2002-10-101-0/+13
| | | | | emalloc() and friends in place of the standard C library functions.
* - spaces instead of tabsDerick Rethans2002-09-091-8/+8
|
* - Use PHP_ instead of ZEND_Derick Rethans2002-09-091-5/+6
|
* Reword item 10 for greater clarity.Jon Parise2002-09-081-3/+5
|
* It seems we're better to mention about missing functions.Yasuo Ohgaki2002-09-081-2/+6
| | | | | PHP_FUNCTION -> ZEND_FUNCTION
* fix examplesMarcus Boerger2002-08-221-4/+4
| | | | | #did i write those? shame on me for not knowing my own functions
* As per the suggestion on php-dev, now please #ifdef 0_<username here>Dan Kalowsky2002-08-131-0/+5
|
* -better use external exampleMarcus Boerger2002-08-131-4/+4
| | | | | | | -say NULL is intended -correct example #hope this is a bit easier to understand and clears it a bit
* comments & php_error_docrefMarcus Boerger2002-08-131-9/+38
|
* - Add note how php_error() messages SHOULD (rfc2119) look like.Markus Fischer2002-08-081-0/+7
|
* Added README.SUBMITTING_PATCH file. Please fix/add/change.Yasuo Ohgaki2002-03-191-0/+7
| | | | | Added more description for use of assert().
* Translate to English.Sean Bright2002-03-141-5/+5
| | | | | # I still don't know what a 'tag search' is...