cellog Sun Sep 14 06:47:08 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
fix compile on IRIX with MIPSPro (Bug #46072)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.316&r2=1.2027.2.547.2.965.2.317&diff_format=u
Index: php-
cellog Sun Sep 14 06:46:57 2008 UTC
Modified files:
/php-src/ext/phar pharzip.h tar.h
Log:
MFB: fix compile on IRIX with MIPSPro (Bug #46072)
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/pharzip.h?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/phar/pharzip.
cellog Sun Sep 14 06:46:44 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar pharzip.h tar.h
Log:
fix compile on IRIX with MIPSPro (Bug #46072)
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/pharzip.h?r1=1.2&r2=1.2.2.1&diff_format=u
Index: php-src/e
cellog Sun Sep 14 06:32:53 2008 UTC
Modified files:
/php-src/ext/phar phar_internal.h zip.c
/php-src/ext/phar/tests/zip bzip2.phpt
/php-src/ext/phar/tests/zip/files bz2_alias.phar.zip
Log:
MFB: increase code coverage, fix bzip2-compressed alias in zi
cellog Sun Sep 14 06:31:20 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/phar/tests/zip/files bz2_alias.phar.zip
Modified files:
/php-src/ext/phar phar_internal.h zip.c
/php-src/ext/phar/tests/zip bzip2.phpt
Log:
increase co
iliaa Sun Sep 14 05:15:15 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/standard levenshtein.c
Log:
MFB: Fixed bug #45580 (levenshtein() crashes with invalid argument)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027
cellog Sat Sep 13 22:31:18 2008 UTC
Modified files:
/php-src/ext/phar dirstream.c func_interceptors.c phar.c
phar_internal.h phar_object.c stream.c tar.c
util.c
/php-src/ext/phar/tests bug46060.phpt
Log:
cellog Sat Sep 13 22:30:56 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar dirstream.c func_interceptors.c phar.c
phar_internal.h phar_object.c stream.c tar.c
util.c
/php-src/ext/phar/tests bug460
tony2001Sat Sep 13 21:32:21 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/fileinfo fileinfo.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/fileinfo.c?r1=1.20.2.12&r2=1.20.2.13&diff_format=u
Index: php-src/ext/fileinfo/fil
tony2001Sat Sep 13 21:32:15 2008 UTC
Modified files:
/php-src/ext/fileinfo fileinfo.c
Log:
actually reset stream position when finished
http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/fileinfo.c?r1=1.32&r2=1.33&diff_format=u
Index: php-src/ex
cellog Sat Sep 13 20:57:41 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
Log:
note fix of Bug #46060: Phar::addEmptyDir() breaks
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.315&r2=1.2027.2.547.2.965.2.316&diff_format=u
Index:
cellog Sat Sep 13 20:57:15 2008 UTC
Modified files:
/php-src/ext/phar util.c
/php-src/ext/phar/tests bug46060.phpt
Log:
MFB: fix Bug #46060: addEmptyDir() breaks
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.63&r2=1.64&diff_format=u
Inde
cellog Sat Sep 13 20:57:09 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/phar/tests bug46060.phpt
Modified files:
/php-src/ext/phar util.c
Log:
fix Bug #46060: addEmptyDir() breaks
http://cvs.php.net/viewvc.cgi/php-src/ext/p
Arnaud Le Blanc wrote:
> lbarnaud Fri Sep 12 16:09:01 2008 UTC
>
> Modified files: (Branch: PHP_5_3)
> /php-src/ext/phar/pharpharcommand.inc
> Log:
> MFH: make pharcommand.inc works without ereg
>
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/phar/pha
Hi Antony,
It seems I mistook what you addressed. I thought you were talking about
the situation with per-dir settings because you mentioned it as
PHP_INI_SYSTEM, though, as you said, I failed to think of the runtime
settings.
I guess adding (stage == PHP_INI_STAGE_RUNTIME) in the conditions will
moriyoshi Sat Sep 13 19:53:53 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring mbstring.c
Log:
- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on
runtime.
(noticed by Antony. Thanks!)
http://cvs.php.net/v
moriyoshi Sat Sep 13 19:53:01 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring mbstring.c
Log:
- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on
runtime.
(noticed by Antony. Thanks!)
http://cvs.php.net/vie
moriyoshi Sat Sep 13 19:50:26 2008 UTC
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
- Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.
(noticed by Antony. Thanks!)
http://cvs.php.net/viewvc.cgi/php-src/ext/mbs
On 12.09.2008 23:09, Moriyoshi Koizumi wrote:
Hi Antony,
Antony Dovgal wrote:
The docs say mbstring.internal_encoding is PHP_INI_ALL, but this change
makes it in fact PHP_INI_SYSTEM.
Also why allow using mb_internal_encoding() and disallow changing the
ini setting?
I missed your mail. Sorry f
19 matches
Mail list logo