<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/opensrs-php/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/opensrs-php/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/opensrs-php/bugs/</id><updated>2007-10-23T14:03:59Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>OPENSRS_TLDS_REGEX private variable called within a function</title><link href="https://sourceforge.net/p/opensrs-php/bugs/4/" rel="alternate"/><published>2007-10-23T14:03:59Z</published><updated>2007-10-23T14:03:59Z</updated><author><name>Bill Price</name><uri>https://sourceforge.net/u/billprice/</uri></author><id>https://sourceforge.net39ee2b51ca45be3439336dcfe073cb909c71b691</id><summary type="html">&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;</summary></entry><entry><title>'lookup' doesnt function for $RELATED_TLDS if SSL is used</title><link href="https://sourceforge.net/p/opensrs-php/bugs/3/" rel="alternate"/><published>2007-07-28T12:40:01Z</published><updated>2007-07-28T12:40:01Z</updated><author><name>Evren Yurtesen</name><uri>https://sourceforge.net/u/yurtesen/</uri></author><id>https://sourceforge.net0ccabb2a45f5564d81577032986fac96e682f876</id><summary type="html">&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;</summary></entry><entry><title>Undefined Variable Warning</title><link href="https://sourceforge.net/p/opensrs-php/bugs/2/" rel="alternate"/><published>2006-01-20T02:02:09Z</published><updated>2006-01-20T02:02:09Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net07987341d374d65e849a1e4f616f196222c2f4d6</id><summary type="html">&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;</summary></entry><entry><title>.nl registration and others</title><link href="https://sourceforge.net/p/opensrs-php/bugs/1/" rel="alternate"/><published>2005-05-05T17:16:20Z</published><updated>2005-05-05T17:16:20Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net398595ff6a2348b9efdf26333ee8de6477e3bc26</id><summary type="html">&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;</summary></entry></feed>