Deutsch English Français Italiano |
<104n4jb$gs8r$2@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: nntp.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.os.vms Subject: Re: VMS x86-64 database server Date: Thu, 10 Jul 2025 01:21:48 -0000 (UTC) Organization: A noiseless patient Spider Lines: 11 Message-ID: <104n4jb$gs8r$2@dont-email.me> References: <104ejo8$2cobv$1@dont-email.me> <686af3b4$0$686$14726298@news.sunsite.dk> <104f0a6$2gn2r$5@dont-email.me> <104f2ic$2h75q$2@dont-email.me> <104fc66$2n4ir$2@dont-email.me> <104h2d1$31cae$2@dont-email.me> <104hgeh$3474l$11@dont-email.me> <104hl76$3595d$2@dont-email.me> <104hojt$360c1$1@dont-email.me> <686d12d9$0$694$14726298@news.sunsite.dk> <104k487$3p7d8$8@dont-email.me> <104k6p0$3pmuk$1@dont-email.me> <104ka6h$3qkfr$5@dont-email.me> <104ki4c$3r3fl$1@dont-email.me> <104l5i4$4bv9$2@dont-email.me> <686ec41e$0$686$14726298@news.sunsite.dk> <104msna$fd02$9@dont-email.me> <686f0082$0$686$14726298@news.sunsite.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 10 Jul 2025 03:21:48 +0200 (CEST) Injection-Info: dont-email.me; posting-host="bbe4b1433b47d2d6466a674945d67000"; logging-data="553243"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX185NnWG5TxBJ1mHeq0U3oXd" User-Agent: Pan/0.162 (Pokrosvk) Cancel-Lock: sha1:bBOlRup2g9+I6GYmfq0SCeTuQtE= On Wed, 9 Jul 2025 19:51:30 -0400, Arne Vajhøj wrote: > error_reporting(E_ERROR) is not need to get SQL errors - it is to avoid > getting warnings about mysql extension being obsolete. I think you need mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); in order to get error exceptions raised about incorrect MySQL. Sensible languages would do this by default.