Changeset d6f7e6cb
- Timestamp:
- 03/31/2007 03:09:06 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6732c094
- Parents:
- ea7cc9f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rea7cc9f rd6f7e6cb 198 198 <!ENTITY NASM-version "0.98.39"> 199 199 <!ENTITY pdl-version "2.4.2"> 200 <!ENTITY php-version "5. 1.4">200 <!ENTITY php-version "5.2.1"> 201 201 <!ENTITY Python-version "2.5"> 202 202 <!ENTITY pyxml-version "0.8.4"> -
general/prog/php.xml
rea7cc9f rd6f7e6cb 7 7 <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> 8 8 <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2"> 9 <!ENTITY php-md5sum " 66a806161d4a2d3b5153ebe4cd0f2e1c">10 <!ENTITY php-size " 6.3MB">11 <!ENTITY php-buildsize "2 13MB (includes installing all documentation)">12 <!ENTITY php-time "2. 5 SBU (additional 1.9SBU to run the test suite)">9 <!ENTITY php-md5sum "261218e3569a777dbd87c16a15f05c8d"> 10 <!ENTITY php-size "7.1 MB"> 11 <!ENTITY php-buildsize "240 MB (includes installing all documentation)"> 12 <!ENTITY php-time "2.7 SBU (additional 2.6 SBU to run the test suite)"> 13 13 ]> 14 14 … … 220 220 make</userinput></screen> 221 221 222 <para>To test the results, issue: <command>make test</command>. Three of 222 <para>To test the results, issue: <command>make test</command>. Some of 223 the tests are known to fail.</para> 224 225 <!--Three of 223 226 the (over 1600) tests are known to fail: an <command>iconv</command> 224 227 stream filter test (ext/iconv/tests/iconv_stream_filter.phpt) and two … … 226 229 ext/mbstring/tests/overload02.phpt). Additionally, if you have the 227 230 <application>unixODBC</application> package installed and linked into the 228 build, you may see many failures related to it.</para> 231 build, you may see many failures related to it.</para> --> 229 232 230 233 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 232 235 <screen role="root"><userinput>make install && 233 236 install -v -m644 php.ini-recommended /etc/php.ini && 237 234 238 install -v -m755 -d /usr/share/doc/php-&php-version; && 235 239 install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS \ -
introduction/welcome/changelog.xml
rea7cc9f rd6f7e6cb 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Updated to PHP-5.2.1.</para> 49 </listitem> 50 <listitem> 48 51 <para>[randy] - Removed the Ash package as it has been effectively 49 52 replaced by the Dash package.</para>
Note:
See TracChangeset
for help on using the changeset viewer.