Commit Graph

32 Commits

Author SHA1 Message Date
Wez Furlong
356e8f9b7d word fix 2004-01-30 10:15:24 +00:00
Marcus Boerger
bfed0430fa Include Sascha's indendation hint 2004-01-30 07:53:12 +00:00
Marcus Boerger
9a3355608d Newer compilers don't need this so many people don't know. Hence we make
it a coding standard.
2004-01-30 07:01:25 +00:00
Sebastian Bergmann
29fa2036ef Update URL. 2004-01-26 12:37:48 +00:00
Marcus Boerger
2a8300e03d All technical reasons that prevented us from studlyCaps are solved
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
2004-01-21 20:18:09 +00:00
Derick Rethans
61e8ab4e8d - I am sure I reverted this before 2003-12-03 09:12:38 +00:00
Derick Rethans
b94bd055ee - Update codinf standards with the posted RFC (results from PEAR Meeting) 2003-05-23 10:38:43 +00:00
Sterling Hughes
a0729141e0 both these entries are bad, and were never agreed upon.
assert() usage is a controversial concept at best.
docref() is something quite a few of us strong disagree with.  suspending
this until further discussion.
2003-04-04 17:01:09 +00:00
Marcus Boerger
6c132995bb rewrite paragraph 9
No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
2002-10-29 20:25:09 +00:00
Jon Parise
e79772d6e0 Adding a new item (number 11) that explains why it's important to use
emalloc() and friends in place of the standard C library functions.
2002-10-10 17:03:49 +00:00
Derick Rethans
612d5b99bc - spaces instead of tabs 2002-09-09 07:54:11 +00:00
Derick Rethans
8e7147a1cb - Use PHP_ instead of ZEND_ 2002-09-09 07:52:39 +00:00
Jon Parise
d6b4462a80 Reword item 10 for greater clarity. 2002-09-08 23:00:31 +00:00
Yasuo Ohgaki
ab0da7dc33 It seems we're better to mention about missing functions.
PHP_FUNCTION -> ZEND_FUNCTION
2002-09-08 22:38:57 +00:00
Marcus Boerger
6ce08f7382 fix examples
#did i write those? shame on me for not knowing my own functions
2002-08-22 14:04:01 +00:00
Dan Kalowsky
2e6d771139 As per the suggestion on php-dev, now please #ifdef 0_<username here> 2002-08-13 21:44:59 +00:00
Marcus Boerger
0a845714b7 -better use external example
-say NULL is intended
-correct example
#hope this is a bit easier to understand and clears it a bit
2002-08-13 20:55:42 +00:00
Marcus Boerger
6d10159eac comments & php_error_docref 2002-08-13 09:42:51 +00:00
Markus Fischer
652baa710e - Add note how php_error() messages SHOULD (rfc2119) look like. 2002-08-08 11:22:18 +00:00
Yasuo Ohgaki
69d6f1e3f5 Added README.SUBMITTING_PATCH file. Please fix/add/change.
Added more description for use of assert().
2002-03-19 09:13:45 +00:00
Sean Bright
86dba965b1 Translate to English.
# I still don't know what a 'tag search' is...
2002-03-14 03:25:46 +00:00
Yasuo Ohgaki
cbc1cd802c Include/enable assert.h/assert() when it is available 2002-03-14 02:17:23 +00:00
Yasuo Ohgaki
a0c2defe8e Recommend ZEND_* macro over PHP_* macro as discussed in php-dev. 2002-02-28 06:31:09 +00:00
Hartmut Holzgraefe
7d220af292 small clarification 2002-01-04 13:14:53 +00:00
Egon Schmid
8a5402c232 Fixed some spelling errors. 2001-10-14 09:24:37 +00:00
Rasmus Lerdorf
25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
2001-06-05 13:12:10 +00:00
Ron Chmara
5cc6344edc Updated to reflect recent discussions on php-dev. 2000-12-19 06:22:07 +00:00
Jon Parise
45807e6dd9 Added a brief section documenting the preference of tabs over spaces.
There are a few touch-ups in this commit, too.
2000-11-26 21:45:44 +00:00
Ron Chmara
d47e48329b As per andi, similar names are for legacy reasons only. 2000-10-18 07:34:56 +00:00
Ron Chmara
aa203477bc Updated naming standards as per 9/12 dev/doc discussion. 2000-10-18 03:00:07 +00:00
Sterling Hughes
585e338e5e php4ize a bit.
fix a little bit of grammar.
2000-09-10 21:07:18 +00:00
Zeev Suraski
aceaabceff PHP 4.0 1999-04-07 21:05:13 +00:00