developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 26 and Version 27 of fr/sources
- Timestamp:
- Oct 23, 2012, 10:59:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fr/sources
v26 v27 88 88 Créez un fichier monbuild.ini, sur le modèle de ceux que vous trouvez dans build/config (jelix-test.ini par ex). Il contiendra alors ce genre de paramètres : 89 89 90 91 90 {{{ 92 91 MAIN_TARGET_PATH = /home/laurent/projets/jelix/tests/ … … 94 93 PHP_VERSION_TARGET = 95 94 96 ENABLE_PHP_FILTER =97 ENABLE_PHP_JSON =98 ENABLE_PHP_XMLRPC =99 95 ENABLE_PHP_JELIX = 100 96 WITH_BYTECODE_CACHE = auto … … 112 108 {{{ 113 109 MAIN_TARGET_PATH = C:/WEB/DOCUMENT_ROOT/www_jelix 114 EDITION_NAME =115 PHP_VERSION_TARGET =116 117 ENABLE_PHP_FILTER =118 ENABLE_PHP_JSON =119 ENABLE_PHP_XMLRPC =120 ENABLE_PHP_JELIX =121 WITH_BYTECODE_CACHE = auto122 123 ENABLE_DEVELOPER = 1124 125 STRIP_COMMENT =126 ENABLE_OPTIMIZED_SOURCE =127 128 PACKAGE_TAR_GZ =129 PACKAGE_ZIP =130 110 }}} 131 111 … … 166 146 PHP_VERSION_TARGET = 167 147 168 ENABLE_PHP_FILTER =169 ENABLE_PHP_JSON =170 ENABLE_PHP_XMLRPC =171 148 ENABLE_PHP_JELIX = 172 149 WITH_BYTECODE_CACHE = auto