tony2001Fri Sep 12 10:30:18 2008 UTC
Modified files:
/php-src/ext/standard file.c
Log:
fix typo
test before commit!
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.527&r2=1.528&diff_format=u
Index: php-src/ext/standard/file.c
di
lbarnaudFri Sep 12 12:14:28 2008 UTC
Modified files:
/php-src/ext/pcntl/tests002.phpt
Log:
Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/tests/002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/pcntl/tests/002.phpt
diff -u php-src/
lbarnaudFri Sep 12 12:17:49 2008 UTC
Modified files:
/php-src/ext/pcntl/tests002.phpt
Log:
MFB skipif
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/tests/002.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/pcntl/tests/002.phpt
diff -u php-sr
lbarnaudFri Sep 12 12:17:07 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pcntl/tests002.phpt
Log:
MFH Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/tests/002.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/ext/pcntl/te
lbarnaudFri Sep 12 14:14:53 2008 UTC
Modified files:
/php-srcrun-tests.php
Log:
Fix cwd when running tests out of tree with ZTS builds (fixes #45837)
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.377&r2=1.378&diff_format=u
Index: php-sr
lbarnaudFri Sep 12 14:15:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcrun-tests.php
Log:
MFH: Fix cwd when running tests out of tree with ZTS builds (fixes #45837)
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.46
lbarnaudFri Sep 12 16:09:01 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/phar/phar pharcommand.inc
Log:
MFH: make pharcommand.inc works without ereg
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar/pharcommand.inc?r1=1.49.2.11&r2=1.4
felipe Fri Sep 12 16:24:12 2008 UTC
Modified files:
/php-src/ext/splspl_directory.c
Log:
- Missing argument to type "t"
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.167&r2=1.168&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff
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 for the late reply.
As for your question.
lbarnaudFri Sep 12 19:49:04 2008 UTC
Modified files:
/php-src/ext/pcntl pcntl.c
Log:
initialize optional args
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/pcntl.c?r1=1.66&r2=1.67&diff_format=u
Index: php-src/ext/pcntl/pcntl.c
diff -u php-src/ext/p
lbarnaudFri Sep 12 19:49:18 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pcntl pcntl.c
Log:
MFH: initialize optional args
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/pcntl.c?r1=1.48.2.2.2.4.2.9&r2=1.48.2.2.2.4.2.10&diff_format=u
Index:
moriyoshi Fri Sep 12 23:34:45 2008 UTC
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
* Use memcmp() for binary safety.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.298&r2=1.299&diff_format=u
Index: php-src/ext/mbstrin
moriyoshi Fri Sep 12 23:35:01 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring mbstring.c
Log:
- MFH: use memcmp() for binary safety.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.32&r2=1.224.2.2
moriyoshi Fri Sep 12 23:37:22 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring mbstring.c
Log:
- MFH: Use memcmp() for binary safety.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.38&r2=1.224.2.22.2.3
moriyoshi Fri Sep 12 23:56:07 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring mbstring.c mbstring.h
Log:
- Remove unexposed functions.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.39&r2=1.224.2.22.2
moriyoshi Fri Sep 12 23:59:51 2008 UTC
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
- The mb_list_* issue has been resolved in the following way:
- Keep the same prototype as 5.2 for mb_list_encodings().
- Add mb_list_encoding_aliases()
Moriyoshi Koizumi wrote:
> moriyoshi Fri Sep 12 23:59:51 2008 UTC
>
> Modified files:
> /php-src/ext/mbstring mbstring.c
> Log:
> - The mb_list_* issue has been resolved in the following way:
> - Keep the same prototype as 5.2 for mb_list_encodings().
>
moriyoshi Sat Sep 13 00:14:31 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/sqlite config.m4
Log:
- MFH: Add missing =DIR
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/config.m4?r1=1.41.2.1.2.2&r2=1.41.2.1.2.2.2.1&diff_format=u
Index: php-sr
moriyoshi Sat Sep 13 00:14:49 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sqlite config.m4
Log:
- MFH: Add missing =DIR
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/config.m4?r1=1.41.2.1.2.2&r2=1.41.2.1.2.3&diff_format=u
Index: php-src/ex
moriyoshi Sat Sep 13 00:22:10 2008 UTC
Modified files:
/php-src/ext/mbstring mbstring.c mbstring.h
Log:
- mb_encoding_aliases() is more consistent with mb_preferred_mime_name()
despite the unconformance with the naming convention.
http://cvs.p
moriyoshi Sat Sep 13 00:24:12 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sqlite config.m4
Log:
- MFH: WS
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/config.m4?r1=1.41.2.1.2.3&r2=1.41.2.1.2.4&diff_format=u
Index: php-src/ext/sqlite/confi
moriyoshi Sat Sep 13 00:30:31 2008 UTC
Added files:
/php-src/ext/mbstring/tests mb_encoding_aliases.phpt
mb_list_encodings.phpt
Log:
- Adding tests.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_encodin
moriyoshi Sat Sep 13 00:30:51 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/mbstring/tests mb_encoding_aliases.phpt
mb_list_encodings.phpt
Modified files:
/php-src/ext/mbstring mbstring.c mbstri
moriyoshi Sat Sep 13 02:32:51 2008 UTC
Modified files:
/php-src/ext/mbstring php_mbregex.c
Log:
- Properly initialize/finalize the library. This plugs the leaks caused by
onig_new().
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbreg
moriyoshi Sat Sep 13 02:33:15 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring php_mbregex.c
Log:
- MFH: Properly initialize/finalize the library. This plugs the leaks caused
by
onig_new().
http://cvs.php.net/viewvc.cgi/php-src
moriyoshi Sat Sep 13 02:34:23 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring php_mbregex.c
Log:
- MFH: Properly initialize/finalize the library. This plugs the leaks caused
by
onig_new().
http://cvs.php.net/viewvc.cgi/php-src
26 matches
Mail list logo