Fixed a crash when converting between true-color images (png/jpeg) and
gd1/gd2 image formats, png/jpeg -> gd1/gd2 -> png/jpeg conversion now
works correctly. (Ilia, Pierre-Alain Joye).
-
Fixed a memory leak in the bundled GD library inside
+
Fixed a memory leak in the bundled GD library inside
gdImageTrueColorToPalette(). (Ilia)
(array_walk crash). (Moriyoshi)
(htmlspecialchars returns latin1 from UTF-8). (Moriyoshi)
@@ -1329,7 +1329,7 @@
(improved the check for availability of realpath()). (Ilia)
Fixed width/height detection of bmp images using getimagesize() function on
big endian systems and added code to retrieve bmp bit depth. (Ilia)
-
(line counting error when script starts with #! in
+
(line counting error when script starts with #! in
cgi/cli/fastcgi sapis). (Ilia)
(incorrect handling of symlinks on ZTS build). (Ilia)
Added sanity checks to headers_sent() & image_type_to_mime_type(). (Ilia)
@@ -1353,7 +1353,7 @@
(Pierre-Alain Joye, Ilia)
(mssql extension crashes if magic_quotes_runtime is on).
(Sterling)
-
Remove $_FILES from $_REQUEST (import_request_variables is not modified),
+
Remove $_FILES from $_REQUEST (import_request_variables is not modified),
this didn't work properly in the first place, and added confusion. (Sterling)
Fix the socket_read() function on win32 to work in normal mode (reading to
the end of a line), as well as binary mode. (Sterling)
@@ -1422,14 +1422,14 @@ functions are now deprecated. (Moriyoshi)
(ob_start() chunk size option didn't work well). (Yasuo)
Fixed output buffer infinite loop when buffer_size became 0. (Marcus, Wez)
Added getopt() for parsing command line options and arguments. (Jon)
and (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
(Ilia)
(open_basedir restriction problem). (Rasmus)
-
(gdImageFill crashes when x & y are outside of
+
(gdImageFill crashes when x & y are outside of
the image's boundries). (Ilia)
(__FILE__ constant didn't contain full path). (Ilia)
PHP now has a new stream system that allows it to do some clever stuff with
@@ -1437,7 +1437,7 @@ functions are now deprecated. (Moriyoshi)
URL wrappers natively supports https:// URLs if you have compiled
OpenSSL support into PHP (shared extension does not support this).
-
Added support for fopen("ftps://...", ...) which allows to connect to FTP
+
Added support for fopen("ftps://...", ...) which allows to connect to FTP
servers via SSL. (Stefan Esser)
fsockopen() adds support for ssl:// and tls:// connections via TCP/IP
copy($srcfilename, $destfilename) can now be used with URL wrappers
@@ -1489,9 +1489,9 @@ functions are now deprecated. (Moriyoshi)
(fopen does not work with php://stdin anymore on Solaris).
(Wez)
-
Added php.ini option "default_socket_timeout" to set the timeout limit for
+
Added php.ini option "default_socket_timeout" to set the timeout limit for
PHP network streams. (kalowsky, ilia@prohost.org, Wez)
-
Added file_get_contents() which returns the contents of a file as a string.
+
Added file_get_contents() which returns the contents of a file as a string.
This function also supports the URL wrappers. (Wez)
(Missing functions for GD2 format handling). (Edin)
(Wrong directories in ext/ldap/config.m4). (Derick)
@@ -1512,12 +1512,12 @@ functions are now deprecated. (Moriyoshi)
with strip_tags() function. (Ilia)
Fixed bugs and (Regexps related). (Andrei, Ilia)
Fixed bugs and (SEGV with session_decode). (Ilia)
-
Fixed bugs and (Session, XHTML compliance and trans_sid).
+
Fixed bugs and (Session, XHTML compliance and trans_sid).
(Sascha)
-
(last character was missing in get_html_translation_table).
+
(last character was missing in get_html_translation_table).
(Wez)
Upgraded PCRE to version 3.9. (Wez)
-
Fixed bug in OCIResult() which returned garbage when called on
+
Fixed bug in OCIResult() which returned garbage when called on
empty result-sets. (Thies)
Added ability to use Perl-style ${n} subpattern references in the
replacement string for preg_replace() (bug ). (Andrei)
@@ -1532,13 +1532,13 @@ functions are now deprecated. (Moriyoshi)
Backported debug_backtrace() from ZendEngine2. (Thies)
Added html-free phpinfo() output for CLI. (Jan)
Fixed socket_recvfrom() to be binary safe. (Jason)
-
Changed mail() to use escape_shell_cmd() to allow multiple extra parameters
+
Changed mail() to use escape_shell_cmd() to allow multiple extra parameters
to the invocation of the mailer as used in the fifth parameter. (Derick)
Changed cURL extension to require cURL version 7.9.8 (Derick)
Added zend_execute_internal which is called like zend_execute but for
internal functions. (Thies)
Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),
- pg_result_status() and pg_result_error() to silently return FALSE when
+ pg_result_status() and pg_result_error() to silently return FALSE when
resource is not passed to them. (Yasuo)
Fixed some mysql compile failures on 64 bit-OS. (Georg)
Added warnings for deprecated mysql functions:
@@ -1549,12 +1549,12 @@ functions are now deprecated. (Moriyoshi)
Added XsltObject-<result_dump_mem($result) for returning xslt-result directly
- into a string and XsltObject-<result_dump_file($result,$file[,$compression])
+ into a string and XsltObject-<result_dump_file($result,$file[,$compression])
for dumping into a file. (morus.walter@web.de, chregu)
Made mime_magic and ZIP extensions available on Windows. (Edin)
Added xslt_backend_version() and xslt_backend_name() for getting
information about the processor backend. (chregu)
-
Added ImageColorMatch() and ImageLayerEffect() functions which are only
+
Added ImageColorMatch() and ImageLayerEffect() functions which are only
available when using the bundled GD library. (ttoohey)
Made major improvents to the pcntl extension. (Jason)
@@ -1575,17 +1575,17 @@ functions are now deprecated. (Moriyoshi)
ie. new_child is moved, not copied. (chregu)
Added some namespace support with DomNode->add_namespace(uri, prefix)
and DomDocument->create_element_ns(uri, nodename) (chregu)
-
Added optional parameter to DomElement->node_name() for retrieving fully
+
Added optional parameter to DomElement->node_name() for retrieving fully
qualified name (ie. namespace prefix). (chregu)
Changed DomNode->child_nodes() to return empty array instead of false if no
child nodes are found. (chregu)
Fixed a bug with handling the Expect header. (Patch by ilia@prohost.org)
-
Fixed a bug in ODBC where closing the module caused a crash in the Windows
+
Fixed a bug in ODBC where closing the module caused a crash in the Windows
executable. (kalowsky)
Fixed memory leaks in pack() and unpack(). (Patch by ilia@prohost.org)
-
Added URLs to error messages which direct to a page describing the error or
+
Added URLs to error messages which direct to a page describing the error or
function in question. (Derick, Wez, Marcus)
-
Added odbc_data_source() functionality to identify DB ServerName, and a
+
Added odbc_data_source() functionality to identify DB ServerName, and a
description of it gathered from the DSN. (kalowsky)
Fixed copy() to return TRUE with 0 byte files. (Patch by ilia@prohost.org)
Added ob_list_handlers() which returns an array of all active output
@@ -1595,7 +1595,7 @@ function in question. (Derick, Wez, Marcus)
comma separated string. (Marcus)
Added the ability for declare() compiler modifications to occur globally
by using an empty statement. (Jason, Zend Engine)
- i.e.
+ i.e.
//Globally enables the ticks modifier for the whole program
declare (ticks=1);
@@ -1619,18 +1619,18 @@ function in question. (Derick, Wez, Marcus)
Added optional 5th parameter to FTP functions to support resuming. (Stefan)
Added optional 2nd parameter to print_r() to make it return the variable
representation instead of echoing it. (Derick)
Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(),
mysql_thread_id(), mysql_stat() and mysql_list_processes(). (Zak, Georg)
Added safe_mode & open_basedir checks for pg_lo_export(). (Yasuo)
Added open_basedir check for pg_lo_import(). (Yasuo)
Fixed infinite recursion crash bug in ticks. (Jason)
-
Added php.ini option "mysql.connect_timeout" to set the timeout limit for
+
Added php.ini option "mysql.connect_timeout" to set the timeout limit for
mysql_connect() and mysql_pconnect(). (Georg)
-
Added optional parameter "flags" to mysql_connect() and mysql_pconnect()
+
Added optional parameter "flags" to mysql_connect() and mysql_pconnect()
which can be used to set usage of idle timeout and different protocols,
SSL and compressed. (Georg)
Added automatic rollback to ext/mysql for non committed transactions. (Georg)
-
Fixed cases where preg_split() incorrectly terminated final element if it
+
Fixed cases where preg_split() incorrectly terminated final element if it
contained null bytes. (Andrei)
Added persistent connections/pipelining to thttpd. (Sascha)
Fixed two potential blocking issues in thttpd. (Sascha)
@@ -1639,7 +1639,7 @@ function in question. (Derick, Wez, Marcus)
Made iconv() work well with both libiconv and libgconv. (Moriyoshi, Yasuo)
Fixed socket_set_timeout() on win32. (Jason, Edin, Jani)
Added domxml_node_namespace_uri(). (Rui Lopes)
-
Fixed win32 memory leak in /ext/sockets that would occur on any error
+
Fixed win32 memory leak in /ext/sockets that would occur on any error
condition. Also fixed host resolution error messages on win32. (Jason)
Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
do 'LIST -R' instead of 'LIST'. (Jani)
@@ -1647,11 +1647,11 @@ function in question. (Derick, Wez, Marcus)
for iff imagetype. (Marcus)
Added runtime Apache2 thread check to ensure we don't run a non-threaded
PHP inside a threaded Apache2 MPM. (Rasmus)
-
Made getimagesize() and exif_read_data() to return also the mime-type and
+
Made getimagesize() and exif_read_data() to return also the mime-type and
exif_thumbnail() to return also the image-type. (Marcus)
Added image_type_to_mime_type() which converts image-types to mime-types.
(Marcus)
-
Made GD functions to only exist if they are available in libgd. Now the
+
Made GD functions to only exist if they are available in libgd. Now the
availability can be tested with function_exists(). (Derick)
Added an optional parameter to the header() function which overrides the HTTP
response code. (Derick)
@@ -1678,12 +1678,12 @@ function in question. (Derick, Wez, Marcus)
Fixed is_a() to properly work on extension registered classes. (Andrei)
Added new constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig)
Added pctnl_alarm() function. (Edin)
-
If zlib.output_compression is enabled and a page is compressed
+
If zlib.output_compression is enabled and a page is compressed
a "Vary: Accept-Encoding" header is now added. (Stefan)
-
Renamed getallheaders() to apache_request_headers() and kept getallheaders()
- as an alias to it. Also added apache_response_headers() which returns the
+
Renamed getallheaders() to apache_request_headers() and kept getallheaders()
+ as an alias to it. Also added apache_response_headers() which returns the
current response headers from Apache. (Rasmus)
-
Added missing AddRef() calls in the COM extension. This should fix weird
+
Added missing AddRef() calls in the COM extension. This should fix weird
behaviour (in particular with ADODB). (Harald)
Fixed segfault in version_compare(). (Stig)
Added compressed Flash MX files support to getimagesize(). (Derick)
@@ -1705,25 +1705,25 @@ function in question. (Derick, Wez, Marcus)
information is saved to the specified file. (chregu)
Added MD5 support for crypt() on Windows. (Edin)
Fixed resource bug in LDAP extension. (Stig Venaas)
-
Fixed crash in output buffering when buffer is overwritten in a callback.
+
Fixed crash in output buffering when buffer is overwritten in a callback.
(Yasuo)
Added output_add_rewrite_var() and output_remove_rewrite_var() to inject
and remove variables from the URL-Rewriter. (Thies)
-
The Windows build can now be configured more comfortably, for example
+
The Windows build can now be configured more comfortably, for example
when dealing with built-in extensions. (Sebastian)
Added large OID value (2^31 to 2^32) support for pg_lo_import(),
pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)
Fixed mixing OCIPlogon() and OCINLogon() to not leak Oracle-Sessions. (Thies)
Added php.ini options for EXIF extension to encode and decode Unicode/JIS
user comments. (Marcus)
-
Changed the "-c" CLI/CGI option to allow both 'filename' and
+
Changed the "-c" CLI/CGI option to allow both 'filename' and
'path to php.ini'. (Yasuo)
Added version information to the .dll and .exe files created under Windows.
(jtate)
Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
-
Added optional 2nd parameter for pg_result_status() to specify return type.
+
Added optional 2nd parameter for pg_result_status() to specify return type.
(Yasuo)
-
Added "log_errors_max_len" php.ini option which controls maximum length for
+
Added "log_errors_max_len" php.ini option which controls maximum length for
error messages. (Marcus)
Added "ignore_repeated_errors" and "ignore_repeated_source" php.ini options
which can be used to disable logging of repeated error messages. (Marcus)
@@ -1731,7 +1731,7 @@ function in question. (Derick, Wez, Marcus)
Added "pgsql.ignore_notice" and "pgsql.log_notice" php.ini options. (Yasuo)
Added support for --with-apxs build on Mac OS X / Darwin. (markonen)
-
Added support for dynamically loaded extensions on OS X / Darwin.
+
Added support for dynamically loaded extensions on OS X / Darwin.
NOTE: This requires Apache 1.3.25 or later. (kalowsky, markonen)
Fixed CR/LF processing in quoted_printable_decode() on Win32. (kir)
Made crack extension available on Win32. Cracklib libraries for Win32 are
@@ -1742,9 +1742,9 @@ function in question. (Derick, Wez, Marcus)
(Yasuo)
Made var_dump() handle recursive structures better. (Yasuo, Derick)
Added exif_imagetype() function. (Marcus)
-
New improved build system. Among other improvements, replaces the slow
+
New improved build system. Among other improvements, replaces the slow
recursive make with one global Makefile and eases the integration of proper
- dependencies. Automake is only needed for its aclocal tool. The build
+ dependencies. Automake is only needed for its aclocal tool. The build
process is now more portable and less resource-consuming. (Sascha)
More information on this release on our Releases page.
@@ -1824,10 +1824,10 @@ function in question. (Derick, Wez, Marcus)
- Fixed a segfault in domxml_unlink().
+ Fixed a segfault in domxml_unlink().
- Added formatting option to domxml_dump_mem().
+ Added formatting option to domxml_dump_mem().
(Uwe, jtate, Chregu)
@@ -2075,13 +2075,13 @@ class or is derived from it. (Andrei, Zend Engine)
Version 4.1.2
-
Fixed start up failure when mm save handler is used and there is multiple
+
Fixed start up failure when mm save handler is used and there is multiple
SAPIs are working at the same time. (Yasuo)
Fixed the Roxen SAPI (Yasuo)
Fixed a buffer overflow in the RFC-1867 file upload code (Stefan)
Fixed a crash in the session module (Yasuo)
Fixed a crash in the pspell module (Yasuo)
-
Changed the default output encoding of mbstring 'pass' to fix
+
Changed the default output encoding of mbstring 'pass' to fix
initialization problem (Rui)
More information on this release on our Releases page.
@@ -2129,7 +2129,7 @@ class or is derived from it. (Andrei, Zend Engine)
element if it was a scalar one. (Andrei)
Make ImageColorAt() and ImageColorsForIndex() work with TrueColor images.
(Rasmus)
-
Fixed a bug in preg_match_all() that would return results under improper
+
Fixed a bug in preg_match_all() that would return results under improper
indices in certain cases. (Andrei)
Fixed a crash in str_replace() that would happen if search parameter was an
array and one of the replacements resulted in subject string being empty.
@@ -2180,7 +2180,7 @@ enumeration. (Alan, Harald)
regardless of the context. (Andi & Zeev)
Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which
deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to
- type - these variables are also available regardless of the scope, and
+ type - these variables are also available regardless of the scope, and
there's no need to import them using the 'global' statement. (Andi & Zeev)
Added vprintf() and vsprintf() functions that allow passing all arguments
after format as an array. (Andrei)
@@ -2192,7 +2192,7 @@ enumeration. (Alan, Harald)
Added optional extra argument to gmp_init(). The extra argument
indicates which number base gmp should use when converting a
string to the gmp-number. (Troels)
-
Added the Cyrus-IMAP extension, which allows a direct interface to Cyrus'
+
Added the Cyrus-IMAP extension, which allows a direct interface to Cyrus'
more advanced capabilities. (Sterling)
Enhance read_exif_data() to support multiple comment tags (Rasmus)
Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)
@@ -2202,7 +2202,7 @@ enumeration. (Alan, Harald)
Added optional second parameter to trim, chop and ltrim. You can
now specify which characters to trim (jeroen)
Hugely improved the performance of the thread-safe version of PHP, especially
- under Windows (Andi & Zeev)
@@ -2295,7 +2295,7 @@ enumeration. (Alan, Harald)
specified that the drawn curve should be rounded. (Sterling)
Updated the sockets extension to use resources instead of longs for the
socket descriptors. The socket functions have been renamed to conform with
- the PHP standard instead of their C counterparts. The sockets extension is
+ the PHP standard instead of their C counterparts. The sockets extension is
now usable under Win32. (Daniel)
Added disk_total_space() to return the total size of a filesystem.
(Patch from Steven Bower)
@@ -2368,14 +2368,14 @@ functions/methods that accepted parameters by reference. (Andrei)
Udm_Cat_List and Udm_Cat_Path functions has been added.
Added key_exists() to check if a given key or index exists in an
array or object. (David Croft)
-
Modify the cURL extension to compile only with the latest cURL release.
- Backwards compatibility with regards to the extension api has not been
+
Modify the cURL extension to compile only with the latest cURL release.
+ Backwards compatibility with regards to the extension api has not been
broken. (Sterling)
Added the ability to use user-defined callbacks with cURL. (Sterling)
Added the SSL_VERIFYPEER, CAINFO, MAXREDIRS, FILETIME, RANDOM_FILE, EGDSOCKET
and CONNECTTIMEOUT options to curl_setopt(). (Sterling)
Added support for persistent connections with cURL. (Sterling)
-
Fixed a problem in cURL with file descriptors being allocated, but never
+
Fixed a problem in cURL with file descriptors being allocated, but never
closed. (Sterling)
Fixed interactive mode (-a). It works again with the same limitations it
has always had. (Andi, Zend Engine)
@@ -2443,7 +2443,7 @@ functions, both old and new - see docs for more info. (Wez)
IMPORTANT: removed /F modifier handling from preg_replace(). Instead
one should use new preg_replace_callback() function. (Andrei)
Added new php.ini directive: arg_separator.input which is used to tell
- PHP which characters are considered as argument separators in URLs.
+ PHP which characters are considered as argument separators in URLs.
Renamed php.ini directive: arg_separator -> arg_separator.output (Jani)
Added FastCGI SAPI module. (Ben Mansell)
Added array_reduce(), which allows iterative reduction of an array
@@ -2460,7 +2460,7 @@ functions, both old and new - see docs for more info. (Wez)
(Zeev, Zend Engine)
Implemented high-performance zlib-based output compression - see
zlib.output_compression INI directive. (Zeev)
-
Improved ob_gzhandler() to support chunked output buffering - it's
+
Improved ob_gzhandler() to support chunked output buffering - it's
recommended to use it with 4KB chunks. (Zeev)
Fixed chunked output buffering. (Zeev)
Forced call_user_method() and call_user_method_array() to take the
@@ -2539,14 +2539,14 @@ functionality of capturing parenthesized delimiter expression. (Andrei)
offset. (Andrei)
Changed 'Z' flag to date() to always return timezone offset with
negative sign if it's west of UTC. (Andrei)
-
Added the HTML_Processor class which provides common functions for
+
Added the HTML_Processor class which provides common functions for
processing HTML. (Sterling)
Added localeconv() and strcoll() functions for localization. (Sean)
Added the xslt_set_base function. (Sterling)
Added support for Zeus 3.3.8.
Added odbc_error() and odbc_errormsg() functions. (Stig)
New extension for vpopmail - http://www.inter7.com/vpopmail,
- give it a try, but keep in mind that it is not ready for production
+ give it a try, but keep in mind that it is not ready for production
environments. (David Croft, Boian Bonev)
Added sybase_get_last_message() to the Sybase CT module. (Jan Fedak)
Made ldap_list(), ldap_read() and ldap_search() do parallel search when
@@ -2587,8 +2587,8 @@ functionality of capturing parenthesized delimiter expression. (Andrei)
Version 4.0.4
-
Allow assigning a newly created object by reference. This is needed only if
- your constructor makes other data structures reference the $this object (for
+
Allow assigning a newly created object by reference. This is needed only if
+ your constructor makes other data structures reference the $this object (for
example, $GLOBALS["foobar"] =& $this;)
The new syntax is $obj =& new MyClass(); (Andi, Zend Engine)
Allow for three expression types to be sent to functions which are requesting
@@ -2606,12 +2606,12 @@ function &func2(...)
Made ldap_get_entries() return an array even if there are no entries
in search result. (Jani)
Fixed bad mod_perl interaction which caused segfaults when using LFS (Sascha)
-
const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
+
const CONSTNAME now gets recognized. Before the patch only @const CONSTNAME
description was recognized.
Added the is_null() function that will return true if a variable is of
type null. (Sterling)
Fixed a bug which made readdir() unusable in some systems. (Jani)
-
Added the get_defined_functions() function which returns a list of all
+
Added the get_defined_functions() function which returns a list of all
currently defined functions. (Sterling)
Added the get_defined_vars() function which returns an associative array
of all variables defined in the current scope and their subsequent values.
@@ -2663,7 +2663,7 @@ function &func2(...)
affecting modules that were loaded via php.ini (Zeev)
Fixed a bug in ftp_mkdir() when used on ftp server which doesn't return
the full path (Jani)
-
Added ImageCreateFromString() which creates an image stream out of
+
Added ImageCreateFromString() which creates an image stream out of
e.g. a MySQL blob. (Mathieu)
Fixed a crash bug in imagewbmp() (Jani)
Changed the sablot configuration file so that if you use any version of
@@ -2700,7 +2700,7 @@ function &func2(...)
Made session_destroy() close files before unlinking (Daniel)
Added array_sum() function. (Andrei)
Fixed a bug in session.c. The php_session_save_current_state did not check
- if mod_data is NULL and such situation is possible if the user calls
+ if mod_data is NULL and such situation is possible if the user calls
session_module_name with a parameter. (alex@zend.com)
Added IIS Admin extension. (Frank)
OCIBindByName() now does better parameter-checking. (Thies)
@@ -2717,7 +2717,7 @@ function &func2(...)
Renamed the shm_* functions to shmop_* (Derick)
Updated ext/mysql/libmysql to version 3.23 (tim@mysql.com)
Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
-
Fixed a crash in CGI mode, in case no file was provided
+
Fixed a crash in CGI mode, in case no file was provided
(Daniel Beulshausen& Zeev)
Fixed possible crash bug in imap_fetchstructure() (Jani)
Fixed possible crash bug in imap_open() (Jani & Mark Musone)
@@ -2763,7 +2763,7 @@ functions (Andi)
Added the shmop extension. It allows more general ways of shared memory
access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov
<slavapl@mailandnews.com> (Derick)
-
Added the ability for CURLOPT_POSTFIELDS to accept an associative array of
+
Added the ability for CURLOPT_POSTFIELDS to accept an associative array of
HTTP POST variables and values. (Sterling)
Added the CURLOPT_HTTPHEADER option to curl_setopt(). (Sterling)
Added the curl_error() and curl_errno() functions. (Sterling)
@@ -2873,7 +2873,7 @@ functions (Stas)
Added 4th optional parameter to sybase_[p]connect to specify the charset
for the connection (alf@alpha.ulatina.ac.cr)
Fixed support for current thttpd releases. (Sascha)
-
Added support for kerberized IMAP library using --with-kerberos
+
Added support for kerberized IMAP library using --with-kerberos
(Rasmus, Sascha)
Virtualize realpath, chmod, chown and utime (Stas)
Support content-encoding headers in file upload MIME parts
@@ -3004,7 +3004,7 @@ functions (Stas)
Removed 8KB limit on line length of the file() function (Zeev)
Disabled dl() when PHP is being used as a module inside a multithreaded web
server - it didn't work before, and caused weird results (Zeev)
-
Added the ImageColorClosestHWB(), ImageCopyMerge() and ImagePaletteCopy()
+
Added the ImageColorClosestHWB(), ImageCopyMerge() and ImagePaletteCopy()
functions. (Sterling)
Added ImageCreateFromWBMP() function. (Jouni)
Fixed problems with POST requests under the NSAPI module. (Roberto Biancardi)
@@ -3030,7 +3030,7 @@ functions. (Sterling)
Updated strtotime() to handle many more formats. It now has complete
feature parity with GNU date command. (Andrei)
Added support for multiple arguments in unset(). (Faisal, Zend Engine)
-
Functions that expect a resource but are passed something else now return
+
Functions that expect a resource but are passed something else now return
NULL instead of FALSE. (Thies, Zend Engine)
Fixed gmmktime(), on certain systems it incorrectly adjusted for the timezone
offset and daylight savings time. (Andrei)
@@ -3200,7 +3200,7 @@ functionality and stability of multi-threaded versions of PHP (Andi, Sascha)Added configure time checking for bcmath package. (Joey, Sascha)
Added initial NSAPI module from Jayakumar Muthukumarasamy. (Rasmus)
-
Added the SWF module which allows you to create Macromedia Flash files via
+
Added the SWF module which allows you to create Macromedia Flash files via
libswf. (Sterling)
Improved UNIX build system to support more vendor make tools (Sascha)
Updated natural comparison/sorting algorithm by Martin Pool
@@ -3270,7 +3270,7 @@ functionality and stability of multi-threaded versions of PHP (Andi, Sascha)
Added --enable-libgcc switch to force linking against libgcc (Sascha)
Fixed dynamic loading where extension_dir had no trailing slash (Sascha)
Fixed dynamic loading on OpenBSD (Sascha)
-
Improved POSIX threads check. ZTS works now on at least Linux, Solaris,
+
Improved POSIX threads check. ZTS works now on at least Linux, Solaris,
FreeBSD and OpenBSD (Sascha, TSRM)
Added !== operator support. (Torben, Zend Engine)
@@ -3430,7 +3430,7 @@ interface modules (Zeev)
Added the XML Expat library to the standard PHP source distribution thanks
to its author James Clark (Andi & Zeev)
Added XML support to the default Win32 build (Andi & Zeev)
-
Added socket_get_status() function. Renamed set_socket_timeout() to
+
Added socket_get_status() function. Renamed set_socket_timeout() to
socket_set_timeout() and set_socket_blocking() to socket_set_blocking(). (Andrei)
Added realpath() function. (Andrei)
mktime interprets years in the range 0-70 now as 2000-2070. You can
@@ -3534,7 +3534,7 @@ interface modules (Zeev)
Fixed a leak when using automatic output buffering (Zeev)
Fixed crash related to ignore_user_abort ini entry (Andrei)
-
Added support for external entropy sources for session id creation
+
Added support for external entropy sources for session id creation
(on Unices /dev/random and /dev/urandom) (Sascha)
Added gpc_globals variable directive to php.ini. By default it is On, but
if it is set to Off, GET, POST and Cookie variables will not be inserted
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 6fa294213a..8402d67ba5 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -269,7 +269,7 @@
(Heap Buffer Overflow in virtual_popen of zend_virtual_cwd.c).
(crypt broken when salt is 'too' long).
-
(Out of bounds global memory read in BF_crypt triggered by
+
(Out of bounds global memory read in BF_crypt triggered by
password_verify).
Added follow_location (enabled by default) option for the http stream
+
Added follow_location (enabled by default) option for the http stream
support. (Pierre)
Improved support for is_link and related functions on Windows. (Pierre)
Added a 3rd parameter to get_html_translation_table. It now takes a charset
hint, like htmlentities et al. (Gustavo)
-
+
Implemented feature requests:
, added new constant ZEND_MULTIBYTE to detect
zend multibyte at runtime. (Kalle)
-
, added functions pcntl_get_last_error() and
+
, added functions pcntl_get_last_error() and
pcntl_strerror(). (nick dot telford at gmail dot com, Arnaud)
Implemented symbolic links support for open_basedir checks. (Pierre)
, SplFileInfo::getLinkTarget on Windows. (Pierre)
, not uploaded files don't count towards
max_file_uploads limit. As a side improvement, temporary files are not opened
for empty uploads and, in debug mode, 0-length uploads. (Gustavo)
-
+
Improved MySQLnd:
@@ -9972,7 +9972,7 @@ abstract classes). (Felipe)
Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
Added statistics about listening socket queue length for FPM.
(andrei dot nigmatulin at gmail dot com, fat)
(autoload misbehaves if called from closing session).
(ladislav at marek dot su)
(In html_entity_decode, failure to convert numeric entities
- with ENT_NOQUOTES and ISO-8859-1). Fixed and extended the fix of ENT_NOQUOTES
+ with ENT_NOQUOTES and ISO-8859-1). Fixed and extended the fix of ENT_NOQUOTES
in html_entity_decode that had introduced the bug (rev #185591) to other
encodings. Additionaly, html_entity_decode() now doesn't decode " if
ENT_NOQUOTES is given. (Gustavo)
(strripos not overloaded with function overloading enabled).
(Felipe)
-
(var_dump() doesn't check for the existence of
+
(var_dump() doesn't check for the existence of
get_class_name before calling it). (Kalle, Gustavo)
(var_export array with negative key). (Felipe)
(base64_decode() improper handling of leading padding in
@@ -10018,24 +10018,24 @@ abstract classes). (Felipe)
(utf8_decode vulnerabilities and deficiencies in the number
of reported malformed sequences). (CVE-2010-3870) (Gustavo)
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion. (Ilia)
Added missing sanity checks around exif processing. (Ilia)
-
Fixed a safe_mode bypass in tempnam(). (Rasmus)
-
Fixed a open_basedir bypass in posix_mkfifo(). (Rasmus)
+
Fixed a safe_mode bypass in tempnam(). (Rasmus)
+
Fixed a open_basedir bypass in posix_mkfifo(). (Rasmus)
(safe_mode_include_dir fails). (Johannes, christian at elmerot dot se)
@@ -11927,7 +11927,7 @@ class members or constants. (Matt)
(stream_get_meta_data() does not return same mode as used in fopen). (Jani)
(Sent incorrect RCPT TO commands to SMTP server) (Garrett)
-
+
diff --git a/archive/1998.php b/archive/1998.php
index bbcbbbd557..ba1ba9ed2d 100644
--- a/archive/1998.php
+++ b/archive/1998.php
@@ -55,7 +55,7 @@
some dramatic enhancements. It is more than twice as fast, it uses less
memory, it has a more consistent language implementation and a much wider
set of expressions and language features than PHP/FI 2.0. An included
- conversion program will help you migrate your PHP 2 scripts to PHP 3.
+ conversion program will help you migrate your PHP 2 scripts to PHP 3.
[18-Oct-2001]
- PHP-GTK
+ PHP-GTKdocumentation is starting
to be more filled out. The manual is now rebuilt every night and
- downloadable versions
+ downloadable versions
of it in different formats are also available. If you have been working with
PHP-GTK and would like to contribute to the documentation effort, please
- let us know.
+ let us know.
[07-Mar-2001]
Registration for ApacheCon 2001
in Santa Clara on April 4-6, 2001 is underway! There's sessions about PHP from
diff --git a/archive/2002.php b/archive/2002.php
index 4c01478947..b04819193f 100644
--- a/archive/2002.php
+++ b/archive/2002.php
@@ -77,7 +77,7 @@
users ever in one location. Designed for both the MySQL developer and
the corporate decision maker, this is the place to learn about the
latest in MySQL technology, discover new business opportunities, take a
- pulse on industry direction and commune with like minds.
+ pulse on industry direction and commune with like minds.
More information on the
event's website.
@@ -167,7 +167,7 @@
[28-Oct-2002]
For the first time the Open Source projects comprising the popular LAMP
- platform (Linux, Apache, MySQL and PHP) will be present at the
+ platform (Linux, Apache, MySQL and PHP) will be present at the
LinuxWorld Expo
with its own booth.
@@ -243,7 +243,7 @@
PHPCon 2002 (California, Oct 24-25)
- [05-Sept-2002]
+ [05-Sept-2002]PHPCon 2002, a
2-day technical conference devoted entirely to PHP, announced today the
launch of the PHPCon 2002 website, online registration, and a call for
@@ -305,7 +305,7 @@
Management, and Jani has been one of the largest contributors to QA and
support of the Bug database. The Programmers' Choice winner is Greg
Allen, who was the lead developer and founding member of the PostNuke
- project. More details are available at
+ project. More details are available at
http://www.ActiveState.com/ActiveAwards2002
@@ -354,7 +354,7 @@
[30-Jun-2002]
The second alpha release of PHP w/ Zend Engine 2 is now
- available. It is based on the current PHP 4 CVS (4.3.0-dev) and includes the new
+ available. It is based on the current PHP 4 CVS (4.3.0-dev) and includes the new
scripting engine which greatly improves the object model, adds exception
handling and provides a much better infrastructure for the integration
of external technologies like Java or .NET. For more details and
@@ -390,14 +390,14 @@
LinuxTag 2002: 6 - 9th June, Karlsruhe, Germany
-
- [23-May-2002] PHP will be attending
- LinuxTag
+
+ [23-May-2002] PHP will be attending
+ LinuxTag
again this year. The combined efforts of the PHP Verein, the Apache Software Foundation and
MySQL AB, will create a "(L)AMP" day, focusing on web development with the 3 core
technologies. During the day there will be many interesting
- workshops, which are free to enter. Make time to visit the (L)AMP booth also, which will
+ workshops, which are free to enter. Make time to visit the (L)AMP booth also, which will
be hosting several PHP related projects
(text in German).
@@ -511,7 +511,7 @@
More information can be found at
www.phpmag.de.
-
+
New PHP.net URL Howto
@@ -591,7 +591,7 @@
[10-Jan-2002]
You can find an overview of all slides of the sessions from the
International PHP Conference 2001 on the
- conference slides page.
+ conference slides page.
It is still not too late to check out some photos from the conference:
diff --git a/archive/2003.php b/archive/2003.php
index 0c178b04f0..8814d6f017 100644
--- a/archive/2003.php
+++ b/archive/2003.php
@@ -121,7 +121,7 @@
open for the conference, speakers are welcome to hold sessions and workshops ranging
from PHP internals to web standard compliance. The event is exclusively in Hungarian.
-
+
@@ -129,15 +129,15 @@
Call for Speakers: PHP Québec 2004
[11-Nov-2003]
- The PHP Québec is pleased to announce the PHP Québec
- conference 2004, which will be held on March, 25th&26th 2004.
- We are looking for the best speakers, willing to
- share their experience and skills with the educated crowd of PHP
- programmers in eastern Canada and in the USA. PHP Québec
+ The PHP Québec is pleased to announce the PHP Québec
+ conference 2004, which will be held on March, 25th&26th 2004.
+ We are looking for the best speakers, willing to
+ share their experience and skills with the educated crowd of PHP
+ programmers in eastern Canada and in the USA. PHP Québec
2004 features 3 distinct tracks:
- Professional PHP, dealing with php usage in professional
+ Professional PHP, dealing with php usage in professional
environment and unusual businesses.
@@ -148,9 +148,9 @@
Sessions will be held in
- French or
+ French or
English.
- For more information, read the PHP Québec.
@@ -167,7 +167,7 @@
with the up and down cursor keys. We welcome feedback on this feature at
the webmasters email address, but
please submit any bugs you find in the
- bug system classifying them as a "PHP.net website problem" and providing
+ bug system classifying them as a "PHP.net website problem" and providing
as much information as possible (OS, Browser version, Javascript errors, etc..).
@@ -178,8 +178,8 @@
[03-Nov-2003]
The PHP developers are proud to announce the immediate availability of
PHP 4.3.4. This release contains a fair
- number of bug fixes and we recommend that all users of PHP upgrade to
- this version. Full list of fixes can be found in the
+ number of bug fixes and we recommend that all users of PHP upgrade to
+ this version. Full list of fixes can be found in the
ChangeLog.
@@ -251,7 +251,7 @@
articles from PHP|Architect.
@@ -283,7 +283,7 @@
href="http://www.phparch.com/cruise/">php|cruise, a five-day cruise to the
Bahamas Islands featuring a lot of fun and over thirty different
sessions dedicated to PHP from well known experts like Wez Furlong, Alan
- Knowles and John Coggeshall.
+ Knowles and John Coggeshall.
The cruise will take place March 1st to 5th, 2004. The organizers have
@@ -360,22 +360,22 @@
[27-Aug-2003]
Today sees an international day of protest against the move by the EU to
make obtaining a patent easier within Europe. Such patents may cause Open
- Source software such as PHP to infringe on existing licenses and new ones,
+ Source software such as PHP to infringe on existing licenses and new ones,
meaning we would no longer be safe to distribute PHP within Europe. Contact
your EU Representative to get this cruicial vote blocked. Find out more at
- the campaign website
+ the campaign website
-
+
-
+
php{con west is announced
[26-Aug-2003]
php{con returns to the San Francisco Bay Area with new sessions, PHP gurus
and a whole new day of PHP-intensive learning. Their program features a full
- day of tutorials, three technical session tracks over two days, an all day
+ day of tutorials, three technical session tracks over two days, an all day
coding marathon, Code Sprint, social events, works in progress, and
presentations from PHP luminaries. Early Bird discounts end on September
26th. See the full program and register online at
@@ -450,7 +450,7 @@
-
+
PHP Magazine web site now with daily news
@@ -479,7 +479,7 @@
-
+
php|architect now in print
@@ -487,7 +487,7 @@
[17-Jul-2003]
The publishers of php|architect, a
monthly magazine dedicated exclusively to the world of PHP, have announced the
- availability of a print edition of
+ availability of a print edition of
their publication. Subscriptions are now available at a special introductory
price for readers worldwide.
@@ -523,7 +523,7 @@
[29-Jun-2003]
The PHP development community is proud to announce the release of PHP 5
Beta 1. Both source packages, and a Windows build are available in the
- Downloads Section. A list of changes
+ Downloads Section. A list of changes
can be found in the ChangeLog.
@@ -531,19 +531,19 @@
- PHP 5 features the Zend Engine 2. For a list of Zend Engine 2 changes, please visit
+ PHP 5 features the Zend Engine 2. For a list of Zend Engine 2 changes, please visit
this webpage.
- XML support has been completely redone in PHP 5, all extensions are now focused around the
+ XML support has been completely redone in PHP 5, all extensions are now focused around the
excellent libxml2 library (http://www.xmlsoft.org/).
- SQLite has been bundled with PHP. For more information on SQLite, please visit their
+ SQLite has been bundled with PHP. For more information on SQLite, please visit their
website.
- Streams have been greatly improved, including the ability to access low-level socket
+ Streams have been greatly improved, including the ability to access low-level socket
operations on streams.
@@ -551,7 +551,7 @@
Note: This is a beta version. It should not be used in
production or even semi-production web sites. There are known bugs in it,
and in addition, some of the features may change (based on feedback). We
- encourage you to download and play with it (and report
+ encourage you to download and play with it (and report
bugs if you find any!), but please do not replace your production
installations of PHP 4 at this time.
@@ -590,7 +590,7 @@
In our ongoing battle to fight load and keep serving you content, whenever you
perform a search on www.php.net, you will be redirected onto a nearby mirror
(determined using the Directi
- Ip-to-Country Database).
+ Ip-to-Country Database).
You may experience a few quirks in the search until your mirrors have synced an up-to-date
version of the site.
@@ -646,7 +646,7 @@
@@ -740,19 +740,19 @@
[28-Jan-2003]
The PHP Québec association announces the Conférence PHP Québec 2003.
- The conference will take place in the École Polytechnique de Montréal,
+ The conference will take place in the École Polytechnique de Montréal,
Québec, Canada.
- The Conférence PHP Québec features two days of conferences, with
- outstanding customer cases from Canada, and cutting edge technical
+ The Conférence PHP Québec features two days of conferences, with
+ outstanding customer cases from Canada, and cutting edge technical
sessions, hosted by international experts. An exhibitor room will
showroom professional solutions.
- Learn more about those exciting days at
+ Learn more about those exciting days at
phpconf.phpquebec.com.
diff --git a/archive/2004.php b/archive/2004.php
index 3449717d95..7e087efc3a 100644
--- a/archive/2004.php
+++ b/archive/2004.php
@@ -55,10 +55,10 @@ functions starting with the letters you typed in. You can browse the list
PHP 4.3.10 & 5.0.3 released!
[15-Dec-2004]
- The PHP Development Team would like to announce the immediate release of
- PHP 4.3.10 and PHP 5.0.3.
- These are maintenance releases that in addition to non-critical bug fixes
- address several very serious security issues. All Users of PHP are strongly
+ The PHP Development Team would like to announce the immediate release of
+ PHP 4.3.10 and PHP 5.0.3.
+ These are maintenance releases that in addition to non-critical bug fixes
+ address several very serious security issues. All Users of PHP are strongly
encouraged to upgrade to one of these releases as soon as possible.
@@ -147,10 +147,10 @@ functions starting with the letters you typed in. You can browse the list
[12-Oct-2004]PHP Québec, the profesional association
- of PHP users in Québec, will be part of the GTEC exhibition, in Ottawa, Ontario, on
+ of PHP users in Québec, will be part of the GTEC exhibition, in Ottawa, Ontario, on
Tuesday October 19th and Wednesday October 20th. PHP Québec will present PHP's
- features, its capabilities for e-government and its support services in Canada.
+ features, its capabilities for e-government and its support services in Canada.
Come and meet us on the floor, booth 1610C.
@@ -178,7 +178,7 @@ functions starting with the letters you typed in. You can browse the list
[23-Sep-2004]
The PHP Development Team is proud to announce the immediate release of PHP 5.0.2.
This is a maintenance release that in addition to many non-critical bug fixes, addresses a problem
- with GPC input processing.
+ with GPC input processing.
All Users of PHP 5 are encouraged to upgrade to this release as soon as possible.
@@ -247,7 +247,7 @@ functions starting with the letters you typed in. You can browse the list
Installation and Configuration part, which is now
divided into sections for individual platforms and servers to ease your first
steps with PHP. The Windows installation instructions are completely
- revised, and now suggest you to set environment variables instead of moving
+ revised, and now suggest you to set environment variables instead of moving
files. This way upgrades and configuration changes become easier.
@@ -273,8 +273,8 @@ functions starting with the letters you typed in. You can browse the list
PHP Tunisie Magazine
[02-Aug-2004]
- PHP Tunisie has just released the
- second
+ 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
@@ -448,7 +448,7 @@ functions starting with the letters you typed in. You can browse the list
[06-Jun-2004]Zend's
- PHP 5 Coding Contest is underway and accepting submissions.
+ PHP 5 Coding Contest is underway and accepting submissions.
This is every developer's chance to flaunt their PHP 5 skills
and let their application shine!
@@ -456,7 +456,7 @@ functions starting with the letters you typed in. You can browse the list
Applications will be rated both by your peers and by a panel of
judges assembled from among the most known and well-respected
- names in the PHP community.
+ names in the PHP community.
@@ -622,13 +622,13 @@ functions starting with the letters you typed in. You can browse the list
It will take place downtown Montréal, Québec, Canada.
- We are currently offering early bird prices.
Students and Small Businesses are eligible for reduced prices.
Buy your tickets early to get rebates and discount with the DVD!
- Learn more about those exciting days at
+ Learn more about those exciting days at
conf.phpquebec.com.
@@ -640,15 +640,15 @@ functions starting with the letters you typed in. You can browse the list
[05-Feb-2004]
The PaWS Group is proud to announce that
- tickets are now available for the first
+ tickets are now available for the first
PHP and Web Standards Conference. We are
offering Weekend tickets (Saturday 21st and Sunday 22nd only) as well as Conference
- tickets (Friday 20th - Tuesday 24th) for the entire length of the event.
+ tickets (Friday 20th - Tuesday 24th) for the entire length of the event.
Additionally, we also have Daily tickets available for each day of the conference.
Tickets will also be available on the door for those that simply want to drop in.
- For ticket and accommodation Prices, look over our
+ For ticket and accommodation Prices, look over our
pricing guide for more information.
Purchase your tickets today for this
one of a kind conference!
diff --git a/archive/2005.php b/archive/2005.php
index a22b162dfd..f910f46e5c 100644
--- a/archive/2005.php
+++ b/archive/2005.php
@@ -17,7 +17,7 @@
[28-Nov-2005]
The PHP Development Team would like to announce the immediate release of PHP 5.1.1.
- This is a regression correction release aimed at addressing several issues introduced by PHP 5.1.0, the core changes as follows:
+ This is a regression correction release aimed at addressing several issues introduced by PHP 5.1.0, the core changes as follows:
Native date class is withdrawn to prevent namespace conflict with PEAR's date package.
Fixed fatal parse error when the last line of the script is a PHP comment.
@@ -94,7 +94,7 @@
[20-Sep-2005]
The final program for the Zend / PHP Conference (October 18-21, 2005 in
- San Francisco)
+ San Francisco)
is now available.
The conference theme is "Power Your
Business With PHP" and features keynote addresses from Marc Andreessen,
@@ -197,8 +197,8 @@
PHP 4.4.0 Released
[11-Jul-2005]
- The PHP Development Team would like to announce the immediate release of
- PHP 4.4.0.
+ The PHP Development Team would like to announce the immediate release of
+ PHP 4.4.0.
This is a maintenance release that addresses a serious memory corruption
problem within PHP concerning references. If references were used in a wrong
way, PHP could create memory corruptions which would not always surface or
@@ -264,7 +264,7 @@
[31-Mar-2005]
- The PHP Development Team would like to announce the immediate release of
- PHP 5.0.4 and 4.3.11.
- These are maintenance releases that in addition to non-critical bug fixes
- address several security issues. All Users of PHP are strongly
+ The PHP Development Team would like to announce the immediate release of
+ PHP 5.0.4 and 4.3.11.
+ These are maintenance releases that in addition to non-critical bug fixes
+ address several security issues. All Users of PHP are strongly
encouraged to upgrade to one of these releases as soon as possible.
@@ -374,14 +374,14 @@
PHP Québec is proud to present an extended conference in Montréal, Québec,
covering the latest innovations in PHP, MySQL and Apache. From March 30th
until April 1st, major AMP contributors will talk about Security, Web Services,
- PHP 5 and great achievements with PHP in North America. The 4 tracks
+ PHP 5 and great achievements with PHP in North America. The 4 tracks
are available at the PHP Québec site.
PHP Certification exams by Zend are included with every admission ticket to
- the conference. The certification center will also provide MySQL and Linux
- certification from MySQL AB, LPI and Savoir Faire Linux. The
+ the conference. The certification center will also provide MySQL and Linux
+ certification from MySQL AB, LPI and Savoir Faire Linux. The
examination center
is open to everyone.
@@ -463,7 +463,7 @@
[27-Jan-2005]
- Circle August 1-5 on your calendar and join in at the
+ Circle August 1-5 on your calendar and join in at the
O'Reilly
Open Source Convention in beautiful Portland, Oregon. OSCON 2005
will be at the Oregon Convention Center, where there will be
diff --git a/archive/2006.php b/archive/2006.php
index 249ac468e2..1a882be649 100644
--- a/archive/2006.php
+++ b/archive/2006.php
@@ -21,7 +21,7 @@
- It will be a
+ It will be a
great opportunity to establish a sustainable Brazilian PHP community and to
exchange ideas among our professionals.
More info is available at
@@ -46,7 +46,7 @@
the 5.1 branch of PHP.
- For users upgrading from PHP 5.0 and PHP 5.1 there is an upgrading guide
+ For users upgrading from PHP 5.0 and PHP 5.1 there is an upgrading guide
available here, detailing the changes between those releases
and PHP 5.2.0.
@@ -59,10 +59,10 @@
[04-Oct-2006]
The French AFUP association is proud to announce
-the fifth annual PHP meeting
-in Paris, on November 9th and 10th, 2006. Developers and managers will gather
-to meet Rasmus Lerdorf, Andrei Zmievski and other prominent community experts
-for two days of sessions, packed with enterprise solutions and
+the fifth annual PHP meeting
+in Paris, on November 9th and 10th, 2006. Developers and managers will gather
+to meet Rasmus Lerdorf, Andrei Zmievski and other prominent community experts
+for two days of sessions, packed with enterprise solutions and
advanced techniques (in French).
@@ -97,7 +97,7 @@
[24-Aug-2006]
The PHP development team would like to announce the immediate availability of
- PHP 5.1.6. This release contains a fix for
+ PHP 5.1.6. This release contains a fix for
memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.
@@ -140,7 +140,7 @@
Further details about this release can be found in the release announcements
(5.1.5 and
4.4.4), and the full list of changes is
-available in the ChangeLogs (PHP 4,
+available in the ChangeLogs (PHP 4,
PHP 5).
@@ -195,8 +195,8 @@
[26-May-2006]
PHP is very pleased to announce that seven students have been chosen for the
-Google 'Summer of Code'. Through this project, Google provides student developers with
-a stipend to create new open source programs or to help currently established
+Google 'Summer of Code'. Through this project, Google provides student developers with
+a stipend to create new open source programs or to help currently established
projects like PHP. The students are each mentored by members of our community,
who will look after the students and their projects step by step.
@@ -212,22 +212,22 @@
NYPHPCon 2006 Program Announced
[16-May-2006]
- We are pleased to announce the speaker, tutorial and keynote program for
- NYPHPCon 2006. The New York PHP
- Conference & Expo 2006 is taking place in New York City, at the
- historic New Yorker Hotel, June 14-16, 2006. There will be three full
+ We are pleased to announce the speaker, tutorial and keynote program for
+ NYPHPCon 2006. The New York PHP
+ Conference & Expo 2006 is taking place in New York City, at the
+ historic New Yorker Hotel, June 14-16, 2006. There will be three full
days of sessions, tutorials, exhibits, and networking events.
-NYPHPCon 2006 focuses on the The PHP Business Community, with two
-featured parallel tracks plus tutorials:
+NYPHPCon 2006 focuses on the The PHP Business Community, with two
+featured parallel tracks plus tutorials:
Business Strategy and Technical Solutions. Over 400 are expected to attend,
including business and technical professionals from around the world.
@@ -242,7 +242,7 @@
available to address these issues. All PHP users are encouraged to upgrade to this release as soon as possible.
-Further details about this release can be found in the release announcement
+Further details about this release can be found in the release announcement
and the full list of changes is available in the PHP 5 ChangeLog.
The tarballs were updated to include the PEAR's phar file, previously missing from the release.
@@ -274,7 +274,7 @@
[26-Feb-2006]
-The PHP Quebec team is pleased to
-announce the 4th edition of the PHP Quebec Conference.
-This year, the conference will be held at the Montreal Plaza Hotel
-from March 29th to 31st. It features 2 days of technical learning and an
-additional day of workshop. Among the speakers, the well known PHP Experts
-such has Rasmus Lerdorf, Andrei Zmeivski, Derick Rethans and Ilia
-Alshanetsky.
-
-
-The conference will have three distinct tracks of session: Advanced
-Techniques, Professional Development and Databases. With over 31
-sessions, including workshops, the PHP Québec Conference is great opportunity
-to learn about the latest PHP techniques and professional development
-techniques to help you build high quality PHP software. The conference will
-also present the various storage solutions available such has IBM DB2,
+The PHP Quebec team is pleased to
+announce the 4th edition of the PHP Quebec Conference.
+This year, the conference will be held at the Montreal Plaza Hotel
+from March 29th to 31st. It features 2 days of technical learning and an
+additional day of workshop. Among the speakers, the well known PHP Experts
+such has Rasmus Lerdorf, Andrei Zmeivski, Derick Rethans and Ilia
+Alshanetsky.
+
+
+The conference will have three distinct tracks of session: Advanced
+Techniques, Professional Development and Databases. With over 31
+sessions, including workshops, the PHP Québec Conference is great opportunity
+to learn about the latest PHP techniques and professional development
+techniques to help you build high quality PHP software. The conference will
+also present the various storage solutions available such has IBM DB2,
PostgreSQL, SQLite and MySQL.
Early bird pricing are available until march 3rd.
-Learn more about this exciting conference.
-The PHP documentation team is pleased to announce the initial release of
-the new build system that generates the PHP Manual. Written in PHP, PhD
-([PH]P based [D]ocBook renderer) builds are now available for
-viewing at docs.php.net. Everyone is
-encouraged to test and use this system so
-that bugs will be found and squashed.
+The PHP documentation team is pleased to announce the initial release of
+the new build system that generates the PHP Manual. Written in PHP, PhD
+([PH]P based [D]ocBook renderer) builds are now available for
+viewing at docs.php.net. Everyone is
+encouraged to test and use this system so
+that bugs will be found and squashed.
-Once the new build system is stable, expect additional changes to the PHP
-manual that will include an improved navigation system and styling for OOP
-documentation.
+Once the new build system is stable, expect additional changes to the PHP
+manual that will include an improved navigation system and styling for OOP
+documentation.
-Feel free to set this developmental mirror as your default by
+Feel free to set this developmental mirror as your default by
using my.php.
-The French AFUP association is proud
+The French AFUP association is proud
to announce the sixth annual PHP
meeting in Paris, on November 21st and 22nd, 2007. Developers and
managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other
@@ -119,17 +119,17 @@
The PHP development team would like to announce the immediate
-availability of PHP 5.2.4.
-This release focuses on improving the stability of the PHP 5.2.X
-branch with over 120 various bug fixes in addition to resolving
-several low priority security bugs. All users of PHP are encouraged
+availability of PHP 5.2.4.
+This release focuses on improving the stability of the PHP 5.2.X
+branch with over 120 various bug fixes in addition to resolving
+several low priority security bugs. All users of PHP are encouraged
to upgrade to this release.
[25-Jul-2007]
@@ -184,7 +184,7 @@
tutorial day. The 2007 conference will feature over 40 sessions, an
exhibit hall featuring leading companies such as Adobe, IBM, PayPal and
Zend, an UnConference area to stimulate impromptu discussions, and
-networking opportunities galore.
+networking opportunities galore.
ZendCon2007 will feature something for everyone – from novice to
@@ -195,7 +195,7 @@
about Zend open source projects.
-ZendCon 2007 promises to be the largest gathering dedicated to PHP.
+ZendCon 2007 promises to be the largest gathering dedicated to PHP.
Plan to attend ZendCon 2007 and join the PHP community to network and
learn from the best PHP minds from around the world.
-This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
+This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
@@ -241,7 +241,7 @@
continue until the end of this year only. After 2007-12-31 there will be no
more releases of PHP 4.4. We will continue to make critical security fixes
available on a case-by-case basis until 2008-08-08. Please use the rest of
- this year to make your application suitable to run on PHP 5.
+ this year to make your application suitable to run on PHP 5.
-The PHP development team would like to announce the immediate availability of PHP 5.2.3.
-This release continues to improve the security and the stability of
+The PHP development team would like to announce the immediate availability of PHP 5.2.3.
+This release continues to improve the security and the stability of
the 5.X branch as well as addressing two regressions introduced
by the previous 5.2 releases. These regressions relate to the timeout
handling over non-blocking SSL connections and the lack of
@@ -299,7 +299,7 @@
- The PHP team is once again proud to participate in the
+ The PHP team is once again proud to participate in the
Google Summer of Code.
Seven students will "flip bits instead of burgers" this summer:
@@ -470,7 +470,7 @@ functionality for PHP developers, including detailed error information,
-PHP Québec is pleased to announce the fifth edition of the PHP Québec Conference.
-The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
+PHP Québec is pleased to announce the fifth edition of the PHP Québec Conference.
+The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
-technicals talks and
-an additional day of workshop.
-Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei
+technicals talks and
+an additional day of workshop.
+Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei
Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more.
-The conference has three distinct tracks : Advanced Techniques, Data
-Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
-PHP Québec Conference is great opportunity to learn about the latest
-development and professional techniques to help you build high quality PHP
+The conference has three distinct tracks : Advanced Techniques, Data
+Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
+PHP Québec Conference is great opportunity to learn about the latest
+development and professional techniques to help you build high quality PHP
software and meet with PHP.
-Special prices are available for all Open Source community members and major
+Special prices are available for all Open Source community members and major
contributors.
@@ -626,7 +626,7 @@ functionality for PHP developers, including detailed error information,
[12-Jan-2007]
diff --git a/archive/2007.xml b/archive/2007.xml
index 0d36964e66..cadb557c99 100644
--- a/archive/2007.xml
+++ b/archive/2007.xml
@@ -53,20 +53,20 @@ Visit the website for m
-The PHP documentation team is pleased to announce the initial release of
-the new build system that generates the PHP Manual. Written in PHP, PhD
-([PH]P based [D]ocBook renderer) builds are now available for
-viewing at docs.php.net. Everyone is
-encouraged to test and use this system so
-that bugs will be found and squashed.
+The PHP documentation team is pleased to announce the initial release of
+the new build system that generates the PHP Manual. Written in PHP, PhD
+([PH]P based [D]ocBook renderer) builds are now available for
+viewing at docs.php.net. Everyone is
+encouraged to test and use this system so
+that bugs will be found and squashed.
-Once the new build system is stable, expect additional changes to the PHP
-manual that will include an improved navigation system and styling for OOP
-documentation.
+Once the new build system is stable, expect additional changes to the PHP
+manual that will include an improved navigation system and styling for OOP
+documentation.
-Feel free to set this developmental mirror as your default by
+Feel free to set this developmental mirror as your default by
using my.php.
The PHP development team would like to announce the immediate
-availability of PHP 5.2.4.
-This release focuses on improving the stability of the PHP 5.2.X
-branch with over 120 various bug fixes in addition to resolving
-several low priority security bugs. All users of PHP are encouraged
+availability of PHP 5.2.4.
+This release focuses on improving the stability of the PHP 5.2.X
+branch with over 120 various bug fixes in addition to resolving
+several low priority security bugs. All users of PHP are encouraged
to upgrade to this release.
@@ -156,7 +156,7 @@ Please see the website for more de
-The French AFUP association is proud
+The French AFUP association is proud
to announce the sixth annual PHP
meeting in Paris, on November 21st and 22nd, 2007. Developers and
managers will gather to meet Rasmus Lerdorf, Andrei Zmievski and other
@@ -178,15 +178,15 @@ enterprise solutions and advanced techniques.
phpquebec.2008.png
-
PHP Quebec is pleased to announce the sixth edition of the PHP Quebec Conference. The Conference
-will take place in Montreal, Canada between March 12th and 14th, 2008. We are
-looking for speakers willing to share their expertise with Canadian and
+
PHP Quebec is pleased to announce the sixth edition of the PHP Quebec Conference. The Conference
+will take place in Montreal, Canada between March 12th and 14th, 2008. We are
+looking for speakers willing to share their expertise with Canadian and
United States PHP professionals.
-The Conference features the PHPLab, where speakers and visitors will find
-solutions to actual business problems. The two days of technical talks will
-be dedicated to advanced software development techniques with PHP5 and PHP6,
+The Conference features the PHPLab, where speakers and visitors will find
+solutions to actual business problems. The two days of technical talks will
+be dedicated to advanced software development techniques with PHP5 and PHP6,
XML, web services, databases, etc.
-This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
+This year, the conference once again promises to be an excellent event for PHP developers of all levels, with talks from top PHP experts such as Derick Rethans, Chris Shiflett, Andrei Zmievski, Sara Golemon, and many more (and plenty of new faces, as well).
@@ -238,7 +238,7 @@ This year, the conference once again promises to be an excellent event for PHP d
continue until the end of this year only. After 2007-12-31 there will be no
more releases of PHP 4.4. We will continue to make critical security fixes
available on a case-by-case basis until 2008-08-08. Please use the rest of
- this year to make your application suitable to run on PHP 5.
+ this year to make your application suitable to run on PHP 5.
For documentation on migration for PHP 4 to PHP 5, we would like to point you
@@ -397,8 +397,8 @@ English and German.
-The PHP development team would like to announce the immediate availability of PHP 5.2.3.
-This release continues to improve the security and the stability of
+The PHP development team would like to announce the immediate availability of PHP 5.2.3.
+This release continues to improve the security and the stability of
the 5.X branch as well as addressing two regressions introduced
by the previous 5.2 releases. These regressions relate to the timeout
handling over non-blocking SSL connections and the lack of
@@ -570,7 +570,7 @@ three days of education, learning and networking - plus an additional
tutorial day. The 2007 conference will feature over 40 sessions, an
exhibit hall featuring leading companies such as Adobe, IBM, PayPal and
Zend, an UnConference area to stimulate impromptu discussions, and
-networking opportunities galore.
+networking opportunities galore.
ZendCon2007 will feature something for everyone – from novice to
@@ -581,7 +581,7 @@ business-critical PHP. Meet the Zend development teams. Learn more
about Zend open source projects.
-ZendCon 2007 promises to be the largest gathering dedicated to PHP.
+ZendCon 2007 promises to be the largest gathering dedicated to PHP.
Plan to attend ZendCon 2007 and join the PHP community to network and
learn from the best PHP minds from around the world.
@@ -603,7 +603,7 @@ For more information please see http://www.zen
-PHP Québec is pleased to announce the fifth edition of the PHP Québec Conference.
-The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
-technicals talks and
-an additional day of workshop.
-Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei
+PHP Québec is pleased to announce the fifth edition of the PHP Québec Conference.
+The conference will take place in Montréal, Canada on March 14-15-16th 2007. It features 2 days of
+technicals talks and
+an additional day of workshop.
+Among the speakers, the well know PHP experts such has: Rasmus Lerdorf, Andrei
Zmievski, Derick Rethans, Ilia Alshanetsky, John Coggeshall, Damien Séguy, and many more.
-The conference has three distinct tracks : Advanced Techniques, Data
-Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
-PHP Québec Conference is great opportunity to learn about the latest
-development and professional techniques to help you build high quality PHP
+The conference has three distinct tracks : Advanced Techniques, Data
+Availability, PHP: Beyound Theory. With over 35 sessions and workshops, the
+PHP Québec Conference is great opportunity to learn about the latest
+development and professional techniques to help you build high quality PHP
software and meet with PHP.
-Special prices are available for all Open Source community members and major
+Special prices are available for all Open Source community members and major
contributors.
@@ -904,15 +904,15 @@ in Portland, Oregon, and has a PHP track as usual. The Call for Papers closes Mo
The International PHP Conference 2007 Spring Edition will happen from May, 21st to 23rd 2007
-in Stuttgart. The Call for Papers has just been opened. You can find more information at
+in Stuttgart. The Call for Papers has just been opened. You can find more information at
http://phpconference.com/.
-There's a pre-conference day on 21st of May with full day Power Workshops and
-a Main Conference from 22nd to 23rd of May with 1 hour sessions.
+There's a pre-conference day on 21st of May with full day Power Workshops and
+a Main Conference from 22nd to 23rd of May with 1 hour sessions.
-Please submit your session proposals at
+Please submit your session proposals at
http://phpconference.com/input.
-They will be voted by the Chair board consisting of Björn Schotte (Head of Chair),
+They will be voted by the Chair board consisting of Björn Schotte (Head of Chair),
Christopher Kunz and Sebastian Meyen. The language for talks is both English and German.
The PHP Development Team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in regard to the magic_quotes functionality, which was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release. Alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.
-
+
@@ -59,7 +59,7 @@
-
+
@@ -122,7 +122,7 @@
Added missing zip security fix
-
+
@@ -168,7 +168,7 @@
The current release plan expects
a stable release sometime around the end of Q1 2009.
@@ -279,7 +279,7 @@
Organizers will prioritize new and original topics in English or French. For more information, visit the website:
http://conf.phpquebec.com
-
+
@@ -319,7 +319,7 @@
-
+
@@ -368,7 +368,7 @@
** With Student ID. Limited seating available
-
+
@@ -398,7 +398,7 @@
Join us to hear top speakers such as Derick Rethans (eZ Systems), Chris Shiflett (OmniTI), Mike Potter (Adobe) and more.
-
+
@@ -430,7 +430,7 @@
For a full list of changes in PHP 4.4.9, see the ChangeLog.
-
+
@@ -470,7 +470,7 @@
Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized. This is especially important for users that require the undocumented Zend engine multibyte support.
The current release plan states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.
-
+
@@ -503,7 +503,7 @@
We will provide Nexen with the email addresses of the winners, so that they can arrange to get the elePHPants shipped. Also for those people wondering, you can continue to submit tests on the TestFest submission site. A bit thank you to all participants and TestFest organizers! Without the countless people that helped organize local events, implement the infrastructure and submissions reviewers, the TestFest would have obviously not worked out as well as it has. We will surely do similar events in the future based on the big success of TestFest 2008.
For more information and to register for the biggest PHP even of the year, visit http://zendcon.com/
-
+
@@ -600,7 +600,7 @@
-
+
@@ -681,7 +681,7 @@
program, but he will be replaced by Rudy Nappée working on the same application.
-
+
@@ -714,7 +714,7 @@
Update (May 3rd): The Windows archives were missing the XSL
and IMAP extensions.
-
+
@@ -747,7 +747,7 @@
Proposals will be reviewed after the deadline has passed. Additional information may be asked where needed. Proposals will be chosen according to their layout, relevancy for a professional audience and the overall homegeneity of the forum. Every candidate will be personnally notified of the status of their proposal. The decision is final. Priority will be given to sessions in French.
-
+
@@ -783,7 +783,7 @@
Early discounted registration rates affective until April 15, 2008
-
+
@@ -816,7 +816,7 @@
additional details on the TestFest on how to get involved, either as a
UG or by setting up the necessary infrastructure.
-
+
@@ -832,7 +832,7 @@
We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: http://wiki.php.net/gsoc/2008. Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.
So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable Google Summer of Code projects.
-
+
@@ -856,7 +856,7 @@
For the past two years, php|architect's spring conference has sold out weeks before the start date, so if you're interested in attending, don't delay, and be sure to sign up ASAP!
-
+
@@ -886,7 +886,7 @@
Take note that online registration ends on March 7th. For more information,
visit the website: http://conf.phpquebec.com
-
+
@@ -906,7 +906,7 @@
We will also be holding an extended presentation and discussion on frameworks for PHP.
Visit our conference site to register. Early bird discount is available until 1st February 2008.
The PHP development team would like to announce the immediate
availability of PHP 5.2.12. This release focuses on improving the stability of
the PHP 5.2.x branch with over 60 bug fixes, some of which are security related.
All users of PHP 5.2 are encouraged to upgrade to this release.
-
-
- Security Enhancements and Fixes in PHP 5.2.12:
-
-
-
Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)
-
Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)
-
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia)
-
Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143, Stas)
-
Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com)
-
-
-
+
+
+ Security Enhancements and Fixes in PHP 5.2.12:
+
+
+
Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)
+
Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)
+
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia)
+
Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143, Stas)
+
Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com)
+
+
+
Further details about the PHP 5.2.12 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.
-
PHP London are pleased to announce the date, venue and registration availability
of their 5th annual UK PHP conference, building on the success of previous events
and accommodating the continual growth of the PHP community and PHP development
industry.
-
-
-
- The event takes place on Friday 26th February 2010
+
+
+
+ The event takes place on Friday 26th February 2010
at the Business Design Centre in the Islington area of London.
Information on the venue is available on our
website.
-
-
-
+
+
+
Registration is now available, with an early bird discount of £20
putting the price at £100 (ex. UK VAT), available for the rest of December 2009,
increasing to £110 during January 2010, whilst the standard £120 price is
available now (for those that wish to significantly contribute towards the running
of the conference) until either the event takes place or we run out of places - so
- register
+ register
as soon as you can to get the best price and secure your place.
-
-
-
+
+
+
Feel free to create an
account on the PHP UK
Conference website at and sign-up for notifications of updates to the website.
-
The PHP development team would like to announce the immediate
- availability of PHP 5.3.1. This release focuses on improving the
- stability of the PHP 5.3.x branch with over 100 bug fixes, some of
+ availability of PHP 5.3.1. This release focuses on improving the
+ stability of the PHP 5.3.x branch with over 100 bug fixes, some of
which are security related. All users of PHP are encouraged to
- upgrade to this release.
-
Security Enhancements and Fixes in PHP 5.3.1:
-
-
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.
-
Added missing sanity checks around exif processing.
-
Fixed a safe_mode bypass in tempnam().
-
Fixed a open_basedir bypass in posix_mkfifo().
-
Fixed failing safe_mode_include_dir.
-
-
Further details about the PHP 5.3.1 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.
With its mixture of topics the International PHP Conference provides an ideal resource for all professionals and their successful daily routine within the whole PHP spectrum. Insights into current Web 2.0 technologies, Security, Best Practices for tools and components, Enterprise know-how, databases, architectures and more are presented at the International PHP Conference 2009.
-
More than 30 Experts explain current trends and demonstrate how to make the most of your code and your business. They will answer your questions not only in the 40+ sessions and panel discussions but also during personal meetings.
-
And for the very first time ever, on Sunday, 15th November, the PHP community will warm up with our free IPC Unconference. This is the place, where YOU decide about the sessions - just pick your favorite topics and get in touch with some of our speakers and other developers.
-
Make use of this opportunity and make yourself a part of the worldwide PHP community – at the International PHP Conference 2009.
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.
+
Added missing sanity checks around exif processing.
+
Fixed a safe_mode bypass in tempnam().
+
Fixed a open_basedir bypass in posix_mkfifo().
+
Fixed failing safe_mode_include_dir.
+
+
Further details about the PHP 5.3.1 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.
With its mixture of topics the International PHP Conference provides an ideal resource for all professionals and their successful daily routine within the whole PHP spectrum. Insights into current Web 2.0 technologies, Security, Best Practices for tools and components, Enterprise know-how, databases, architectures and more are presented at the International PHP Conference 2009.
+
More than 30 Experts explain current trends and demonstrate how to make the most of your code and your business. They will answer your questions not only in the 40+ sessions and panel discussions but also during personal meetings.
+
And for the very first time ever, on Sunday, 15th November, the PHP community will warm up with our free IPC Unconference. This is the place, where YOU decide about the sessions - just pick your favorite topics and get in touch with some of our speakers and other developers.
+
Make use of this opportunity and make yourself a part of the worldwide PHP community – at the International PHP Conference 2009.
On 24th and 25th of November you should not miss the lectures of the top speakers of the PHP Industry on Professional Software Development with PHP at Munich Conference Center.
-
-
+
+
10 international speakers offer you more than 20 hours of knowledge transfer in the topics "Development", "Tools & Technologies", "PHP 5 Certification", "TYPO3 Certification", "Search Engine Optimization" and "Design Patterns with PHP" on two days.
-
-
+
+
On November 24th, Pierre Joye from the PHP core team under Windows opens the congress with his keynote "PHP 5.3 and PHP 6". Amongst others topics include OOP, Web Application Security 2.0, SOAP in PHP and Zend Framework.
-
-
+
+
The 25th November is a workshop day aimed at expanding and deepening your knowledge in PHP 5 Certification, TYPO3 Certification, Search Engine Optimization and Design Patterns with PHP.
-
-
- More detailed information is available on our website
- Twitter or in our group on Facebook.
-
The PHP Barcelona User Group is proud to announce that the PHP Barcelona Conference 2009 is here, and it is arriving bigger than ever! Two days, three parallel tracks of talks and workshops, and some of the biggest names and companies in the industry covering the hottest subjects to date.
-
Come to Barcelona (Citilab) to see Rasmus Lerdorf, Fabien Potencier, Derick Rethans, Sebastian Bergmann and many more open the hood and expose the secrets of PHP and PHP related technologies that make the Internet what it is today, and that power what the Internet will be tomorrow. Discover the newest evolution of the most popular scripting language and its intimate bonding with security, stability and scalability, and how its integration with cutting edge technology make it one of the most powerful and state of the art building blocks for robust applications.
-
For more information about PHP Barcelona Conference 2009 and to register, please visit http://phpconference.es
The PHP Barcelona User Group is proud to announce that the PHP Barcelona Conference 2009 is here, and it is arriving bigger than ever! Two days, three parallel tracks of talks and workshops, and some of the biggest names and companies in the industry covering the hottest subjects to date.
+
Come to Barcelona (Citilab) to see Rasmus Lerdorf, Fabien Potencier, Derick Rethans, Sebastian Bergmann and many more open the hood and expose the secrets of PHP and PHP related technologies that make the Internet what it is today, and that power what the Internet will be tomorrow. Discover the newest evolution of the most popular scripting language and its intimate bonding with security, stability and scalability, and how its integration with cutting edge technology make it one of the most powerful and state of the art building blocks for robust applications.
+
For more information about PHP Barcelona Conference 2009 and to register, please visit http://phpconference.es
The PHP development team would like to announce the immediate
availability of PHP 5.2.11. This release focuses on improving the stability of
the PHP 5.2.x branch with over 75 bug fixes, some of which are security related.
All users of PHP 5.2 are encouraged to upgrade to this release.
-
-
- Security Enhancements and Fixes in PHP 5.2.11:
-
The Zend PHP Conference 2009 (ZendCon) is the largest event of the PHP
community and a unique opportunity to meet with PHP developers, web
experts and IT managers. This year's conference will be held
@@ -235,78 +235,78 @@
San Jose, California. It will bring together developers
and business managers from around the world for three days of
exceptional presentations and networking events.
-
-
+
+
At ZendCon 2009, sessions will focus on creating, deploying and managing
applications that take advantage of the speed, scalability and
simplicity of PHP. To find out more about ZendCon, see the full session
listing, and register, visit http://zendcon.com/.
-
The PHP North West
Conference has announced its return for a second year, to be held
on Saturday 10th October 2009 in Manchester, UK. This is a one-day
@@ -315,87 +315,87 @@
wants to attend can do so. We combine experienced speakers with some
new local talent to bring an event that truly has something for
everyone and a great buzz.
-
-
+
+
The official conference is on the Saturday but there are social events
on Friday and Saturday and an informal schedule on Sunday, so come and
make a weekend of it with us in Manchester! All the venues are in
central Manchester and walkable from mainline public transport, so do
join us.
-
-
+
+
There is a call for papers which runs until 16th August 2009 and the
early bird ticket prices are fixed until September 10th. For more
information, to submit a paper, to buy tickets, or to contact the
organisers please visit the conference website.
-
+ URL to feed to your svn client is http://svn.php.net/repository.
+
+
There is also a github mirror. Please
use that instead of trying to do a full git clone from the svn repository. See
- the instructions at wiki.php.net/vcs/svnfaq#git
-
Many thanks to Gwynne who did the bulk of the work and also all the other folks who pitched in.
It was a major effort to move 14 years of CVS history to another RCS.
-
So finally we are at the end of the
2009 PHP TestFest.
It has been an outstanding success with the
- coverage increasing
+ coverage increasing
by about 2.5% overall and 887 new tests contributed in the TestFest SVN
repository of which 637 have already been added to PHP CVS.
-
There still are few loose ends to tie up - the
- TestFest SVN repository
+ TestFest SVN repository
will be closed for contributions later this week and the last few
tests will be moved into the main PHP repository. Finally, we have
- 10 elePHPants
- and 9 TestFest mugs
+ 10 elePHPants
+ and 9 TestFest mugs
to give out. The winners of mugs and elePHPants
will be drawn at random from a list of people who wrote tests;
the winner's names will be announced later this month.
-
-
+
+
For those that would like to continue to make a difference by
writing tests there are two options. You can simply continue by
submitting new tests to the QA mailing list,
@@ -404,34 +404,34 @@
PHP CVS (or SVN) ID.
In your application you should reference the tests that you have
written in support of your application.
-
-
+
+
Last but not least, we would like to thank all of the
companies and institutions that sponsored TestFest.
These include Combell, Corretgé, Faculdade Impacta de Tecnologia, IBM,
iBuildings, Itera, Mayflower, Microsoft, Nexen (Alter Way Group), php|architect,
Redpill-Linpro, Steinigke Showtechnic, Verges Council and Zend.
-
The PHP development team is proud to announce the immediate release of PHP
5.3.0.
This release is a major improvement in the 5.X series, which includes a
large number of new features and bug fixes.
-
For users upgrading from PHP 5.2 there is a
- migration guide
+ migration guide
available here, detailing the changes between those
releases and PHP 5.3.0.
-
The Rio de Janeiro PHP user group is pleased to announce
their first PHP'n Rio conference. It will be held July 3rd, 2009 at the
Infnet Institute, in Rio de Janeiro. It is a
one day mini conference aimed on providing experienced developers and
beginners a chance to learn more about PHP frameworks, web
applications built in PHP, and the art of testing code.
-
-
+
+
The keynote speaker is Jan Schneider, who will also
talk about the Horde project. In addition, we will
have sessions about other frameworks and include a
PHP TestFest.
-
-
+
+
PHP'n Rio sessions go from 6-9 pm. Then the PHP TestFest follows up
until 10 pm. No fees or subscription required. Participation is entirely
free!
-
-
+
+
Whether you live here or are around just enjoying the marvelous city,
- come and join us :) For more information, please visit
- http://www.phprio.org/phpnrio09
+ come and join us :) For more information, please visit
+ http://www.phprio.org/phpnrio09
(portuguese only).
-
The PHP development team is proud to announce the fourth release
candidate of PHP 5.3.0 (PHP 5.3.0RC4). This RC focuses on bug fixes
and stability improvements, and we hope only minimal changes are required
@@ -517,130 +517,130 @@
namespaces,
late static binding,
closures and much more.
-
-
+
+
Please download and test these release candidates, and report any issues
found. A stable release is expected next week . In case of critical
issues we will continue producing weekly RCs. Downloads and further
information is available at qa.php.net.
See also the work in progress
5.3 upgrade guide.
-
+ The PHP development team would like to announce the immediate availability of PHP 5.2.10.
This release focuses on improving the stability of the PHP 5.2.x branch with over 100 bug fixes,
one of which is security related. All users of PHP are encouraged to upgrade to this release.
-
-
- Security Enhancements and Fixes in PHP 5.2.10:
-
-
-
Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre)
-
-
+
+
+ Security Enhancements and Fixes in PHP 5.2.10:
+
+
+
Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre)
+
+
Further details about the PHP 5.2.10 release can be found in the
release announcement, and the full list of changes are
available in the ChangeLog.
-
The PHP development team is proud to announce the second release candidate of PHP 5.2.10 (PHP 5.2.10RC2) and the third release candidate of PHP 5.3.0 (PHP 5.3.0RC3). These RCs focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases.
PHP 5.2.10 is a pure maintenance release for providing bugfixes and stability updates. PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures and much more.
Please download and test these release candidates, and report any issues found. Downloads and further information is available at qa.php.net. See also the work in progress 5.3 upgrade guide.
CodeWorks 2009 is a series of two-day conferences for PHP developers and IT managers organized and run by the publishers of php|architect Magazine.
-
CodeWorks will travel to seven locations across the United States between September 22nd and October 5th included. Each two-day event includes a day of in-depth tutorials and a day of conference talks arranged across three different tracks, all presented by the best experts in the business.
The PHP development team is proud to announce the second release candidate of PHP 5.2.10 (PHP 5.2.10RC2) and the third release candidate of PHP 5.3.0 (PHP 5.3.0RC3). These RCs focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases.
PHP 5.2.10 is a pure maintenance release for providing bugfixes and stability updates. PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures and much more.
Please download and test these release candidates, and report any issues found. Downloads and further information is available at qa.php.net. See also the work in progress 5.3 upgrade guide.
CodeWorks 2009 is a series of two-day conferences for PHP developers and IT managers organized and run by the publishers of php|architect Magazine.
+
CodeWorks will travel to seven locations across the United States between September 22nd and October 5th included. Each two-day event includes a day of in-depth tutorials and a day of conference talks arranged across three different tracks, all presented by the best experts in the business.
These locations include:
-
-
San Francisco, CA (9/22-9/23)
-
Los Angeles, CA (9/24-9/25)
-
Dallas, TX (9/26-9/27)
-
Atlanta, GA (9/28-9/29)
-
Miami, FL (9/30-10/1)
-
Washington, DC/Baltimore Area (10/2-10/3)
-
New York, NY (10/4-10/5)
-
-
-
If PHP is your work, your passion or your hobby, CodeWorks is a great way to learn and connect with the greatest community of professionals in the world—and with prices as low as $99 and a generous discount program, a uniquely affordable opportunity for everyone.
-
Remember, each event is limited to 300 attendees and prices increase the closer we get to each event. Get your tickets today before we run out or the price goes up!
If PHP is your work, your passion or your hobby, CodeWorks is a great way to learn and connect with the greatest community of professionals in the world—and with prices as low as $99 and a generous discount program, a uniquely affordable opportunity for everyone.
+
Remember, each event is limited to 300 attendees and prices increase the closer we get to each event. Get your tickets today before we run out or the price goes up!
The AFUP (Association française des utilisateurs PHP)
- organizes on November 11th and November 12th
+ organizes on November 11th and November 12th
at the Cité des Sciences in Paris, France,
the Forum PHP for its 9th edition.
-
-
- The PHP Forum 2009 will welcome as a partner alongside the AFUP,
+
+
+ The PHP Forum 2009 will welcome as a partner alongside the AFUP,
the association LeMug.fr (MySQL User Group).
-
-
- On this occasion, AFUP decided to extend the pre-registration at preferential rates, and
+
+
+ On this occasion, AFUP decided to extend the pre-registration at preferential rates, and
also postpone the deadline for the call for speakers.
-
TestFest is upon us once again. For those who don't know, this is the
time of year where User Groups and individuals donate a little of their
time and effort to increasing the test coverage of PHP.
-
-
+
+
Hundreds of thousands of lines of code are working in concert to
assemble one of the simplest to learn and fastest running scripting
languages in the business. All this is achieved with the expectation
@@ -648,320 +648,320 @@
will be stomped out quickly, efficiently and will never be heard from
again. This is a lofty goal and is only possible through a system of
tests designed to continuously evaluate the well-being of PHP.
-
-
+
+
This year the QA Team has been very busy implementing new features
and improvements to make the TestFest experience easier and more
enjoyable than ever before. Some these improvements include a
Subversion repository for test storage and tracking, a Virtual
Machine for simple test environment setup, and improved documentation
of testing procedures.
-
-
+
+
2009 is looking to be the most successful TestFest event ever. Over
20 User Groups spanning Belgium, Brazil, Catalonia, Canada, France,
Germany, Ireland, Italy, Netherlands, Norway, Peru, USA and the UK
have already registered. This is an incredible response and we still
have 2 months left to go.
-
-
+
+
Getting involved couldn't be simpler. Visit the
QA TestFest page to
find out how you can organize a TestFest event in your community.
We are looking forward to seeing your communities tests being
committed into PHP.
-
- The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2).
- This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required
+
+ The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2).
+ This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required
for the next candidate (RC3).
-
-
+
+
Expect an RC3 in 2-3 weeks, although there will not be major changes so now is a good
time to start the final testing of PHP 5.3.0 before it gets released, in order to find
possible incompatibilities with your project.
-
-
+
+
Please download and test this release candidate, and report any issues found.
Downloads and further information is available at qa.php.net.
See also the work in progress 5.3 upgrade guide.
-
The italian PHP user group (GrUSP), is organizing the 6th phpDay,
theitalian conference dedicated to the PHP world (http://www.phpday.it/).
-
-
+
+
This year's edition will be held in Verona on
- May 15-16th
+ May 15-16th
and "softwareintegration with PHP" is going to be the main theme of the event.
-
-
+
+
The phpDay will have three channels:
-
-
Developers: development approach and techniques
-
Community: focus on open source software and frameworks
-
Enterprise: real case studies for business and enterprises
-
-
-
+
+
Developers: development approach and techniques
+
Community: focus on open source software and frameworks
+
Enterprise: real case studies for business and enterprises
+
+
+
For the benefit of our international visitors, there will be an
entiretrack in english, so come and join us in the beautiful city of
Verona!
-
The PHP Development Team would like to announce the availability of a new Windows build for PHP - PHP 5.2.9-2
-
This release focuses on fixing security flaws in the included OpenSSL library (CVE-2009-0590, CVE-2009-0591 and CVE-2009-0789). The security advisory is available here.
-
The OpenSSL library has been updated to 0.9.8k, which includes fixes for these flaws.
-
Note: Only the Windows binaries are affected. There are no changes to the PHP sources, therefore no source releases are necessary.
The PHP Development Team would like to announce the availability of a new Windows build for PHP - PHP 5.2.9-2
+
This release focuses on fixing security flaws in the included OpenSSL library (CVE-2009-0590, CVE-2009-0591 and CVE-2009-0789). The security advisory is available here.
+
The OpenSSL library has been updated to 0.9.8k, which includes fixes for these flaws.
+
Note: Only the Windows binaries are affected. There are no changes to the PHP sources, therefore no source releases are necessary.
Tickets are now on sale for The Dutch PHP Conference 2009 and we want to invite
you to attend. This year's conference will be held from
June 11-June13, 2009.
DPC09, like it's predecessors, will be held in Amsterdam at the RAI Center. This
year we have expanded the conference to two days plus the tutorial day so that we
can deliver even more sessions, events and value for your conference budget.
-
-
+
+
Our speaker line up this year includes Andrei Zmievski, Marco Tabini, Derick
Rethans, Ben Ramsey, Michelangelo van Dam, and Paul Reinheimer, just to name a few.
This year's special keynote speakers are Andrei Zmievski and Owen Byrne as well as
a special closing keynote session by Marco Tabini, Ivo Jansch and Cal Evans. You
can see the full line up of speakers and sessions at
- http://phpconference.nl/schedule/.
Once again we are happy to announce our involvement with the Google Summer of Code project.
- Be sure to check our program
+ Be sure to check our program
at this years GSoC.
-
-
+
+
We invite everyone to look at the list of ideas for
this years GSoC, and get involved. Students are welcome to propose their own ideas, and we
will consider all applications that are received before the April 3rd deadline. So, thanks to
everyone involved and we look forward to seeing many students join us on this great adventure!
-
The PHP development team is proud to announce the availability of the first release candidate of PHP 5.3.0 (PHP 5.3.0RC1). This release marks the final phase in a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements.
The PHP development team is proud to announce the availability of the first release candidate of PHP 5.3.0 (PHP 5.3.0RC1). This release marks the final phase in a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements.
Countless bug fixes and improvements to existing extensions in particular to:
ext/openssl,
ext/spl and
- ext/date
-
-
-
This release also drops several extensions and unifies usage of internal APIs. Users should be aware of the following known backwards compatibility breaks:
-
-
Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling
This release also drops several extensions and unifies usage of internal APIs. Users should be aware of the following known backwards compatibility breaks:
+
+
Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling
All users of PHP, especially those using earlier PHP 5 releases are advised to test this release as the final release of PHP 5.3.0 will eventually obsolete the 5.2 branch of PHP.
-
For users upgrading from previous PHP 5 releases there is an upgrading guide available here, detailing the changes between those releases and PHP 5.3.0.
-
Please also note that we are aware of issues surrounding float/integer handling in some edge cases (some of which have been introduced in PHP 5.2.0), as well as a crash bug in NSAPI, that will be fixed in PHP 5.3.0RC2. These issues however do not prevent wide spread testing of PHP 5.3.0RC1 as users can now rely on the feature set and implementation decisions no longer being changed.
-
For a full list of changes in PHP 5.3.0, see the CVS NEWS file.
The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1
-
This release focuses on fixing a security flaw introduced by the cURL library (CVE-2009-0037). Please see the following for a full description: http://curl.haxx.se/docs/adv_20090303.html
-
Please note that the cURL related function is disabled when open_basedir or safe_mode enabled.
The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.
-
- Security Enhancements and Fixes in PHP 5.2.9:
-
-
Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)
Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre)
Fixed explode() behavior with empty string to respect negative limit. (Shire)
Fixed a segfault when malformed string is passed to json_decode(). (Scott)
-
Further details about the PHP 5.2.9 can be found in the release announcement for 5.2.9 the full list of changes is available in the ChangeLog for PHP 5.
We are happy to invite you to this year's php|tek conference, to be held May 19-22, 2009 in Chicago, Illinois, and hosted (as always) by the folks at php|architect.
-
Join us to hear talks and tutorials on a variety of PHP subjects from PHP experts such as Ed Finkler, Sara Golemon, Chris Shiflett, Sebastian Bergmann, Derick Rethans, Stefan Priebsch, Christian Wenz and our mid-conference keynote by Andrei Zmievski on PHP6. You can see the full schedule at http://tek.mtacon.com/c/schedule - we guarantee you won't be disappointed.
-
This year we are also happy to invite you to our Unconference and Hack-a-thon which will be held in the early evenings, separate from the main schedule. You'll have a great time and won't miss a thing! This, coupled with our entertaining evening events and multiple networking opportunities will prove to make your trip to the conference an educational and memorable one!
-
Early bird pricing is in effect until February 28, 2009 so hurry to take advantage of this offer before it's too late!
-
For details on the conference, including registration and hotel information, please visit us at http://tek.mtacon.com/.
All users of PHP, especially those using earlier PHP 5 releases are advised to test this release as the final release of PHP 5.3.0 will eventually obsolete the 5.2 branch of PHP.
+
For users upgrading from previous PHP 5 releases there is an upgrading guide available here, detailing the changes between those releases and PHP 5.3.0.
+
Please also note that we are aware of issues surrounding float/integer handling in some edge cases (some of which have been introduced in PHP 5.2.0), as well as a crash bug in NSAPI, that will be fixed in PHP 5.3.0RC2. These issues however do not prevent wide spread testing of PHP 5.3.0RC1 as users can now rely on the feature set and implementation decisions no longer being changed.
+
For a full list of changes in PHP 5.3.0, see the CVS NEWS file.
The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1
+
This release focuses on fixing a security flaw introduced by the cURL library (CVE-2009-0037). Please see the following for a full description: http://curl.haxx.se/docs/adv_20090303.html
+
Please note that the cURL related function is disabled when open_basedir or safe_mode enabled.
The PHP development team would like to announce the immediate availability of PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x branch with over 50 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.
+
+ Security Enhancements and Fixes in PHP 5.2.9:
+
+
Fixed security issue in imagerotate(), background colour isn't validated correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory (Fixes CVE-2008-5498). (Scott)
Fixed a crash on extract in zip when files or directories entry names contain a relative path. (Pierre)
Fixed explode() behavior with empty string to respect negative limit. (Shire)
Fixed a segfault when malformed string is passed to json_decode(). (Scott)
+
Further details about the PHP 5.2.9 can be found in the release announcement for 5.2.9 the full list of changes is available in the ChangeLog for PHP 5.
We are happy to invite you to this year's php|tek conference, to be held May 19-22, 2009 in Chicago, Illinois, and hosted (as always) by the folks at php|architect.
+
Join us to hear talks and tutorials on a variety of PHP subjects from PHP experts such as Ed Finkler, Sara Golemon, Chris Shiflett, Sebastian Bergmann, Derick Rethans, Stefan Priebsch, Christian Wenz and our mid-conference keynote by Andrei Zmievski on PHP6. You can see the full schedule at http://tek.mtacon.com/c/schedule - we guarantee you won't be disappointed.
+
This year we are also happy to invite you to our Unconference and Hack-a-thon which will be held in the early evenings, separate from the main schedule. You'll have a great time and won't miss a thing! This, coupled with our entertaining evening events and multiple networking opportunities will prove to make your trip to the conference an educational and memorable one!
+
Early bird pricing is in effect until February 28, 2009 so hurry to take advantage of this offer before it's too late!
+
For details on the conference, including registration and hotel information, please visit us at http://tek.mtacon.com/.
+ The seventh edition of the PHP Quebec Conference will take place in a few days,
between March 4th and 6th, 2009. It will be held in Montreal, Canada.
-
-
- Don't miss out on this unique opportunity to learn more on latest development
- techniques with PHP, RIA, Frameworks and project management. Meet with PHP
- Community leaders such as: Zeev Suraski, Chris Shiflett, Andrei Zmievski,
+
+
+ Don't miss out on this unique opportunity to learn more on latest development
+ techniques with PHP, RIA, Frameworks and project management. Meet with PHP
+ Community leaders such as: Zeev Suraski, Chris Shiflett, Andrei Zmievski,
Sara Golemon, John Coggeshall and many more.
-
-
- With over 55 technical talks, 35 international speakers and multiple networking
- activities you are guaranteed to take your career one step ahead in a friendly
+
+
+ With over 55 technical talks, 35 international speakers and multiple networking
+ activities you are guaranteed to take your career one step ahead in a friendly
environment.
-
-
- Space is limited, register online before February 28th and secure your presence.
- http://conf.phpquebec.com
-
-
-
-
+
+
+ Space is limited, register online before February 28th and secure your presence.
+ http://conf.phpquebec.com
+
The PHP development team would like to announce the immediate
availability of PHP 5.2.16. This release marks the end of support
for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
-
-
-
+
+
+
This release focuses on addressing a regression in open_basedir implementation
introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql
on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are
utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4.
-
-
+
+
To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on http://php.net/migration53, details the changes between
- PHP 5.2 and PHP 5.3.
The PHP development team is proud to announce the immediate release of PHP
5.3.4. This is a maintenance release in the 5.3 series, which includes a
large number of bug fixes.
-
-
-
- Security Enhancements and Fixes in PHP 5.3.4:
-
-
-
Fixed crash in zip extract method (possible CWE-170).
-
Paths with NULL in them (foo\0bar.txt) are now considered as invalid (CVE-2006-7243).
+
+
+
+ Security Enhancements and Fixes in PHP 5.3.4:
+
+
+
Fixed crash in zip extract method (possible CWE-170).
+
Paths with NULL in them (foo\0bar.txt) are now considered as invalid (CVE-2006-7243).
Fixed a possible double free in imap extension (Identified by Mateusz
- Kocielski). (CVE-2010-4150).
+ Kocielski). (CVE-2010-4150).
Fixed NULL pointer dereference in ZipArchive::getArchiveComment.
- (CVE-2010-3709).
-
Fixed possible flaw in open_basedir (CVE-2010-3436).
The PHP development team would like to announce the immediate
availability of PHP 5.2.15. This release marks the end of support
for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
-
-
-
+
+
+
This release focuses on improving the security and stability of the
PHP 5.2.x branch with a small number, of predominatly security fixes.
-
-
-
- Security Enhancements and Fixes in PHP 5.2.15:
-
-
-
Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
-
Fixed crash in zip extract method (possible CWE-170).
-
Fixed a possible double free in imap extension.
-
Fixed possible flaw in open_basedir (CVE-2010-3436).
-
Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709).
-
Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data).
-
-
-
- Key enhancements in PHP 5.2.15 include:
-
-
-
Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
-
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
-
-
+
+
+
+ Security Enhancements and Fixes in PHP 5.2.15:
+
+
+
Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
+
Fixed crash in zip extract method (possible CWE-170).
+
Fixed a possible double free in imap extension.
+
Fixed possible flaw in open_basedir (CVE-2010-3436).
+
Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709).
+
Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data).
+
+
+
+ Key enhancements in PHP 5.2.15 include:
+
+
+
Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
+
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
+
+
To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on http://php.net/migration53, details the changes between
- PHP 5.2 and PHP 5.3.
PHP Quebec is pleased to announce the 2011 edition of the http://confoo.ca/ Conference.
The Conference will take place in Montréal, Québec, Canada between March 9 and
11th 2011. We are looking for speakers willing to share their expertise with
Canadian and United States PHP professionals programmers and managers.
-
-
-
+
+
+
The Conference features technical one hour talks dedicated many aspects of
Web development such as mobile apps, security, databases, cloud, web standards,
accessibility, project management, agile methods, CMS & Frameworks, startups
and of course, PHP.
-
-
-
+
+
+
Organizers will prioritize new and original topics in English or French.
- For more information, visit the website: http://confoo.ca/
-
+ The PHP Rio User Group
is pleased to announce their second edition of
the PHP'n Rio conference. It will be held on November 20th,
2010, at the PUC Rio university,
@@ -195,101 +195,101 @@
experienced developers and beginners a chance to learn more about PHP
frameworks, web applications built in PHP, and the art of testing
code.
-
-
-
+
+
+
No fees or subscription required. Participation is entirely free!
-
-
-
+
+
+
Whether you live here or are around just enjoying the marvelous city,
come and join us :) For more information, please visit
-
+
http://www.phprio.org/phpnrio10
-
+
(Portuguese only).
-
The 6th Annual Zend/PHP Conference will bring together PHP developers and
IT managers from around the world to discuss PHP best practices and explore
new technologies.
-
-
-
+
+
+
At ZendCon, you'll learn from a variety of technical sessions in 9 tracks,
renowned speakers, in-depth tutorials, an Exhibit Hall featuring industry
leaders and unique networking opportunities.
-
-
-
-
+
+
+
+
Learn PHP best practices for architecture, design and development
-
-
+
+
Discover new advances in the PHP language and how to best harness them
-
-
+
+
Gain insights from peers, PHP luminaries, community members and
thought-leaders
-
-
+
+
Discover how to deploy and scale large PHP applications
-
-
+
+
Explore new technologies like NoSQL and Cloud Computing
-
-
+
+
Learn how to effectively leverage Zend Framework and the changes coming
in Zend Framework 2.0
-
-
-
-
+
+
+
+
Register now so you don't miss out on the most popular tutorials and
savings. And join us at the 2010 Zend/PHP Conference - the largest
gathering of the PHP community!
-
The PHP Barcelona User Group is pleased to announce the 4th edition of the PHP Barcelona Conference. Come to the shores of the Mediterranean for two fun-packed days of cutting edge PHP, Application Scalability, High Performance, Databases, Integration, Testing, Clouds (not in the sky, we hope) and many many more topics and surprises. The event will take place from the 29th to the 30th of October and will bring together Ilia Alshanetsky, Fabien Potencier, Stefan Priebsch, Lorenzo Alberton, Enrico Zimuel and many more of the shiniest names in the industry for 48 hours of intensive PHP and fiesta!
-
-
For more information visit http://phpconference.es and book your spot now before tickets run out and don't lose out on one of the most appealing events on the PHP calendar :)
The PHP Barcelona User Group is pleased to announce the 4th edition of the PHP Barcelona Conference. Come to the shores of the Mediterranean for two fun-packed days of cutting edge PHP, Application Scalability, High Performance, Databases, Integration, Testing, Clouds (not in the sky, we hope) and many many more topics and surprises. The event will take place from the 29th to the 30th of October and will bring together Ilia Alshanetsky, Fabien Potencier, Stefan Priebsch, Lorenzo Alberton, Enrico Zimuel and many more of the shiniest names in the industry for 48 hours of intensive PHP and fiesta!
+
+
For more information visit http://phpconference.es and book your spot now before tickets run out and don't lose out on one of the most appealing events on the PHP calendar :)
Not just another conference - this year has seen some high-valued
conferences (like our IPC Spring Edition in Berlin) and we are already
preparing the next big PHP conference. But this year makes a difference.
@@ -297,8 +297,8 @@
business for ten years, we met some great people, made true fans and
encouraged PHP developers all over the world to commit their passion for
web-development to a growing community, that is behind some of the most
- well-known websites today.
-
+ well-known websites today.
+
Of course, a great event is nothing without great developers and we are very
happy to welcome the PHP community to our next International PHP Conference
2010! Again, this conference is packed with workshops, sessions and keynotes
@@ -309,19 +309,19 @@
experience in bringing together some of the most experienced heads in PHP
development - but because of this conference being one of Europe's leading
technology events that have been made possible by a really passionate
- community. And that is ... by you.
PHP North West is a PHP conference with a regional focus, bringing the best
of PHP speakers to the north-west of England on Saturday 9th October. A
full day of conference speakers over at least two tracks this should again
@@ -330,439 +330,439 @@
10th October, at the Museum of Science and Industry (MOSI) nearby. With a
weekend packed with all things PHP and a ticket price to suit business and
hobbyists alike there are no reasons to miss out - see you in Manchester :)
-
The PHP development team would like to announce the immediate
availability of PHP 5.3.3. This release focuses on improving the
stability and security of the PHP 5.3.x branch with over 100 bug
fixes, some of which are security related. All users are encouraged
to upgrade to this release.
-
-
-
- Backwards incompatible change:
-
-
+
+
+
+ Backwards incompatible change:
+
+
Methods with the same name as the last element of a namespaced class name
will no longer be treated as constructor. This change doesn't affect
non-namespaced classes.
-
-
<?php
-namespace Foo;
-class Bar {
- public function Bar() {
- // treated as constructor in PHP 5.3.0-5.3.2
- // treated as regular method in PHP 5.3.3
- }
-}
-?>
-
There is no impact on migration from 5.2.x because namespaces were only introduced in PHP 5.3.
-
-
- Security Enhancements and Fixes in PHP 5.3.3:
-
-
-
Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531).
-
Fixed a possible resource destruction issues in shm_put_var().
-
Fixed a possible information leak because of interruption of XOR operator.
-
Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.
-
Fixed a possible memory corruption in ArrayObject::uasort().
-
Fixed a possible memory corruption in parse_str().
-
Fixed a possible memory corruption in pack().
-
Fixed a possible memory corruption in substr_replace().
-
Fixed a possible memory corruption in addcslashes().
-
Fixed a possible stack exhaustion inside fnmatch().
-
Fixed a possible dechunking filter buffer overflow.
-
Fixed a possible arbitrary memory access inside sqlite extension.
-
Fixed string format validation inside phar extension.
-
Fixed handling of session variable serialization on certain prefix characters.
-
Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288).
Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
-
Fixed possible buffer overflows when handling error packets in mysqlnd.
-
-
-
- Key enhancements in PHP 5.3.3 include:
-
-
-
Upgraded bundled sqlite to version 3.6.23.1.
-
Upgraded bundled PCRE to version 8.02.
-
Added FastCGI Process Manager (FPM) SAPI.
-
Added stream filter support to mcrypt extension.
-
Added full_special_chars filter to ext/filter.
-
Fixed a possible crash because of recursive GC invocation.
-
Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
-
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function).
-
Fixed bug #52060 (Memory leak when passing a closure to method_exists()).
-
Fixed bug #52001 (Memory allocation problems after using variable variables).
-
Fixed bug #51723 (Content-length header is limited to 32bit integer with Apache2 on Windows).
-
Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3).
-
-
-
+
+
<?php
+namespace Foo;
+class Bar {
+ public function Bar() {
+ // treated as constructor in PHP 5.3.0-5.3.2
+ // treated as regular method in PHP 5.3.3
+ }
+}
+?>
+
There is no impact on migration from 5.2.x because namespaces were only introduced in PHP 5.3.
+
+
+ Security Enhancements and Fixes in PHP 5.3.3:
+
+
+
Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531).
+
Fixed a possible resource destruction issues in shm_put_var().
+
Fixed a possible information leak because of interruption of XOR operator.
+
Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.
+
Fixed a possible memory corruption in ArrayObject::uasort().
+
Fixed a possible memory corruption in parse_str().
+
Fixed a possible memory corruption in pack().
+
Fixed a possible memory corruption in substr_replace().
+
Fixed a possible memory corruption in addcslashes().
+
Fixed a possible stack exhaustion inside fnmatch().
+
Fixed a possible dechunking filter buffer overflow.
+
Fixed a possible arbitrary memory access inside sqlite extension.
+
Fixed string format validation inside phar extension.
+
Fixed handling of session variable serialization on certain prefix characters.
+
Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288).
Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
+
Fixed possible buffer overflows when handling error packets in mysqlnd.
+
+
+
+ Key enhancements in PHP 5.3.3 include:
+
+
+
Upgraded bundled sqlite to version 3.6.23.1.
+
Upgraded bundled PCRE to version 8.02.
+
Added FastCGI Process Manager (FPM) SAPI.
+
Added stream filter support to mcrypt extension.
+
Added full_special_chars filter to ext/filter.
+
Fixed a possible crash because of recursive GC invocation.
+
Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
+
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function).
+
Fixed bug #52060 (Memory leak when passing a closure to method_exists()).
+
Fixed bug #52001 (Memory allocation problems after using variable variables).
+
Fixed bug #51723 (Content-length header is limited to 32bit integer with Apache2 on Windows).
+
Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3).
+
+
+
For users upgrading from PHP 5.2 there is a migration guide available on
http://php.net/migration53, detailing the changes between those
releases and PHP 5.3.
-
-
+
+
For a full list of changes in PHP 5.3.3, see the ChangeLog.
-
The PHP development team would like to announce the immediate
availability of PHP 5.2.14. This release focuses on improving the
stability of the PHP 5.2.x branch with over 60 bug fixes, some of which
- are security related.
-
-
+ are security related.
+
+
This release marks the end of the active support for PHP
5.2. Following this release the PHP 5.2 series will receive no further
active bug maintenance. Security fixes for PHP 5.2 might be published on a
case by cases basis. All users of PHP 5.2 are encouraged to upgrade to
- PHP 5.3.
-
-
- Security Enhancements and Fixes in PHP 5.2.14:
-
-
-
-
Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs.
-
Fixed a possible interruption array leak in strrchr().(CVE-2010-2484)
-
Fixed a possible interruption array leak in strchr(), strstr(), substr(), chunk_split(), strtok(), addcslashes(), str_repeat(), trim().
-
Fixed a possible memory corruption in substr_replace().
Fixed bug #49267 (Linking fails for iconv on MacOS: "Undefined symbols: _libiconv").
+
+
To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on http://php.net/migration53, details the changes between
- PHP 5.2 and PHP 5.3.
PHP is proud to announce TestFest 2010. TestFest is PHP's annual campaign
to increase the overall code coverage of PHP through PHPT tests. During
TestFest, PHP User Groups and individuals around the world organize local
events where new tests are written and new contributors are introduced to
PHP's testing suite.
-
-
+
+
Last year was very successful with 887 tests submitted and a code coverage
increase of 2.5%. This year we hope to do better.
-
-
+
+
TestFest's own SVN repository and reporting tools are back online for this
year's event. New to TestFest this year are automated test environment build
tools as well as screencasts showing those build tools in action.
-
-
+
+
Please visit the TestFest
2010 wiki page for all the details on events being organized in your area,
or find out how you can organize your own event.
-
PHP | OSI Days 2010 is the premier PHP conference being organised at
- Asia's largest Open Source Conference - OSI Days 2010. We invite you to
- come and lead a tutorial / session or participate in Panel Discussions
- at OSI Days 2010 specifically for the PHP domain. The last date for
- submitting a proposal for the conference is 15th June 2010. The
+
PHP | OSI Days 2010 is the premier PHP conference being organised at
+ Asia's largest Open Source Conference - OSI Days 2010. We invite you to
+ come and lead a tutorial / session or participate in Panel Discussions
+ at OSI Days 2010 specifically for the PHP domain. The last date for
+ submitting a proposal for the conference is 15th June 2010. The
conference is scheduled for September 19-21, 2010 at Chennai, India.
-
be Free of Marketing talks / self promotion / company promotion:
Please speak about ideas/ technology/ business and not about
yourself or your company. Talk about Open Source Projects/
- Products and not strictly commercial closed source products.
+ Products and not strictly commercial closed source products.
Clearly identify your target audience and what are the
- pre-requisites while submitting the proposal
+ pre-requisites while submitting the proposal
Have a clear title and limit the scope of your proposal to
- something specific rather than trying to cover too much
-
-
-
Speaker Benefits
-
OSI Days offers its speakers tremendous opportunities for exposure and
- recognition as an industry leader. Your session will attract many
- technical & Business professionals interested in learning from your
- example, expertise and experience. In appreciation of your contributions
- as a Conference Speaker, we provide you many benefits, read them in full
+ something specific rather than trying to cover too much
+
+
+
Speaker Benefits
+
OSI Days offers its speakers tremendous opportunities for exposure and
+ recognition as an industry leader. Your session will attract many
+ technical & Business professionals interested in learning from your
+ example, expertise and experience. In appreciation of your contributions
+ as a Conference Speaker, we provide you many benefits, read them in full
detail. <http://osidays.com/speaker-benefit>
-
-
Contact
-
For registration and more details visit: http://osidays.com or contact
+
+
Contact
+
For registration and more details visit: http://osidays.com or contact
Dhiraj Khare at dhiraj@osidays.com or call at +919811206582
-
The PHP development team is proud to announce the immediate release of PHP
5.3.2. This is a maintenance release in the 5.3 series, which includes a
large number of bug fixes.
-
-
-
- Security Enhancements and Fixes in PHP 5.3.2:
-
-
-
Improved LCG entropy. (Rasmus, Samy Kamkar)
-
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
-
Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
-
-
-
- Key Bug Fixes in PHP 5.3.2 include:
-
-
-
Added support for SHA-256 and SHA-512 to php's crypt.
-
Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check.
-
Fixed bug #51059 (crypt crashes when invalid salt are given).
-
Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.
-
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).
-
Fixed bug #50723 (Bug in garbage collector causes crash).
-
Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16).
-
Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).
+
+
+
+ Security Enhancements and Fixes in PHP 5.3.2:
+
+
+
Improved LCG entropy. (Rasmus, Samy Kamkar)
+
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
+
Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
+
+
+
+ Key Bug Fixes in PHP 5.3.2 include:
+
+
+
Added support for SHA-256 and SHA-512 to php's crypt.
+
Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check.
+
Fixed bug #51059 (crypt crashes when invalid salt are given).
+
Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.
+
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).
+
Fixed bug #50723 (Bug in garbage collector causes crash).
+
Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16).
+
Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).
Fixed bug #50540 (Crash while running ldap_next_reference test
- cases).
-
Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
-
Over 60 other bug fixes.
-
-
-
+ cases).
+
Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
+
Over 60 other bug fixes.
+
+
+
For users upgrading from PHP 5.2 there is a migration guide
available here, detailing
the changes between those releases and PHP 5.3.
-
The PHP development team would like to announce the immediate
availability of PHP 5.2.13. This release focuses on improving the stability of
the PHP 5.2.x branch with over 40 bug fixes, some of which are security related.
All users of PHP 5.2 are encouraged to upgrade to this release.
-
-
-
- Security Enhancements and Fixes in PHP 5.2.13:
-
-
-
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
-
Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak. (Ilia)
-
Improved LCG entropy. (Rasmus, Samy Kamkar)
-
-
-
+
+
+
+ Security Enhancements and Fixes in PHP 5.2.13:
+
+
+
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
+
Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak. (Ilia)
+
Improved LCG entropy. (Rasmus, Samy Kamkar)
+
+
+
Further details about the PHP 5.2.13 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.
-
The Dutch PHP Conference is now in its 4th year and yet again promises
a varied and inspiring few days of
- excellent technical content
+ excellent technical content
including Sebastian Bergmann, Kevlin Henney, Chris Shiflett, Ilia Alshanetsky
and many other fascinating speakers and topics.
-
-
+
+
The event is held in Amsterdam from
10th to
12th June 2010,
for more information see the website at
- http://phpconference.nl
+ http://phpconference.nl
- we hope you can join us in Amsterdam in June!
-
PHP Quebec and the ConFoo team is pleased to announce the schedule of
the ConFoo Web Techno Conference.
With over 130 presentations in 8 rooms, ConFoo brings you the best of
Web development.
-
-
+
+
The event will take place on March 8th to 12th in Montreal, at the
prestigious Hilton Bonaventure Hotel.
-
-
+
+
Over 100 specialists will be present at the conference to share their
knowledge during talks and training. Among them will be:
- Rasmus Lerdorf, Terry Chay, Chris Shiflett and Morgan Tocker
-
+ Rasmus Lerdorf, Terry Chay, Chris Shiflett and Morgan Tocker
+
You would not want to miss the following presentations:
HTML5: Where Are We Now? (Mark Pilgrim), Andrei's Regex Clinic
(Andrei Zmievski), Security-Centered Design (Chris Shiflett) and Welcome
- to the Wild Wild Web (Carl Mercier)
-
-
+ to the Wild Wild Web (Carl Mercier)
+
+
Register online before
January 22nd and save 200$!
-
+
Looking forward to see you at the conference.
-
-
-
-
+
+
+
+
true, 'sidebar' => $SIDEBAR_DATA));
diff --git a/archive/2011.php b/archive/2011.php
index 33e1e2dd32..701bc0b8a3 100644
--- a/archive/2011.php
+++ b/archive/2011.php
@@ -55,7 +55,7 @@
The next release candidate will be released in 14 days.
The PHP development team is proud to announce the third
release candidate of PHP 5.4.
- PHP 5.4 includes new language features and removes several legacy
- (deprecated) behaviours. Windows binaries can be downloaded from the
+ PHP 5.4 includes new language features and removes several legacy
+ (deprecated) behaviours. Windows binaries can be downloaded from the
Windows QA site.
THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!.
- This is the third release candidate. The release candidate phase is intended as
+ This is the third release candidate. The release candidate phase is intended as
a period of bug fixing prior to the stable release. No new features should
be included before the final version of PHP 5.4.0.
- The PHP development team is proud to announce the second
+ The PHP development team is proud to announce the second
release candidate of PHP 5.4.
- PHP 5.4 includes new language features and removes several legacy
- (deprecated) behaviours. Windows binaries can be downloaded from the
+ PHP 5.4 includes new language features and removes several legacy
+ (deprecated) behaviours. Windows binaries can be downloaded from the
Windows QA site.
THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!.
- This is the second release candidate. The release candidate phase is intended as
+ This is the second release candidate. The release candidate phase is intended as
a period of bug fixing prior to the stable release. No new features should
be included before the final version of PHP 5.4.0.
-
+
@@ -195,7 +195,7 @@ traits, best-practices and success cases related to quality, revision
information, please visit our website: http://www.phpday.it
-
+
@@ -207,18 +207,18 @@ traits, best-practices and success cases related to quality, revision
[11-Nov-2011]
- The PHP development team is proud to announce the first
- release candidate of PHP 5.4.
- PHP 5.4 includes new language features and removes several legacy
- (deprecated) behaviours. Windows binaries can be downloaded from the
+ The PHP development team is proud to announce the first
+ release candidate of PHP 5.4.
+ PHP 5.4 includes new language features and removes several legacy
+ (deprecated) behaviours. Windows binaries can be downloaded from the
Windows QA site.
THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!
- This is the first release candidate. No new features will be included
- before the final version of PHP 5.4.0. The release candidate phase is
+ This is the first release candidate. No new features will be included
+ before the final version of PHP 5.4.0. The release candidate phase is
intended as a period of bug fixing prior to the stable release.
@@ -230,18 +230,18 @@ traits, best-practices and success cases related to quality, revision
Numerous bug fixes and improvements in the Core and other extensions.
- Please help us to identify bugs in order to ensure that the release is solid and
- all things behave as expected. Please test this release candidate against your
- code base and report any problems that you encounter to the
- QA mailing list and/or the
+ Please help us to identify bugs in order to ensure that the release is solid and
+ all things behave as expected. Please test this release candidate against your
+ code base and report any problems that you encounter to the
+ QA mailing list and/or the
PHP bug tracker.
- Read the NEWS file for a
+ Read the NEWS file for a
complete list of changes in this release.
-
+
@@ -275,7 +275,7 @@ traits, best-practices and success cases related to quality, revision
file for a complete list of changes.
-
+
@@ -296,7 +296,7 @@ traits, best-practices and success cases related to quality, revision
frameworks, web applications built in PHP, and the art of testing
code.
-
+
Whether you live here or are around just enjoying the marvelous city,
come and join us :) For more information, please visit
@@ -306,7 +306,7 @@ traits, best-practices and success cases related to quality, revision
(Portuguese only).
-
+
@@ -346,7 +346,7 @@ traits, best-practices and success cases related to quality, revision
Information and booking via the website: http://www.web-devcon.de
-
+
@@ -386,7 +386,7 @@ traits, best-practices and success cases related to quality, revision
file for a complete list of changes.
-
+
@@ -402,7 +402,7 @@ traits, best-practices and success cases related to quality, revision
to announce that the 5th edition of the PHP
Barcelona Conference is here!
-
+
There will be 30 one-hour talks and workshops in two days with three
parallel tracks, covering many PHP development subjects such as Application
@@ -410,7 +410,7 @@ traits, best-practices and success cases related to quality, revision
Unit Testing, Best Practices, Cloud Computing, and many more topics and
surprises.
-
+
The conference will take place from the 28th to the 29th of October and will
bring together Rasmus Lerdorf, Derick
@@ -418,7 +418,7 @@ traits, best-practices and success cases related to quality, revision
Tabini and many more of the shiniest names in the industry for two
fun-packed days of intensive PHP.
-
+
For registration and more info about it, please visit
http://phpconference.es
@@ -427,7 +427,7 @@ traits, best-practices and success cases related to quality, revision
Hope to see you in Barcelona!
-
+
@@ -446,7 +446,7 @@ traits, best-practices and success cases related to quality, revision
These are the topics we're aiming for:
-
+
Content Management Systems
Cloud
@@ -457,15 +457,15 @@ traits, best-practices and success cases related to quality, revision
General and in depth programming skills
HTML5 & co (with a PHP twist)
-
+
All information about the conference and the CFP can be found on our
conference website.
Schedule and ticket information will be announced early November
-
+
-
+
@@ -479,13 +479,13 @@ traits, best-practices and success cases related to quality, revision
The PHP development team would like to announce the immediate
availability of PHP 5.3.8. This release fixes two issues introduced in
the PHP 5.3.7 release:
-
+
Fixed bug #55439 (crypt() returns only the salt for MD5)
Reverted a change in timeout handling restoring PHP 5.3.6 behavior,
which caused mysqlnd SSL connections to hang (Bug #55283).
-
+
All PHP users should note that the PHP 5.2 series is NOT supported
anymore. All users are strongly encouraged to upgrade to PHP 5.3.8.
@@ -496,7 +496,7 @@ traits, best-practices and success cases related to quality, revision
For more details on the crypt() blowfish security issue in pre 5.3.6 see the crypt blowfish page
-
+
@@ -512,7 +512,7 @@ traits, best-practices and success cases related to quality, revision
users should postpone upgrading until 5.3.8 is released (expected in a few days).
-
+
@@ -526,7 +526,7 @@ traits, best-practices and success cases related to quality, revision
The Zend PHP Conference (ZendCon) is the largest gathering of the PHP Community and brings together PHP developers and IT managers from around the world to discuss PHP best practices and explore new technologies.
-
+
This year’s conference will be held on October 17-20, 2011 at the Convention Center in Santa Clara, California. The conference will include a variety of technical sessions and in-depth tutorials in the following areas:
Cloud Computing - build applications, not infrastructure. Learn about the latest developments in PHP Cloud infrastructure, management and application services
@@ -538,7 +538,7 @@ traits, best-practices and success cases related to quality, revision
For more details and to register for ZendCon, visit the website at: http://www.zendcon.com/
-
+
@@ -553,7 +553,7 @@ traits, best-practices and success cases related to quality, revision
availability of PHP 5.3.7. This release focuses on improving the
stability of the PHP 5.3.x branch with over 90 bug fixes, some of which
are security related.
-
+
Security Enhancements and Fixes in PHP 5.3.7:
Updated crypt_blowfish to 1.2. (CVE-2011-2483) (more info)
@@ -563,7 +563,7 @@ traits, best-practices and success cases related to quality, revision
Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938)
Fixed bug #54238 (use-after-free in substr_replace()). (CVE-2011-1148)
-
+
Key enhancements in PHP 5.3.7 include:
Upgraded bundled Sqlite3 to version 3.7.7.1
@@ -590,11 +590,11 @@ traits, best-practices and success cases related to quality, revision
Fixed bug #54681 (addGlob() crashes on invalid flags)
Over 80 other bug fixes.
-
+
Windows users: please mind that we do no longer provide builds created
with Visual Studio C++ 6. It is impossible to maintain a high quality
and safe build of PHP for Windows using this unmaintained compiler.
-
+
For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual
Studio C++ 9 version of Apache. We recommend the Apache builds as provided
by ApacheLounge. For any other
@@ -602,7 +602,7 @@ traits, best-practices and success cases related to quality, revision
server), everything works as before. Third party extension providers
must rebuild their extensions to make them compatible and loadable with
the Visual Studio C++9 builds that we now provide.
-
+
All PHP users should note that the PHP 5.2 series is NOT supported
anymore. All users are strongly encouraged to upgrade to PHP 5.3.7.
@@ -611,7 +611,7 @@ traits, best-practices and success cases related to quality, revision
ChangeLog. For source downloads
please visit our downloads page, Windows
binaries can be found on windows.php.net/download/.
-
+
@@ -626,18 +626,18 @@ traits, best-practices and success cases related to quality, revision
We are looking for the best speakers willing to share their skills and
experience with developers and managers. ConFoo is a community driven
conference dedicated to Web technologies.
-
+
The conference will be held in Montreal from February 29th to March 2nd,
2012 at the prestigious Hotel Hilton Bonaventure. We will also have two days
of private training. The topics will be revealed later this year.
-
+
Talk proposals must be received by September 2nd and may be written in English
or French.
The PHP development team is proud to announce the first PHP 5.4 alpha release.
PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors.
@@ -665,11 +665,11 @@ traits, best-practices and success cases related to quality, revision
the PHP bug tracker. Windows binaries
can be downloaded from the
Windows QA site.
-
+
Here is an incomplete list of changes:
-
+
Added: Traits language construct
Added: Array dereferencing support
Added: DTrace support
@@ -689,9 +689,9 @@ traits, best-practices and success cases related to quality, revision
releaseprocess RFC.
The next alpha will be released within four weeks. The PHP 5.4 feature
set and API has not been finalized.
-
-
-
+
+
+
@@ -732,7 +732,7 @@ traits, best-practices and success cases related to quality, revision
-
+
@@ -759,7 +759,7 @@ traits, best-practices and success cases related to quality, revision
Submit a proposal now!
-
+
@@ -788,7 +788,7 @@ traits, best-practices and success cases related to quality, revision
crowd to hang out with - hope to see you there :)
-
+
@@ -807,7 +807,7 @@ traits, best-practices and success cases related to quality, revision
Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips & Tricks.
-
+
@@ -827,14 +827,14 @@ traits, best-practices and success cases related to quality, revision
integration and so on. There are also talks about design, project
management, agile and various php-related technologies.
-
+
phpDay is the first historic Italian conference dedicated solely to PHP
development, technologies and management. It is aimed to IT managers,
developers and innovators. Each year it renews the opportunity to link
to new business partners.
-
+
phpDay introduces the most important
international PHP gurus to italian
@@ -844,7 +844,7 @@ traits, best-practices and success cases related to quality, revision
with PHP.
-
+
@@ -863,11 +863,11 @@ traits, best-practices and success cases related to quality, revision
accounts were used to inject anything malicious. Nothing was found.
The compromised machine has been wiped and we are forcing a password
change for all svn accounts.
-
+
We are still investigating the details of the attack which combined a
vulnerability in the Wiki software with a Linux root exploit.
-
+
@@ -882,7 +882,7 @@ traits, best-practices and success cases related to quality, revision
availability of PHP 5.3.6. This release focuses on improving the
stability of the PHP 5.3.x branch with over 60 bug fixes, some of which
are security related.
-
+
Security Enhancements and Fixes in PHP 5.3.6:
Enforce security in the fastcgi protocol parsing with fpm SAPI.
@@ -892,7 +892,7 @@ traits, best-practices and success cases related to quality, revision
Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)
Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421)
-
+
Key enhancements in PHP 5.3.6 include:
Upgraded bundled Sqlite3 to version 3.7.4.
@@ -905,12 +905,12 @@ traits, best-practices and success cases related to quality, revision
Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash).
Over 60 other bug fixes.
-
+
Windows users: please mind that we do no longer provide builds created
with Visual Studio C++ 6. It is impossible to maintain a high quality
and safe build of PHP for Windows using this unmaintained compiler.
-
+
For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual
Studio C++ 9 version of Apache. We recommend the Apache builds as provided
by ApacheLounge. For any other SAPI (CLI,
@@ -919,7 +919,7 @@ traits, best-practices and success cases related to quality, revision
must rebuild their extensions to make them compatible and loadable with
the Visual Studio C++ 9 builds that we now provide.
-
+
All PHP users should note that the PHP 5.2 series is NOT supported anymore. All users
are strongly encouraged to upgrade to PHP 5.3.6.
@@ -928,7 +928,7 @@ traits, best-practices and success cases related to quality, revision
please visit our downloads page, Windows
binaries can be found on windows.php.net/download/.
-
+
@@ -978,7 +978,7 @@ traits, best-practices and success cases related to quality, revision
See you in Nashville!
-
+
@@ -1009,7 +1009,7 @@ traits, best-practices and success cases related to quality, revision
immediately.
-
+
diff --git a/archive/2012.php b/archive/2012.php
index 9fd355b805..777449f60b 100644
--- a/archive/2012.php
+++ b/archive/2012.php
@@ -60,7 +60,7 @@
Thank you for helping us making PHP better.
-
+
The list of changes are recorded in the ChangeLog.
-
+
@@ -106,13 +106,13 @@
year again at it's traditional location in Chicago, IL. This year's
dates are from May 14th - 17th, 2013. It will again be a 3-track
conference with a focus on the community.
-
+
The Call for
Papers has been announced and will be running until January 15th,
2013. Conference registration will open on January 1st. We look
forward to seeing many of you there this year!
The list of changes are recorded in the ChangeLog.
-
+
-
+
@@ -271,14 +271,14 @@
that Toronto has an awesome PHP community and deserves an equally
awesome conference.
-
+
Come out November 2-3, 2012 and hear both local talent and
internationally known members of the PHP community share their thoughts
and tools they use to build the web.
@@ -311,7 +311,7 @@
frameworks, databases, third party tools and components, and web development.
-
+
@@ -321,32 +321,32 @@
13-Sep-2012
- The PHP development team announces the immediate availability of
- PHP 5.4.7 and PHP 5.3.17. These releases fix over 20 bugs.
- All users of PHP are encouraged to upgrade to PHP 5.4.7,
+ The PHP development team announces the immediate availability of
+ PHP 5.4.7 and PHP 5.3.17. These releases fix over 20 bugs.
+ All users of PHP are encouraged to upgrade to PHP 5.4.7,
or at least 5.3.17.
-
+
Key enhancements in these releases include:
-
+
Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry).
Fixed bug #62460 (php binaries installed as binary.dSYM).
-
+
- For source downloads of PHP 5.4.7 and PHP 5.3.17 please visit
- our downloads page, Windows binaries
+ For source downloads of PHP 5.4.7 and PHP 5.3.17 please visit
+ our downloads page, Windows binaries
can be found on windows.php.net/download/.
-
+
The list of changes are recorded in the ChangeLog.
-
+
@@ -364,7 +364,7 @@
childcare will be available for those who need it. We hope you can join us!
-
+
@@ -388,7 +388,7 @@
Community and enterprise projects profit from its international reputation and impulses given from the developer community.
-
+
@@ -398,15 +398,15 @@
29-Aug-2012
ConFoo is one of the most important developer-oriented conferences loaded with PHP content. ConFoo 2013 will be held on February 25 through March 1 in Montreal, Canada.
-
+
The team just opened its call for papers. Candidates can submit proposals until September 23. Consult the call for papers page for details and to start submitting. That page also explains what expenses ConFoo can cover for speakers. You can even get advice on how to write proposals.
-
+
The call for papers is public, meaning that all proposals get published on the website for others to vote and comment on. This approach allows the organizers to pick subjects that have most interest in the community. The comments are only visible to speakers and organizers to avoid influencing the votes.
-
+
To stay in touch via Twitter, follow @confooca and use the #confoo tag. You can also help promote the event with these cool badges for your site.
-
+
-
+
@@ -444,7 +444,7 @@
been waiting.
-
+
@@ -482,7 +482,7 @@
-
+
@@ -492,12 +492,12 @@
16-Aug-2012
The PHP development team announces the immediate availability of PHP 5.4.6 and PHP 5.3.16. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6, or at least 5.3.16.
-
+
For source downloads of PHP 5.4.6 and PHP 5.3.16 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes are recorded in the ChangeLog.
-
+
@@ -523,7 +523,7 @@
developer looking to find out more, this event will have something to make
you glad you came along.
@@ -558,13 +558,13 @@
bugs and includes a fix for a security related overflow issue in the
stream implementation. All users of PHP are encouraged to upgrade to
PHP 5.4.5 or PHP 5.3.15.
-
+
For source downloads of PHP 5.4.5 and PHP 5.3.15 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes are recorded in the ChangeLog.
-
+
-
+
@@ -593,7 +593,7 @@
-
+
@@ -605,19 +605,19 @@
The PHP development team would like to announce the immediate
availability of PHP 5.4.4 and PHP 5.3.14. All users of PHP are
encouraged to upgrade to PHP 5.4.4 or PHP 5.3.14.
-
+
The release fixes multiple security issues: A weakness in the DES
implementation of crypt and a
heap overflow issue in the phar extension
-
+
PHP 5.4.4 and PHP 5.3.14 fixes over 30 bugs. Please note that the
use of php://fd streams is now restricted to the CLI SAPI
-
+
For source downloads of PHP 5.4.4 and PHP 5.3.14 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes are recorded in the ChangeLog.
@@ -668,7 +668,7 @@
Note that this will block otherwise safe requests like ?top-40 so if you
have query parameters that look like that, adjust your regex accordingly.
-
+
Another set of releases are planned for Tuesday, May, 8th. These
releases will fix the CGI flaw and another CGI-related issue in
apache_request_header (5.4 only).
@@ -676,7 +676,7 @@
We apologize for the inconvenience created with these releases and the
(lack of) communication around them.
-
+
@@ -685,62 +685,62 @@
03-May-2012
-
+
There is a vulnerability in certain CGI-based setups (Apache+mod_php and nginx+php-fpm are not affected)
that has gone unnoticed for at least 8 years. Section
7 of the CGI spec states:
-
+
Some systems support a method for supplying a [sic] array of strings to the
CGI script. This is only used in the case of an `indexed' query. This
is identified by a "GET" or "HEAD" HTTP request with a URL search
string not containing any unencoded "=" characters.
-
+
So, requests that do not have a "=" in the query string are treated
differently from those who do in some CGI implementations. For PHP this
means that a request containing ?-s may dump the PHP source code for the
page, but a request that has ?-s&=1 is fine.
-
+
A large number of sites run PHP as either an Apache module through
mod_php or using php-fpm under nginx. Neither of these setups are
vulnerable to this. Straight shebang-style CGI also does not appear to
be vulnerable.
-
+
If you are using Apache mod_cgi to run PHP you may be vulnerable. To see
if you are, just add ?-s to the end of any of your URLs. If you see your
source code, you are vulnerable. If your site renders normally, you are not.
-
+
To fix this, update to PHP 5.3.12 or PHP 5.4.2.
-
+
We recognize that since CGI is a rather outdated way to run PHP, it may not be feasible to
upgrade these sites to a modern version of PHP. An alternative is to
configure your web server to not let these types of requests with query
strings starting with a "-" and not containing a "=" through. Adding a
rule like this should not break any sites. For Apache using mod_rewrite
it would look like this:
If you are writing your own rule, be sure to take the urlencoded ?%2ds
version into account.
-
+
Making a bad week worse, we had a bug in our bug system that toggled the
private flag of a bug report to public on a comment to the bug report
causing this issue to go public before we had time to test solutions to
the level we would like. Please report any issues via bugs.php.net.
@@ -753,8 +753,8 @@
DevConf 2012 in Moscow, Russia on Jun 9 - Jun 10
- DevConf is the ultimate meeting place for russian-speaking web-developers,
- combining several language-specific conferences under one roof.
+ DevConf is the ultimate meeting place for russian-speaking web-developers,
+ combining several language-specific conferences under one roof.
This year DevConf will include the following sections:
@@ -767,15 +767,15 @@
DevConf::Javascript();
- Each section will feature several talks from the active contributors/authors of the language.
- Among the invited speakers are Derick Rethans (XDebug creator),
- David Soria Parra (active PHP contributor), Andrey Aksyonov (author of Sphinx),
- Alexander Makarov (one of the main contributors to Yii),
- Sergey Petrunya (of MariaDB fame), Ilya Alekseev (OpenStack Nova contributor)
+ Each section will feature several talks from the active contributors/authors of the language.
+ Among the invited speakers are Derick Rethans (XDebug creator),
+ David Soria Parra (active PHP contributor), Andrey Aksyonov (author of Sphinx),
+ Alexander Makarov (one of the main contributors to Yii),
+ Sergey Petrunya (of MariaDB fame), Ilya Alekseev (OpenStack Nova contributor)
and many others, see more details on the official website.
-
+
@@ -785,34 +785,34 @@
26-Apr-2012
The PHP development team announces the immediate availability of PHP 5.3.11 and PHP 5.4.1. These releases focuses on improving the stability of the current PHP branches with over 60 bug fixes, some of which are security related.
-
+
Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:
-
+
Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).
Add open_basedir checks to readline_write_history and readline_read_history.
-
+
Security Enhancement affecting PHP 5.3.11 only:
-
+
Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
@@ -995,13 +995,13 @@ classes in multiple threads.
160 presentations focusing on core competencies improvement;
- Don't miss this great opportunity and register today!
+ Don't miss this great opportunity and register today!
Also check out our two training days
around PHP, HTML5, Symfony2 and security topics right before the
conference.
-
+
@@ -1014,24 +1014,24 @@ classes in multiple threads.
availability of PHP 5.3.9. This release focuses on improving the
stability of the PHP 5.3.x branch with over 90 bug fixes, some of
which are security related.
-
+
Security Enhancements and Fixes in PHP 5.3.9:
-
+
Added max_input_vars directive to prevent attacks based on hash collisions. (CVE-2011-4885)
Fixed bug #60150 (Integer overflow during the parsing of invalid exif
header). (CVE-2011-4566)
-
+
Key enhancements in PHP 5.3.9 include:
-
+
Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to
is_a and is_subclass_of).
The PHP web team are delighted to announce the launch of the new web theme that has been
- in beta for many months. Lots of hard work has gone into this release and we will be continually
+ in beta for many months. Lots of hard work has gone into this release and we will be continually
improving things over time now that we have migrated away from the legacy theme.
From an aesthetics point of view the general color scheme of the website has been lightened from the
@@ -818,7 +818,7 @@
Note that our release candidate cycle is only meant to bug fixes, no more features will be added to PHP 5.5 from now.
-
+
Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected.
Please test this release candidate against your code base and report any problems that you encounter to the
diff --git a/archive/2014.php b/archive/2014.php
index 1895836b61..581d2cafaa 100644
--- a/archive/2014.php
+++ b/archive/2014.php
@@ -26,7 +26,7 @@
We’re pleased to announce our first conference, PHP South Coast 2015!
Taking place on the south coast of England in Summer 2015, where community members from around the world will come together to learn and share information about the latest trends and technologies in professional PHP development.
-
+
@@ -38,14 +38,14 @@
Bulgaria Web Summit 2015 is an event about (almost) everything a modern web person should know: {Programming, IoT, UX, UI, Fun, Privacy}. This year we will have strong PHP presense to support the growth of Bulgarian PHP community. The event will take place on the 18th of April at the conference area of the Inter Expo Centre.
-
+
The purpose of this meeting is to discuss the new tendencies in this direction and to popularize the internet technologies in the spheres of business, education, and services. The range of subjects includes technologies like PHP, JavaScript, CSS, Privacy and others.
-
+
Join us and have fun while learning something new.
The PHP development team announces the immediate availability of PHP
5.4.36. Two security-related bugs were fixed in this release, including the fix for CVE-2014-8142.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
@@ -90,7 +90,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -112,7 +112,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -125,16 +125,16 @@
The PHP development team announces the immediate availability of PHP
5.4.35. 4 security-related bugs were fixed in this release, including the fix for CVE-2014-3710.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
@@ -155,7 +155,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -176,7 +176,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -188,21 +188,21 @@
The International PHP Conference is an opportunity for all those involved in the PHP and the Web developer community to learn about the latest trends and technologies. The conference takes place in the center of Berlin which is often considered the "Silicon Valley of Europe". We have some of the best speakers in the world and a tremendous opportunity to get involved in a wonderful networking atmosphere to get in contact with your peers.
-
+
The conference will provide the latest know how for building modern and innovative web applications and everything you need for digital success. The conference will explore key topics and core technologies for web developers and decision makers. We will show you how to scale your applications and explain the details of Continuous Integration or evaluate different approaches to NoSQL.
-
+
Attendees will have the opportuntiy to meet World Class speakers, core developers and consultants. In addition to having the the chance to meet international known PHP and Web experts at this conference, you will also be given the chance to evaluate your code.
-
+
This Conference has been around for ten years and it is definitely a must go event for the PHP Community!
Basic facts:
-
+
Date: June 7th - 11th, 2015
Location: Maritim proArte, Berlin
HIGHLIGHTS
-
+
90+ best practice sessions
Cool PHP & the Gang: 60+ international top speakers
Hands-on Power Workshop Days
@@ -212,7 +212,7 @@
Free Swag: Developer backpack, T-Shirt, magazines etc.
Exclusive community events
-
+
Topics:
Core PHP /PHPNG
@@ -233,7 +233,7 @@
Data Stores
-
+
@@ -269,7 +269,7 @@
#phpuceu
-
+
@@ -294,7 +294,7 @@
NOTE: Yes, there will be elePHPants!
-
+
@@ -315,7 +315,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -330,16 +330,16 @@
5.4.34. 6 security-related bugs were fixed in this release, including fixes for
CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. Also, a fix for OpenSSL which
produced regressions was reverted.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
-
+
@@ -354,16 +354,16 @@
5.5.18. Several bugs were fixed in this release. A regression in OpenSSL introduced in PHP 5.5.17 has
also been addressed in this release.
PHP 5.5.18 also fixes 4 CVEs in different components.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
-
+
@@ -385,7 +385,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -406,19 +406,19 @@
ideas, get valuable knowledge, collaborate with your peers and enjoy
this amazing adventure.
-
+
With more than 200 delegates expected over two days, this will be the
highlight of our 2015 calendar. We will be welcoming some amazing
international and local speakers to share their knowledge.
The PHP development team announces the immediate availability of PHP
5.4.33. 10 bugs were fixed in this release.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
This release is the last planned release that contains regular bugfixes. All the consequent releases
will contain only security-relevant fixes, for the term of one year.
PHP 5.4 users that need further bugfixes are encouraged to upgrade to PHP 5.6 or PHP 5.5.
The PHP development team announces the immediate availability of PHP
5.5.17. Several bugs were fixed in this release.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
@@ -518,7 +518,7 @@
The full list of changes is available in the ChangeLog.
-
+
@@ -567,7 +567,7 @@
forward to seeing you in D.C.!
-
+
@@ -590,7 +590,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -604,16 +604,16 @@
The PHP development team announces the immediate availability of PHP
5.4.32. 16 bugs were fixed in this release, including the following security-related issues:
CVE-2014-2497, CVE-2014-3538, CVE-2014-3587, CVE-2014-3597, CVE-2014-4670, CVE-2014-4698, CVE-2014-5120.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
@@ -630,19 +630,19 @@
encouraged to upgrade to the current stable version of PHP 5.5 or
previous stable version of PHP 5.4, which are supported till at least
2016 and 2015 respectively.
-
+
PHP 5.3.29 contains about 25 potentially security related fixes
backported from PHP 5.4 and 5.5.
For helping your migration to newer versions please refer to our migration
guides for updates from PHP 5.3 to
5.4 and from PHP 5.4 to 5.5.
-
+
@@ -687,7 +687,7 @@
Thank you for helping us make PHP better.
-
+
@@ -722,7 +722,7 @@
speakers is available here.
-
+
@@ -766,7 +766,7 @@
both energize and get you excited about the future of PHP.
-
+
@@ -801,7 +801,7 @@
Looking forward to see you there :-)
-
+
@@ -845,7 +845,7 @@
Thank you for helping us make PHP better.
-
+
@@ -858,16 +858,16 @@
The PHP development team announces the immediate availability of PHP
5.4.31. Over 10 bugs were fixed in this release.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
@@ -889,7 +889,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -903,29 +903,29 @@
Cape Town's 2nd Annual PHP Conference is here... 2nd – 4th October 2014
-
+
We are excited to announce our 2nd Annual
PHP Cape Town Conference, 3 Days
at The Cape Town Stadium overlooking the Atlantic Ocean - yip insane views.
-
+
Keeping with our winning formula of international speakers combined with some
great local talent to learn off. With over 300 delegates expected, you do not
want to miss this one.
-
+
PHP Cape Town 2013 SOLD OUT in less than 4 weeks and it will happen again.
-
+
If you're PHP-Curious or Skilled Developer we would like you to share in the
experience. Thank You to the PHP Cape Town Community for volunteering and
helping out. Call for Papers will close 20th July 2014.
-
+
12 Speakers
6 Practical Workshop Sessions
@@ -934,7 +934,7 @@
Prize Draws
-
+
@@ -978,7 +978,7 @@
Thank you for helping us make PHP better.
-
+
@@ -999,7 +999,7 @@
Please, note that this release also fixes a backward compatibility issue that has been
detected in the PHP 5.5.13 release. Still, the fix in PHP 5.5.14 may break some very rare
situations. As this tiny compatibility break involves security, and as security is our primary
- concern, we had to fix it. This concerns
+ concern, we had to fix it. This concerns
bug 67072. For more information about
this bug and its actual resolution, please visit our
upgrading guide.
@@ -1010,7 +1010,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1025,10 +1025,10 @@
5.4.30. Over 20 bugs were fixed in this release, including the following security issues:
CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487,
CVE-2014-4049, CVE-2014-3515.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
Please, note that this release also fixes a backward compatibility issue that has been
detected in the PHP 5.4.29 release. Still, the fix in PHP 5.4.30 may break some very rare
situations. As this tiny compatibility break involves security, and as security is our primary
@@ -1037,14 +1037,14 @@
this bug and its actual resolution, please refer to our
upgrading guide, section 4a.
We apologize for any inconvenience you may have experienced with this behavior.
-
+
@@ -1083,7 +1083,7 @@
and see you soon in Munich!
-
+
@@ -1100,15 +1100,15 @@
Victoria Business School located in the coolest little capital in the world,
Wellington - New Zealand.
-
-
+
+
This conference promises to be one of the most important IT events connecting
the Oceania PHP Community, with highly recognized speakers presenting two
concurrent tracks including over 22 talks exploring PHP trends and other web
technologies to both inspire and challenge you.
-
+
A tutorial day on Wednesday 27th August provides an opportunity to spend some
time with experts, going in-depth on particular topics. This is an opportunity
@@ -1116,7 +1116,7 @@
leading IT companies from all over New Zealand, Australia and the global PHP
community.
-
+
Our main topics are: SilverStripe, Apigility, Zend Framework 2, Laravel,
Symfony, Scaling PHP, Performance Testing, Web optimization, AngularJS, Apache
@@ -1124,7 +1124,7 @@
Arduino and PHP and much more.
-
+
@@ -1168,7 +1168,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1217,7 +1217,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1232,13 +1232,13 @@
5.4.29. 16 bugs were fixed in this release, including two security issues in fileinfo extension.
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
-
+
@@ -1260,7 +1260,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1291,12 +1291,12 @@
Each section will feature several talks from the active contributors/authors of the language.
- Among the invited speakers are Dmitry Stogov (Zend), Shawn McCool (Laravel), Dmitry Vyukov (Google),
- Sveta Smirnova (Oracle), Andrey Aksyonov (Sphinx), Anatoly Panov (Badoo) and many others,
+ Among the invited speakers are Dmitry Stogov (Zend), Shawn McCool (Laravel), Dmitry Vyukov (Google),
+ Sveta Smirnova (Oracle), Andrey Aksyonov (Sphinx), Anatoly Panov (Badoo) and many others,
see more details on the official website.
-
+
@@ -1307,31 +1307,31 @@
We’re pleased to announce the 10th annual ZendCon which will be held October 27-30th, 2014 in Santa Clara, CA. ZendCon 2014 has a long history of being one of the “must attend” PHP conferences as community members from around the world have come together to learn and share information about the latest trends and technologies in professional PHP development. Our main topics this year are:
We would welcome submission of any talk included in the wide variety of
topics related to PHP and tools commonly used by PHP developers. We are
looking for submissions for:
-
+
Pre-conference tutorials on October 27 - 3 hour intensive session
Breakout sessions on October 28, 29 and 30 - 1 hour sessions including Q&A
Keynote sessions on October 28-30 – 1 hour sessions with topics appealing to the entire audience
2nd Annual China PHP Conference – August 2 to 3, Shanghai!
-
+
ThinkInLAMP will be hosting a 2-day event filled with high quality,
technical sessions about PHP Core, PHP High Performance, PHP Engineering,
and more PHP. During this conference, you will hear from Xinchen Hui, a PHP
core developer.
-
+
Don’t miss out on 2 great days of sessions, delicious food, fantastic shows,
and countless networking opportunities to engage with speakers and
delegates. For tickets and more information, see: www.phpconchina.com
-
-
+
+
-
+
@@ -1375,7 +1375,7 @@
The name "Next Generation" was optimistically presumptuous; in reality phpng is an internal project that we are working on, it is not a production ready branch that anyone should deploy, or judge as they would a release of PHP.
The work on phpng, the doors it opens, the conversations it has started, the collaboration it is inspiring, are all worth getting excited about. But, we need to stay grounded, honest, and open; and say that there is much work to do in order to make the "Next Generation" a reality, this is only the start.
-
+
@@ -1416,7 +1416,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1466,7 +1466,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1487,7 +1487,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1508,7 +1508,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1561,7 +1561,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1583,7 +1583,7 @@
-
+
@@ -1604,7 +1604,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1640,7 +1640,7 @@
More info: www.phpconference.com.ar
-
+
@@ -1679,7 +1679,7 @@
tutorial day on 26th June in Amsterdam!
-
+
@@ -1700,7 +1700,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1753,7 +1753,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1775,7 +1775,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1825,7 +1825,7 @@
Thank you for helping us make PHP better.
-
+
@@ -1846,7 +1846,7 @@
The list of changes is recorded in the ChangeLog.
-
+
@@ -1866,7 +1866,7 @@
The list of changes can be found in the ChangeLog.
-
+
@@ -1890,7 +1890,7 @@
Register for your spot at MidwestPHP today!
-
+
@@ -1920,7 +1920,7 @@
So make sure to register
soon in order to save $200 off the total price!
-
+
@@ -1973,7 +1973,7 @@
Thank you for helping us making PHP better.
-
+
@@ -2014,7 +2014,7 @@
We look forward to seeing you in Berlin!
-
+
@@ -2048,7 +2048,7 @@
interaction.
-
+
@@ -2088,7 +2088,7 @@
The list of changes can be found in the ChangeLog.
-
+
We want you to learn as much as possible during the three days of conference. We do that through quality and variety of both content and speakers, as well as creating a fun and friendly atmosphere.
-
+
We have presentations for any level, from beginner to advanced. You'll learn about the backend and frontend, web and mobile, information systems and games, hard and soft skills, as well as many related topics.
-
+
We have speakers from many different countries and industries. They brings unique perspectives that you won't find in your backyard. How often will you talk tech with someone from Taiwan or Saudi Arabia? How often will you learn from people who build robots or write their own programming language?
-
+
If your goal is to learn and meet interesting people, then ConFoo is the conference for you! Take advantage of our $190 early bird discount.
The PHP development team announces the immediate availability of PHP
5.4.37. Six security-related bugs were fixed in this release, including CVE-2015-0231, CVE-2014-9427
and CVE-2015-0232.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.37 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-02-18-1.xml b/archive/entries/2015-02-18-1.xml
index e6ebcfdb76..b3be3416fa 100644
--- a/archive/entries/2015-02-18-1.xml
+++ b/archive/entries/2015-02-18-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.4.38. Seven security-related bugs were fixed in this release, including CVE-2015-0273 and mitigation for CVE-2015-0235.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.38 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-02-25-1.xml b/archive/entries/2015-02-25-1.xml
index 9e2f262359..71a5e74c91 100644
--- a/archive/entries/2015-02-25-1.xml
+++ b/archive/entries/2015-02-25-1.xml
@@ -12,7 +12,7 @@
Conference about software architecture, best programming practices and design patterns.
-
+
PHP Serbia will be organizing a big event on May 30, 2015 – SOLIDay conference. Nicely coined name, huh? It will be one of the major events in the region, on which you will have opportunity to attend presentations of world-famous PHP experts and professionals, on topic of OOP principles, design patterns, software architecture, frameworks and similar. Whether you are a novice, intermediate or advanced developer, join us on this conference and expand, improve or simply refresh your knowledge of this important topic.
Welcome back to Lone Star PHP for another great year! We're in our fifth year and we're making things better all the time. This year's event will provide all of the great PHP speakers and content you've come to expect from Lone Star PHP. This year we are introducing the Training Day. Training Day will provide a more hands-on experience for all that attend. There'll be plenty of time to spend with the local PHP community too through after-parties and other events.
-
+
Thanks to the generous support of our sponsors year after year we're able to present this conference at minimal cost to our attendees, opening up attendance to many who could not normally justify the cost of similar events. We couldn't do it without their support and we hope that this year you'll help us share this experience with the community. With the amazing feedback we receive each year from our attendees and sponsors we continue to improve our event to keep our place as the best php community conference around.
The Bulgaria PHP Conference is an event organized by the local PHP user group: @bgphp. This is going to be our first conference but nonetheless we have attracted a number of prominent international and local speakers (http://www.bgphp.org/confirmed-speakers/). We expect 450 attendees from Bulgaria, the Balkans region, Europe, and other parts of the world. We welcome a diverse crowd of PHP developers who want to learn new things and share their passion for code.
-
+
Bulgaria is one of the fastest growing IT regions. A lot of international companies outsource their IT departments in the country. The PHP community is large and actively travels abroad to attend international summits of all kinds. The official language of the conference is English and all talks and sessions will be in English. Attendees and sponsors will be pleasantly surprised by the affordability of all services in the country. Hotel accommodation, food and even the tickets for the event are quite affordable, given the high quality of service you’ll get in return.
The Italian PHP user group GrUSP is pleased to announce the 12th edition of the Italian phpDay (http://www.phpday.it/) conference, taking place on May 15th and 16th, 2015 in Verona.
-
+
phpDay is the first historic Italian conference dedicated solely to PHP development, technologies and management. It is aimed to IT managers, developers and innovators. Each year it renews the opportunity to link to new business partners.
AFUP, The French PHP usergroup, is glad to announce that the fourth edition of the PHP Tour will be held in Luxembourg City on May 12 & 13, 2015. PHP experts will share their advanced knowledge and experience with developers, decision makers and companies, during keynotes, sessions and workshops.
-
This year, just around the corner of Amazon and Microsoft offices, the event will be partly focused on the theme "PHP & the Cloud": tools, continuous integration, security, costs... But of course, a lot of talks will be about PHP itself, innovation and improvement. Julien Pauli, Thibaut Lenclos, Wim Godden, Oswald de Riemaecker and François Zaninotto are the first speakers confirmed for the event. Who will join this dream team? Stay tuned to discover the program in the next few days.
+
This year, just around the corner of Amazon and Microsoft offices, the event will be partly focused on the theme "PHP & the Cloud": tools, continuous integration, security, costs... But of course, a lot of talks will be about PHP itself, innovation and improvement. Julien Pauli, Thibaut Lenclos, Wim Godden, Oswald de Riemaecker and François Zaninotto are the first speakers confirmed for the event. Who will join this dream team? Stay tuned to discover the program in the next few days.
Presentation length is 45 minutes which includes question time. 3 hours workshops with limited audience are planned on Wednesday.
Still not convinced? This year, we celebrate PHP's 20th birthday, and AFUP's 15th birthday: book your ticket right now, and come to party with us! You’ve got your ticket ? Please book your hotel room as soon as possible : there are not so many hotels in Luxembourg-City, and May is a busy period in town.
The PHP development team announces the immediate availability of PHP
5.4.39. Six security-related bugs were fixed in this release, including CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.39 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-03-20-1.xml b/archive/entries/2015-03-20-1.xml
index 1afb275765..6c726665fc 100644
--- a/archive/entries/2015-03-20-1.xml
+++ b/archive/entries/2015-03-20-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.5.23. Several bugs have been fixed as well as CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.5.23 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-04-16-1.xml b/archive/entries/2015-04-16-1.xml
index f5c4f128c3..f222630f7b 100644
--- a/archive/entries/2015-04-16-1.xml
+++ b/archive/entries/2015-04-16-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.5.24. Several bugs have been fixed some of them beeing security related, like CVE-2015-1351 and CVE-2015-1352.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.5.24 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-04-16-3.xml b/archive/entries/2015-04-16-3.xml
index 5f79cc8629..56d792b277 100644
--- a/archive/entries/2015-04-16-3.xml
+++ b/archive/entries/2015-04-16-3.xml
@@ -13,10 +13,10 @@
The PHP development team announces the immediate availability of PHP
5.4.40. 14 security-related bugs were fixed in this release, including
CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, CVE-2015-1352.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.40 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-05-06-1.xml b/archive/entries/2015-05-06-1.xml
index f0cf345380..ffb614500d 100644
--- a/archive/entries/2015-05-06-1.xml
+++ b/archive/entries/2015-05-06-1.xml
@@ -19,7 +19,7 @@
We’ve got all the rockstars from our industry in one place just for you! With talks ranging from starting to work in the industry to expanding your skill set as an experienced user; we have sessions for everyone!
- We are also pleased to announce that Mr. Andi Gutmans of Zend Corporation (The PHP Company) will be our special opening keynote speaker at this year's conference.
+ We are also pleased to announce that Mr. Andi Gutmans of Zend Corporation (The PHP Company) will be our special opening keynote speaker at this year's conference.
August 22 & 23 in Boston, MA.
diff --git a/archive/entries/2015-05-14-1.xml b/archive/entries/2015-05-14-1.xml
index da6a5e7cfc..3ec824d472 100644
--- a/archive/entries/2015-05-14-1.xml
+++ b/archive/entries/2015-05-14-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.5.25. Several bugs have been fixed.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.5.25 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-05-14-2.xml b/archive/entries/2015-05-14-2.xml
index 8342c197e4..d3d3f57254 100644
--- a/archive/entries/2015-05-14-2.xml
+++ b/archive/entries/2015-05-14-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.4.41. Seven security-related issues were fixed in this version.
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.41 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-05-25-1.xml b/archive/entries/2015-05-25-1.xml
index 76143edb02..da59109c2f 100644
--- a/archive/entries/2015-05-25-1.xml
+++ b/archive/entries/2015-05-25-1.xml
@@ -30,8 +30,8 @@
Each section will feature several talks from the active contributors/authors of the language.
- Among the invited speakers are Dmitry Stogov (Zend), Egor Homakov (Sakurity), Sveta Smirnova (Percona),
- speakers from 1C, Avito, Badoo, LinguaLeo, Mail.ru, Wamba and other companies.
+ Among the invited speakers are Dmitry Stogov (Zend), Egor Homakov (Sakurity), Sveta Smirnova (Percona),
+ speakers from 1C, Avito, Badoo, LinguaLeo, Mail.ru, Wamba and other companies.
See more details on the official website.
3rd Annual China PHP Conference – June 6 to 7, Beijing and July 11 to 12, Shanghai
-
+
2015, ThinkInLAMP is excited to present two PHP Conferences in both Beijing and Shanghai, China.
-
+
We will be hosting a 2-days event filled with high quality, technical sessions about PHP Core, PHP High Performance, PHP Engineering, and PHP more. During this session you will hear from Xinchen Hui and his "PHP 7 New Features and Performance" and an exclusive Q&A with him.
-
+
Don’t miss out on 2-great days sessions, delicious food, fantastic shows and countless networking opportunities to engage with speakers and delegates. For tickets and more information: www.phpconchina.com
Our 2nd Annual PHP Craft Conference will be hosted in Johannesburg South Africa. 2 Days of fantastic content presented by local and international speakers.
-
+
Our Call for Papers now open and will close 17th June 2015. We hope to see some great topics covering fancy new tools and/or best Practice — www.phpsouthafrica.com
The team at php[architect] is once again running php[world]. The original conference designed to bring the whole world of PHP together in one place. With dedicated tracks for WordPress, Drupal, Joomla!, Magneto, Laravel, Symfony, Zend Framework, and CakePHP!
-
+
The Call for Speakers is currently open, but only until June 6th, so get those submissions in soon! We are interested in sessions on any framework, application, or general PHP topics. We especially want to see sessions that are designed to encourage people to mingle and be exposed to other PHP communities that they don't interact with on a daily basis.
-
+
We offer a very comprehensive speaker package, so there's no reason not to submit some proposals today!
The PHP Barcelona User Group is proud to announce that the PHP Barcelona Conference is back! This year we are preparing a bigger event in the heart of a glamorous city. 2 days, 30th - 31st October, one track with amazing and stunning talks.
-
+
We opened the call for papers that will end on the 30th September 2015 — 2015.phpconference.es/call-for-papers. So what are you waiting for, go, submit your paper! We offer attractive packages to speakers who want to enroll! Come and join us! :)
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
diff --git a/archive/entries/2015-06-11-4.xml b/archive/entries/2015-06-11-4.xml
index 4a102c75f5..2cc5a67fbb 100644
--- a/archive/entries/2015-06-11-4.xml
+++ b/archive/entries/2015-06-11-4.xml
@@ -13,10 +13,10 @@
The PHP development team announces the immediate availability of PHP
5.4.42. Six security-related issues in PHP were fixed in this release,
as well as several security issues in bundled sqlite library (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416).
-
+
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.4.42 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-06-25-1.xml b/archive/entries/2015-06-25-1.xml
index 2d92da7c17..119a34d1c7 100644
--- a/archive/entries/2015-06-25-1.xml
+++ b/archive/entries/2015-06-25-1.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 Alpha 2. This is the second pre-release of the new PHP 7
+ PHP 7.0.0 Alpha 2. This is the second pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -20,7 +20,7 @@
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
- Alpha 2 introduces the new Throwable interface and changes to the Exception hierarchy
+ Alpha 2 introduces the new Throwable interface and changes to the Exception hierarchy
and about 25 bug fixes reported since the first alpha.
@@ -40,7 +40,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -53,7 +53,7 @@
- The next release will be Beta 1, which is to be released on the 9th of July. You can also
+ The next release will be Beta 1, which is to be released on the 9th of July. You can also
read the full list of planned releases on our wiki.
diff --git a/archive/entries/2015-07-09-1.xml b/archive/entries/2015-07-09-1.xml
index 67e559dd31..7e51b2c152 100644
--- a/archive/entries/2015-07-09-1.xml
+++ b/archive/entries/2015-07-09-1.xml
@@ -14,16 +14,16 @@
5.4.43. Five security-related issues in PHP were fixed in this release, including CVE-2015-3152.
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
Please note that PHP 5.4 branch is nearing the end of its support timeframe.
If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade.
- Our 3-day event will be overflowing with awesome sauce as we hear from world-renowned speakers
- from the PHP community and companies like Amazon, AOL, Facebook, Google, Microsoft, Oracle, and Zend. With topics
+ Our 3-day event will be overflowing with awesome sauce as we hear from world-renowned speakers
+ from the PHP community and companies like Amazon, AOL, Facebook, Google, Microsoft, Oracle, and Zend. With topics
ranging from continuous delivery to the cloud, you'll be full to the brim with new knowledge to take home
The PHP development team announces the immediate availability of PHP
5.5.27. Several bugs were fixed in this release as well as CVE-2015-3152.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
According to our release calendar, this PHP 5.5 version
is the last planned release that contains regular bugfixes. All the consequent releases
will contain only security-relevant fixes, for the term of one year.
PHP 5.5 users that need further bugfixes are encouraged to upgrade to PHP 5.6.
-
+
For source downloads of PHP 5.5.27 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-07-10-4.xml b/archive/entries/2015-07-10-4.xml
index 15ef7a75d7..72dc5e813e 100644
--- a/archive/entries/2015-07-10-4.xml
+++ b/archive/entries/2015-07-10-4.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 Beta 1. This is the third pre-release of the new PHP 7
+ PHP 7.0.0 Beta 1. This is the third pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -20,10 +20,10 @@
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
- Beta 1 marks the feature complete phase. From now on, fundamental
- changes are not to be expected. What's more, this release brings
- over 200 commits with about 25 reported bug fixes, as well as security,
- stability and other improvements. However it was delayed to catch up with
+ Beta 1 marks the feature complete phase. From now on, fundamental
+ changes are not to be expected. What's more, this release brings
+ over 200 commits with about 25 reported bug fixes, as well as security,
+ stability and other improvements. However it was delayed to catch up with
the latest OpenSSL release issued on July 9th.
@@ -43,7 +43,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -56,7 +56,7 @@
- The next release will be Beta 2, which is to be released on the 23rd of July. You can also
+ The next release will be Beta 2, which is to be released on the 23rd of July. You can also
read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of
- PHP 7.0.0 Beta 2. This is the fourth pre-release of the new PHP 7
+ PHP 7.0.0 Beta 2. This is the fourth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -52,7 +52,7 @@
- The next release will be Beta 3, which is to be released on the 6th of August. You can also
+ The next release will be Beta 3, which is to be released on the 6th of August. You can also
read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of
- PHP 7.0.0 Beta 3. This is the fifth pre-release of the new PHP 7
+ PHP 7.0.0 Beta 3. This is the fifth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -52,7 +52,7 @@
- The next release will be RC 1, which is to be released on the 20th of August. You can also
+ The next release will be RC 1, which is to be released on the 20th of August. You can also
read the full list of planned releases on our wiki.
diff --git a/archive/entries/2015-08-06-2.xml b/archive/entries/2015-08-06-2.xml
index 6f2c4d77e2..a9a8d8f80f 100644
--- a/archive/entries/2015-08-06-2.xml
+++ b/archive/entries/2015-08-06-2.xml
@@ -14,12 +14,12 @@
5.4.44. 11 security-related issues were fixed in this release.
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
Please note that PHP 5.4 branch is nearing the end of its support timeframe. Either September or October release, depending on discovered issues, will be the last official release of PHP 5.4.
If your PHP installation is based on PHP 5.4, it may be a good time to start making the plans for the upgrade.
The PHP development team announces the immediate availability of PHP
5.5.28. 12 security-related issues were fixed in this release.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
According to our release calendar, this PHP 5.5 version
is the first security release of the PHP 5.5 branch. This and all the following releases of this branch
do not contain bugfixes that are not considered relevant for security.
PHP 5.5 users that need further bugfixes are encouraged to upgrade to PHP 5.6.
-
+
For source downloads of PHP 5.5.28 please visit our downloads page,
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2015-08-21-1.xml b/archive/entries/2015-08-21-1.xml
index c2378d9767..410cb43462 100644
--- a/archive/entries/2015-08-21-1.xml
+++ b/archive/entries/2015-08-21-1.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 1. This is the sixth pre-release of the new PHP 7
+ PHP 7.0.0 RC 1. This is the sixth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -52,7 +52,7 @@
- The next release will be RC 2, which is to be released on the 3rd of September. You can also
+ The next release will be RC 2, which is to be released on the 3rd of September. You can also
read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 2. This is the seventh pre-release of the new PHP 7
+ PHP 7.0.0 RC 2. This is the seventh pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -20,7 +20,7 @@
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
- PHP 7.0.0 RC 2 contains fixes for 28 reported bugs, 7 of which are security related, and altogether over 250 commits with various improvements.
+ PHP 7.0.0 RC 2 contains fixes for 28 reported bugs, 7 of which are security related, and altogether over 250 commits with various improvements.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -52,7 +52,7 @@
- The next release will be RC 3, which is to be released on the 17th of September. You can also
+ The next release will be RC 3, which is to be released on the 17th of September. You can also
read the full list of planned releases on our wiki.
diff --git a/archive/entries/2015-09-04-2.xml b/archive/entries/2015-09-04-2.xml
index d747d3dc2f..42669bfee0 100644
--- a/archive/entries/2015-09-04-2.xml
+++ b/archive/entries/2015-09-04-2.xml
@@ -21,7 +21,7 @@
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
-
+
diff --git a/archive/entries/2015-09-04-3.xml b/archive/entries/2015-09-04-3.xml
index 16135e77fb..c0425ae8d2 100644
--- a/archive/entries/2015-09-04-3.xml
+++ b/archive/entries/2015-09-04-3.xml
@@ -20,7 +20,7 @@
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
-
+
diff --git a/archive/entries/2015-09-04-4.xml b/archive/entries/2015-09-04-4.xml
index d4c61ba385..7a1b409142 100644
--- a/archive/entries/2015-09-04-4.xml
+++ b/archive/entries/2015-09-04-4.xml
@@ -14,12 +14,12 @@
5.4.45. Ten security-related issues were fixed in this release.
All PHP 5.4 users are encouraged to upgrade to this version.
-
+
Please note that according to the PHP version support timelines,
PHP 5.4.45 is the last scheduled release of PHP 5.4 branch. There may be additional release if we discover
important security issues that warrant it, otherwise this release will be the final one in the PHP 5.4 branch.
diff --git a/archive/entries/2015-09-17-2.xml b/archive/entries/2015-09-17-2.xml
index a2f3d0c2db..a7e3ec5815 100644
--- a/archive/entries/2015-09-17-2.xml
+++ b/archive/entries/2015-09-17-2.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 3. This is the eighth pre-release of the new PHP 7
+ PHP 7.0.0 RC 3. This is the eighth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -45,7 +45,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
UPGRADING file
for a complete list of upgrading notes. These files can also be found in the release archive.
@@ -58,7 +58,7 @@
- The next release will be RC 4, which is to be released on the 1st of October. You can also
+ The next release will be RC 4, which is to be released on the 1st of October. You can also
read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 4. This is the ninth pre-release of the new PHP 7
+ PHP 7.0.0 RC 4. This is the ninth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
migration guide
for a complete list of upgrading notes. NEWS and UPGRADING files can also be found in
@@ -53,7 +53,7 @@
- The next release will be RC 5, which is to be released on the 15th of October. You can also
+ The next release will be RC 5, which is to be released on the 15th of October. You can also
read the full list of planned releases on our wiki.
WooHoo! SunshinePHP has hit it's 4th year and will happen from February 4th - 6th, 2016 in sunny Miami, Florida.
-
+
As one of the largest community conferences in the U.S. our call for papers ended with 600+ submissions, so there is no doubt the schedule will be amazing this year. We will have a full tutorial day featuring 3-hour sessions followed by 2 days of 1-hour talks and inspirational keynotes.
-
+
This year there is something special planned, we are introducing a 4th track featuring excellent speakers local to Florida who will join 3 more tracks of awesome international and domestic speakers. This means we will host 8 in-depth tutorial sessions, 40 educational talks, and 5 trend setting keynotes from some of the most inspirational and knowledgeable people.
-
+
Then we add a hackathon, uncon, panel discussion on some hot topic, and fun social events to make SunshinePHP an unforgettable experience that keeps the PHP community buzzing all year long.
-
+
Come in from the cold to enjoy some warm weather, and PHP, this February in sunny Miami.
-
+
The past 3 years have sold out, so don't wait! The earlier you register the lower the prices will be, so register now at http://sunshinephp.com to claim your ticket.
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 5. This is the tenth pre-release of the new PHP 7
+ PHP 7.0.0 RC 5. This is the tenth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
migration guide
for a complete list of upgrading notes. NEWS and UPGRADING files can also be found in
@@ -53,7 +53,7 @@
- The next release will be RC 6, which is to be released on the 29th of October. You can also
+ The next release will be RC 6, which is to be released on the 29th of October. You can also
read the full list of planned releases on our wiki.
diff --git a/archive/entries/2015-10-15-3.xml b/archive/entries/2015-10-15-3.xml
index 08a0c07e0a..6d21bc8aec 100644
--- a/archive/entries/2015-10-15-3.xml
+++ b/archive/entries/2015-10-15-3.xml
@@ -16,7 +16,7 @@
We're celebrating our 10th anniversary with a 5 days event, starting on
wednesday, december 2nd, and ending on december 6th - on a beach!
-
+
This year, we'll have hands-on courses (with 8 hour duration each),
practical mini-courses, talks and keynotes. The event place provide us a
@@ -24,7 +24,7 @@
6th - last event day -, we have the PHP Conference on Beach: a day to
enjoy with event attendees.
-
+
Come to learn about PHP and improve your networking! Check out what you
will see on PHP Conference Brasil 2015:
diff --git a/archive/entries/2015-10-29-1.xml b/archive/entries/2015-10-29-1.xml
index 9cbd595c1c..86d8bbd2c2 100644
--- a/archive/entries/2015-10-29-1.xml
+++ b/archive/entries/2015-10-29-1.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 6. This is the eleventh pre-release of the new PHP 7
+ PHP 7.0.0 RC 6. This is the eleventh pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
migration guide
for a complete list of upgrading notes. NEWS and UPGRADING files can also be found in
@@ -53,7 +53,7 @@
- The 7.0.0 general availability (GA) release is scheduled for 12th of November. You can also
+ The 7.0.0 general availability (GA) release is scheduled for 12th of November. You can also
read the full list of planned releases on our wiki.
diff --git a/archive/entries/2015-10-29-2.xml b/archive/entries/2015-10-29-2.xml
index bb2baeae3d..f1905a18dc 100644
--- a/archive/entries/2015-10-29-2.xml
+++ b/archive/entries/2015-10-29-2.xml
@@ -21,7 +21,7 @@
Windows binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
-
+
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 7. This is the twelfth pre-release of the new PHP 7
+ PHP 7.0.0 RC 7. This is the twelfth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -39,7 +39,7 @@
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
migration guide
for a complete list of upgrading notes. NEWS and UPGRADING files can also be found in
diff --git a/archive/entries/2015-11-26-1.xml b/archive/entries/2015-11-26-1.xml
index 47ab990f8b..d446c68f4a 100644
--- a/archive/entries/2015-11-26-1.xml
+++ b/archive/entries/2015-11-26-1.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of
- PHP 7.0.0 RC 8. This is the thirteenth pre-release of the new PHP 7
+ PHP 7.0.0 RC 8. This is the thirteenth pre-release of the new PHP 7
major series. All users of PHP are encouraged to test this version carefully,
and report any bugs and incompatibilities in the bug tracking system.
@@ -20,7 +20,7 @@
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
- For more information on the new features and other changes, you can read the
+ For more information on the new features and other changes, you can read the
NEWS file, or the
migration guide
for a complete list of upgrading notes. NEWS and UPGRADING files can also be found in
diff --git a/archive/entries/2015-12-03-1.xml b/archive/entries/2015-12-03-1.xml
index ab1ca57fe3..12ec1a860e 100644
--- a/archive/entries/2015-12-03-1.xml
+++ b/archive/entries/2015-12-03-1.xml
@@ -14,7 +14,7 @@
7.0.0. This release marks the start of the new major PHP 7 series.
- PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
+ PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
and new features such as
This 11th annual conference that is focused on community is this year moving to a bigger venue in Saint Louis so that we can expand and give our attendees some elbow room! We have a number of other updates that will be announced in the coming months as well.
-
+
But right now, we want to hear from you! We want to hear what talk ideas you have. Without our speakers, there would be no conference. We offer a very comprehensive speakers package, including:
-
+
Airfare coverage (up to $400 domestic, $1000 international)
Hotel Room (1 night + 1 per accepted talk)
Free ticket to the conference, including Tutorial Day
-
+
Don't hesitate! Our Call for Speakers closes on January 16th, 2016. So you only have a few weeks to get those submissions in. We look forward to hearing from you!
The PHP development team announces the immediate availability of PHP
7.0.1. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.1 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-01-07-1.xml b/archive/entries/2016-01-07-1.xml
index f7e2f07c02..79f17f69e2 100644
--- a/archive/entries/2016-01-07-1.xml
+++ b/archive/entries/2016-01-07-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.0.2. 31 reported bugs has been fixed, including 6 security related issues.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.2 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-01-30-1.xml b/archive/entries/2016-01-30-1.xml
index 04844eee3f..baa612991b 100644
--- a/archive/entries/2016-01-30-1.xml
+++ b/archive/entries/2016-01-30-1.xml
@@ -12,13 +12,13 @@
The team at NortheastPHP is excited to annouce that the Call for Speakers is open for our 2016 conference.
-
+
This 5th annual conference that is focused on community is moving to Charlottetown, Prince Edward Island! We have a number of other updates that will be announced in the coming months as well.
-
+
For now, we want to hear from you! We want to hear what talk ideas you have. Without our speakers, there would be no conference. We offer a very comprehensive speakers package as well.
-
+
Don't hesitate! Our Call for Speakers will be closed before you know it. So you only have a short time to get those submissions in. We look forward to hearing from you!
The PHP development team announces the immediate availability of PHP
7.0.3. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.3 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-02-04-3.xml b/archive/entries/2016-02-04-3.xml
index fe72a2a7e7..eb8f0c7f59 100644
--- a/archive/entries/2016-02-04-3.xml
+++ b/archive/entries/2016-02-04-3.xml
@@ -19,7 +19,7 @@
The team at php[architect] is excited this year to bring you the
11th edition of one of the longest running PHP conference in the world: php[tek] 2016
— running from May 23th-27th.
-
+
This year we have moved the conference to a bigger venue,
in St. Louis, in order to expand this year and for years to come.
-
+
We've finally announced our schedule for the year and will be featuring:
-
+
A two-day long PHP Essentials Training Class
2 different full-day training classes (on Laravel & Web Security)
@@ -27,12 +27,12 @@
46 sessions
... and 3 amazing keynotes by community members!
-
+
We also are planning lots of great activities to let you mingle with the community, get to know the speakers,
and make connections that will last the year through.
The PHP development team announces the immediate availability of PHP
7.0.4. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.4 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-03-31-1.xml b/archive/entries/2016-03-31-1.xml
index 69bce21aa2..cae71a04f9 100644
--- a/archive/entries/2016-03-31-1.xml
+++ b/archive/entries/2016-03-31-1.xml
@@ -12,11 +12,11 @@
The PHP development team announces the immediate availability of PHP
7.0.5. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.5 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-04-29-1.xml b/archive/entries/2016-04-29-1.xml
index 60ed4aaa79..c564fd702c 100644
--- a/archive/entries/2016-04-29-1.xml
+++ b/archive/entries/2016-04-29-1.xml
@@ -21,7 +21,7 @@
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.6 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-05-26-1.xml b/archive/entries/2016-05-26-1.xml
index c85ef97632..019d981268 100644
--- a/archive/entries/2016-05-26-1.xml
+++ b/archive/entries/2016-05-26-1.xml
@@ -12,11 +12,11 @@
The PHP development team announces the immediate availability of PHP
7.0.7. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.7 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-05-26-2.xml b/archive/entries/2016-05-26-2.xml
index 39a20bd318..68cbc3ef6f 100644
--- a/archive/entries/2016-05-26-2.xml
+++ b/archive/entries/2016-05-26-2.xml
@@ -12,11 +12,11 @@
The PHP development team announces the immediate availability of PHP
5.5.36. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.5.36 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-05-30-1.xml b/archive/entries/2016-05-30-1.xml
index 6b95d0bbe9..8b98a114be 100644
--- a/archive/entries/2016-05-30-1.xml
+++ b/archive/entries/2016-05-30-1.xml
@@ -13,9 +13,9 @@
The 4th Annual China PHP Conference – June 25 to 26, Shanghai
-
+
We will be hosting a 2-days event filled with high quality, technical sessions about PHP Core, PHP High Performance, PHP Engineering, and PHP more.
-
+
Don’t miss out on 2-great days sessions, delicious food, fantastic shows and countless networking opportunities to engage with speakers and delegates.
The PHP development team announces the immediate availability of PHP
7.0.8. This is a security release. Several security bugs were fixed in
- this release.
-
+ this release.
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.8 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-06-23-2.xml b/archive/entries/2016-06-23-2.xml
index 04da48c193..a1da074604 100644
--- a/archive/entries/2016-06-23-2.xml
+++ b/archive/entries/2016-06-23-2.xml
@@ -11,11 +11,11 @@
The PHP development team announces the immediate availability of PHP
- 5.6.23. Several bugs were fixed in this release, including security-related ones.
-
+ 5.6.23. Several bugs were fixed in this release, including security-related ones.
+
All PHP 5.6 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.6.23 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-06-23-3.xml b/archive/entries/2016-06-23-3.xml
index bee71420e6..197e180fb4 100644
--- a/archive/entries/2016-06-23-3.xml
+++ b/archive/entries/2016-06-23-3.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
5.5.37. This is a security release, several security bugs were fixed.
-
+
All PHP 5.5 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 5.5.37 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-06-24-1.xml b/archive/entries/2016-06-24-1.xml
index a93c2a4e1c..adc7797fe2 100644
--- a/archive/entries/2016-06-24-1.xml
+++ b/archive/entries/2016-06-24-1.xml
@@ -13,23 +13,23 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Alpha 2. This is the second alpha release for PHP 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Alpha 2 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The first beta will be released on the 7th of July. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP 7.1.0 Alpha 3. This release is the last alpha for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
PHP 7.1.0 Alpha 3 builds on previous releases with:
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Alpha 3 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The first beta will be released on the 21st of July. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP 7.1.0 Beta 1. This release is the first beta for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Beta 1 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The second beta will be released on the 8th of August. You can also read the full list of planned releases on our wiki.
-
+
Thank you for helping us make PHP better.
diff --git a/archive/entries/2016-07-21-2.xml b/archive/entries/2016-07-21-2.xml
index db4a0f9d0d..07548dd091 100644
--- a/archive/entries/2016-07-21-2.xml
+++ b/archive/entries/2016-07-21-2.xml
@@ -22,7 +22,7 @@
Note that according to our release schedule, PHP 5.5.38 is the last release of the PHP 5.5 branch.
There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.5 branch. If your PHP installation is based on PHP 5.5, it may be a good time to start making the plans for the upgrade to PHP 5.6 or PHP 7.0.
-
+
The PHP development team announces the immediate availability of PHP
7.0.9. This is a security release. Several security bugs were fixed in
this release, including the HTTP_PROXY issue.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.9 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-08-04-1.xml b/archive/entries/2016-08-04-1.xml
index ee02dae412..755e9f4c8f 100644
--- a/archive/entries/2016-08-04-1.xml
+++ b/archive/entries/2016-08-04-1.xml
@@ -13,24 +13,24 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Beta 2. This release is the second beta for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Beta 2 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The third and last beta will be released on the 18th of August. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP
7.0.10. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.10 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-08-18-3.xml b/archive/entries/2016-08-18-3.xml
index 16c9662823..040a448ba4 100644
--- a/archive/entries/2016-08-18-3.xml
+++ b/archive/entries/2016-08-18-3.xml
@@ -13,24 +13,24 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Beta 3. This release is the last beta for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Beta 3 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The first release candidate will be released on the 1st of September. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 1. This release is the first release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 1 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The second release candidate will be released on the 15th of September. You can also read the full list of planned releases on our wiki.
The team behind php[architect] magazine are excited to announce the full schedule for our Fall conference: php[world] 2016 coming up from November 14-18 in Washington, D.C.
-
+
This conference will be our biggest yet, featuring 60 sessions, 10 workshops, and 5 one and two-day training classes. Not to mention 5 amazing keynotes from leaders in the PHP community, and a special keynote by developers from NPR Radio to talk about their experiences with PHP.
-
+
You will find that php[world] is truly a conference like no other, as it's designed to bring the core PHP community together with the various application and framework communities to spend a week learning from each other. We have dedicated tracks for WordPress,
Drupal,
Laravel,
@@ -23,9 +23,9 @@
Zend Framework, and
CakePHP,
while also being having plenty of talks on related topics such as Design, JavaScript, and improving as a developer.
-
+
We look forward to seeing you again at php[world] this fall for an amazing conference!
The PHP development team announces the immediate availability of PHP
7.0.11. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.11 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-09-16-2.xml b/archive/entries/2016-09-16-2.xml
index fb7098e655..edfceff32e 100644
--- a/archive/entries/2016-09-16-2.xml
+++ b/archive/entries/2016-09-16-2.xml
@@ -13,24 +13,24 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 2. This release is the second release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 2 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The third release candidate will be released on the 29th of September. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 3. This release is the third release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 3 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The fourth release candidate will be released on the 13th of October. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP
7.0.12. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.12 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-10-19-1.xml b/archive/entries/2016-10-19-1.xml
index c4e98bbebc..659d961ecf 100644
--- a/archive/entries/2016-10-19-1.xml
+++ b/archive/entries/2016-10-19-1.xml
@@ -13,24 +13,24 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 4. This release is the fourth release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 4 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The fifth release candidate will be released on the 27th of October. You can also read the full list of planned releases on our wiki.
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 5. This release is the fifth release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 5 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
The sixth and last release candidate will be released on the 10th of November. You can also read the full list of planned releases on our wiki.
We recently released the presentations for ConFoo Montreal. This giant conference will be held on March 8-10, 2017.
-
+
It's also the last chance to get tickets for ConFoo Vancouver, held on December 5-7, 2016.
-
+
ConFoo is a multi-technology conference aimed specifically at web developers. It has between 100 and more than 150 presentations by local and international speakers. This conference offers a great diversity in content to expand your knowledge and increase your productivity. It is the perfect place to sharpen those hard tech skills and discover the latest practices.
-
+
There is a great range of topics, including PHP, many other programming languages, databases, security, performance, machine learning and project management.
The PHP development team announces the immediate availability of PHP
7.0.13. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.13 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-11-10-2.xml b/archive/entries/2016-11-10-2.xml
index b4712a9b69..5d1cd3b154 100644
--- a/archive/entries/2016-11-10-2.xml
+++ b/archive/entries/2016-11-10-2.xml
@@ -13,20 +13,20 @@
The PHP development team announces the immediate availability of PHP 7.1.0 Release Candidate 6. This release is the sixth and final release candidate for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the NEWS file,
or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.1.0 Release Candidate 6 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.
-
+
Thank you for helping us make PHP better.
diff --git a/archive/entries/2016-11-10-3.xml b/archive/entries/2016-11-10-3.xml
index cd2f4c9c0f..a7a3356349 100644
--- a/archive/entries/2016-11-10-3.xml
+++ b/archive/entries/2016-11-10-3.xml
@@ -16,11 +16,11 @@
All PHP 5.6 users are encouraged to upgrade to this version.
-
The 12th annual edition of php[tek], the longest running community focused PHP conference, will be taking place May 24-26, 2017 in Atlanta! We have opened up our Call for Speakers and look forward to seeing all the amazing proposals that you will submit to us.
-
+
This year we hope for a broad range of topics to share with our attendees. Besides core PHP matters such as PHP7, Security, and Testing, we want talks on the technologies crucial to modern Web development as well such as HTML5, JavaScript, mobile development, and emerging technologies. We also welcome non-technical proposals that will appeal to a developer audience.
-
+
We've also updated our comprehensive speaker's package this year to simplify it; we will be offering:
-
+
A free conference ticket
Round-trip economy airfare booked by us
@@ -27,7 +27,7 @@
5 nights for training class teachers
-
+
Don't hesitate, the Call for Speakers is only open until December 30th, 2016. So get those submissions in soon, we look forward to hearing from you!
The International PHP Conference is the world's first PHP conference and stands since more than a decade for top-notch pragmatic expertise in PHP and web technologies. At the IPC, internationally renowned experts from the PHP industry meet up with PHP users and developers from large and small companies. Here is the place where concepts emerge and ideas are born - the IPC signifies knowledge transfer at highest level.
All delegates of the International PHP Conference have, in addition to PHP program, free access to the entire range of the webinale '17 taking place at the same time.
-
+
Basic facts:
Date: May 29 - June 2, 2017
Location: Maritim Hotel ProArte, Berlin
@@ -38,7 +38,7 @@
Agile & DevOps
Web Design
-
For further information on the International PHP Conference visit: www.phpconference.com
+
For further information on the International PHP Conference visit: www.phpconference.com
For source downloads of PHP 7.1.0 please visit our downloads page, Windows binaries can be found on the PHP for Windows site. The list of changes is recorded in the ChangeLog.
-
+
The migration guide is available in the PHP Manual. Please consult it for the detailed list of new features and backward incompatible changes.
-
+
Many thanks to all the contributors and supporters!
CoderCruise is the spiritual successor to php[cruise] that was run in 2016. The PHP community had so much fun that we decided we needed to expand the idea to the greater web tech community! This will be a 7-day cruise out of the port of New Orleans that will include 3 days of conference (while at sea) and 3 days at the ports of Montego Bay, Grand Cayman, and Cozumel. Yes, you read that right. This is a conference on a cruise ship.
-
+
We currently have our Call for Speakers open until January 6th, 2017. For CoderCruise we are looking for submissions covering a wide range of web technology topics including coding, design, content, and more. Given the scope of this conference, emphasis will be given to talks that appeal to all web technologists regardless of their programming language of choice (or lack thereof). We also welcome non-technical proposals that will appeal to a tech audience, and most importantly of all, we would love to have family-friendly sessions designed to teach kids to code or use related technologies.
The PHP development team announces the immediate availability of PHP
7.0.14. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.14 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2016-12-20-1.xml b/archive/entries/2016-12-20-1.xml
index a7bca80cf1..f11ddc4be6 100644
--- a/archive/entries/2016-12-20-1.xml
+++ b/archive/entries/2016-12-20-1.xml
@@ -11,7 +11,7 @@
phpsrb17.png
-
+
Conference that delivers high-value technical content about PHP and related web technologies, architecture, best practices and testing. Two days of amazing talks by some of the most prominent experts and professionals in the PHP world in a comfortable and professional setting.
At PHPSerbia Conference, you’ll have the unique opportunity to learn about the latest development trends and innovations, as well as to network with fellow attendees and the speakers.
The PHP development team announces the immediate availability of PHP
7.1.1. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.1 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-01-19-2.xml b/archive/entries/2017-01-19-2.xml
index 127380ac92..79dd6444a5 100644
--- a/archive/entries/2017-01-19-2.xml
+++ b/archive/entries/2017-01-19-2.xml
@@ -13,9 +13,9 @@
The PHP development team announces the immediate availability of PHP
7.0.15. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.15 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-01-19-3.xml b/archive/entries/2017-01-19-3.xml
index 7778750eff..86c6425db5 100644
--- a/archive/entries/2017-01-19-3.xml
+++ b/archive/entries/2017-01-19-3.xml
@@ -29,7 +29,7 @@
The list of changes is recorded in the ChangeLog.
The PHP development team announces the immediate availability of PHP
7.0.16. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.16 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-02-17-1.xml b/archive/entries/2017-02-17-1.xml
index 78ed81a0de..f743ac3684 100644
--- a/archive/entries/2017-02-17-1.xml
+++ b/archive/entries/2017-02-17-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.2. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.2 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-03-04-1.xml b/archive/entries/2017-03-04-1.xml
index 46c775285a..a94dd37506 100644
--- a/archive/entries/2017-03-04-1.xml
+++ b/archive/entries/2017-03-04-1.xml
@@ -12,9 +12,9 @@
An event for the PHP Developer community of Rio Grande do Sul, focused on professional growth, exchange of experiences and networking. Strengthening language and the labor market.
-
+
From May 12 to 13, 2017, in Porto Alegre / RS-Brazil, the first day will be held workshops and the second lectures.
The PHP development team announces the immediate availability of PHP
7.0.17. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.17 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-03-16-2.xml b/archive/entries/2017-03-16-2.xml
index c7010e49e3..ad3f36e3d8 100644
--- a/archive/entries/2017-03-16-2.xml
+++ b/archive/entries/2017-03-16-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.3. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.3 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-03-30-1.xml b/archive/entries/2017-03-30-1.xml
index ffcd22f933..1db9d6dc08 100644
--- a/archive/entries/2017-03-30-1.xml
+++ b/archive/entries/2017-03-30-1.xml
@@ -13,7 +13,7 @@
The Northeast PHP conference returns once again in 2017 to Charlottetown, PEI Canada. The Call for Papers is open until April 15th.
-
+
The conference will take place August 9-11, and Early Bird Tickets are now available.
diff --git a/archive/entries/2017-03-30-2.xml b/archive/entries/2017-03-30-2.xml
index 5a78427486..f3cc988153 100644
--- a/archive/entries/2017-03-30-2.xml
+++ b/archive/entries/2017-03-30-2.xml
@@ -12,9 +12,9 @@
We are happy to announce the dates for *Pacific Northwest PHP Conference (PNWPHP) 2017 are September 7-9, and will held at University of Washington in Seattle! The CFP site - http://cfp.pnwphp.com - has launched, where talk submissions will accepted through May 15th, 2017.
-
+
The Pacific Northwest PHP Conference is a 3-day event in Seattle, Washington for PHP and Web developers. Our past conferences have included world renown speakers from the PHP community, about a wide range of topics — from APIs and CMS to unit testing and version control
The PHP development team announces the immediate availability of PHP
7.0.18. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.18 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-04-13-2.xml b/archive/entries/2017-04-13-2.xml
index feff0ab8df..73c3cfa56f 100644
--- a/archive/entries/2017-04-13-2.xml
+++ b/archive/entries/2017-04-13-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.4. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.4 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-04-13-3.xml b/archive/entries/2017-04-13-3.xml
index 52469acc0d..d99f63a217 100644
--- a/archive/entries/2017-04-13-3.xml
+++ b/archive/entries/2017-04-13-3.xml
@@ -12,9 +12,9 @@
Want to get your web development ideas in front of a live audience? The call for papers for the ConFoo Vancouver 2017 web developer conference is open! If you have a burning desire to hold forth about PHP, databases, JavaScript, or any other web development topics, we want to see your proposals. The window is open only from April 10 to May 8, 2017, so hurry. An added benefit: If your proposal is selected and you live outside of the Vancouver area, we will cover your travel and hotel.
-
+
You’ll have 45 minutes for the talk, with 35 minutes for your topic and 10 minutes for Q&A. We can’t wait to see your proposals!
-
+
Until the talks are picked, the price for the tickets will be at its lowest. Once the talks are announced, prices will go up. Check out the last conference to get an idea of what to expect.
The PHP development team announces the immediate availability of PHP
7.0.19. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.19 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-05-11-2.xml b/archive/entries/2017-05-11-2.xml
index e13203e759..dea435282b 100644
--- a/archive/entries/2017-05-11-2.xml
+++ b/archive/entries/2017-05-11-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.5. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.5 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-05-16-1.xml b/archive/entries/2017-05-16-1.xml
index 8e1e059128..2462978e0a 100644
--- a/archive/entries/2017-05-16-1.xml
+++ b/archive/entries/2017-05-16-1.xml
@@ -12,11 +12,11 @@
This year we are refactoring php[world] into a more focused PHP conference concentrating on providing our attendees deep-dive content which teach core lessons about PHP. We also want talks covering advanced topics in applications and frameworks built in PHP (such as Drupal, WordPress, Laravel, Symfony, and Magento). We encourage submissions on technologies crucial to modern Web development such as HTML5, JavaScript, and emerging technologies. Ideas surrounding the entire software life cycle are often big hits for our attendees. Finally, we do welcome non-technical proposals that will appeal to a developer audience.
-
+
This year it will be a 2-day conference with concurrent workshops, preceded by two days of training classes. We've also updated our comprehensive speaker's package this year to simplify it; we will be offering:
-
+
A free conference ticket
Round-trip economy airfare booked by us
@@ -26,7 +26,7 @@
5 nights for training class teachers
-
+
Don't hesitate, the Call for Speakers is only open until June 23rd, 2017. So get those submissions in soon, we look forward to hearing from you!
The PHP development team announces the immediate availability of PHP
7.0.20. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.20 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-06-08-2.xml b/archive/entries/2017-06-08-2.xml
index 4a04151d9b..00f3591f1e 100644
--- a/archive/entries/2017-06-08-2.xml
+++ b/archive/entries/2017-06-08-2.xml
@@ -13,7 +13,7 @@
The PHP development team announces the immediate availability of PHP 7.2.0 Alpha 1.
This release marks the beginning of the second minor release in the PHP 7.x series.
All users of PHP are encouraged to test this version carefully,
- and report any bugs and incompatibilities in the
+ and report any bugs and incompatibilities in the
bug tracking system.
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
The PHP development team announces the immediate availability of PHP
7.1.6. Several bugs have been fixed.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.6 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-06-09-1.xml b/archive/entries/2017-06-09-1.xml
index a8b4b73c68..e3fbd6696a 100644
--- a/archive/entries/2017-06-09-1.xml
+++ b/archive/entries/2017-06-09-1.xml
@@ -26,7 +26,7 @@
All inclusive: Changing buffets, snacks & refreshing drinks
Official certificate for attendees
Free Swag: Developer bag, T-Shirt, magazines etc.
-
Exclusive networking events
+
Exclusive networking events
Topics:
@@ -35,8 +35,8 @@
Web Architecture
DevOps
Server & Deployment
-
Web Development
-
+
Web Development
+
For further information on the International PHP Conference visit: www.phpconference.com
This year, Forum PHP welcomes you in Marriott Rive Gauche, Conference Center, 17 Boulevard Saint-Jacques, 75014
Paris, France.
-
+
The annual conference organized by AFUP, the French PHP-users group, gathering all PHP and Open Source communities,
pros and PHP lovers.
The PHP development team announces the immediate availability of PHP
7.0.21. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.21 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-07-10-1.xml b/archive/entries/2017-07-10-1.xml
index c205d524f9..904e9cf88d 100644
--- a/archive/entries/2017-07-10-1.xml
+++ b/archive/entries/2017-07-10-1.xml
@@ -12,11 +12,11 @@
This year a number of changes have been made based upon attendee feedback, the biggest being an over 50% a drop in cost, with tickets available now as low as $325. The conference also is now just 2 days long, running on November 15th & 16th, and includes workshops as well as regular sessions.
-
+
Monday & Tuesday before the conference are filled with multiple full-day training classes taught by experts in their fields.
-
+
Overall we received amazing submissions to the Call for Speakers and the schedule this year we believe to be one of our best yet. Don't miss out on the highly reduced cost this year! We look forward to seeing everyone in D.C. this fall for an amazing 2 days of professional PHP content at the best price around.
The PHP development team announces the immediate availability of PHP
7.0.22. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.22 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-08-03-3.xml b/archive/entries/2017-08-03-3.xml
index db3958a172..1f5d770d7a 100644
--- a/archive/entries/2017-08-03-3.xml
+++ b/archive/entries/2017-08-03-3.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.8. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.8 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-08-31-2.xml b/archive/entries/2017-08-31-2.xml
index 05e6d0b736..9c418adbbc 100644
--- a/archive/entries/2017-08-31-2.xml
+++ b/archive/entries/2017-08-31-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.0.23. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.23 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-09-01-1.xml b/archive/entries/2017-09-01-1.xml
index 4d362aeb08..0fb27bafa1 100644
--- a/archive/entries/2017-09-01-1.xml
+++ b/archive/entries/2017-09-01-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.9. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.9 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-09-13-1.xml b/archive/entries/2017-09-13-1.xml
index a286730b1b..e38a9cd782 100644
--- a/archive/entries/2017-09-13-1.xml
+++ b/archive/entries/2017-09-13-1.xml
@@ -12,9 +12,9 @@
One of the largest and most popular PHP Conferences in Europe, PHPNW17 is a long-running community-based conference, held in Manchester, UK and run on a not-for-profit basis. It is overwhelmingly supported by industry leaders, code experts, web developers and businesses across the world. This year, we are celebrating our 10th conference year, and we aim to be bigger and better than ever before.
-
+
The PHPNW Conference has a reputation within the PHP community as a "go to" conference due to its inspiring content, friendly atmosphere and networking opportunities. Our delegates come to our Conference because they are specifically interested in new technologies and ways to improve their skills through our tutorials and talks, as well as the awesome (unofficial) corridor track!
-
+
The conference starts with a tutorial day on 29th September 2017, followed by a three-track conference on the Saturday (30th September) and Sunday (1st October). As an additional bonus we have a populare Unconference running alongside the other three tracks on the Saturday.
diff --git a/archive/entries/2017-09-14-1.xml b/archive/entries/2017-09-14-1.xml
index b25ed26376..418fcd87d6 100644
--- a/archive/entries/2017-09-14-1.xml
+++ b/archive/entries/2017-09-14-1.xml
@@ -16,29 +16,29 @@
All users of PHP are encouraged to test this version carefully, and report any bugs
and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the
NEWS file,
or the UPGRADING
file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.2.0 Release Candidate 2 please visit the
download page,
Windows sources and binaries can be found at
windows.php.net/qa/.
-
+
The next Release Candidate will be announced on the 28th of September.
You can also read the full list of planned releases on
our wiki.
The PHP development team announces the immediate availability of PHP
7.0.24. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.24 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-09-28-2.xml b/archive/entries/2017-09-28-2.xml
index aab77180a9..dea56db45e 100644
--- a/archive/entries/2017-09-28-2.xml
+++ b/archive/entries/2017-09-28-2.xml
@@ -15,29 +15,29 @@
All users of PHP are encouraged to test this version carefully, and report any bugs
and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the
NEWS file,
or the UPGRADING
file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.2.0 Release Candidate 3 please visit the
download page,
Windows sources and binaries can be found at
windows.php.net/qa/.
-
+
The next Release Candidate will be announced on the 12th of October.
You can also read the full list of planned releases on
our wiki.
The PHP development team announces the immediate availability of PHP
7.1.10. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.10 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-10-12-1.xml b/archive/entries/2017-10-12-1.xml
index 822de2bac9..34ce2f431a 100644
--- a/archive/entries/2017-10-12-1.xml
+++ b/archive/entries/2017-10-12-1.xml
@@ -15,29 +15,29 @@
All users of PHP are encouraged to test this version carefully, and report any bugs
and incompatibilities in the bug tracking system.
-
+
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
-
+
For more information on the new features and other changes, you can read the
NEWS file,
or the UPGRADING
file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
For source downloads of PHP 7.2.0 Release Candidate 4 please visit the
download page,
Windows sources and binaries can be found at
windows.php.net/qa/.
-
+
The next Release Candidate will be announced on the 26th of October.
You can also read the full list of planned releases on
our wiki.
The PHP development team announces the immediate availability of PHP
7.0.25. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.25 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-10-27-1.xml b/archive/entries/2017-10-27-1.xml
index 04440dc1cf..24fbd1dbe3 100644
--- a/archive/entries/2017-10-27-1.xml
+++ b/archive/entries/2017-10-27-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.11. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.11 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-11-20-1.xml b/archive/entries/2017-11-20-1.xml
index 65007b8d7a..5c66220f18 100644
--- a/archive/entries/2017-11-20-1.xml
+++ b/archive/entries/2017-11-20-1.xml
@@ -12,18 +12,18 @@
The 13th annual edition of php[tek], the longest running community focused PHP conference in the USA, will be taking place May 30 - June 1, 2018 in Atlanta, with workshop and training days preceeding it. We have opened up our Call for Speakers and look forward to seeing all the amazing proposals that you will submit to us.
-
+
As always we plan on offering a broad range of topics with our attendees. We are interested in any topics related to PHP development, as well as non-technical talks that will appeal to a developer heavy audience!
-
+
Our comprehensive speaker's package this year includes:
-
+
- A free conference ticket
- Round-trip economy airfare booked by us
- Accommodations at the conference hotel:
- 3 nights for speakers
- 4 nights for workshop presenters
- 5 nights for training class teachers
-
+
Don't hesitate, the Call for Speakers is only open until December 29th, 2017. So get those submissions in soon, we look forward to hearing from you!
PHPKonf 2018 is an annual PHP oriented conference in Istanbul, Turkey and will take place on Sunday, 20th of May, 2018.
The call for papers for the PHPKonf 2018 Istanbul PHP conference is open! If you have a burning desire to hold forth about PHP, DevOps, databases, JavaScript, or any other web development topics, we want to see your proposals. Call for Papers is open only from November 20, 2017 to January 31, 2018, so hurry. An added benefit: we will cover your travel and hotel.
-
+
You’ll have 45 minutes for the talk, with 35 minutes for your topic and 10 minutes for Q&A. We can’t wait to see your proposals! Check out the last conference to get an idea of what to expect.
-
+
Follow us on Twitter to stay updated with news from the PHPKonf crew.
The PHP development team announces the immediate availability of PHP
7.0.26. Several bugs have been fixed.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.0.26 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2017-11-24-1.xml b/archive/entries/2017-11-24-1.xml
index d8387372eb..4d238b054b 100644
--- a/archive/entries/2017-11-24-1.xml
+++ b/archive/entries/2017-11-24-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.12. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.12 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-01-04-1.xml b/archive/entries/2018-01-04-1.xml
index d1ea98888a..d8d0787a65 100644
--- a/archive/entries/2018-01-04-1.xml
+++ b/archive/entries/2018-01-04-1.xml
@@ -13,7 +13,7 @@
The PHP development team announces the immediate availability of PHP
7.0.27. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
@@ -22,7 +22,7 @@
security relevant bug fixes. The security support is provided till December 3rd, 2018. It
is a good time to plan the migration to PHP 7.1 or 7.2.
-
+
For source downloads of PHP 7.0.27 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-01-04-2.xml b/archive/entries/2018-01-04-2.xml
index 7777be3a00..ee398e2ef9 100644
--- a/archive/entries/2018-01-04-2.xml
+++ b/archive/entries/2018-01-04-2.xml
@@ -13,9 +13,9 @@
The PHP development team announces the immediate availability of PHP
7.2.1. This is a security release. Several security bugs were fixed in
this release.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.1 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-01-04-3.xml b/archive/entries/2018-01-04-3.xml
index c8463edc8c..f6ff1899a9 100644
--- a/archive/entries/2018-01-04-3.xml
+++ b/archive/entries/2018-01-04-3.xml
@@ -13,9 +13,9 @@
The PHP development team announces the immediate availability of PHP
7.1.13. This is a security release. Several security bugs were fixed
in this release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
diff --git a/archive/entries/2018-01-09-1.xml b/archive/entries/2018-01-09-1.xml
index 7fe5648cac..36a6fb89e6 100644
--- a/archive/entries/2018-01-09-1.xml
+++ b/archive/entries/2018-01-09-1.xml
@@ -15,9 +15,9 @@
In-depth tutorial sessions
The tutorial day on Thursday June 7th at the same venue gives an opportunity for a smaller number of attendees to spend some time with an expert, going in-depth on particular topics. These are small groups so that presenters can respond to individual questions, and as a result places are limited.
-
+
More information about the Dutch PHP Conference at www.phpconference.nl
-
+
diff --git a/archive/entries/2018-01-09-2.xml b/archive/entries/2018-01-09-2.xml
index e6a682acf7..879d5e7681 100644
--- a/archive/entries/2018-01-09-2.xml
+++ b/archive/entries/2018-01-09-2.xml
@@ -12,10 +12,10 @@
This year marks the 12th edition of the Dutch PHP Conference, once again hosted in the beautiful city of Amsterdam. Our tutorial day will be Thursday, June 7th, with the main 2-day conference following on the 8th and 9th 2018.
Speakers, the call for papers is now open! We’re looking for high-quality, technical sessions from speakers who can cover advanced topics and keep our demanding audience inspired.
-
+
As always we’re excited about all kinds of different topics. You could say that as long as it’s somehow related to PHP and you’re really excited about it, we want to hear it! It doesn’t matter who you are, this event is all about technology. DPC has an established reputation as the best place to expand a developer’s skill set and improve existing practice, and that remains our focus this year.
The call for papers is open until January 28th. You can send in as many proposals as you like, so start submitting your talks! If you are accepted as a speaker we’ll pay your travel costs, put you up in a hotel and give you a pass to the conference so you can join us during the event.
We’re very excited to see what you can come up with, and we’re looking forward to reading all the different proposals.
-
+
diff --git a/archive/entries/2018-02-01-1.xml b/archive/entries/2018-02-01-1.xml
index ea54c5ac0c..05fd49876e 100644
--- a/archive/entries/2018-02-01-1.xml
+++ b/archive/entries/2018-02-01-1.xml
@@ -11,9 +11,9 @@
The PHP development team announces the immediate availability of PHP
7.2.2. This is a bugfix release, with several bug fixes included.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.2 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-02-01-2.xml b/archive/entries/2018-02-01-2.xml
index 89ce3415ea..0b1e128415 100644
--- a/archive/entries/2018-02-01-2.xml
+++ b/archive/entries/2018-02-01-2.xml
@@ -13,9 +13,9 @@
The PHP development team announces the immediate availability of PHP
7.1.14. This is a bugfix release. Several bugs were fixed
in this release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
The inaugural San Diego PHP Conference (WavePHP) is going to be happening September 19, 2018. We have opened our Call for Speakers and look forward to having a tough time choosing between all of the proposals.
-
+
Our goal is to have a well rounded conference that has something for the community as a whole. Please contribute a wide range or proposals. Our speaker package includes a ticket to the conference, round-trip airfare booked by us, 2 nights in the conference hotel.
-
+
Register today and make plans for a great time in San Diego, CA!
We are excited to announce the full schedule for the 13th annual php[tek], the premier PHP conference experience. The 2018 edition will be better than ever, now taking place in Downtown Atlanta, GA. The main conference is two days: May 31 and June 1, while we will have a workshop day on May 30, and a day of Training Classes on May 29th.
This is all being provided by 39 different speakers from around the world, including speakers from companies like MailChimp, Oracle, MongoDB, Etsy, Salesforce, Google, and Mozilla.
-
+
We sincerely look forward to seeing you in Atlanta this May! It's going to be the best php[tek] ever!
ConFoo is a multi-technology conference specifically crafted for web developers. With 150+ presentations by local and international speakers, this conference offers outstanding diversity of content to expand your knowledge, increase your productivity and boost your development skills.
-
+
See you in Montreal on March 7-8-9!
-
+
There are still a few tickets left. Book yours today for the 3-day conference. Interested in Angular, Symfony or Unit Testing? We have you covered. Grab your ticket for a special two-day training on March 5-6.
Mid-Atlantic Dev Con is a brand new polyglot event taking place July 13th and 14th, 2018 near Baltimore, MD. It is designed to bring together programmers from the region for two full days of learning from each other and building a stronger regional community. We are currently hosting an open Call for Speakers, which will end on March 31st at Midnight UTC!
-
+
We are looking for a broad range of submissions covering a wide range of topics that are of interest to today’s computer developers. This means not only programming topics, such as various sessions on PHP, but also broader topics related to development such as: deployment, DevOps, databases, caching, performance, scalability, APIs, etc — We also are looking for non-technical proposals that will appeal to a tech audience: open source, leadership, mentoring, health, work-life balance, management, customer service, and more!
-
+
Given the nature of the event, extra emphasis will be placed on submissions that appeal to a larger range of developers.
CakeFest is on the lookout for sponsors - keen for more information?
Contact us via CakeFest@cakephp.org for more!
-
+
Are you a speaker looking for a new and interesting conference to speak at?
CakeFest 2018 Nashville is the place for you!
A lot of things interest us, so why not come join in! CFP closes 15th March and Speakers will be announced before 31st March 2018
-
+
Tickets are selling fast, so you better grab yours while you still can!
The PHP development team announces the immediate availability of PHP
7.0.28. This is a security release. One security bug was fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
For source downloads of PHP 7.0.28 please visit our downloads page,
diff --git a/archive/entries/2018-03-01-2.xml b/archive/entries/2018-03-01-2.xml
index fdd705645e..ebdc576277 100644
--- a/archive/entries/2018-03-01-2.xml
+++ b/archive/entries/2018-03-01-2.xml
@@ -12,9 +12,9 @@
The PHP development team announces the immediate availability of PHP
7.2.3. This is a security release with also contains several minor bug fixes.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.3 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-03-02-1.xml b/archive/entries/2018-03-02-1.xml
index 30dc0c693d..bc8fa56580 100644
--- a/archive/entries/2018-03-02-1.xml
+++ b/archive/entries/2018-03-02-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.15. This is a security fix release, containing one security fix and many bug fixes.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.15 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-03-13-1.xml b/archive/entries/2018-03-13-1.xml
index fa50b91f41..38a6eca5f8 100644
--- a/archive/entries/2018-03-13-1.xml
+++ b/archive/entries/2018-03-13-1.xml
@@ -12,9 +12,9 @@
With a lot of PHP's Rockstars, Darkmira Tour PHP 2018 is a conference focused on security and quality in PHP's ecosystems, in Brazil's capital in April 14-15. During the two days of Darkmira, you can interact with all the 400 participants along the coffee breaks, demonstrations and networking, and learn a lot about the PHP's ecosystems!
IPC Spring will take place in June 4th to 8th in Berlin and we are looking very much forward to it!
But at the same time we are already preparing for the fall edition of IPC 2018, that is going to take place together with the international JavaScript Conference again. The conferenceís date is October 15th to 19th and the location will be Munich again.
The International PHP Conference is the worldís first PHP conference and stands since more than a decade for top-notch pragmatic expertise in PHP and web technologies. Internationally renowned experts from the PHP industry meet up with PHP users and developers from large and small companies.
The PHP development team announces the immediate availability of PHP
7.0.29. This is a security release. One security bug was fixed in
this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
For source downloads of PHP 7.0.29 please visit our downloads page,
diff --git a/archive/entries/2018-03-29-2.xml b/archive/entries/2018-03-29-2.xml
index 5245e34e6b..33c4c2f31f 100644
--- a/archive/entries/2018-03-29-2.xml
+++ b/archive/entries/2018-03-29-2.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of PHP
7.2.4. This is a security release which also contains several minor bug fixes.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
For source downloads of PHP 7.2.4 please visit our downloads page,
diff --git a/archive/entries/2018-03-30-2.xml b/archive/entries/2018-03-30-2.xml
index 48b1d883fc..1cf0b98e51 100644
--- a/archive/entries/2018-03-30-2.xml
+++ b/archive/entries/2018-03-30-2.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.16. This is a security fix release, containing one security fix and many bug fixes.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.16 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-04-11-1.xml b/archive/entries/2018-04-11-1.xml
index a42a8cc3a3..00f402f6b4 100644
--- a/archive/entries/2018-04-11-1.xml
+++ b/archive/entries/2018-04-11-1.xml
@@ -12,9 +12,9 @@
The team behind the original php[cruise] is once again bringing a conference to the open seas. CoderCruise 2018 is be a premiere conference experience, giving you have an exclusive connection to your fellow community members. It is setting sail from Ft. Lauderdale on August 30th for an extended weekend 5-day cruise that also visits Half Moon Cay and Nassau!
-
+
This year we've managed to negotiate a much cheaper overall rate for our participants, starting as low as $410 per person (including the 5-day cruise, food, drink, the conference, and all taxes and fees wrapped into one package!)
-
+
We have a really exciting schedule of talks that we've chosen this year from a fantastic selection of speakers. This is a family-friendly experience where we expect many attendees to bring their families, and we include the families in all of the activities that we have planned. We look forward to you joining us at CoderCruise 2018 this year! See you in the Bahamas!
The International PHP Conference is the world's first PHP conference and stands since more than a decade for top-notch pragmatic expertise in PHP and web technologies. At the IPC, internationally renowned experts from the PHP industry meet up with PHP users and developers from large and small companies. Here is the place where concepts emerge and ideas are born - the IPC signifies knowledge transfer at highest level.
All delegates of the International PHP Conference have, in addition to PHP program, free access to the entire range of the International JavaScript Conference taking place at the same time.
This is a brand new polyglot developer event designed to bring together programmers from the region for two full days of learning. We've put together an electic set of sessions and workshops for you. You'll recognize some names from the PHP community, as well as see brand new speakers at this event. We are including sessions on Caching, Hiring, Polymer, Bots, Security, Encryption, SVG, WebAssembly, GraphQL, Accessibility, Mentorship, Augmented Reality, Testing, AWS, Docker, Troubleshooting, Gherkin, Ethereum, Health and much more!
-
+
We are especially excited to welcome Jim Jagielski, core-developer of Apache and former CTO of Zend Technologies, as one of our four keynote speakers!
-
+
Please join us to become part of this inaugural event! Tickets start at just $195 - You won't want to miss it!
The PHP development team announces the immediate availability of PHP
7.2.5. This is a security release which also contains several minor bug fixes.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
For source downloads of PHP 7.2.5 please visit our downloads page,
diff --git a/archive/entries/2018-04-26-2.xml b/archive/entries/2018-04-26-2.xml
index 42e0ec73ca..7fea311f45 100644
--- a/archive/entries/2018-04-26-2.xml
+++ b/archive/entries/2018-04-26-2.xml
@@ -13,7 +13,7 @@
The PHP development team announces the immediate availability of PHP
7.0.30. This is a security release. Several security bugs have been fixed
in this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
For source downloads of PHP 7.0.30 please visit our downloads page,
diff --git a/archive/entries/2018-04-26-3.xml b/archive/entries/2018-04-26-3.xml
index 4b9564a80d..1e54dab1f9 100644
--- a/archive/entries/2018-04-26-3.xml
+++ b/archive/entries/2018-04-26-3.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.17. This is a security fix release, containing many bugfixes.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.17 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-05-24-1.xml b/archive/entries/2018-05-24-1.xml
index 907e9eab0e..430a637dc4 100644
--- a/archive/entries/2018-05-24-1.xml
+++ b/archive/entries/2018-05-24-1.xml
@@ -12,9 +12,9 @@
The PHP development team announces the immediate availability of PHP 7.2.6.
This is a primarily a bugfix release which includes a memory corruption fix for EXIF.
-
+
PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.6 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-05-25-1.xml b/archive/entries/2018-05-25-1.xml
index a5ccdfd722..48dc88396a 100644
--- a/archive/entries/2018-05-25-1.xml
+++ b/archive/entries/2018-05-25-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.18.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.18 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-06-07-1.xml b/archive/entries/2018-06-07-1.xml
index 1a914ae767..ea85250e59 100644
--- a/archive/entries/2018-06-07-1.xml
+++ b/archive/entries/2018-06-07-1.xml
@@ -10,35 +10,35 @@
- PHP team is glad to announce the release of the first PHP 7.3.0 version, PHP 7.3.0 Alpha 1.
- This starts the PHP 7.3 release cycle, the rough outline of which is specified in the
+ PHP team is glad to announce the release of the first PHP 7.3.0 version, PHP 7.3.0 Alpha 1.
+ This starts the PHP 7.3 release cycle, the rough outline of which is specified in the
PHP Wiki.
-
+
For source downloads of PHP 7.3.0 Alpha 1 please visit the download page.
-
+
Please carefully test this version and report any issues found in the bug reporting system.
-
+
Please DO NOT use this version in production, it is an early test version.
-
+
For more information on the new features and other changes, you can read the
NEWS file,
or the UPGRADING
file for a complete list of upgrading notes. These files can also be found in the release archive.
-
+
The next release would be Alpha 2, planned for June 21.
This year we are wanting to provide our attendees deep-dive content which teach core lessons about PHP. We also want talks covering
advanced topics in applications and frameworks built in PHP (such as Drupal, WordPress, Laravel, Symfony, and Magento).
We encourage submissions on technologies crucial to modern Web development such as HTML5, JavaScript, and emerging technologies.
Ideas surrounding the entire software life cycle are often big hits for our attendees. Finally, we do welcome non-technical
proposals that will appeal to a developer audience.
-
+
Like last year, we will be a 2-day conference with concurrent workshops, preceded by two days of training classes.
Also like last year, we will have our comprehensive speaker package available which includes:
-
+
A free conference ticket
Round-trip economy airfare booked by us
@@ -33,10 +33,10 @@
5 nights for training teachers
-
+
Don't hesitate, the Call for Speakers
is only open until July 22nd. So get those submissions in soon, we look forward to hearing from you!
- The PHP team is glad to announce the release of the second PHP 7.3.0 version, PHP 7.3.0 Alpha 2.
- The rough outline of the PHP 7.3 release cycle is specified in the
+ The PHP team is glad to announce the release of the second PHP 7.3.0 version, PHP 7.3.0 Alpha 2.
+ The rough outline of the PHP 7.3 release cycle is specified in the
PHP Wiki.
The PHP development team announces the immediate availability of PHP 7.2.7.
This is a primarily a bugfix release which includes a segfault fix for opcache.
-
+
PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.7 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-06-25-1.xml b/archive/entries/2018-06-25-1.xml
index 991f80f0fd..c92830cd85 100644
--- a/archive/entries/2018-06-25-1.xml
+++ b/archive/entries/2018-06-25-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.19.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.19 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-06-25-3.xml b/archive/entries/2018-06-25-3.xml
index 9888c181bc..fe708930ce 100644
--- a/archive/entries/2018-06-25-3.xml
+++ b/archive/entries/2018-06-25-3.xml
@@ -13,7 +13,7 @@
The SymfonyLive German conference is coming back to Berlin! From the 24th to the
26th of October there will be two workshop days and a conference day with two tracks.
-
+
Symfony German-speaking fans, don't miss the opportunity to attend inspiring
and exciting talks and hands-on workshops!
- The PHP team is glad to announce the release of the third PHP 7.3.0 version, PHP 7.3.0 Alpha 3.
- The rough outline of the PHP 7.3 release cycle is specified in the
+ The PHP team is glad to announce the release of the third PHP 7.3.0 version, PHP 7.3.0 Alpha 3.
+ The rough outline of the PHP 7.3 release cycle is specified in the
PHP Wiki.
The PHP development team announces the immediate availability of PHP
7.2.8. This is a security release which also contains several minor bug fixes.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
For source downloads of PHP 7.2.8 please visit our downloads page,
diff --git a/archive/entries/2018-07-19-3.xml b/archive/entries/2018-07-19-3.xml
index b6126c5ae1..d89b41e3e8 100644
--- a/archive/entries/2018-07-19-3.xml
+++ b/archive/entries/2018-07-19-3.xml
@@ -13,7 +13,7 @@
The PHP development team announces the immediate availability of PHP
7.0.31. This is a security release. Several security bugs have been fixed
in this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
For source downloads of PHP 7.0.31 please visit our downloads page,
diff --git a/archive/entries/2018-07-20-2.xml b/archive/entries/2018-07-20-2.xml
index 6e794aa3ae..451d9fdd15 100644
--- a/archive/entries/2018-07-20-2.xml
+++ b/archive/entries/2018-07-20-2.xml
@@ -13,10 +13,10 @@
The PHP development team announces the immediate availability of PHP
7.1.20. This is a security release. Several security bugs have been fixed
in this release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.20 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-08-09-1.xml b/archive/entries/2018-08-09-1.xml
index 8998717df2..f4c4a30947 100644
--- a/archive/entries/2018-08-09-1.xml
+++ b/archive/entries/2018-08-09-1.xml
@@ -12,9 +12,9 @@
Join us September 19-21 for this year's PHP, Web Development, and UX Conference by Northeast PHP. We're returning to Boston and will be hosted at Wayfair HQ in historic Copley Square.
-
+
Our schedule has been announced and this year's has another great lineup of talks for the PHP community, including a security hackathon, IBM sponsored event night, keynote by PJ Hagerty, and a full day workshop covering application development using containers by Red Hat.
-
+
Other highlights include a keynote by Ethan Zuckerman, Director of the Center for Civic Media and Associate Professor of the Practice, MIT Media Lab -- and one of the founders of Tripod, an early participatory media company.
This year we have streamlined our event schedule to add in even more content for you! 40 sessions, 6 workshops, and 12 birds of a feather sessions are waiting for you at this year's php[world] conference.
-
+
We also have two days before the conference full of full-day (and two-day) training classes taught by experts in their field. Want to learn Laravel from the maintainers of Laravel Shift and Laravel Homestead? How about all the new features coming to WordPress with Gutenberg from core WordPress contributors? This and more is available this year!
-
+
We currently have tickets available for purchase and look forward to seeing you this fall in D.C.
The PHP development team announces the immediate availability of PHP
7.2.9. This is a bugfix release.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
For source downloads of PHP 7.2.9 please visit our downloads page,
diff --git a/archive/entries/2018-08-17-1.xml b/archive/entries/2018-08-17-1.xml
index b2b8b8f1f4..4089671926 100644
--- a/archive/entries/2018-08-17-1.xml
+++ b/archive/entries/2018-08-17-1.xml
@@ -12,10 +12,10 @@
The PHP development team announces the immediate availability of PHP
7.1.21. This is a bugfix release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.21 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-09-13-1.xml b/archive/entries/2018-09-13-1.xml
index 45c5e9b3d8..ef7660997c 100644
--- a/archive/entries/2018-09-13-1.xml
+++ b/archive/entries/2018-09-13-1.xml
@@ -12,7 +12,7 @@
The PHP development team announces the immediate availability of PHP
7.2.10. This is a security release which also contains several minor bug fixes.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
For source downloads of PHP 7.2.10 please visit our downloads page,
diff --git a/archive/entries/2018-09-13-3.xml b/archive/entries/2018-09-13-3.xml
index 491174932a..be64c5f1e2 100644
--- a/archive/entries/2018-09-13-3.xml
+++ b/archive/entries/2018-09-13-3.xml
@@ -13,7 +13,7 @@
The PHP development team announces the immediate availability of PHP
7.0.32. This is a security release. One security bug has been fixed
in this release.
-
+
All PHP 7.0 users are encouraged to upgrade to this version.
For source downloads of PHP 7.0.32 please visit our downloads page,
diff --git a/archive/entries/2018-09-13-4.xml b/archive/entries/2018-09-13-4.xml
index 8eafdbb11e..b95b91e69b 100644
--- a/archive/entries/2018-09-13-4.xml
+++ b/archive/entries/2018-09-13-4.xml
@@ -10,10 +10,10 @@
-
The PHP development team announces the immediate availability of PHP
+
The PHP development team announces the immediate availability of PHP
7.1.22. This is a security release. One security bug has been fixed
in this release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
For source downloads of PHP 7.1.22 please visit our downloads page,
diff --git a/archive/entries/2018-10-11-2.xml b/archive/entries/2018-10-11-2.xml
index 6119cbe464..60c758bc62 100644
--- a/archive/entries/2018-10-11-2.xml
+++ b/archive/entries/2018-10-11-2.xml
@@ -12,9 +12,9 @@
The PHP development team announces the immediate availability of PHP 7.2.11.
This is a bugfix release.
-
+
All PHP 7.2 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.2.11 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-10-11-3.xml b/archive/entries/2018-10-11-3.xml
index 8cdd4d2b2c..d6e748974f 100644
--- a/archive/entries/2018-10-11-3.xml
+++ b/archive/entries/2018-10-11-3.xml
@@ -12,9 +12,9 @@
The PHP development team announces the immediate availability of PHP 7.1.23.
This is a bugfix release.
-
+
All PHP 7.1 users are encouraged to upgrade to this version.
-
+
For source downloads of PHP 7.1.23 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.
diff --git a/archive/entries/2018-10-12-1.xml b/archive/entries/2018-10-12-1.xml
index ed3315fe36..b579bd1a01 100644
--- a/archive/entries/2018-10-12-1.xml
+++ b/archive/entries/2018-10-12-1.xml
@@ -16,8 +16,8 @@
If you are interested in presenting at Longhorn PHP, our CFP is open through December 15th, 2018.
The International PHP Conference is the world's first PHP conference and stands since more than a decade for top-notch pragmatic expertise in PHP and web technologies. At the IPC, internationally renowned experts from the PHP industry meet up with PHP users and developers from large and small companies. Here is the place where concepts emerge and ideas are born - the IPC signifies knowledge transfer at highest level.
All delegates of the International PHP Conference have, in addition to PHP program, free access to the entire range of the webinale taking place at the same time.
Basic facts:
diff --git a/build-setup.php b/build-setup.php
index 098afde92c..43d01f6014 100644
--- a/build-setup.php
+++ b/build-setup.php
@@ -22,11 +22,11 @@
Improving PHP requires a working build environment to test changes, the following section deals with setting up a working build environment.
- Your build environment should have an appropriate toolchain that includes a working C compiler,
+ Your build environment should have an appropriate toolchain that includes a working C compiler,
for those not working in Microsoft Windows, you will need a working, compatible autotools installation, and at the very least a shared copy of zlib.
- For most *nix like operating systems, some external dependencies may be required to bring a build to completion;
+ For most *nix like operating systems, some external dependencies may be required to bring a build to completion;
if a build fails because of missing headers or libraries, issuing a variant of the following command should resolve those dependencies, allowing the build to continue:
@@ -161,7 +161,7 @@
When configure executes, it saves the options passed in to a re-usable config.nice which executes configure when invoked.
- Upon successful completion of a build, it is recommended to run the test suite, this will help you to identify regression problems in your work,
+ Upon successful completion of a build, it is recommended to run the test suite, this will help you to identify regression problems in your work,
running the test suite can take a while; go out for a run, or a burger.
diff --git a/cached.php b/cached.php
index 01c2544935..e41d536bc0 100644
--- a/cached.php
+++ b/cached.php
@@ -3,13 +3,13 @@
Yes, we know this can be used to view the source for any file
in the docroot directory. This is intentional and not an LFI
vulnerability. The source code for everything in the docroot
- is publicly available at
+ is publicly available at
https://github.com/php/web-php
so there is no vulnerability here. You can't use this to view
anything that is private.
-*/
+*/
$_SERVER['BASE_PAGE'] = 'cached.php';
include_once 'include/prepend.inc';
diff --git a/cal.php b/cal.php
index bc6036c142..74ed304a3b 100644
--- a/cal.php
+++ b/cal.php
@@ -47,13 +47,13 @@
// Year, month and day specified, display a daily view
elseif ($cy && $cm && $cd) {
-
+
// Check if date is valid
if (checkdate($cm,$cd,$cy)) {
-
+
// Date integer for that day
$date = mktime(0, 0, 1, $cm, $cd, $cy);
-
+
// Try to load events for that day, and display them all
if ($events = load_events($date)) {
$site_header_config = array('classes' => 'calendar calendar-day') + $site_header_config;
@@ -65,13 +65,13 @@
}
$begun = TRUE;
}
-
+
// Unable to load events for that day
else {
$errors[] = "There are no events for the specified date (".date("F j, Y",$date).").";
}
}
-
+
// Wrong date specified
else {
$errors[] = "The specified date (".htmlentities("$cy/$cm/$cd", ENT_QUOTES | ENT_IGNORE, 'UTF-8').") was not valid.";
@@ -146,7 +146,7 @@
// Print out navigation links for previous and next month
echo '
',
- "\n
", '
', $prev_link, '
',
+ "\n
", '
', $prev_link, '
',
'
', strftime('%B, %Y
', $bom),
'
', $next_link, "
\n
\n";
@@ -167,13 +167,13 @@
// Print out all the days in this month
for ($i = 1; $i <= date("t",$bom); $i++) {
-
+
// Print out day number and all events for the day
echo '
';
-
+
// Break HTML table row if at end of week
if (++$days % 7 == 0) echo "\n
";
}
@@ -195,14 +195,14 @@ function date_for_recur($recur, $day, $bom, $eom)
{
// $day == 1 == 'Sunday' == date("w",'some sunday')+1
-
+
// ${recur}th $day of the month
if ($recur > 0) {
$bomd = date("w", $bom) + 1;
$days = (($day - $bomd + 7) % 7) + (($recur - 1) * 7);
return mktime(0,0,1, date("m",$bom), $days + 1, date("Y",$bom));
}
-
+
// ${recur}th to last $day of the month
else {
$eomd = date("w",$eom) + 1;
@@ -216,10 +216,10 @@ function display_events_for_day($day, $events)
{
// For preservation of state in the links
global $cm, $cy, $COUNTRY;
-
+
// For all events, try to find the events for this day
foreach ($events as $event) {
-
+
// Multiday event, which still lasts, or the event starts today
if (($event['type'] == 2 && $event['start'] <= $day && $event['end'] >= $day)
|| ($event['start'] == $day)) {
@@ -241,12 +241,12 @@ function load_event($id)
// Open events CSV file, return on error
$fp = @fopen("backend/events.csv",'r');
if (!$fp) { return FALSE; }
-
+
// Read as we can, event by event
while (!feof($fp)) {
-
+
$event = read_event($fp);
-
+
// Return with the event, if it's ID is the one
// we search for (also close the file)
if ($event !== FALSE && $event['id'] == $id) {
@@ -254,7 +254,7 @@ function load_event($id)
return $event;
}
}
-
+
// Close file, and return sign of failure
fclose($fp);
return FALSE;
@@ -269,28 +269,28 @@ function load_events($from, $whole_month = FALSE)
$bom = mktime(0, 0, 1, date("m",$from), 1, date("Y",$from));
$eom = mktime(0, 0, 1, date("m",$from) + 1, 0, date("Y",$from));
$to_date = date("Y-m-d", $whole_month ? $eom : $from);
-
+
// Set arrays to their default
$events = $seen = array();
-
- // Try to open the events file for reading, return if unable to
+
+ // Try to open the events file for reading, return if unable to
$fp = @fopen("backend/events.csv",'r');
if (!$fp) { return FALSE; }
-
+
// For all events, read in the event and check it if fits our scope
while (!feof($fp)) {
-
+
// Read the event data into $event, or continue with next
// line, if there was an error with this line
if (($event = read_event($fp)) === FALSE) {
continue;
}
-
+
// Keep event's seen list up to date
// (for repeating events with the same ID)
if (!isset($seen[$event['id']])) { $seen[$event['id']] = 1; }
else { continue; }
-
+
// Check if event is in our scope, depending on type
switch ($event['type']) {
@@ -299,16 +299,16 @@ function load_events($from, $whole_month = FALSE)
$date = date_for_recur($event['recur'], $event['recur_day'], $bom, $eom);
$event['start'] = date("Y-m-d", $date);
// Fall through. Now it is just like a single-day event
-
+
// Single-day event
- case 1:
+ case 1:
if ($event['start'] >= $from_date && $event['start'] <= $to_date) {
$events[] = $event;
}
break;
// Multi-day event
- case 2:
+ case 2:
if (($event['start'] >= $from_date && $event['start'] <= $to_date)
|| ($event['end'] >= $from_date && $event['end'] <= $to_date)
|| ($event['start'] <= $from_date && $event['end'] >= $to_date)) {
@@ -317,7 +317,7 @@ function load_events($from, $whole_month = FALSE)
break;
}
}
-
+
// Close file and return with results
fclose($fp);
return $events;
@@ -331,10 +331,10 @@ function read_event($fp)
if (($linearr = fgetcsv($fp, 8192)) === FALSE) {
return FALSE;
}
-
+
// Corrupt line in CSV file
if (count($linearr) < 13) { return FALSE; }
-
+
// Get components
list(
$day, $month, $year, $country,
@@ -343,7 +343,7 @@ function read_event($fp)
// Get info on recurring event
@list($recur, $recur_day) = explode(":", $recur, 2);
-
+
// Return with SQL-resultset like array
return array(
'id' => $id,
@@ -366,12 +366,12 @@ function valid_year($year)
{
// Get current year and compare to one sent in
$current_year = date("Y");
-
+
// We only allow this and the next year for displays
if ($year != $current_year && $year != $current_year+1) {
return FALSE;
}
-
+
// The year is all right
return TRUE;
}
diff --git a/copyright.php b/copyright.php
index ed6280fb14..92b0e4a1ad 100644
--- a/copyright.php
+++ b/copyright.php
@@ -16,14 +16,14 @@
Except as otherwise indicated elsewhere on this Site, you are free
- to view, download and print the documents and information available
+ to view, download and print the documents and information available
on this Site subject to the following conditions:
@@ -46,7 +46,7 @@
- For more information on the PHP Group and the PHP project, please see
+ For more information on the PHP Group and the PHP project, please see
the PHP homepage.
diff --git a/credits.php b/credits.php
index 575db3fbad..0be3eeb48f 100644
--- a/credits.php
+++ b/credits.php
@@ -24,7 +24,7 @@
if ($credits) {
site_header("Credits", array("current" => "community", 'css' => array('credits.css')));
echo $credits;
- site_footer();
+ site_footer();
}
?>
diff --git a/crossdomain.xml b/crossdomain.xml
index c2f213f50b..def1ca2b14 100644
--- a/crossdomain.xml
+++ b/crossdomain.xml
@@ -1,6 +1,6 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/docs.php b/docs.php
index c4140427d6..9f4b173f34 100644
--- a/docs.php
+++ b/docs.php
@@ -23,7 +23,7 @@
Note, that many languages are just under translation, and
the untranslated parts are still in English. Also some translated
parts might be outdated. The translation teams are open to
- contributions.
+ contributions.
The English version should be considered the most accurate, since
translations are based on that version. Most of the translations
- are not complete, and contain English parts.
+ are not complete, and contain English parts.
If you are looking for PHP 4 documentation, please read
@@ -95,26 +95,26 @@
// Go through all possible manual formats
foreach ($formats as $formatname => $extension) {
-
+
$filepath = $_SERVER['DOCUMENT_ROOT'] . '/distributions/manual/';
if ($formatname === 'HTML Help file (with user notes)') {
$filename = "php_enhanced_$langcode.$extension";
} else {
$filename = "php_manual_$langcode.$extension";
}
-
+
$filepath .= $filename;
-
+
// File named after the language and format exists
if (file_exists($filepath)) {
-
+
// Mirror selection download URL
$link_to = "/get/$filename/from/a/mirror";
// Try to get size and changed date
$size = @filesize($filepath);
$changed = @filemtime($filepath);
-
+
// Size available, collect information
if ($size !== FALSE) {
$files[$langcode][$formatname] = array(
@@ -166,11 +166,11 @@
echo "
\n";
foreach ($files as $langcode => $lang_files) {
-
+
// See if current language is the preferred one
if ($langcode == $LANG) { $preflang = TRUE; }
else { $preflang = FALSE; }
-
+
// Highlight manual in preferred language
if ($preflang) {
$cellclass = ' class="highlight"';
@@ -181,7 +181,7 @@
echo "
\n
" . $LANGUAGES[$langcode] . "
\n";
foreach ($formats as $formatname => $extension) {
-
+
// Skip if no file found
if (!isset($found_formats[$formatname])) { continue; }
@@ -189,7 +189,7 @@
if (!isset($lang_files[$formatname])) {
echo " ";
} else {
-
+
$fileinfo = $lang_files[$formatname];
echo "\n";
}
-
+
// End table row
echo "
- For more information on the PHP Group and the PHP project, please see
+ For more information on the PHP Group and the PHP project, please see
the PHP homepage.
diff --git a/error.php b/error.php
index e40f8ff229..0a004d2b95 100644
--- a/error.php
+++ b/error.php
@@ -133,7 +133,7 @@
// ============================================================================
// Nice URLs for download files, so wget works completely well with download links
if (preg_match("!^get/([^/]+)/from/([^/]+)(/mirror)?$!", $URI, $dlinfo)) {
-
+
$df = $dlinfo[1];
if(strpos($df, "7-LATEST") !== false) {
include_once $_SERVER['DOCUMENT_ROOT'] . "/include/version.inc";
@@ -145,20 +145,20 @@
include_once $_SERVER['DOCUMENT_ROOT'] . "/include/version.inc";
$df = str_replace("4-LATEST", $PHP_4_VERSION, $df);
}
-
+
// Mirror selection page
if ($dlinfo[2] == "a") {
status_header(200);
include_once $_SERVER['DOCUMENT_ROOT'] . "/include/get-download.inc";
exit;
}
-
+
// The same mirror is selected
if ($dlinfo[2] == "this") { $mr = $MYSITE; }
-
+
// Some other mirror is selected
else { $mr = "http://{$dlinfo[2]}/"; }
-
+
// Check if that mirror really exists if not, bail out
if(!isset($MIRRORS[$mr])) {
error_nomirror($mr);
@@ -192,7 +192,7 @@
file_exists($_SERVER['DOCUMENT_ROOT'] . "/$URI.php")) {
mirror_redirect("/$URI.php");
}
-
+
// Work with lowercased URI from now
$URI = strtolower($URI);
@@ -223,13 +223,13 @@
$manual_page_moves = array(
// entry point changed
'installation' => 'install',
-
+
// was split among platforms (don't know where to redirect)
- 'install.apache' => 'install',
+ 'install.apache' => 'install',
'install.apache2' => 'install',
'install.netscape-enterprise'=> 'install',
'install.otherhttpd' => 'install',
-
+
// moved to platform sections
'install.caudium' => 'install.unix.caudium',
'install.commandline' => 'install.unix.commandline',
@@ -336,7 +336,7 @@
"splat" => "functions.arguments",
"dowhile" => "control-structures.do.while",
-
+
"tut" => "tutorial",
"tut.php" => "tutorial", // BC
@@ -397,26 +397,26 @@
"namespace" => "language.namespaces",
"use" => "language.namespaces.using",
"iterator" => "language.oop5.iterations",
-
+
"factory" => "language.oop5.patterns",
"singleton" => "language.oop5.patterns",
"trait" => "language.oop5.traits",
"traits" => "language.oop5.traits",
-
+
"news.php" => "archive/index", // BC
"readme.mirror" => "mirroring", // BC
-
+
"php5" => "language.oop5",
"zend_changes.txt" => "language.oop5", // BC
"zend2_example.phps" => "language.oop5", // BC
"zend_changes_php_5_0_0b2.txt" => "language.oop5", // BC
"zend-engine-2" => "language.oop5", // BC
"zend-engine-2.php" => "language.oop5", // BC
-
+
"news_php_5_0_0b2.txt" => "ChangeLog-5", // BC
"news_php_5_0_0b3.txt" => "ChangeLog-5", // BC
-
+
"manual/about-notes.php" => "manual/add-note", // BC
"software/index.php" => "software", // BC
"releases.php" => "releases/index", // BC
@@ -432,10 +432,10 @@
"regexp.reference.circudollar" => "regexp.reference.anchors",
"regexp.reference.squarebrackets" => "regexp.reference.character-classes",
"regexp.reference.verticalbar" => "regexp.reference.alternation",
-
+
# external shortcut aliases ;)
"dochowto" => "phpdochowto",
-
+
# CVS -> SVN
"anoncvs.php" => "git",
"cvs-php.php" => "git-php",
diff --git a/fonts/Font-Awesome/css/fontello-embedded.css b/fonts/Font-Awesome/css/fontello-embedded.css
index ba338ba83f..29ab22750b 100644
--- a/fonts/Font-Awesome/css/fontello-embedded.css
+++ b/fonts/Font-Awesome/css/fontello-embedded.css
@@ -21,34 +21,34 @@
}
}
*/
-
+
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
-
+
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
-
+
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
-
+
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
-
+
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
-
+
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
-
+
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
diff --git a/fonts/Font-Awesome/css/fontello-ie7.css b/fonts/Font-Awesome/css/fontello-ie7.css
index 8c3bf92b57..872e66fc49 100644
--- a/fonts/Font-Awesome/css/fontello-ie7.css
+++ b/fonts/Font-Awesome/css/fontello-ie7.css
@@ -2,12 +2,12 @@
font-family: 'fontello';
font-style: normal;
font-weight: normal;
-
+
/* fix buttons height */
line-height: 1em;
-
+
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
-
+
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
\ No newline at end of file
diff --git a/fonts/Font-Awesome/css/fontello.css b/fonts/Font-Awesome/css/fontello.css
index eae1b259fc..620d9d7eb7 100644
--- a/fonts/Font-Awesome/css/fontello.css
+++ b/fonts/Font-Awesome/css/fontello.css
@@ -18,36 +18,36 @@
}
}
*/
-
+
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
-
+
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
-
+
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
-
+
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
-
+
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
-
+
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
-
+
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
-
+
.icon-twitter:before { content: '\e800'; } /* '' */
diff --git a/get-involved.php b/get-involved.php
index 84080250ee..da0cd3610c 100644
--- a/get-involved.php
+++ b/get-involved.php
@@ -44,7 +44,7 @@
Someone hoping to become involved in the maintenance and development of
the source should be experienced in all of the areas mentioned above, as
this creates a strong team; everyone knows how every other part of the
- project works.
+ project works.
diff --git a/git-php.php b/git-php.php
index 2efbd444ae..bdfff2dc52 100644
--- a/git-php.php
+++ b/git-php.php
@@ -290,7 +290,7 @@
through the PEPR system on
the PEAR website. If you have a new PECL
extension you wish to contribute, bring it up on the appropriate
- PECL mailing list first.
+ PECL mailing list first.
@@ -325,8 +325,8 @@
- If you get no resposne to an account request after a while, remember this is a
- manual process, then please contact the relevant mailing list that belongs to
+ If you get no resposne to an account request after a while, remember this is a
+ manual process, then please contact the relevant mailing list that belongs to
the part of PHP you requested access to.
@@ -344,12 +344,12 @@
mailing list.
- Please do NOT submit account requests if you have not previously
+ Please do NOT submit account requests if you have not previously
contributed any work such as patches to PHP.
- If someone told you to fill in an account request because you are a developer of
- a certain extension, for example a PECL extension,
+ If someone told you to fill in an account request because you are a developer of
+ a certain extension, for example a PECL extension,
then please state who told you to submit this request in the purpose text field below.
@@ -373,14 +373,14 @@ class="max" value="For what purpose do you require a Git account:
(check all that apply)
- $p) { ?>
-
diff --git a/images/elephpants.php b/images/elephpants.php
index b3ddab3cca..b1f1904f6d 100644
--- a/images/elephpants.php
+++ b/images/elephpants.php
@@ -21,12 +21,12 @@
Simple script to serve elephpant images in json format.
This script is called directly by the browser to feed the
javascript generated banner of elephpant images.
-
+
The structure of the response data is:
-
+
[{
- title: ,
- url: ,
+ title: ,
+ url: ,
data:
},{
...
@@ -73,7 +73,7 @@
if (!is_readable($path . '/' . $photo['filename'])) {
continue;
}
-
+
$got++;
// add photo to response array.
$elephpants[] = array(
diff --git a/include/branches.inc b/include/branches.inc
index 9b17bf76f6..c7f685bf7a 100644
--- a/include/branches.inc
+++ b/include/branches.inc
@@ -59,7 +59,7 @@ function format_interval($from, $to) {
$eolPeriod = 'today';
}
if ($times) {
- $eolPeriod = implode(', ',
+ $eolPeriod = implode(', ',
array_map(
function($t) {
return "$t[0] $t[1]" .
@@ -262,7 +262,7 @@ function get_final_release($branch) {
if (isset($GLOBALS['OLDRELEASES'][$major][$last])) {
return $GLOBALS['OLDRELEASES'][$major][$last];
}
-
+
/* If there's only been one release on the branch, it won't be in
* $OLDRELEASES yet, so let's check $RELEASES. */
if (isset($GLOBALS['RELEASES'][$major][$last])) {
diff --git a/include/changelogs.inc b/include/changelogs.inc
index ce1e3496c3..d0f08440da 100644
--- a/include/changelogs.inc
+++ b/include/changelogs.inc
@@ -1,22 +1,22 @@
#$number";
+function bugl($number) {
+ echo "#$number";
}
function implemented($number) {
echo "Implemented FR "; bugl($number);
}
-function peclbugfix($number) {
- echo "Fixed PECL bug "; bugl($number);
+function peclbugfix($number) {
+ echo "Fixed PECL bug "; bugl($number);
}
-function peclbugl($number) {
- echo "#$number";
+function peclbugl($number) {
+ echo "#$number";
}
function githubissue($repo, $number) {
diff --git a/include/check_email_func.php b/include/check_email_func.php
index 105fff839a..ea1c096327 100644
--- a/include/check_email_func.php
+++ b/include/check_email_func.php
@@ -6,10 +6,10 @@
require getcwd()."/email-validation.inc";
$test_add = array (
- "wrong-email-address@lists.php.net","jmcastagnetto@yahoo.com",
- "some-wrong@asdas.com", "jcastagnetto-NO-SPAM@yahoo.com",
- "jcastagnetto@NoSpam-yahoo.com", "jmcastagnetto@chek2.com",
- "jcastagnetto-i-hate-spam@NOSPAMyahoo.com", "jesusmc@scripps.edu",
+ "wrong-email-address@lists.php.net","jmcastagnetto@yahoo.com",
+ "some-wrong@asdas.com", "jcastagnetto-NO-SPAM@yahoo.com",
+ "jcastagnetto@NoSpam-yahoo.com", "jmcastagnetto@chek2.com",
+ "jcastagnetto-i-hate-spam@NOSPAMyahoo.com", "jesusmc@scripps.edu",
"asasasd324324@php.net", "jcastagnetto-delete-this-@yahoo.com",
"wrong-address-with@@@@-remove_me-and-some-i-hate_SPAM-stuff");
@@ -22,7 +22,7 @@
?>
-The jesusmc@scripps.edu, jmcastagnetto@yahoo.com and jcastagnetto@yahoo.com
+The jesusmc@scripps.edu, jmcastagnetto@yahoo.com and jcastagnetto@yahoo.com
should validate OK as of 2001-02-28 --- JMC