summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix doc (svn -> git)DQNEO2013-12-131-2/+2
|
* fixing a minor typo in CODING_STANDARDS documentArunSK2013-10-071-1/+1
|
* 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...
* Include/enable assert.h/assert() when it is availableYasuo Ohgaki2002-03-141-0/+3
|
* Recommend ZEND_* macro over PHP_* macro as discussed in php-dev.Yasuo Ohgaki2002-02-281-0/+3
|
* small clarificationHartmut Holzgraefe2002-01-041-0/+2
|
* Fixed some spelling errors.Egon Schmid2001-10-141-8/+8
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-5/+4
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Updated to reflect recent discussions on php-dev.Ron Chmara2000-12-191-7/+40
|
* Added a brief section documenting the preference of tabs over spaces.Jon Parise2000-11-261-7/+15
| | | | | There are a few touch-ups in this commit, too.
* As per andi, similar names are for legacy reasons only.Ron Chmara2000-10-181-13/+7
|
* Updated naming standards as per 9/12 dev/doc discussion.Ron Chmara2000-10-181-4/+40
|
* php4ize a bit.Sterling Hughes2000-09-101-9/+8
| | | | | fix a little bit of grammar.
* PHP 4.0Zeev Suraski1999-04-071-0/+149