Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103785 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 63660 invoked from network); 23 Jan 2019 01:38:45 -0000 Received: from unknown (HELO mail-vk1-f180.google.com) (209.85.221.180) by pb1.pair.com with SMTP; 23 Jan 2019 01:38:45 -0000 Received: by mail-vk1-f180.google.com with SMTP id d201so44728vka.0 for ; Tue, 22 Jan 2019 14:16:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=T8NpuOROYuFFWxq+fSMuA25VcGWxai1zb5raGsrHLMM=; b=hFEdJ0/z/0SAbnVPY1TWPNQ/lVQC1o5nmaLQbOFcTmlqyqcwUwGg0U6p27ZihMaQN/ Lxd3LdJE9tgfbIoQ4uRKLFGaEsq62zTxjIZGvptoDXitdlMz0L2te2dQzaxfaOjkBfog mSnCk6C3TMeAsLZSi54G/il6uJlKbBJ8hd1a9Co7zygzBCpUxch5e5ByPMFMFwklU5ID 8QJqig1frA+qvbVGjDHUtX72T+u3KXHQ6EsS/xVxPKdKLQN56IKN3dow1VDp8UY+RNZZ 7jxds9KIX5EgxIvzgTBGyvieeDosdTGrZ4q+P56OnBEsUBX7Pyi22kCTRwJJLSlMuNFn ZUWQ== 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=T8NpuOROYuFFWxq+fSMuA25VcGWxai1zb5raGsrHLMM=; b=ZLHFE2kWtYgQh+bM9bYmRp/yFS1Yj4lLYXBB1nKI954dhfrXDybm3n17dqjzUL+r4H lvupqZrpsVILFLI914Cec3YumhSZ6+H0mt005onkAffBAWQxLVw+A1q+IVDgUdhmZDtp vufLcRpk6XyXiyKBeTpZk4EfBLE4GzMeiceqDC2lx6fLQJnQ742Rc8NEWfjHCc0XtyzK ro1SC4YIDFG3PHcKVYSpbkTZR2FtMBR4fOpLEfnHDvUNtLlDXlPoDU/vB1LN7+dr7P33 ba6cxzhQ5jKJd092C0P2/Xy3ODRuAtTQngmBFMYL873D2ghLD2q/cjuXHsBWghQEdEFf ++Ug== X-Gm-Message-State: AJcUukcbpEiq6uHuvlLTvi+pIu7GqsRYvxm5dhR5ViAmY7OvZpwMxoCp uTZtpmCHnyX/OPnivLhqODioMPxGJOhLCdPAvLE= X-Google-Smtp-Source: ALg8bN6mXUX3A190K9hp5sajxZPIdjeRJLvSW99A4FxA6P68PslttjcJQEAAFPHZdl2ma2FETpf0+mrmKjTrQep5A44= X-Received: by 2002:a1f:2acd:: with SMTP id q196mr13870781vkq.7.1548194890506; Tue, 22 Jan 2019 14:08:10 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 22 Jan 2019 23:07:57 +0100 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000007de7df0580133685" Subject: Re: [PHP-DEV] Deprecation ideas for PHP 8 From: george.banyard@gmail.com (Girgias) --0000000000007de7df0580133685 Content-Type: text/plain; charset="UTF-8" On Tue, 22 Jan 2019 at 22:52, Yasuo Ohgaki wrote: > Hi Girgias > > It seems good list in general. > There would not be issues marking them as deprecated. > "Deprecation" means "Soft deprecation", correct? > > Removing these aliases from PHP 8 is not good idea. > Aliases should be removed when nobody cares about these aliases. > > For example, pg_loopen()/etc were there until nobody cares about these > aliases. > New names, pg_lo_open()/etc, were given in PHP4.x. These changes were > documented since PHP 4.x. > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > Hello Yasuo Ohgaki. By Deprecation, I was indeed meaning that as of PHP 8 these function should throw E_DEPRECATED errors and be removed as of PHP 9 which would give plenty of time for people to adapt and upgrade their codebase. Best regards George P. Banyard --0000000000007de7df0580133685--