1<?php 2$_SERVER['BASE_PAGE'] = 'archive/1999.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4news_archive_sidebar(); 5site_header("News Archive - 1999", ["cache" => true]); 6?> 7 8<h1>News Archive - 1999</h1> 9 10<p> 11 Here are the most important news items we have published in 1999 on PHP.net. 12</p> 13 14<hr> 15 16<h1>The Mars Polar Lander and PHP</h1> 17<p> 18 <span class="newsdate">[03-Dec-1999]</span> 19 It is scheduled to land on Mars at 12:14 PM Pacific time December 3 and PHP is helping 20 to bring the experience to the world. The web site <a href="http://www.marspolarlander.com"> 21 www.marspolarlander.com</a> is powered by a combination of PHP, MySQL and Perl scripts. 22 <a href="http://www.netapp.com/tech_library/3071.html">There is an architecture 23 description here</a>. This architecture document doesn't say very much about PHP other 24 than the fact that PHP is used as the Web scripting language, but it has an interesting 25 description of how they built a large scaleable system and it proves nicely that PHP 26 is up to the task of being part of such a large-scale deployment. 27</p> 28 29<hr> 30 31<h1>PHP 4.0 Beta 3 is out!</h1> 32<p> 33 <span class="newsdate">[17-Nov-1999]</span> 34 Three months after PHP 4.0 Beta 2 was released, Beta 3 is finally here. 35 This release has a lot of changes, including a "pure" automake/libtool-based 36 build system, Java support and lots of other stuff. 37 All 4.0 beta users are encouraged to upgrade. 38</p> 39 40<hr> 41 42<h1>LinuxWorld Editors' Choice Awards</h1> 43<p> 44 <span class="newsdate">[31-Jul-1999]</span> 45 PHP is a Finalist in the LinuxWorld Editors' Choice Awards to be presented 46 on Aug.11 in San Jose, CA. PHP is up against QT from Troll Tech in the 47 "Programming Library/Tools" category. 48</p> 49 50<hr> 51 52<h1>PHP 4.0 Beta 1 is out!</h1> 53<p> 54 <span class="newsdate">[23-Jul-1999]</span> 55 The long awaited beta of the new generation of PHP is here. 56</p> 57 58<hr> 59 60<h1>PHP Tutorials at O'Reilly Open Source Software Convention</h1> 61<p> 62 <span class="newsdate">[02-Jul-1999]</span> 63 Rasmus Lerdorf and Jim Winstead will be giving a pair of three-hour 64 tutorials at <a href="http://conferences.oreilly.com/">O'Reilly's 65 Open Source Software Convention</a> on August 21, 1999, in Monterey, 66 California. 67</p> 68 69<hr> 70 71<h1>PHP 3.0.11 has been released!</h1> 72<p> 73 <span class="newsdate">[27-Jun-1999]</span> 74 Hot on the heels of 3.0.10, along comes another release 75 to fix a few problems on Windows and some Unix platforms. If 3.0.10 76 worked for you, there's probably no need to upgrade. 3.0.10 featured 77 bug fixes, including the last of the fsockopen() and URL fopen() 78 problems, we hope. The dbm database abstraction layer had the mode 79 flag for dba_open() brought into line with dbm_open(), which means 80 "w" will not create a non-existent database (use "c" instead). The 81 documentation has also been moved into its own repository, and the 82 generated HTML documentation is included in the tar.gz instead of the 83 SGML source. For a more complete list of all of the changes, see the 84 ChangeLog. 85</p> 86 87<hr> 88 89<h1>PHP 3.0.9 has been released!</h1> 90<p> 91 <span class="newsdate">[06-June-1999]</span> 92 More bug fixes, including many in the OCI8 module, and an important fix 93 for fgets() on socket connections. Also added support for PCRE 94 (Perl-compatible Regular Expressions library), t1lib (PostScript Type-1 95 fonts with GD), and mhash. For a more complete list of all of the 96 changes, see the ChangeLog. 97</p> 98 99<hr> 100 101<h1>PHP Related Books are Available</h1> 102<p> 103 <span class="newsdate">[12-May-1999]</span> 104 Get ready for a wave of PHP related books to hit the shelves! 105 We don't know exactly how many there are going to be yet, but 106 two are already available. 107</p> 108 109<hr> 110 111<h1>Zend has been announced</h1> 112<p> 113 <span class="newsdate">[04-Jan-1999]</span> 114 <strong>Zend</strong>, a new optimized engine for PHP has been 115 <a href="http://www.zend.com/PR.html">announced</a>. Visit the 116 <a href="http://www.zend.com/">Zend Web site</a> for more 117 information! 118</p> 119 120<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); 121