Commit:    966b95fee45e6a86ee0b2e9657321dda277aadc8
Author:    Rasmus Lerdorf <[email protected]>         Sat, 21 Jul 2018 06:30:03 
-0400
Parents:   9e2320626559caacef641dd4bedf9450650aeab2
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=966b95fee45e6a86ee0b2e9657321dda277aadc8

Log:
ipv6 here too

Changed paths:
  M  www/report.php


Diff:
diff --git a/www/report.php b/www/report.php
index 95098d0..79d9226 100644
--- a/www/report.php
+++ b/www/report.php
@@ -200,7 +200,7 @@ OUTPUT;
                                        ts1,
                                        private,
                                        visitor_ip
-                               ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, "Open", 
NOW(), ?, INET_ATON(?))
+                               ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, "Open", 
NOW(), ?, INET6_ATON(?))
                        ')->execute(array(
                                        $package_name,
                                        $_POST['in']['bug_type'],


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to