summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
Commit message (Collapse)AuthorAgeFilesLines
* 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