v1.2.6.410

This commit is contained in:
RainLoop Team 2013-09-26 23:21:30 +04:00
parent 8035ed74ca
commit d839db3a0c
432 changed files with 104 additions and 75 deletions

View file

@ -1 +1 @@
1.2.5.406
1.2.6.410

View file

@ -1 +0,0 @@
8430218614adbb81a84b63b4d4882f49d6485207

View file

@ -1 +0,0 @@
1.2.5.406

View file

@ -0,0 +1,24 @@
Creative Commons — Attribution-NonCommercial 3.0 Unported — CC BY-NC 3.0
(http://creativecommons.org/licenses/by-nc/3.0/)
You are free:
to Share — to copy, distribute and transmit the work
to Remix — to adapt the work
Under the following conditions:
Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
Noncommercial — You may not use this work for commercial purposes.
With the understanding that:
Waiver — Any of the above conditions can be waived if you get permission from the copyright holder.
Public Domain — Where the work or any of its elements is in the public domain under applicable law, that status is in no way affected by the license.
Other Rights — In no way are any of the following rights affected by the license:
Your fair dealing or fair use rights, or other applicable copyright exceptions and limitations;
The author's moral rights;
Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.
Notice — For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.

View file

@ -0,0 +1 @@
77011cbe139228e3682194bf17198cd1d2be3abb

View file

@ -0,0 +1 @@
1.2.6.410

View file

@ -169,7 +169,7 @@ class Binary
$sUtilsDecodeOrEncodeFunctionName = 'InlineNullDecode';
}
$sHashName = md5(microtime(true).mt_rand(1000, 9999));
$sHashName = md5(microtime(true).rand(1000, 9999));
if (null !== $sFromEncoding && null !== $sToEncoding && $sFromEncoding !== $sToEncoding)
{

View file

@ -47,7 +47,7 @@ class Literal
stream_wrapper_register(self::STREAM_NAME, '\MailSo\Base\StreamWrappers\Literal');
}
$sHashName = md5(microtime(true).mt_rand(1000, 9999));
$sHashName = md5(microtime(true).rand(1000, 9999));
self::$aStreams[$sHashName] = array($rStream, $iLiteralLen);

View file

@ -56,7 +56,7 @@ class SubStreams
stream_wrapper_register(self::STREAM_NAME, '\MailSo\Base\StreamWrappers\SubStreams');
}
$sHashName = md5(microtime(true).mt_rand(1000, 9999));
$sHashName = md5(microtime(true).rand(1000, 9999));
self::$aStreams[$sHashName] = $aSubStreams;

View file

@ -36,7 +36,7 @@ class Test
stream_wrapper_register(self::STREAM_NAME, '\MailSo\Base\StreamWrappers\Test');
}
$sHashName = md5(microtime(true).mt_rand(1000, 9999));
$sHashName = md5(microtime(true).rand(1000, 9999));
$rConnect = fopen('php://memory', 'r+b');
fwrite($rConnect, $sRawResponse);

Some files were not shown because too many files have changed in this diff Show more