1<?php 2$_SERVER['BASE_PAGE'] = 'archive/1998.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4news_archive_sidebar(); 5site_header("News Archive - 1998", ["cache" => true]); 6?> 7 8<h1>News Archive - 1998</h1> 9 10<p> 11 Here are the most important news items we have published in 1998 on PHP.net. 12</p> 13 14<hr> 15 16<h1>PHP 3.0.6 has been released!</h1> 17<p> 18 <span class="newsdate">[24-Dec-1998]</span> 19 Merry Christmas! 3.0.6 is ready to go. This is mostly a maintenance release. 20 Some new modules make their first apperance in this version. Support for Adobe 21 PDF and FDF as well as XML and an initial Interbase module are now available. 22 If you need any of these features, or if you see something in the ChangeLog 23 that might apply to you, then upgrade. 24</p> 25 26<hr> 27 28<h1> 29 PHP/MySQL ... Two great things that go great together<br> 30 Combination wins Database of the Year Award at Web98 31</h1> 32<p> 33 <span class="newsdate">[22-Jun-1998]</span> 34 "The substance of the Web is more and more residing in databases, and there 35 are a variety of methods used to generate Web pages. This year, we selected a 36 pair of "free software" tools that work together quite nicely as a platform 37 for building dynamic content. The award is also a tribute to the Open Source 38 initiative; both products are used, developed and supported by interlocking 39 communities of people on the Net." 40</p> 41 42<hr> 43 44<h1>PHP 3.0 Released</h1> 45<p> 46 <span class="newsdate">[06-Jun-1998]</span> 47 PHP 3.0 is finally here! After 10 months of development PHP Version 3.0 48 is ready for production environments. Coupled with the release of the 49 final version of Apache-1.3.0 today, the combination provides an 50 unbeatable web hosting platform suitable for both small and large web 51 sites. 52</p> 53<p> 54 PHP 3.0 is the latest evolution of the PHP/FI 2.0 language and it offers 55 some dramatic enhancements. It is more than twice as fast, it uses less 56 memory, it has a more consistent language implementation and a much wider 57 set of expressions and language features than PHP/FI 2.0. An included 58 conversion program will help you migrate your PHP 2 scripts to PHP 3. 59</p> 60<p> 61 <a href="http://cvs.php.net/co.php/phpweb/Attic/release-3.0.txt?sa=1&login=2&r=1.2">Read 62 the full anouncement</a>. 63</p> 64 65<hr> 66 67<h1>PHP Meaning Vote</h1> 68<p> 69 <span class="newsdate">[18-Apr-1998]</span> 70 <strong>PHP: Hypertext Preprocessor</strong> was chosen as the official 71 meaning of the PHP acronym with 53% of the votes. The possible options 72 were PHP HTML|Hypermedia|Hypertext Preprocesor. 73</p> 74 75<hr> 76 77<h1>New Look</h1> 78<p> 79 <span class="newsdate">[23-Mar-1998]</span> 80 The PHP site has been given a serious facelift recently. 81 The design is courtesy of Colin Viebrock at Private World 82 Communications. Please let us know of any problems 83 with the site by sending a message to the webmasters. 84</p> 85 86<hr> 87 88<h1>Bug Database Live</h1> 89<p> 90 <span class="newsdate">[25-Jan-1998]</span> 91 Report or check on bugs in the PHP 3 Bug Database. 92</p> 93 94<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); 95