Blame view

sources/3rdparty/phpdocx/pdf/www/test/margin.html 1.73 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  <style>
  p { width: 50%; text-align: justify; }
  </style>
  </head>
  <body>
  
  <p style="margin: 1em;"><strong>(margin: 1em;)</strong> The PHP Development
  Team would like to announce the immediate availability of PHP 5.0.1. This is
  a maintenance release that in addition to many non-critical bug fixes also
  includes new UNIX and Windows installation docs which are now auto-generated
  from the PHP Manual.</p>
  
  <p style="margin: 1em 1em 1em 50%;"><strong>(margin: 1em 1em 1em
  50%;)</strong> PHP 4.3.9RC1 has been released for testing. This is the first
  release candidate and should have a very low number of problems and/or
  bugs. Nevertheless, please download and test it as much as possible on
  real-life applications to uncover any remaining issues.</p>
  
  <p style="margin: 4em 1em 4em 4em;"><strong>(margin: 4em 1em 4em
  1em;)</strong> PHP Tunisie has just released the second issue of its monthly
  french PHP Magazine. In this issue you'll find a large plan on PostgreSQL,
  Databases abstractions with PHP, your mini template engine, an article on
  images generation with PHP, the migration towards PHP5 with
  EasyPHP1.7... And many other articles and latests PHP news.</p>
  
  <p style="margin: 1em auto 1em auto;"><strong>(margin: 1em auto 1em
  auto;)</strong> The traditional International PHP Conference 2004 will be
  taking place from 7th November to 10th November in Frankfurt (FFM). The Call
  for Papers has been issued, so if you have an interesting talk, the
  organizers would love to hear about it! You can expect a gathering of PHP
  experts and core developers.</P>
  
  
  </body> </html>