On Fri, Aug 3, 2018 at 6:44 PM Gabriel Caruso
wrote:
> Pedro
>
> This was previously reported as a bug
> https://bugs.php.net/bug.php?id=76079.
>
I knew I had read about it somewhere! There it is. Thanks!
>
> Hi Rasmus,
>
> I'm not able to attach a PR to a bug report, however I'm not sure if this
> wasn't already happening before the migration. When submitting the form, I
> get a 500.
>
> Thanks,
> Pedro
>
> On Tue, Jul 17, 2018 at 9:38 PM Rasmus Lerdorf wrote:
>
> > I need to move bugs.php.net to
Hi Rasmus,
I'm not able to attach a PR to a bug report, however I'm not sure if this
wasn't already happening before the migration. When submitting the form, I
get a 500.
Thanks,
Pedro
On Tue, Jul 17, 2018 at 9:38 PM Rasmus Lerdorf wrote:
> I need to move bugs.php.net to another server sometim
On Sat, Jul 21, 2018 at 10:14 AM Rasmus Lerdorf wrote:
> Other than the autoincrement they are identical. I normally use utf8mb4,
> but I figured I would play it safe and copy it over verbatim. I guess it
> wasn't safe.
>
Right. There are risks.
For example, encoding like SJIS contains \ as a p
Ok, should be fixed now. https://bugs.php.net/bug.php?id=76553 looks good.
But I think between my backup and the conversion I lost a couple of bug
comments from this morning. Sorry about that.
-Rasmus
On Sat, Jul 21, 2018 at 8:31 AM, Rasmus Lerdorf wrote:
> Uh, ok, something obviously went wron
Uh, ok, something obviously went wrong there. Checking.
On Sat, Jul 21, 2018 at 8:30 AM, Rasmus Lerdorf wrote:
> For future reference, here is what I did to fix the encoding problem:
>
> MariaDB [phpbugsdb]> select sdesc from bugdb where id=76553;
> +-
For future reference, here is what I did to fix the encoding problem:
MariaDB [phpbugsdb]> select sdesc from bugdb where id=76553;
++
On 21.07.2018 at 12:20, Rasmus Lerdorf wrote:
> Yeah, working on it. Amazingly it looks like it is an ipv6 issue. The old
> bugs didn't have an ipv6 address, but the new one does and we store the ip
> of the commenter using the MySQL function inet_aton() and not inet6_aton().
> Need to change that
By the way, the following users have ssh accounts on bugs.php.net:
bjori derick felipe nikic rasmus sas scottmac tyrael
the error log is in /srv/bugs.php.net/logs/error.log
and the code is here: g...@git.php.net:/web/bugs.git
Feel free to log in and fix stuff as you find more issues. Right
Yeah, working on it. Amazingly it looks like it is an ipv6 issue. The old
bugs didn't have an ipv6 address, but the new one does and we store the ip
of the commenter using the MySQL function inet_aton() and not inet6_aton().
Need to change that, but also alter the table to make the column fit an
ip
On 21.07.2018 at 12:10, Rasmus Lerdorf wrote:
> Works fine for me on https://bugs.php.net/bug.php?id=76635&thanks=1
I just commented “Testing”, but the comment isn't there. Don't the
error logs give some useful hints?
> On Sat, Jul 21, 2018 at 6:06 AM, Christoph M. Becker
> wrote:
>
>> On 21.
Works fine for me on https://bugs.php.net/bug.php?id=76635&thanks=1
On Sat, Jul 21, 2018 at 6:06 AM, Christoph M. Becker
wrote:
> On 21.07.2018 at 11:51, Rasmus Lerdorf wrote:
>
> > That one should be fixed. It was actually posting the comments, but
> getting
> > an error after. If you reload th
On 21.07.2018 at 11:51, Rasmus Lerdorf wrote:
> That one should be fixed. It was actually posting the comments, but getting
> an error after. If you reload the bug you see it.
I've commented multiple times on bug 76637, but none of the comments are
visible. I also commented on bug 76642 and succ
Still doesn't work for me. I get a white screen and the comment does not
appear even after I reload the page.
Nikita
On Sat, Jul 21, 2018 at 11:51 AM, Rasmus Lerdorf wrote:
> That one should be fixed. It was actually posting the comments, but
> getting an error after. If you reload the bug you
That one should be fixed. It was actually posting the comments, but getting
an error after. If you reload the bug you see it.
On Sat, Jul 21, 2018 at 5:41 AM, Christoph M. Becker
wrote:
> On 21.07.2018 at 10:46, Nikita Popov wrote:
>
> > On Tue, Jul 17, 2018 at 10:38 PM, Rasmus Lerdorf
> wrote:
On 21.07.2018 at 10:46, Nikita Popov wrote:
> On Tue, Jul 17, 2018 at 10:38 PM, Rasmus Lerdorf wrote:
>
>> I need to move bugs.php.net to another server sometime today. I won't be
>> able to do it without a little bit of downtime as I have to stop new
>> activity on the existing box, copy the DB
On Tue, Jul 17, 2018 at 10:38 PM, Rasmus Lerdorf wrote:
> I need to move bugs.php.net to another server sometime today. I won't be
> able to do it without a little bit of downtime as I have to stop new
> activity on the existing box, copy the DB over and then point DNS to the
> new box. The DNS T
On Thu, Jul 19, 2018 at 4:45 PM, Hoffman, Zachary Robert
wrote:
> On Thu, 2018-07-19 at 22:35 +0200, Niklas Keller wrote:
> > Hey Rasmus
> >
> > I just found this bug: https://bugs.php.net/bug.php?id=76553
> >
> > Has this bug been like that before the migration, too? Or did
> > something go wron
It looks like the MDB2 -> PDO migration messed this up. There is a weird
MDB2 feature fetchAll() feature that returns the first field as the
associative key or something like that. Need to rewrite the code to not
rely on that. The MDB2 query returns:
array(2) {
["fix-71630.patch"]=>
array(1) {
Hi,
On Wed, Jul 18, 2018 at 5:39 AM Rasmus Lerdorf wrote:
> Hopefully the new box will be a bit quicker too. It is moving from PHP 5.5
> to 7.2 on faster hardware.
>
It feels faster now. Nice work.
Anyway, it seemed UTF-8 char is not handled well.
I tried to send reply with UTF-8 chars
にほんご文字
On Thu, 2018-07-19 at 22:35 +0200, Niklas Keller wrote:
> Hey Rasmus
>
> I just found this bug: https://bugs.php.net/bug.php?id=76553
>
> Has this bug been like that before the migration, too? Or did
> something go wrong?
No, those used to be Unicode characters from the cyrillic block.
https:/
Hey Rasmus
I just found this bug: https://bugs.php.net/bug.php?id=76553
Has this bug been like that before the migration, too? Or did
something go wrong?
Regards, Niklas
Am Do., 19. Juli 2018 um 10:35 Uhr schrieb marius adrian popa
:
>
> Hello Rasmus,
>
> I can't access previous patches
>
> http
Hello Rasmus,
I can't access previous patches
https://bugs.php.net/patch-display.php?bug_id=62300&patch=0&revision=latest
On Tue, Jul 17, 2018 at 11:38 PM, Rasmus Lerdorf wrote:
> I need to move bugs.php.net to another server sometime today. I won't be
> able to do it without a little bit of d
I need to move bugs.php.net to another server sometime today. I won't be
able to do it without a little bit of downtime as I have to stop new
activity on the existing box, copy the DB over and then point DNS to the
new box. The DNS TTL is only 5 minutes, so it shouldn't be unavailable for
much long
24 matches
Mail list logo