mirror of
https://github.com/php/web-php.git
synced 2026-03-30 19:22:17 +02:00
23 lines
565 B
PHP
23 lines
565 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>What is coming in PHP 4.0?</h1>
|
|
|
|
<ul>
|
|
<li>Currently in late-beta
|
|
<li>Compiler, code runs significantly faster
|
|
<li>Better OO (syntax fixes, op. overloading, superclass ref.)
|
|
<li>Modular, self-contained extensions
|
|
<li>Database abstraction layer (ala Perl's DBI)
|
|
<li>Reference counting
|
|
<li>Thread safe core
|
|
<li>More server modules through SAPI
|
|
<li>foreach()
|
|
<li>Output buffering
|
|
<li>Support for a real debugger
|
|
<li>Support for caching compiled code
|
|
<li>Support for an optimizer
|
|
<li>Java ties
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|