stas Sun, 30 Jan 2011 22:28:57 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307867
Log:
fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
Bug: http://bugs.php.net/53885 (Open) ZipArchive segfault with FL_UNCHANGED on
e
On 01/30/2011 04:52 PM, Jérôme Loyet wrote:
> 2011/1/30 Antony Dovgal :
>> On 01/29/2011 02:38 PM, Jérôme Loyet wrote:
>>> + if (request_uri) {
>>> + cpystrn(slot->request_uri, request_uri,
>>> sizeof(slot->request_uri));
>>> + }
>>> +
>>
>> No need to use/have private string f
2011/1/30 Antony Dovgal :
> On 01/29/2011 02:38 PM, Jérôme Loyet wrote:
>> + if (request_uri) {
>> + cpystrn(slot->request_uri, request_uri,
>> sizeof(slot->request_uri));
>> + }
>> +
>
> No need to use/have private string funcs for that, we have strlcpy() &
> strlcat() in PHP
fat Sun, 30 Jan 2011 13:51:20 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307861
Log:
- remove cpystrn from FPM and use strlcpy instead.
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_request.c
U php/php-src/br
On 01/29/2011 02:38 PM, Jérôme Loyet wrote:
> + if (request_uri) {
> + cpystrn(slot->request_uri, request_uri,
> sizeof(slot->request_uri));
> + }
> +
No need to use/have private string funcs for that, we have strlcpy() &
strlcat() in PHP.
See main/strlcpy.c and main/strlcat.
stas Sun, 30 Jan 2011 10:18:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307853
Log:
Fix bug #52290 (setDate, setISODate, setTime works wrong when DateTime created
from timestamp)
Bug: http://bugs.php.net/52290 (Assigned) setDate, setIS
stas Sun, 30 Jan 2011 08:54:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307846
Log:
Fix bug #52808 (Segfault when specifying interval as two dates)
Bug: http://bugs.php.net/52808 (Assigned) Segfault when specifying interval as
two date