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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 12:12:40 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/i

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 12:12:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFH: [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 http://cvs.php.net/viewvc.

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 12:23:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - #47739 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.578&r2=1.2027.2.547.2.965.2.579&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.

[PHP-CVS] cvs: CVSROOT / avail

2009-05-04 Thread Philip Olson
philip Mon May 4 12:55:20 2009 UTC Modified files: /CVSROOTavail Log: - pecl/gearman karma for James Michael Luedke (jluedke) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1520&r2=1.1521&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1520

[PHP-CVS] cvs: php-src /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 13:12:53 2009 UTC Modified files: /php-src/main network.c Log: MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.142&r2=1.143&diff_format=u Inde

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:09:13 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD http://cvs.php.net/viewvc.cgi/php-src/ext/

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:15:59 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - #39637 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.579&r2=1.2027.2.547.2.965.2.580&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.

[PHP-CVS] cvs: php-src /main network.c

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:25:04 2009 UTC Modified files: /php-src/main network.c Log: don't segfault on bindto == NULL http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.143&r2=1.144&diff_format=u Index: php-src/main/network.c diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:46:37 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: MFH: use correct function http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.19&r2=1.118.2.2.2.20&diff_format=u Index: php-src/ma

[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 15:20:17 2009 UTC Modified files: /php-srcphp.ini-development php.ini-production Log: - win extension_dir http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.7&r2=1.8&diff_format=u Index: php-src/php.ini-development diff -u php-

[PHP-CVS] cvs: php-src(PHP_5_3) / php.ini-development php.ini-production

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 15:20:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcphp.ini-development php.ini-production Log: - win extension_dir http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.8&r2=1.1.2.9&diff_format=u Index: php-src/php.ini

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 14:43:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: Fixed a possible crash http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.18&r2=1.118.2.2.2.19&diff_format=u Index: php-src/main/network.

[PHP-CVS] cvs: php-src /main network.c

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:44:24 2009 UTC Modified files: /php-src/main network.c Log: use correct function http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.144&r2=1.145&diff_format=u Index: php-src/main/network.c diff -u php-src/main/networ

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtPostRawSection.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 15:45:26 2009 UTC Added files: /phpruntests/src/testcase/sections/configurationsections rtPostRawSection.php Log: PostRaw section http://cvs.php.net/viewvc.cgi/phpruntest

[PHP-CVS] cvs: phpruntests /tests/testcase/sections/configurationsections rtPostRawSectionTest.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 15:45:55 2009 UTC Added files: /phpruntests/tests/testcase/sections/configurationsections rtPostRawSectionTest.php Log: test for post raw section http://cvs.php.net/viewvc.

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:11:34 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] a note about the symbol -> version page/doc http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.155&r2=1.156&diff_format=u Index: php-src/ext/curl/inter

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 13:12:35 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main network.c Log: MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main network.c

2009-05-04 Thread Antony Dovgal
The build is broken: /local/qa/5_2/main/network.c: In function 'php_network_bind_socket_to_local_addr': /local/qa/5_2/main/network.c:426: error: 'bindto' undeclared (first use in this function) /local/qa/5_2/main/network.c:426: error: (Each undeclared identifier is reported only once /local/qa

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

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:44:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: use correct function http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.16&r2=1.118.2.2.2.6.2.17&diff_format=u Index: ph

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:09:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - [DOC] MFH: #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD http://cvs.php.net/v

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:11:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - [DOC] a note about the symbol -> version page/doc http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.37&r2=1.62.2.14.2.27.2.3

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 14:12:23 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: Fixed bad merge http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.17&r2=1.118.2.2.2.18&diff_format=u Index: php-src/main/network.c diff

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

2009-05-04 Thread Antony Dovgal
tony2001Mon May 4 14:25:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: don't segfault on bindto == NULL http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.15&r2=1.118.2.2.2.6.2.16&diff_format

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtDeflatePostSection.php rtGzipPostSection.php rtPostRawSection.php rtPostSection.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 16:26:43 2009 UTC Modified files: /phpruntests/src/testcase/sections/configurationsections rtDeflatePostSection.php

[PHP-CVS] cvs: phpruntests /src/testcase rtTestConfiguration.php /src/testcase/sections rtSection.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 16:27:13 2009 UTC Modified files: /phpruntests/src/testcase rtTestConfiguration.php /phpruntests/src/testcase/sections rtSection.php Log: post raw changes http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtTestConfiguration.php?r

[PHP-CVS] cvs: phpruntests /tests/testcase rtPostRawExecutionTest.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 16:27:40 2009 UTC Added files: /phpruntests/tests/testcase rtPostRawExecutionTest.php Log: execute post raw test http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/rtPostRawExecutionTest.php?view=markup&rev=1.1 Index: phpruntests/tes

[PHP-CVS] cvs: phpruntests /src/testcase/preconditions rtIsSectionImplemented.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 16:28:17 2009 UTC Modified files: /phpruntests/src/testcase/preconditions rtIsSectionImplemented.php Log: post raw changes http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/preconditions/rtIsSectionImplemented.php?r1=1.5&r2=1.6&diff_f

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 16:28:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.71&r2=1.43.2.45.2.51.2.72&diff_format=u Index: php-src/ext/date/ph

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 16:29:09 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.227&r2=1.228&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:

[PHP-CVS] cvs: phpruntests /tests/testcase/sections/configurationsections rtPostRawSectionTest.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 16:29:55 2009 UTC Modified files: /phpruntests/tests/testcase/sections/configurationsections rtPostRawSectionTest.php Log: more quote fixing http://cvs.php.net/viewvc.cgi/phpru

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

2009-05-04 Thread Scott MacVicar
scottmacMon May 4 16:37:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash hash.c Log: Add missing prototypes for mhash, no code changes. http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5.2.7.2.17&r2=1.18.2.5.2.7.2.18&di

[PHP-CVS] cvs: phpruntests /src/testcase rtTestConfiguration.php /src/testcase/preconditions rtIsSectionImplemented.php /src/testcase/sections rtSection.php /src/testcase/sections/configurationsect

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 17:02:37 2009 UTC Added files: /phpruntests/tests/testcase/sections/configurationsections rtCookieSectionTest.php /phpruntests/tests/testcase rtCookieExecutionTest.php /ph

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:08:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.65&r2=1.43.2.45.2.66&diff_format=u Index: php-src/ext/date/php_date.c d

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:09:33 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32 php_stdint.h Log: - add llabs http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.1.2.4&r2=1.1.2.5&diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src

[PHP-CVS] cvs: php-src /win32 php_stdint.h

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:10:26 2009 UTC Modified files: /php-src/win32 php_stdint.h Log: - add llabs http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.4&r2=1.5&diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src/win32/php_stdint.h:1.4 p

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:11:23 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: - cleaner fix http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.72&r2=1.43.2.45.2.51.2.73&diff_format=u Index: php-src/ext/date/

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:11:39 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - cleaner fix http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.228&r2=1.229&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.

[PHP-CVS] cvs: phpruntests /src/configuration/settings rtPhpCgiExecutableSetting.php

2009-05-04 Thread Zoe Slattery
zoe Mon May 4 17:19:20 2009 UTC Modified files: /phpruntests/src/configuration/settings rtPhpCgiExecutableSetting.php Log: ooops http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtPhpC

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

2009-05-04 Thread Jani Taskinen
janiMon May 4 19:02:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.580&r2=1.2027.2.547.2.965.2.581&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

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

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:33 2009 UTC Modified files: /php-src/main main.c Log: - Fixed warnings http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.798&r2=1.799&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.798 php-src/main/main

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

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:42 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: - MFH: Fixed warnings http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.69&r2=1.640.2.23.2.70&diff_format=u Index: php-src/main/main.c diff -u p

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

2009-05-04 Thread Derick Rethans
derick Mon May 4 19:55:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - MFH: Fixed warnings http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.50&r2=1.640.2.23.2.57.2.51&diff_format=u Index: php-src/main/main.c

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 20:31:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32 php_stdint.h Log: - a macro will just do it too http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.1.2.5&r2=1.1.2.6&diff_format=u Index: php-src/win32/php_stdin

[PHP-CVS] cvs: php-src /win32 php_stdint.h

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 20:32:33 2009 UTC Modified files: /php-src/win32 php_stdint.h Log: - a macro will just do it too http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.5&r2=1.6&diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src/win32

Re: [PHP-CVS] cvs: php-src /win32 php_stdint.h

2009-05-04 Thread Nuno Lopes
pajoye Mon May 4 20:32:33 2009 UTC Modified files: /php-src/win32 php_stdint.h Log: - a macro will just do it too http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.5&r2=1.6&diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src/win32/php_stdint.h:1.5 php-src/win32/ph

[PHP-CVS] cvs: php-src /ext/fileinfo/libmagic apprentice.c apptype.c cdf.c cdf.h compress.c file.h funcs.c magic.c patchlevel.h readcdf.c softmagic.c

2009-05-04 Thread Scott MacVicar
scottmacMon May 4 20:52:44 2009 UTC Modified files: /php-src/ext/fileinfo/libmagic apprentice.c apptype.c cdf.c cdf.h compress.c file.h funcs.c magic.c patchlevel.h readcdf.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fileinfo/libmagic apprentice.c apptype.c cdf.c cdf.h compress.c file.h funcs.c magic.c patchlevel.h readcdf.c softmagic.c

2009-05-04 Thread Scott MacVicar
scottmacMon May 4 20:54:53 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/libmagic apprentice.c apptype.c cdf.c cdf.h compress.c file.h funcs.c magic.c patch

[PHP-CVS] cvs: php-src /win32 php_stdint.h

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 21:03:00 2009 UTC Modified files: /php-src/win32 php_stdint.h Log: - revert last commit and fix inline http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.6&r2=1.7&diff_format=u Index: php-src/win32/php_stdint.h diff -u php-src/

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 21:03:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/win32 php_stdint.h Log: - revert last commit and fix inline http://cvs.php.net/viewvc.cgi/php-src/win32/php_stdint.h?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/win32/php_

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

2009-05-04 Thread Scott MacVicar
scottmacMon May 4 21:11:41 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.581&r2=1.2027.2.547.2.965.2.582&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/filter/tests bug39763.phpt bug42718-2.phpt /ext/pcre/tests bug33200.phpt /ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008-php

2009-05-04 Thread Kalle Sommer Nielsen
kalle Mon May 4 21:18:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/filter/tests bug39763.phpt bug42718-2.phpt /php-src/ext/pcre/tests bug33200.phpt /php-src/ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:16:21 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard http_fopen_wrapper.c Log: - Sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.99.2.12.2.9.2.13&r2=1.99.2.12.2.9.2.14&diff_

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:25:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard http_fopen_wrapper.c Log: MFH: sync http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.99.2.12.2.13&r2=1.99.2.12.2.14&diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/curl streams.c /ext/standard http_fopen_wrapper.c

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:30:40 2009 UTC Modified files: /php-src/ext/curl streams.c /php-src/ext/standard http_fopen_wrapper.c Log: - Fixed bug #45092 (header HTTP context option not being used with --with-curlwrappers) [DOC] Synced regular and cURL ht

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl streams.c /ext/standard http_fopen_wrapper.c

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:31:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl streams.c /php-src/ext/standard http_fopen_wrapper.c Log: MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curlwrappers) http://cvs.php.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl streams.c /ext/standard http_fopen_wrapper.c

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:33:03 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl streams.c /php-src/ext/standard http_fopen_wrapper.c /php-srcNEWS Log: MFH: - Fixed Bug #45092 header HTTP context option not being used (--with-curlwrapp

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 00:39:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: duh.. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.583&r2=1.2027.2.547.2.965.2.584&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.5

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

2009-05-04 Thread Matt Wilmas
mattwil Tue May 5 00:55:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Changed wording http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.584&r2=1.2027.2.547.2.965.2.585&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:

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

2009-05-04 Thread Jani Taskinen
Matt Wilmas kirjoitti: mattwil Tue May 5 00:55:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Changed wording http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.584&r2=1.2027.2.547.2.965.2.585&diff_format=u Index: php-src/NE

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:21:10 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: - sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.45&r2=1.208.2.7.2.26.2.46&diff_format=u Index: php-src/ext/im

[PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:22:31 2009 UTC Modified files: /php-src/ext/imap config.m4 php_imap.c php_imap.h Log: - Fix build (modified utf7 stuff is rather new..) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.79&r2=1.80&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:22:44 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap config.m4 php_imap.c php_imap.h Log: MFH: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.69.4.7.2.2&r2=1.69.4.7.2.3&diff_format=u Index: php-src/ex

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:28:11 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: - Fix the patch http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.287&r2=1.288&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_ima

Re: [PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Kalle Sommer Nielsen
2009/5/5 Jani Taskinen : > jani            Tue May  5 01:22:31 2009 UTC > >  Modified files: >    /php-src/ext/imap   config.m4 php_imap.c php_imap.h >  Log: >  - Fix build (modified utf7 stuff is rather new..) > No AC_DEFINE()'s to config.w32? So its no disabled on Windows, in future please remem

[PHP-CVS] cvs: php-src /ext/standard/tests/strings highlight_file.phpt ZendEngine2 zend_highlight.c zend_language_scanner.l

2009-05-04 Thread Matt Wilmas
mattwil Tue May 5 01:35:13 2009 UTC Modified files: /ZendEngine2zend_highlight.c zend_language_scanner.l /php-src/ext/standard/tests/strings highlight_file.phpt Log: Implemented manual scanning for strings/comments, plus misc. fixes For details, see

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard/tests/strings highlight_file.phpt ZendEngine2 zend_highlight.c zend_language_scanner.l

2009-05-04 Thread Matt Wilmas
mattwil Tue May 5 01:35:44 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /ZendEngine2zend_highlight.c zend_language_scanner.l /php-src/ext/standard/tests/strings highlight_file.phpt Log: MFH: Implemented manual scanning for strings/c

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

2009-05-04 Thread Greg Beaver
cellog Tue May 5 01:41:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_ob

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

2009-05-04 Thread Greg Beaver
cellog Tue May 5 01:42:06 2009 UTC Modified files: /php-src/ext/phar phar_object.c Log: MFB: remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:44:09 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: ws fix + missing folding tags http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.288&r2=1.289&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:44:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: MFH: ws fix http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.47&r2=1.208.2.7.2.26.2.48&diff_format=u Index: php-src/ext/imap/php

Re: [PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Jani Taskinen
Kalle Sommer Nielsen kirjoitti: 2009/5/5 Jani Taskinen : janiTue May 5 01:22:31 2009 UTC Modified files: /php-src/ext/imap config.m4 php_imap.c php_imap.h Log: - Fix build (modified utf7 stuff is rather new..) No AC_DEFINE()'s to config.w32? So its no disabled on Windows

[PHP-CVS] cvs: php-src /ext/imap config.w32

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:51:04 2009 UTC Modified files: /php-src/ext/imap config.w32 Log: - Maybe this is enough on windows.. http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.w32?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/imap/config.w32 diff -u php-src/

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

2009-05-04 Thread Jani Taskinen
janiTue May 5 01:51:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap config.w32 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.w32?r1=1.4.6.4&r2=1.4.6.5&diff_format=u Index: php-src/ext/imap/config.w32 diff -u php-src/ext/ima

Re: [PHP-CVS] cvs: php-src /ext/imap config.m4 php_imap.c php_imap.h

2009-05-04 Thread Kalle Sommer Nielsen
2009/5/5 Jani Taskinen : > Kalle Sommer Nielsen kirjoitti: >> >> 2009/5/5 Jani Taskinen : >>> >>> jani            Tue May  5 01:22:31 2009 UTC >>> >>>  Modified files: >>>   /php-src/ext/imap   config.m4 php_imap.c php_imap.h >>>  Log: >>>  - Fix build (modified utf7 stuff is rather new..) >>> >> >

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

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 13:09:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.6.2.14&r2=1