[PHP-CVS] cvs: php-src /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:44:28 2008 UTC Added files: /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) add test http:/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:45:47 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:46:23 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:46:58 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1264&r2=1.2027.2.547.2.1265&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fileinfo config.w32 /ext/fileinfo/libmagic apprentice.c softmagic.c

2008-10-20 Thread Pierre-Alain Joye
pajoye Mon Oct 20 14:45:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo config.w32 /php-src/ext/fileinfo/libmagic apprentice.c softmagic.c Log: - support for VC6 and some other platforms (before some other cleanup) http://cvs.

[PHP-CVS] cvs: php-src(PHP_5_3) /win32 php_strtoi64.h strtoi64.c

2008-10-20 Thread Pierre-Alain Joye
pajoye Mon Oct 20 14:47:01 2008 UTC Added files: (Branch: PHP_5_3) /php-src/win32 php_strtoi64.h strtoi64.c Log: - add strto*i64 support (VC6 only, decent compilers/crt have them) http://cvs.php.net/viewvc.cgi/php-src/win32/php_strtoi64.h?view=markup&re

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32

2008-10-20 Thread Pierre-Alain Joye
pajoye Mon Oct 20 14:47:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 Log: - add strto*i64 (VC6, decent compilers/crt have them) http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.33&r2=1.40.2.8

[PHP-CVS] cvs: win-installer / ExtensionsGUID.xml GenPHPInstaller.wxs.php PHPInstallerBase52.wxs

2008-10-20 Thread Pierre-Alain Joye
pajoye Mon Oct 20 15:01:29 2008 UTC Modified files: /win-installer ExtensionsGUID.xml GenPHPInstaller.wxs.php PHPInstallerBase52.wxs Log: - update for 5.3, apache1 is out, some shared exts http://cvs.php.net/viewvc.cgi/win-installe

[PHP-CVS] cvs: CVSROOT / avail

2008-10-20 Thread Philip Olson
philip Mon Oct 20 15:18:05 2008 UTC Modified files: /CVSROOTavail Log: - phpdoc karma for Cedric Schohn (morgue) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1457&r2=1.1458&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1457 CVSROOT/avail:

[PHP-CVS] cvs: php-src(PHP_5_3) /main rfc1867.c /tests/basic bug46313-win.phpt bug46313.phpt

2008-10-20 Thread Arnaud Le Blanc
lbarnaudMon Oct 20 17:09:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/tests/basicbug46313.phpt bug46313-win.phpt Modified files: /php-src/main rfc1867.c Log: Fixed #46313 (Magic quotes broke $_FILES) # magic_qu

[PHP-CVS] cvs: php-src(PHP_5_3) /main rfc1867.c

2008-10-20 Thread Arnaud Le Blanc
lbarnaudMon Oct 20 18:42:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main rfc1867.c Log: Better fix for #46313 http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.6&r2=1.173.2.1.2.9.2.7&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src(PHP_5_3) /main rfc1867.c

2008-10-20 Thread Arnaud Le Blanc
lbarnaudMon Oct 20 18:43:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main rfc1867.c Log: WS http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.7&r2=1.173.2.1.2.9.2.8&diff_format=u Index: php-src/main/rfc1867.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main rfc1867.c /tests/basic bug46313-win.phpt bug46313.phpt

2008-10-20 Thread Arnaud Le Blanc
lbarnaudMon Oct 20 18:45:24 2008 UTC Added files: (Branch: PHP_5_2) /php-src/tests/basicbug46313-win.phpt bug46313.phpt Modified files: /php-src/main rfc1867.c /php-srcNEWS Log: MFB PHP_5_3: Fixed #46313 (Magic

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:28:36 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #46323 (compilation of simplexml for NetWare breaks) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.262&r2=1.263&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:29:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml simplexml.c Log: MFH: fix bug #46323 (compilation of simplexml for NetWare breaks) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:29:40 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: MFH: fix bug #46323 (compilation of simplexml for NetWare breaks) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:30:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1266&r2=1.2027.2.547.2.1267&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter logical_filters.c

2008-10-20 Thread Ilia Alshanetsky
iliaa Mon Oct 20 23:22:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter logical_filters.c Log: Fixed bug #46343 (IPv6 address filter accepts invalid address) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.1.2.22.2.2&

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter logical_filters.c

2008-10-20 Thread Ilia Alshanetsky
iliaa Mon Oct 20 23:23:45 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c /php-srcNEWS Log: MFB:Fixed bug #46343 (IPv6 address filter accepts invalid address) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2008-10-20 Thread Ilia Alshanetsky
iliaa Mon Oct 20 23:23:53 2008 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.28&r2=1.29&diff_format=

[PHP-CVS] cvs: php-src /ext/fileinfo/libmagic apprentice.c

2008-10-20 Thread Scott MacVicar
scottmacMon Oct 20 23:35:47 2008 UTC Modified files: /php-src/ext/fileinfo/libmagic apprentice.c Log: Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping on big endian machines. This fixes it by copy

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fileinfo/libmagic apprentice.c

2008-10-20 Thread Scott MacVicar
scottmacMon Oct 20 23:36:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/libmagic apprentice.c Log: MFH Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping on big endian machines.

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c fastcgi.c fastcgi.h

2008-10-20 Thread Arnaud Le Blanc
lbarnaudTue Oct 21 03:19:08 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c fastcgi.c fastcgi.h Log: Fixed FCGI_GET_VALUES requests (fixes #45522) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.366&r2=1.367&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /sapi/cgi cgi_main.c fastcgi.c fastcgi.h

2008-10-20 Thread Arnaud Le Blanc
lbarnaudTue Oct 21 03:19:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/sapi/cgi cgi_main.c fastcgi.c fastcgi.h Log: MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-10-20 Thread Arnaud Le Blanc
lbarnaudTue Oct 21 03:32:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.346&r2=1.2027.2.547.2.965.2.347&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS: