<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>LuckyMouse's Daily &#187; Script</title>
	<link>http://www.xydw.com/luckymouse</link>
	<description>The earth is the earth, but we may image it to moon.</description>
	<pubDate>Thu, 04 Oct 2007 01:02:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>php Development Frameworks</title>
		<link>http://www.xydw.com/luckymouse/31-php-development-frameworks/</link>
		<comments>http://www.xydw.com/luckymouse/31-php-development-frameworks/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 01:02:17 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/31-php-development-frameworks/</guid>
		<description><![CDATA[what is php Development Framework?  they are the tool that make anyone with any level can design php website easy and fast.Most of them are written by MVC parterns.They are just like a large PHP CLASSES which can do anything.You can try them if you have no time and just learning php in a [...]]]></description>
			<content:encoded><![CDATA[<p>what is php Development Framework?  they are the tool that make anyone with any level can design php website easy and fast.Most of them are written by MVC parterns.They are just like a large PHP CLASSES which can do anything.You can try them if you have no time and just learning php in a short time.I think those frameworks would make much more codes that some of the scripts are unnecessery, and this may affect the code runing at the same time. It would take a long time to run them.</p>
<p>there are many frameworks now,you can search them on google.  for example:<a href="http://www.qcodo.com/" target="_blank"></a></p>
<ol>
<li><a href="http://www.qcodo.com/" target="_blank">Qcodo Development Framework</a><br />
The Qcodo Development Framework is an open-source <span class="link_body">PHP 5</span> framework that focuses on freeing  developers from unnecessary tedious, mundane coding.The result is that  developers can do what they do best: focus on implementing functionality and  usability, improving performance and ensuring security.</p>
<p>It is a  completely object-oriented framework that takes the best of PHP and provides a  truly rapid application development platform. Initial prototypes roll out in  minutes instead of hours. Iterations come around in hours instead of days (or  even weeks). As projects iterate into more cohesive solutions, the framework  allows developers to take prototypes to the next level by providing the  capability of bringing the application maturity.</p>
<p>The framework consists  of two main components: the Code Generator and Qforms (see below for more).  While the framework was designed to support the complexities of large projects,  it is an incredibly lightweight framework which can be utilized by small and  large web applications alike.</li>
<li><a href="http://www.cakephp.org/" target="_blank">CakePHP </a>
<p class="text">Cake is a rapid development framework for PHP which uses  commonly known design patterns like ActiveRecord, Association Data Mapping,  Front Controller and MVC. Our primary goal is to provide a structured framework  that enables PHP users at all levels to rapidly develop robust web applications,  without any loss to flexibility.</p>
</li>
<li><a href="http://zoopframework.com/" target="_blank">ZOOP </a>Zoop is an object  oriented PHP framework. Zoop is modeled after  the MVC design pattern. It is a high performance, secure, and scalable framework  for PHP. It is designed to be very fast and efficient and very nice for the  programmer to work with. Zoop has been built in a modular way so it is both  easily extensible, and light. It has been in development and production use  since 2001 and is quite mature.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/31-php-development-frameworks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>invalid xhtml elements</title>
		<link>http://www.xydw.com/luckymouse/30-invalid-xhtml-elements/</link>
		<comments>http://www.xydw.com/luckymouse/30-invalid-xhtml-elements/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 14:50:13 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/30-invalid-xhtml-elements/</guid>
		<description><![CDATA[Today design a site underl w3c xhtml rule.some elements offten make mistakes.

In url &#8220;&#38;&#8221; must change to &#8220;&#38;amp;&#8221;
&#60;h2&#62;&#60;/h2&#62; between them you can include other elements like &#60;a&#62;, but you can include &#60;h2&#62; in tags &#60;a&#62;.
like &#60;ul&#62;&#60;/ul&#62;, you must include child elements in them, or there would be a error.
you must close all of the tags.

]]></description>
			<content:encoded><![CDATA[<p>Today design a site underl w3c xhtml rule.some elements offten make mistakes.</p>
<ol>
<li>In url &#8220;&amp;&#8221; must change to &#8220;&amp;amp;&#8221;</li>
<li>&lt;h2&gt;&lt;/h2&gt; between them you can include other elements like &lt;a&gt;, but you can include &lt;h2&gt; in tags &lt;a&gt;.</li>
<li>like &lt;ul&gt;&lt;/ul&gt;, you must include child elements in them, or there would be a error.</li>
<li>you must close all of the tags.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/30-invalid-xhtml-elements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>wikipedia (mediawiki) using experience</title>
		<link>http://www.xydw.com/luckymouse/28-wikipedia-using-experience/</link>
		<comments>http://www.xydw.com/luckymouse/28-wikipedia-using-experience/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 06:54:47 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/28-wikipedia-using-experience/</guid>
		<description><![CDATA[if you don&#8217;t know what is wikipedia you can visit http://www.mediawiki.org/, it is the offical website of the project.
wikipedia is a famous wiki project based on PHP/MYSQL/other database.There are many websites used it to be successed. Like http://www.wikipedia.org.
The wikipedia is simple to use but has lots of functions. there is just a disadvantage that it [...]]]></description>
			<content:encoded><![CDATA[<p>if you don&#8217;t know what is wikipedia you can visit <a href="http://www.mediawiki.org/">http://www.mediawiki.org/</a>, it is the offical website of the project.</p>
<p>wikipedia is a famous wiki project based on PHP/MYSQL/other database.There are many websites used it to be successed. Like <a href="http://www.wikipedia.org/">http://www.wikipedia.org</a>.</p>
<p>The wikipedia is simple to use but has lots of functions. there is just a disadvantage that it has not a perfect admin cpanel.</p>
<p>you must be attention to some extra config in LocalSettings.php.</p>
<p>// set group rights to guest</p>
<p>$wgGroupPermissions[&#8217;*'    ][&#8217;createaccount&#8217;]   = true;<br />
$wgGroupPermissions[&#8217;*'    ][&#8217;read&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;*'    ][&#8217;edit&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;*'    ][&#8217;createpage&#8217;]      = true;<br />
$wgGroupPermissions[&#8217;*'    ][&#8217;createtalk&#8217;]      = true;</p>
<p>// set rights to register user</p>
<p>$wgGroupPermissions[&#8217;user&#8217; ][&#8217;move&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;read&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;edit&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;createpage&#8217;]      = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;createtalk&#8217;]      = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;upload&#8217;]          = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;reupload&#8217;]        = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;reupload-shared&#8217;] = true;<br />
$wgGroupPermissions[&#8217;user&#8217; ][&#8217;minoredit&#8217;]       = true;<br />
$wgGroupPermissions[&#8217;autoconfirmed&#8217;][&#8217;autoconfirmed&#8217;] = true;</p>
<p>// set rights to serchengine bot<br />
$wgGroupPermissions[&#8217;bot&#8217;  ][&#8217;bot&#8217;]             = true;<br />
$wgGroupPermissions[&#8217;bot&#8217;  ][&#8217;autoconfirmed&#8217;]   = true;</p>
<p>// set extra rights to admin</p>
<p>$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;block&#8217;]           = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;createaccount&#8217;]   = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;delete&#8217;]          = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;deletedhistory&#8217;]  = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;editinterface&#8217;]   = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;import&#8217;]          = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;importupload&#8217;]    = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;move&#8217;]            = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;patrol&#8217;]          = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;protect&#8217;]         = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;rollback&#8217;]        = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;upload&#8217;]          = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;reupload&#8217;]        = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;reupload-shared&#8217;] = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;unwatchedpages&#8217;] = true;<br />
$wgGroupPermissions[&#8217;sysop&#8217;][&#8217;autoconfirmed&#8217;]   = true;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/28-wikipedia-using-experience/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rank Of Language Projects</title>
		<link>http://www.xydw.com/luckymouse/23-rank-of-language-projects/</link>
		<comments>http://www.xydw.com/luckymouse/23-rank-of-language-projects/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 01:20:55 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/23-rank-of-language-projects/</guid>
		<description><![CDATA[php is so great without any commany background, and gets a high point.It&#8217;s so
useful and simple that so many users are inserted in.May be I should start
another project based on php.



PositionSep 2007
PositionSep 2006
Programming Language
RatingsSep 2007
DeltaSep 2006
Status


1
1
Java
21.701%
+0.17%
&#160;&#160;A

2
2
C
14.908%
-3.15%
&#160;&#160;A

3
4
(Visual) Basic
10.748%
+0.12%
&#160;&#160;A

4
5
PHP
10.204%
+1.08%
&#160;&#160;A

5
3
C++
9.938%
-0.82%
&#160;&#160;A

6
6
Perl
5.416%
-0.01%
&#160;&#160;A

7
8
C#
3.583%
+0.59%
&#160;&#160;A

8
7
Python
3.025%
-0.12%
&#160;&#160;A

9
9
JavaScript
2.722%
+0.28%
&#160;&#160;A

10
13
Ruby
2.065%
+1.13%
&#160;&#160;A

11
12
PL/SQL
1.860%
+0.82%
&#160;&#160;A

12
11
SAS
1.395%
-0.54%
&#160;&#160;A

13
16
D
1.370%
+0.82%
&#160;&#160;A

14
10
Delphi
1.224%
-0.88%
&#160;&#160;A

15
17
ABAP
0.706%
+0.15%
&#160;&#160;A&#8211;

16
14
Lisp/Scheme
0.633%
-0.02%
&#160;&#160;B

17
15
COBOL
0.630%
+0.07%
&#160;&#160;B

18
50
Lua
0.572%
+0.51%
&#160;&#160;B

19
19
Ada
0.566%
+0.03%
&#160;&#160;B

20
21
Fortran
0.478%
+0.08%
&#160;&#160;B
]]></description>
			<content:encoded><![CDATA[<p><P>php is so great without any commany background, and gets a high point.It&#8217;s so<br />
useful and simple that so many users are inserted in.May be I should start<br />
another project based on php.</P><br />
<TABLE borderColorDark=#003366 align=center borderColorLight=#c0c0c0 border=1><br />
<TBODY><br />
<TR></p>
<td>Position<BR>Sep 2007</td>
<td>Position<BR>Sep 2006</td>
<td>Programming Language</td>
<td>Ratings<BR>Sep 2007</td>
<td>Delta<BR><BR>Sep 2006</td>
<td>Status</td>
<p></TR><br />
<TR height=25></p>
<td align='middle'>1</TD></p>
<td align='middle'>1</TD></p>
<p><TD>Java</TD></p>
<td align='middle'>21.701%</TD></p>
<td align='middle'>+0.17%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>2</TD></p>
<td align='middle'>2</TD></p>
<p><TD>C</TD></p>
<td align='middle'>14.908%</TD></p>
<td align='middle'>-3.15%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>3</TD></p>
<td align='middle'>4</TD></p>
<p><TD>(Visual) Basic</TD></p>
<td align='middle'>10.748%</TD></p>
<td align='middle'>+0.12%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>4</TD></p>
<td align='middle'>5</TD></p>
<p><TD>PHP</TD></p>
<td align='middle'>10.204%</TD></p>
<td align='middle'>+1.08%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>5</TD></p>
<td align='middle'>3</TD></p>
<p><TD>C++</TD></p>
<td align='middle'>9.938%</TD></p>
<td align='middle'>-0.82%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>6</TD></p>
<td align='middle'>6</TD></p>
<p><TD>Perl</TD></p>
<td align='middle'>5.416%</TD></p>
<td align='middle'>-0.01%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>7</TD></p>
<td align='middle'>8</TD></p>
<p><TD>C#</TD></p>
<td align='middle'>3.583%</TD></p>
<td align='middle'>+0.59%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>8</TD></p>
<td align='middle'>7</TD></p>
<p><TD>Python</TD></p>
<td align='middle'>3.025%</TD></p>
<td align='middle'>-0.12%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>9</TD></p>
<td align='middle'>9</TD></p>
<p><TD>JavaScript</TD></p>
<td align='middle'>2.722%</TD></p>
<td align='middle'>+0.28%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>10</TD></p>
<td align='middle'>13</TD></p>
<p><TD>Ruby</TD></p>
<td align='middle'>2.065%</TD></p>
<td align='middle'>+1.13%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>11</TD></p>
<td align='middle'>12</TD></p>
<p><TD>PL/SQL</TD></p>
<td align='middle'>1.860%</TD></p>
<td align='middle'>+0.82%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>12</TD></p>
<td align='middle'>11</TD></p>
<p><TD>SAS</TD></p>
<td align='middle'>1.395%</TD></p>
<td align='middle'>-0.54%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>13</TD></p>
<td align='middle'>16</TD></p>
<p><TD>D</TD></p>
<td align='middle'>1.370%</TD></p>
<td align='middle'>+0.82%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>14</TD></p>
<td align='middle'>10</TD></p>
<p><TD>Delphi</TD></p>
<td align='middle'>1.224%</TD></p>
<td align='middle'>-0.88%</TD><br />
<TD align=left>&nbsp;&nbsp;A</TD></TR><br />
<TR height=25></p>
<td align='middle'>15</TD></p>
<td align='middle'>17</TD></p>
<p><TD>ABAP</TD></p>
<td align='middle'>0.706%</TD></p>
<td align='middle'>+0.15%</TD><br />
<TD align=left>&nbsp;&nbsp;A&#8211;</TD></TR><br />
<TR height=25></p>
<td align='middle'>16</TD></p>
<td align='middle'>14</TD></p>
<p><TD>Lisp/Scheme</TD></p>
<td align='middle'>0.633%</TD></p>
<td align='middle'>-0.02%</TD><br />
<TD align=left>&nbsp;&nbsp;B</TD></TR><br />
<TR height=25></p>
<td align='middle'>17</TD></p>
<td align='middle'>15</TD></p>
<p><TD>COBOL</TD></p>
<td align='middle'>0.630%</TD></p>
<td align='middle'>+0.07%</TD><br />
<TD align=left>&nbsp;&nbsp;B</TD></TR><br />
<TR height=25></p>
<td align='middle'>18</TD></p>
<td align='middle'>50</TD><br />
<TD>Lua</TD></p>
<td align='middle'>0.572%</TD></p>
<td align='middle'>+0.51%</TD><br />
<TD align=left>&nbsp;&nbsp;B</TD></TR><br />
<TR height=25></p>
<td align='middle'>19</TD></p>
<td align='middle'>19</TD></p>
<p><TD>Ada</TD></p>
<td align='middle'>0.566%</TD></p>
<td align='middle'>+0.03%</TD><br />
<TD align=left>&nbsp;&nbsp;B</TD></TR><br />
<TR height=25></p>
<td align='middle'>20</TD></p>
<td align='middle'>21</TD><br />
<TD>Fortran</TD></p>
<td align='middle'>0.478%</TD></p>
<td align='middle'>+0.08%</TD><br />
<TD align=left>&nbsp;&nbsp;B</TD></TR></TBODY></TABLE></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/23-rank-of-language-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to build a free english course website</title>
		<link>http://www.xydw.com/luckymouse/13-build-free-english-course/</link>
		<comments>http://www.xydw.com/luckymouse/13-build-free-english-course/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 02:12:18 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/13-build-free-english-course/</guid>
		<description><![CDATA[English is used so widely in the world that more and more people prepare to learing it.This is a chance for business and programmer.There are already some e-learning systems.If you want to bulid a free english course website you must be very instrest in that systems.I have tried some systems already.There are three system that are good [...]]]></description>
			<content:encoded><![CDATA[<p>English is used so widely in the world that more and more people prepare to learing it.This is a chance for business and programmer.There are already some e-learning systems.If you want to bulid a free english course website you must be very instrest in that systems.I have tried some systems already.There are three system that are good for recommended to you, and they are all free,opensource project.</p>
<p><strong>Moodle</strong></p>
<p>Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can download and use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.<br />
offical: <a target="_blank" href="http://www.moodle.org/">http://www.moodle.org/</a></p>
<p><strong>ATutor</strong></p>
<p>ATutor is the first fully inclusive LCMS, complying with the W3C WCAG 1.0 accessibility specifications at the AA+ level, allowing access to all potential learners, instructors, and administrators, including those with disabilities who may be accessing the system using assistive technologies. Conformance with W3C XHTML 1.0 specifications ensures that ATutor is presented consistently in any standards compliant technology.</p>
<p>ATutor has also adopted the IMS/SCORM Content Packaging specifications, allowing content developers to create reusable content that can be swapped between different e-learning systems. Content created in other IMS or SCORM comformant systems can be imported into ATutor, and visa versa. ATutor also includes a SCORM 1.2 Runtime Environment (LMS RTE3) for playing and managing SCORM based Sharable Content Objects (SCOs).<br />
offical:<a target="_blank" href="http://www.atutor.ca/">http://www.atutor.ca/</a></p>
<p><strong>Dokeos</strong></p>
<p>Dokeos is an Open Source elearning and course management web application translated in 34 languages and helping more than 1.000 organisations worldwide to manage learning and collaboration activities.</p>
<p>offical:<a target="_blank" href="http://www.dokeos.com/">http://www.dokeos.com/</a></p>
<p>Choose a good system,then you is close to success building a good website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/13-build-free-english-course/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security Enhancements and Fixes in PHP 5.2.4</title>
		<link>http://www.xydw.com/luckymouse/11-security-enhancements-and-fixes-in-php-524/</link>
		<comments>http://www.xydw.com/luckymouse/11-security-enhancements-and-fixes-in-php-524/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 01:48:02 +0000</pubDate>
		<dc:creator>luckymouse</dc:creator>
		
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.xydw.com/luckymouse/11-security-enhancements-and-fixes-in-php-524/</guid>
		<description><![CDATA[Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)
Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)
Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)
Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)
Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)
Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. [...]]]></description>
			<content:encoded><![CDATA[<li>Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)</li>
<li>Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)</li>
<li>Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)</li>
<li>Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)</li>
<li>Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)</li>
<li>Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)</li>
<li>Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Reported by Mattias Bengtsson)</li>
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz)</li>
<li>Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)</li>
<li>Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)</li>
<li>Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)</li>
<li>Fixed a possible open_basedir bypass inside session extension when the session file is a symlink (Reported by c dot i dot morris at durham dot ac dot uk)</li>
<li>Improved fix for MOPB-03-2007.</li>
<li>Corrected fix for CVE-2007-2872.</li>
]]></content:encoded>
			<wfw:commentRss>http://www.xydw.com/luckymouse/11-security-enhancements-and-fixes-in-php-524/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
