rfc:namespaces-in-core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:namespaces-in-core [2017/06/03 17:21] – Added another example to the coding standard fleshgrinderrfc:namespaces-in-core [2017/08/20 10:35] – Withdrawn the RFC fleshgrinder
Line 3: Line 3:
   * Date: 2017-06-03   * Date: 2017-06-03
   * Author: Richard Fussenegger, php@fleshgrinder.com   * Author: Richard Fussenegger, php@fleshgrinder.com
-  * Status: Under Discussion+  * Status: Withdrawn
   * First Published at: http://wiki.php.net/rfc/namespaces-in-core   * First Published at: http://wiki.php.net/rfc/namespaces-in-core
  
Line 78: Line 78:
 │   ├── appveyor/... │   ├── appveyor/...
 │   ├── travis/... │   ├── travis/...
-│   ├── phpext +│   ├── php 
-│   ├── phpfmt +│   ├── php-cgi 
-│   ├── phpize +│   ├── php-dbg 
-│   ├── phptst+│   ├── php-ext 
 +│   ├── php-fmt 
 +│   ├── php-fpm 
 +│   ├── php-ize 
 +│   ├── php-pkg 
 +│   ├── php-tst
 │   └── ... │   └── ...
 ├── bld/ ├── bld/
Line 87: Line 92:
 │   │   ├── x64/... │   │   ├── x64/...
 │   │   └── x86/... │   │   └── x86/...
-│   └── release/+│   ├── debug-ts/ 
 +│   │   ├── x64/... 
 +│   │   └── x86/... 
 +│   ├── release/ 
 +│   │   ├── x64/... 
 +│   │   └── x86/... 
 +│   └── release-ts/
 │       ├── x64/... │       ├── x64/...
 │       └── x86/... │       └── x86/...
 ├── doc/ ├── doc/
 │   ├── building/ │   ├── building/
-│   │   ├── supported-platforms.md +│   │   ├── supported-platforms.ad 
-│   │   ├── unix.md +│   │   ├── unix.ad 
-│   │   ├── windows.md+│   │   ├── windows.ad
 │   │   └── ... │   │   └── ...
 │   ├── guidelines/ │   ├── guidelines/
-│   │   ├── coding-standard-c.md +│   │   ├── coding-standard-c.ad 
-│   │   ├── coding-standard-php.md +│   │   ├── coding-standard-php.ad 
-│   │   ├── git-rules.md +│   │   ├── git-rules.ad 
-│   │   ├── mailing-list-rules.md+│   │   ├── mailing-list-rules.ad
 │   │   └── ... │   │   └── ...
 │   ├── stubs/... │   ├── stubs/...
Line 132: Line 143:
 ├── tst/... ├── tst/...
 ├── var/... ├── var/...
-├── README.md+├── README.ad
 └── ... └── ...
 </code> </code>
Line 147: Line 158:
   - Use namespace for tiny self-encapsulated things (in the future)? Yes/No   - Use namespace for tiny self-encapsulated things (in the future)? Yes/No
   - Name of that namespace? ''std''/''util''   - Name of that namespace? ''std''/''util''
 +
 +===== References =====
 +  * [[http://news.php.net/php.internals/99346|Internals Discussion]]
  
rfc/namespaces-in-core.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1