Différences entre versions de « PHP »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m |
imported>SylvainBeucler m |
||
Ligne 2 : | Ligne 2 : | ||
* [http://packages.debian.org/stable/doc/php3-doc Documentation for PHP3] | * [http://packages.debian.org/stable/doc/php3-doc Documentation for PHP3] | ||
* [http://packages.debian.org/oldstable/doc/phpdoc Documentation for PHP4 and PHP3] (snapshot 2002) | * [http://packages.debian.org/oldstable/doc/phpdoc Documentation for PHP4 and PHP3] (snapshot 2002) | ||
+ | |||
+ | == Dernière version libre de la documentation PHP == | ||
+ | |||
+ | Précisons que l'Open Publication License (OPL) est une licence libre uniquement si aucune option n'est utilisée (notamment, l'interdiction des travaux dérivés sans consentement des détenteurs des droits). | ||
La dernière version date de 2003: Cf. http://cvs.php.net/viewvc.cgi/phpdoc/LICENSE?view=log : | La dernière version date de 2003: Cf. http://cvs.php.net/viewvc.cgi/phpdoc/LICENSE?view=log : | ||
Ligne 12 : | Ligne 16 : | ||
GPL License file removed | GPL License file removed | ||
− | TODO: | + | Avec <code>cvs2cl --utc</code>, j'obtiens le ChangeLog suivant: |
+ | 2003-06-10 08:13 betz | ||
+ | |||
+ | * TODO: License is changed to OPL in agreement with the authors | ||
+ | |||
+ | 2003-06-10 07:48 betz | ||
+ | |||
+ | * RFC/LICENSE: Lives now in /phpdoc | ||
+ | |||
+ | 2003-06-10 07:46 betz | ||
+ | |||
+ | * LICENSE: OPL License added | ||
+ | |||
+ | 2003-06-10 07:43 betz | ||
+ | |||
+ | * LICENSE: GPL License file removed | ||
+ | |||
+ | La dernière version libre est donc: | ||
+ | cvs -d :pserver:cvsread@cvs.php.net:/repository login | ||
+ | cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -D "2003-06-10 07:43Z" phpdocs | ||
---- | ---- | ||
[[Débogage PHP]] | [[Débogage PHP]] |
Version du 12 octobre 2006 à 14:40
Dernières versions de la documentation officielle de PHP, avant qu'elle ne devienne non-libre:
- Documentation for PHP3
- Documentation for PHP4 and PHP3 (snapshot 2002)
Dernière version libre de la documentation PHP
Précisons que l'Open Publication License (OPL) est une licence libre uniquement si aucune option n'est utilisée (notamment, l'interdiction des travaux dérivés sans consentement des détenteurs des droits).
La dernière version date de 2003: Cf. http://cvs.php.net/viewvc.cgi/phpdoc/LICENSE?view=log :
Revision 1.2 Tue Jun 10 07:43:48 2003 UTC (3 years, 4 months ago) by betz Branch: MAIN Changes since 1.1: +0 -0 lines FILE REMOVED GPL License file removed
Avec cvs2cl --utc
, j'obtiens le ChangeLog suivant:
2003-06-10 08:13 betz * TODO: License is changed to OPL in agreement with the authors 2003-06-10 07:48 betz * RFC/LICENSE: Lives now in /phpdoc 2003-06-10 07:46 betz * LICENSE: OPL License added 2003-06-10 07:43 betz * LICENSE: GPL License file removed
La dernière version libre est donc:
cvs -d :pserver:cvsread@cvs.php.net:/repository login cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -D "2003-06-10 07:43Z" phpdocs