1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00
Files
archived-web-php/apachecon/s_history.php3
Rasmus Lerdorf 2424277ad8 Add main slides
1998-10-21 23:44:28 +00:00

19 lines
482 B
PHP
Executable File

<?php require "header.inc"?>
<H1>History</H1>
<ul>
<li>Conceived in fall of 1994</li>
<li>PHP Version 1 in spring 1995</li>
<li>PHP Version 2 1995-1997</li>
<li>PHP Version 3 1997-now</li>
</ul>
<h1>Why Open Source?</h1>
<h1>Current Development Team</h1>
<ul>
<li>Zeev Suraski and Andi Gutmans in Israel</li>
<li>Shane Caraveo in New York</li>
<li>Stig Bakken in Norway</li>
<li>Jim Winstead in Los Angeles</li>
<li>Rasmus Lerdorf in Toronto</li>
</ul>
<?php require "footer.inc"?>