<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/phpqrcode/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpqrcode/support-requests/</id><updated>2024-12-17T12:51:03.944000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>#20 composer supoport</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/20/?limit=25#8901" rel="alternate"/><published>2024-12-17T12:51:03.944000Z</published><updated>2024-12-17T12:51:03.944000Z</updated><author><name>Rishabh Sharma</name><uri>https://sourceforge.net/u/rishabh14111411/</uri></author><id>https://sourceforge.net2cb0b131d18c9ea1a24117aa1681e9318353f781</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
Please update on this..if making the lib through composer it is very useful.&lt;br/&gt;
Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>HELP FOR USE IN IOS DEVICES</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/22/" rel="alternate"/><published>2024-05-06T08:38:49.865000Z</published><updated>2024-05-06T08:38:49.865000Z</updated><author><name>Liane Ester da Silva Sampaio</name><uri>https://sourceforge.net/u/lianeester/</uri></author><id>https://sourceforge.net328b5d02ccf05919f79dd0064f5f6ed0fd2e0971</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;HELLO, I'M GENERATING A QRCODE AND THE GENERATED LINK OPENS PERFECTLY ON DESKTOP AND ANDROID DEVICES, BUT WHEN TRYING TO OPEN ON IOS DEVICES, IT DOES NOT ALLOW, I'LL SEND IMAGES.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PHP 8 : Deprecated: Implicit conversion from float 0.2 to int loses precision in qrencode.php on line 140</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/21/" rel="alternate"/><published>2024-03-09T07:58:49.054000Z</published><updated>2024-03-09T07:58:49.054000Z</updated><author><name>Pascal Boulesteix</name><uri>https://sourceforge.net/u/saxrub/</uri></author><id>https://sourceforge.net630f9a86728bf6e5f0064d6dbcf67e17380e045a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Good morning&lt;br/&gt;
I am currently testing the transition of my site to PHP 8.1.2.&lt;br/&gt;
phpQrcode V1.1.4 is impacted; indeed, the following error is produced when using phpQrcode.&lt;br/&gt;
Deprecated: Implicit conversion from float 0.2 to int loses precision in phpqrcode\qrencode.php on line 140&lt;br/&gt;
Is an update compatible with PHP 8 planned?&lt;br/&gt;
Sincerely&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>composer supoport</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/20/" rel="alternate"/><published>2023-11-29T17:01:23.660000Z</published><updated>2023-11-29T17:01:23.660000Z</updated><author><name>STC</name><uri>https://sourceforge.net/u/stccorp/</uri></author><id>https://sourceforge.net44f7de14caec2144dd54c6728673464fd9e86a68</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Any plans on making the lib available through composer? Thank you&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Business Card with Photo cannot be generate.</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/19/" rel="alternate"/><published>2022-07-28T08:41:58.591000Z</published><updated>2022-07-28T08:41:58.591000Z</updated><author><name>Fann Lock</name><uri>https://sourceforge.net/u/fannlock/</uri></author><id>https://sourceforge.net697ee7718ad0996576fdf77a8a2bac9a6c5bab68</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="nv"&gt;$tempDir&lt;/span&gt; = &lt;span class="s"&gt;"qrcode/temp_img/"&lt;/span&gt;;
&lt;span class="nv"&gt;$image_path&lt;/span&gt;=&lt;span class="s"&gt;"qrcode/test.jpg"&lt;/span&gt;;

&lt;span class="nv"&gt;$photo&lt;/span&gt; = &lt;span class="n"&gt;base64_encode&lt;/span&gt;(&lt;span class="n"&gt;file_get_contents&lt;/span&gt;(&lt;span class="nv"&gt;$image_path&lt;/span&gt;));

// &lt;span class="n"&gt;here&lt;/span&gt; &lt;span class="k"&gt;our&lt;/span&gt; &lt;span class="n"&gt;data&lt;/span&gt;
&lt;span class="nv"&gt;$name&lt;/span&gt;         = &lt;span class="nv"&gt;$lastName&lt;/span&gt;.&lt;span class="s"&gt;" "&lt;/span&gt;.&lt;span class="nv"&gt;$EmployeeName&lt;/span&gt;;
&lt;span class="nv"&gt;$sortName&lt;/span&gt;     = &lt;span class="nv"&gt;$EmployeeName&lt;/span&gt;.&lt;span class="s"&gt;";"&lt;/span&gt;.&lt;span class="nv"&gt;$lastName&lt;/span&gt;;
&lt;span class="nv"&gt;$phone&lt;/span&gt;        = &lt;span class="nv"&gt;$PhoneNumber&lt;/span&gt;;

&lt;span class="nv"&gt;$email&lt;/span&gt;        = &lt;span class="nv"&gt;$EmailAddress&lt;/span&gt;;

// &lt;span class="n"&gt;we&lt;/span&gt; &lt;span class="n"&gt;building&lt;/span&gt; &lt;span class="nb"&gt;raw&lt;/span&gt; &lt;span class="n"&gt;data&lt;/span&gt;
&lt;span class="nv"&gt;$codeContents&lt;/span&gt;  = &lt;span class="s"&gt;'BEGIN:VCARD'&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;
&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'VERSION:2.1'&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;
// &lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'N:'&lt;/span&gt;.&lt;span class="nv"&gt;$sortName&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;
&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'FN:'&lt;/span&gt;.&lt;span class="nv"&gt;$name&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;

&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'TEL;WORK;VOICE:'&lt;/span&gt;.&lt;span class="nv"&gt;$phone&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;
&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'EMAIL:'&lt;/span&gt;.&lt;span class="nv"&gt;$email&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;

&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'PHOTO;JPEG;ENCODING=BASE64:'&lt;/span&gt;.&lt;span class="nv"&gt;$photo&lt;/span&gt;.&lt;span class="s"&gt;"\n"&lt;/span&gt;;

&lt;span class="nv"&gt;$codeContents&lt;/span&gt; .= &lt;span class="s"&gt;'END:VCARD'&lt;/span&gt;;

// &lt;span class="n"&gt;generating&lt;/span&gt;
&lt;span class="n"&gt;QRcode::png&lt;/span&gt;(&lt;span class="nv"&gt;$codeContents&lt;/span&gt;, &lt;span class="nv"&gt;$tempDir&lt;/span&gt;.&lt;span class="nv"&gt;$EmployeeID&lt;/span&gt;.&lt;span class="s"&gt;'.png'&lt;/span&gt;, &lt;span class="s"&gt;QR_ECLEVEL_&lt;/span&gt;&lt;span class="n"&gt;L&lt;/span&gt;, &lt;span class="mi"&gt;3&lt;/span&gt;);

// &lt;span class="n"&gt;displaying&lt;/span&gt;
&lt;span class="n"&gt;echo&lt;/span&gt; &lt;span class="s"&gt;'&amp;lt;img src="'&lt;/span&gt;.&lt;span class="nv"&gt;$tempDir&lt;/span&gt;.&lt;span class="nv"&gt;$EmployeeID&lt;/span&gt;.&lt;span class="s"&gt;'.png" /&amp;gt;'&lt;/span&gt;;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I try to include the photo to the qr code business card but it cannot be generate and it gave me an error "Wrong Version".&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>i need help please</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/18/" rel="alternate"/><published>2022-03-16T13:59:51.054000Z</published><updated>2022-03-16T13:59:51.054000Z</updated><author><name>amr abass</name><uri>https://sourceforge.net/u/amr8233/</uri></author><id>https://sourceforge.net8f1a68df3cd0bede55d1cc1a2568cdb089ab730b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I need some help to make qr code in my erp system&lt;br/&gt;
 How can I link the program with my invoices, estimate etc.&lt;br/&gt;
 i have erp cloude systeam&lt;br/&gt;
 please any one can helpe fast plz&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 PHP 7 incompatiblity</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/11/?limit=25#2b59/288e" rel="alternate"/><published>2020-08-03T07:46:08.024000Z</published><updated>2020-08-03T07:46:08.024000Z</updated><author><name>Charm Relator</name><uri>https://sourceforge.net/u/charmjo/</uri></author><id>https://sourceforge.neta4524965a21836f4dea4e5e25664009931d0bb3d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Yep. It worked on using the latest versions of PHP with a Windows 10 OS.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Can't change size</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/17/" rel="alternate"/><published>2020-05-04T16:00:36.676000Z</published><updated>2020-05-04T16:00:36.676000Z</updated><author><name>Tom Chubb</name><uri>https://sourceforge.net/u/tomchubb/</uri></author><id>https://sourceforge.net21997e3f45b027527d64be3b5fd3d5d91735cc9f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It doesn't matter which code I use, but I always get the same sized QR code.&lt;br/&gt;
I've tried the following;&lt;br/&gt;
        QRcode::png('PHP QR Code :), $pngAbsoluteFilePath, 'M');&lt;br/&gt;
        QRcode::png('PHP QR Code :), $pngAbsoluteFilePath, QR_ECLEVEL_H, 4, 4);&lt;br/&gt;
        QRcode::png('PHP QR Code :)', $pngAbsoluteFilePath, 'L', 4, 2);&lt;/p&gt;
&lt;p&gt;All are  the same size. Why is this?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 PHP 7 incompatiblity</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/11/?limit=25#2b59" rel="alternate"/><published>2019-12-09T09:37:57.133000Z</published><updated>2019-12-09T09:37:57.133000Z</updated><author><name>Quentin Cazelles</name><uri>https://sourceforge.net/u/quentinc/</uri></author><id>https://sourceforge.netfefa0e360681b7ae74d72ba73f4890d08c5feb2f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello ! Is this issue still open ?&lt;/p&gt;
&lt;p&gt;Can anyone tell me if this library is compatible with PHP 7.3 please ?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#16 QR Generator in a Wordpress page</title><link href="https://sourceforge.net/p/phpqrcode/support-requests/16/?limit=25#987b" rel="alternate"/><published>2019-03-28T15:38:08.581000Z</published><updated>2019-03-28T15:38:08.581000Z</updated><author><name>Silvio</name><uri>https://sourceforge.net/u/silviope/</uri></author><id>https://sourceforge.net352e433e3ee5e8f410e835760f48391ada63acb4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I made it! It was in the wrong folder.&lt;br/&gt;
&lt;a href="https://www.silvioto.net/generatore-qr/" rel="nofollow"&gt;https://www.silvioto.net/generatore-qr/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>