From fed4a40dde7368c8aeb41f2174511f169cafbf15 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Date: Sat, 4 Jul 2026 13:32:41 +0200 Subject: [PATCH] chapters/intro: drop obsolete WDDX and Java integration claims (both removed from modern PHP) --- chapters/intro.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index ae2ffaeb1de3..76412b2abd13 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -145,16 +145,12 @@ cURL or sockets, like CouchDB. - + PHP also has support for talking to other services using protocols such as LDAP, IMAP, SNMP, NNTP, POP3, HTTP, COM (on Windows) and countless others. It can also open raw network sockets and - interact using any other protocol. PHP has support for the WDDX - complex data exchange between virtually all Web programming - languages. Talking about interconnection, PHP has support for - instantiation of Java objects and using them transparently - as PHP objects. - + interact using any other protocol. + PHP has useful text processing features, which includes the Perl compatible regular expressions (PCRE),