<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/opensrs-php/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/opensrs-php/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 23 Oct 2007 14:03:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opensrs-php/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>OPENSRS_TLDS_REGEX private variable called within a function</title><link>https://sourceforge.net/p/opensrs-php/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;openSRS_base.php&lt;br /&gt;
check_domain_syntax($domain)&lt;/p&gt;
&lt;p&gt;External private variable called within a function not assigned as PUBLIC:&lt;br /&gt;
$OPENSRS_TLDS_REGEX&lt;br /&gt;
[Remedy] $this-&amp;gt;OPENSRS_TLDS_REGEX&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Price</dc:creator><pubDate>Tue, 23 Oct 2007 14:03:59 -0000</pubDate><guid>https://sourceforge.net39ee2b51ca45be3439336dcfe073cb909c71b691</guid></item><item><title>'lookup' doesnt function for $RELATED_TLDS if SSL is used</title><link>https://sourceforge.net/p/opensrs-php/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When ssl is used, after each read data the socket is closed so the related TLD lookups fail. Socket must be reinitialized for every TLD if SSL is used. Otherwise one gets read/write errors to socket after 1st lookup is done.&lt;/p&gt;
&lt;p&gt;372a373&lt;br /&gt;
&amp;gt;&lt;br /&gt;
794a796&lt;br /&gt;
&amp;gt;&lt;br /&gt;
800,804d801&lt;br /&gt;
&amp;lt;                       # When SSL is used socket is closed after each read&lt;br /&gt;
&amp;lt;                       if (!$this-&amp;gt;_socket &amp;amp;&amp;amp; 'SSL' == $this-&amp;gt;crypt_type) {&lt;br /&gt;
&amp;lt;                               $this-&amp;gt;init_socket();&lt;br /&gt;
&amp;lt;                       }&lt;br /&gt;
&amp;lt;&lt;br /&gt;
805a803&lt;br /&gt;
&amp;gt;&lt;br /&gt;
850d847&lt;br /&gt;
&amp;lt;&lt;/p&gt;
&lt;p&gt;While on it, when SSL is used, Crypt/CBC is not required. So you could change the line&lt;br /&gt;
require_once 'Crypt/CBC.php';&lt;br /&gt;
to&lt;br /&gt;
include_once 'Crypt/CBC.php';&lt;br /&gt;
(or wrap it inside a if statement where if SSL is used then not require it)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Evren&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evren Yurtesen</dc:creator><pubDate>Sat, 28 Jul 2007 12:40:01 -0000</pubDate><guid>https://sourceforge.net0ccabb2a45f5564d81577032986fac96e682f876</guid></item><item><title>Undefined Variable Warning</title><link>https://sourceforge.net/p/opensrs-php/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the openSRS_base.php class file, line 951 reads:&lt;/p&gt;
&lt;p&gt;} else if (!preg_match( '/' . $OPENSRS_TLDS_REGEX .&lt;br /&gt;
'$/', $domain )) {&lt;/p&gt;
&lt;p&gt;This will cause the preg_match in the "else if" to miss&lt;br /&gt;
all the time because $OPENSRS_TLDS_REGEX isn't defined.&lt;/p&gt;
&lt;p&gt;It should read:&lt;/p&gt;
&lt;p&gt;} else if (!preg_match( '/' . $this-&amp;gt;OPENSRS_TLDS_REGEX&lt;br /&gt;
. '$/', $domain )) {&lt;/p&gt;
&lt;p&gt;Please let me know if you need anything else.&lt;/p&gt;
&lt;p&gt;Tom Walsh&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Jan 2006 02:02:09 -0000</pubDate><guid>https://sourceforge.net07987341d374d65e849a1e4f616f196222c2f4d6</guid></item><item><title>.nl registration and others</title><link>https://sourceforge.net/p/opensrs-php/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to register or transfer a .nl domain (or any &lt;br /&gt;
other newly added TLD) via my own OpenSRS back &lt;br /&gt;
office (using the PHP OpenSRS Client from I always get &lt;br /&gt;
an unkown ERROR(). But the request was sent to &lt;br /&gt;
OpenSRS for registration or transfer when I check it at &lt;br /&gt;
&lt;a href="https://rr-n1-tor.opensrs.net/." rel="nofollow"&gt;https://rr-n1-tor.opensrs.net/.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Does this have anything to do with the script or is this a &lt;br /&gt;
problem at OpenSRS?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 05 May 2005 17:16:20 -0000</pubDate><guid>https://sourceforge.net398595ff6a2348b9efdf26333ee8de6477e3bc26</guid></item></channel></rss>