Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105036 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33666 invoked from network); 2 Apr 2019 17:14:18 -0000 Received: from unknown (HELO mail-it1-f175.google.com) (209.85.166.175) by pb1.pair.com with SMTP; 2 Apr 2019 17:14:18 -0000 Received: by mail-it1-f175.google.com with SMTP id w15so5469952itc.0 for ; Tue, 02 Apr 2019 07:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lerdorf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fDQ/fT8jaUjAfsyY18DbvPt4jbcnpBvt8oRFLZ8AO20=; b=mwd7ufd4A50JLi3a+CpvxI0brQUZUktkc1pZtpj7bZndnAKSznTCk205lW536OkdsV VWyZDrCoyeDn3F/rFORJvlYCoN6MjPdvoex+Au6rlhAaPO7+VBCRKOHZLXF48bWUaapv PP11wewG7IZmlN6bELuwYNKiicC4Y1CTMz7KNQqOKLKDXeYKYPsQaDUyJ2ovO9Tvms/9 lMSZ2Ly4gnLyI95SaS1BVFlIvLs1Wxoccpnpi30MDh6tXP7rHnGC31LOTTwdNHnh8F7R KabyXv65WX51WkLWCVexZ+X6Y3nUwskg1RXbCqmQvx2OJSxnSMlg179BNa2asa2Ij9ah jyBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fDQ/fT8jaUjAfsyY18DbvPt4jbcnpBvt8oRFLZ8AO20=; b=ERUYFQv9suLx9Tjjpg9MxU8U6aoogCtwHeqoJZNzWofGHrZARRlnZML5VcqxHdszUl S1ctqmomchvSLeRowu190n+/wRsAviKEN3mPs4aCojWPRbsk86a+rw1h3zGqCFugO/Ne mLD5WCqGgAfj8UyBZdlT4hVxUQByNa5a9Xx/Yr/ZsQH8ZSGyxtVv+ywRNoe2K9qT2Ar1 6nowigTz8AwtdroBORXj8gY/AxLtvPvH+1j110/folhTI2J2SII8qzQ/hSLeM+30IJZX U8WYgO/A/u62fPz+tTwANIYFEMywB8EqueaK9krD1OCgS0Sp75x2norjgUw5ODYcbU+g w1Gw== X-Gm-Message-State: APjAAAWaoBPO/nBR7XSl5f9CO+Uixeq1Uws66J/9z9H0e44brihguERj kSZiKs67+HO6ZICVlc7DWJxtov6+f7HxXix8OWyEjA== X-Google-Smtp-Source: APXvYqz/zI54TiEDa4S7emzcrS6J3jnzpOxZu7tbNLZgMnjZINO7nMkvrmBcSOBRjWKsB7LHeOwTacLOduwpzuUCLi8= X-Received: by 2002:a24:108b:: with SMTP id 133mr3992607ity.15.1554214167314; Tue, 02 Apr 2019 07:09:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 2 Apr 2019 07:08:49 -0700 Message-ID: To: Anatol Belski Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000059219405858cafcd" Subject: Re: [PHP-DEV] Re: PHP 7.3 dom change? From: rasmus@lerdorf.com (Rasmus Lerdorf) --00000000000059219405858cafcd Content-Type: text/plain; charset="UTF-8" On Tue, Apr 2, 2019 at 2:22 AM Anatol Belski wrote: > On Mon, 2019-04-01 at 13:42 -0700, Rasmus Lerdorf wrote: > > On Mon, Apr 1, 2019 at 9:25 AM Rasmus Lerdorf > > wrote: > > > > > I've been walking through the PHP 7.2->7.3 ext/dom diffs but I > > > don't see > > > what has caused this change: https://3v4l.org/hEmmR > > > What did I miss? > > > > > > > Tracked it down to this bug fix: https://bugs.php.net/76285 > > > Ah, I recall this one now. It was about saveHtml() not respecting > format, had some follow ups, too. Should be harmless but might breach > some test. Please ping, if there is a further issue. > Yeah, it broke some tests and there is no mention of it in the migration docs. -Rasmus --00000000000059219405858cafcd--