<?xml version="1.0" encoding="windows-1251" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous
	More info at http://naklon.info/rss/about.htm
-->
<channel>
<title>PHP.RU</title>
<link>http://php.ru/forum/</link>
<description></description>
<managingEditor>forum@php.ru</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>ru</language>
<lastBuildDate>Wed, 10 Mar 2010 13:43:17 GMT</lastBuildDate>
<image>
	<url>http://php.ru/forum/templates/subSilver/images/logo_phpBB_med.gif</url>
	<title>PHP.RU</title>
	<link>http://php.ru/forum/</link>
	<width>122</width>
	<height>56</height>
</image>
<item>
<title>Решения, алгоритмы :: RE: DeferredEvent - выполнение событий в определенное время</title>
<link>http://php.ru/forum/viewtopic.php?p=205057#205057</link>
<pubDate>Wed, 10 Mar 2010 13:19:10 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205057#205057</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=3679&quot; target=&quot;_blank&quot;&gt;Luge&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 16:19 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
ты спамеру отвечал&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Luge</dc:creator>
<dc:subject>Решения, алгоритмы</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=167325#167325" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205057</comments>
</item>
<item>
<title>Решения, алгоритмы :: RE: DeferredEvent - выполнение событий в определенное время</title>
<link>http://php.ru/forum/viewtopic.php?p=205056#205056</link>
<pubDate>Wed, 10 Mar 2010 13:16:54 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205056#205056</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=9507&quot; target=&quot;_blank&quot;&gt;[vs]&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 16:16 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Че за глюк phpbb? Почему эта тема была как непрочитаная и первой в списке? o_0&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>[vs]</dc:creator>
<dc:subject>Решения, алгоритмы</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=167325#167325" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205056</comments>
</item>
<item>
<title>MySQL :: Сессии в MySQL (проблема)</title>
<link>http://php.ru/forum/viewtopic.php?p=205055#205055</link>
<pubDate>Wed, 10 Mar 2010 12:47:27 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205055#205055</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=2944&quot; target=&quot;_blank&quot;&gt;Mat&lt;/a&gt;&lt;br /&gt;
Тема: Сессии в MySQL (проблема)&lt;br /&gt;
Добавлено: Ср Мар 10, 2010 15:47 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Всем привет, вобщем на локальном хосте реализовал хранение сессий в БД и их обработку, всё работает прекрасно... понёс всё хостеру, и начался головняк, такое ощущение что сессия постоянно обрывается, всмысле есть строчка в момент инициализации сессии &lt;/span&gt;&lt;table border=&quot;0&quot; align=&quot;center&quot; width=&quot;90%&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;PHP:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;		&lt;ol class=&quot;hl-main&quot;&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;if(!isset($_SESSION['param'])){$_SESSION['param'] = '0';}&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;		&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; Дальше по-ходу скрипта присваиваю значение '1', нажимаю F5 - в сессии опять '0'.... хз что такое... куда копать? куда смотреть? всю голову сломал, сравнил phpinfo c хостером, единственное где есть различие в сессиях - это Registered save handlers, у меня &lt;span style=&quot;font-weight: bold&quot;&gt;files user&lt;/span&gt;, у хостера &lt;span style=&quot;font-weight: bold&quot;&gt;files user sqlite&lt;/span&gt;
&lt;br /&gt;
Вот такая вот беда...
&lt;br /&gt;

&lt;br /&gt;
конструктор сессии:
&lt;br /&gt;
&lt;/span&gt;&lt;table border=&quot;0&quot; align=&quot;center&quot; width=&quot;90%&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;PHP:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;		&lt;ol class=&quot;hl-main&quot;&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;function __construct()&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;{&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;ini_set('session.gc_probability', 100);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;ini_set('session.gc_divisor', 1);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;ini_set('session.gc_maxlifetime', 60);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;ini_set('session.save_handler', 'user');&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;session_set_save_handler(array('session', 'open'),&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  array('session', 'close'),&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  array('session', 'read'),&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  array('session', 'write'),&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  array('session', 'destroy'),&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  array('session', 'gc'));&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;}&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;		&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Mat</dc:creator>
<dc:subject>MySQL</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=205055#205055" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205055</comments>
</item>
<item>
<title>Помойка :: RE: Вы еще пользуетесь ОРМ?</title>
<link>http://php.ru/forum/viewtopic.php?p=205054#205054</link>
<pubDate>Wed, 10 Mar 2010 12:28:12 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205054#205054</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=21081&quot; target=&quot;_blank&quot;&gt;Simpliest&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 15:28 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;MiksIr&lt;/span&gt;
&lt;br /&gt;
Ты путаешь причинно-следственную связь. Я не писал &amp;quot;ORM =&amp;gt; говнокод&amp;quot; :)
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;MiksIr писал(а):&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Просто большинство связей lazy load, так как прослойка кеша есть.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Вот именно, а это рождает не запрос как в 1м посте, а цепочку запросов.
&lt;br /&gt;

&lt;br /&gt;
Более того, я уже говорил - ORM не запрещает собрать кошерный же запрос, просто, это не быстрее в написании.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Simpliest</dc:creator>
<dc:subject>Помойка</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=204977#204977" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205054</comments>
</item>
<item>
<title>Помойка :: RE: Вы еще пользуетесь ОРМ?</title>
<link>http://php.ru/forum/viewtopic.php?p=205053#205053</link>
<pubDate>Wed, 10 Mar 2010 12:19:19 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205053#205053</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=2717&quot; target=&quot;_blank&quot;&gt;MiksIr&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 15:19 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
У нас не говнокод, таблиц много и мы используем ORM.
&lt;br /&gt;
Просто большинство связей lazy load, так как прослойка кеша есть.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>MiksIr</dc:creator>
<dc:subject>Помойка</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=204977#204977" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205053</comments>
</item>
<item>
<title>PHP JOB :: Требуется PHP-программист Санкт-петербург</title>
<link>http://php.ru/forum/viewtopic.php?p=205052#205052</link>
<pubDate>Wed, 10 Mar 2010 12:19:18 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205052#205052</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=22847&quot; target=&quot;_blank&quot;&gt;Lidia&lt;/a&gt;&lt;br /&gt;
Тема: Требуется PHP-программист Санкт-петербург&lt;br /&gt;
Добавлено: Ср Мар 10, 2010 15:19 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
З/п 30 000 - 35 000 руб.
&lt;br /&gt;

&lt;br /&gt;
Вентор Софт -  российская ветвь Голландской компании DAXX NL‚ лидера офшорной веб разработки в Голландии‚ объявляет конкурсный набор на вакансию PHP программиста 
&lt;br /&gt;
 
&lt;br /&gt;
 
&lt;br /&gt;
Требования:
&lt;br /&gt;
отличное владение PHP‚ JavaScript‚ HTML
&lt;br /&gt;
опыт разработки на PHP более года
&lt;br /&gt;
английский на уровне чтения технической литературы
&lt;br /&gt;
желательно знание других Web-технологий  или стремление их изучить
&lt;br /&gt;
 
&lt;br /&gt;
Обязанности:
&lt;br /&gt;
разработка проектов на PHP/MySQL в соответствии со стандартами компании
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Условия:
&lt;br /&gt;
понедельник-пятница‚ c 10-00 до 18-00
&lt;br /&gt;
достойная белая заработная плата (окончательный уровень определяется на собеседовании в зависимости от навыков специалиста)
&lt;br /&gt;
возможности профессионального роста
&lt;br /&gt;
оформление по Трудовому Кодексу‚ оплачиваемый отпуск
&lt;br /&gt;
офис в центре города (5 минут от ст. метро Лиговский проспект)
&lt;br /&gt;
обучение внутри компании‚ оплачиваемые курсы по специальности
&lt;br /&gt;
работа в иностранной компании с интересными проектами
&lt;br /&gt;
разноплановые корпоративные мероприятия&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Lidia</dc:creator>
<dc:subject>PHP JOB</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=205052#205052" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205052</comments>
</item>
<item>
<title>Программирование на PHP :: RE: настройка родителя из ребенка</title>
<link>http://php.ru/forum/viewtopic.php?p=205051#205051</link>
<pubDate>Wed, 10 Mar 2010 12:02:58 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205051#205051</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=21081&quot; target=&quot;_blank&quot;&gt;Simpliest&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 15:02 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Koc писал(а):&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;не один я такой) &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Тебя радует что не один дурак, а два? :)
&lt;br /&gt;

&lt;br /&gt;
Я думаю, если ты пообщаешься с Fabien Potencier он тебе объяснит недостатки приведенного варианта.
&lt;br /&gt;

&lt;br /&gt;
Посмотри лучше в сторону Phemto, не факт что его возможности дадут тебе реализовать синглтоны, но это лучше чем множественное наследование.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Simpliest</dc:creator>
<dc:subject>Программирование на PHP</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=179466#179466" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205051</comments>
</item>
<item>
<title>Помойка :: RE: Вы еще пользуетесь ОРМ?</title>
<link>http://php.ru/forum/viewtopic.php?p=205049#205049</link>
<pubDate>Wed, 10 Mar 2010 11:55:12 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205049#205049</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=21081&quot; target=&quot;_blank&quot;&gt;Simpliest&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 14:55 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Вот кстати, из той же серии. Скорость разработки vs скорость выполнения.
&lt;br /&gt;

&lt;br /&gt;
По последнему профайлингу 46% времени заняли Zend_Config + Zend_Navigation&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Simpliest</dc:creator>
<dc:subject>Помойка</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=204977#204977" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205049</comments>
</item>
<item>
<title>PHP и базы данных :: RE: Неработает поиск</title>
<link>http://php.ru/forum/viewtopic.php?p=205048#205048</link>
<pubDate>Wed, 10 Mar 2010 11:54:06 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205048#205048</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=22247&quot; target=&quot;_blank&quot;&gt;iluha&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 14:54 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
за что же его так не любят!?&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>iluha</dc:creator>
<dc:subject>PHP и базы данных</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=202370#202370" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205048</comments>
</item>
<item>
<title>Помойка :: RE: Zerox страшно тупит и немного флуда</title>
<link>http://php.ru/forum/viewtopic.php?p=205047#205047</link>
<pubDate>Wed, 10 Mar 2010 11:46:41 GMT</pubDate>
<guid isPermaLink="true">http://php.ru/forum/viewtopic.php?p=205047#205047</guid>
<description>Автор: &lt;a href=&quot;http://php.ru/forum/profile.php?mode=viewprofile&amp;u=3679&quot; target=&quot;_blank&quot;&gt;Luge&lt;/a&gt;&lt;br /&gt;

Добавлено: Ср Мар 10, 2010 14:46 (GMT 3)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
на самом деле он там не из такого уж и плохого источника списывал &lt;a href=&quot;http://forum.vingrad.ru/articles/topic-158301.html&quot; target=&quot;_blank&quot;&gt;http://forum.vingrad.ru/articles/topic-158301.html&lt;/a&gt;
&lt;br /&gt;
Ну, или не он, а тот у кого он.
&lt;br /&gt;

&lt;br /&gt;
Кто-там на винграде сидит активно? Скажите, чтоб &lt;/span&gt;&lt;table border=&quot;0&quot; align=&quot;center&quot; width=&quot;90%&quot; cellpadding=&quot;3&quot; cellspacing=&quot;1&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;PHP:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;		&lt;ol class=&quot;hl-main&quot;&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-inlinetags&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;hash&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; , &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user_agent&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; , &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user_ip&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; . &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user_agent&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; . &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-var&quot;&gt;$user_ip&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-code&quot;&gt;&lt;/span&gt;&lt;span class=&quot;hl-inlinetags&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;		&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;в какой-нибудь myHash() переименовали, а то с PHP 5.1.2 такая по умолчанию есть.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Luge</dc:creator>
<dc:subject>Помойка</dc:subject>
<annotate:reference rdf:resource="http://php.ru/forum/viewtopic.php?p=204158#204158" />
<comments>http://php.ru/forum/posting.php?mode=quote&amp;p=205047</comments>
</item>
</channel>
</rss>

<!-- Page generation time: 0.107s  - Memory Usage: 0.533 Mb  - GZIP enabled -->