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

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:44:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - Sync with HEAD (thanks Hannes :) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.23&r2=1.70.2.7.2.5.2.24&diff_format=u Index

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

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:15:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix non-windows builds http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.22&r2=1.70.2.7.2.5.2.23&diff_format=u Index: ph

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.21&

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

2009-05-19 Thread Jani Taskinen
janiTue May 19 11:12:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Unify macros http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.20&r2=1.70.2.7.2.5.2.21&diff_format=u Index: php-src/ext/

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

2009-01-12 Thread Felipe Pena
felipe Mon Jan 12 20:07:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c dns_win32.c Log: - Reverted my previous commit to avoid unnecessary BC. [DOC] Added new entry to the array returned by dns_get_record(), 'entries', which

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

2009-01-12 Thread Felipe Pena
Em Dom, 2009-01-11 às 18:47 +, Felipe Pena escreveu: > felipeSun Jan 11 18:47:17 2009 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard dns.c dns_win32.c > Log: > MFH: > - Improved fix for #47035 (win32 part by Henrique M. Decaria)

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

2009-01-11 Thread Felipe Pena
felipe Sun Jan 11 18:47:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c dns_win32.c Log: MFH: - Improved fix for #47035 (win32 part by Henrique M. Decaria) [DOC] The TXT part needs be returned as an array of strings. (dns_get_re

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

2009-01-08 Thread Felipe Pena
felipe Thu Jan 8 17:19:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1

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

2009-01-07 Thread Pierre-Alain Joye
pajoye Wed Jan 7 13:49:53 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - fix regression introduced by the move to the new parsing api (thx Bjori) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.15&

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

2009-01-07 Thread Pierre-Alain Joye
pajoye Wed Jan 7 13:46:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - fix parameter parsing options http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.14&r2=1.70.2.7.2.5.2.15&diff_format=u Index: p

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

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 23:37:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - these ifdefs are a mess, fix build on win http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.13&r2=1.70.2.7.2.5.2.14&diff_forma

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

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 21:47:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.12&r2=1.70.2.7.2.5.2.13&diff_format=u Index: php-src/ext/standard/

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

2008-12-31 Thread Antony Dovgal
tony2001Wed Dec 31 15:48:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: don't use WRONG_PARAM_COUNT with new param parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.10&r2=1

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

2008-11-03 Thread Felipe Pena
felipe Mon Nov 3 11:35:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record) patch by: misc at e2007 dot cynergi dot com http://cvs.php.net

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

2008-05-23 Thread Matt Wilmas
mattwil Fri May 23 09:40:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fixed Windows build now that HAVE_INET_PTON is defined http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.5&r2=1.70.2.7.2.5.

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

2008-04-14 Thread Etienne Kneuss
colder Mon Apr 14 16:50:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix dns_check_proto (related to #44723) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.4&r2=1.70.2.7.2.5.2.5&diff_format

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

2008-01-17 Thread Ilia Alshanetsky
The crash is in new code introduced into 5.3+, the 5.2 branch is not affected by the bug. On 17-Jan-08, at 4:25 PM, Antony Dovgal wrote: No commit to 5_2 ? On 17.01.2008 17:12, Ilia Alshanetsky wrote: iliaa Thu Jan 17 14:12:13 2008 UTC Modified files: (Branch: PHP_

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

2008-01-17 Thread Antony Dovgal
No commit to 5_2 ? On 17.01.2008 17:12, Ilia Alshanetsky wrote: > iliaa Thu Jan 17 14:12:13 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard dns.c > Log: > > Fixed bug #43871 (crash inside dns_get_record) > > > http://cvs.php.net/

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

2008-01-17 Thread Ilia Alshanetsky
iliaa Thu Jan 17 14:12:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: Fixed bug #43871 (crash inside dns_get_record) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.3&r2=1.70.2.7.2.5.2.4&dif

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard dns.c /ext/standard/tests/network getmxrr.phpt

2007-11-22 Thread Derick Rethans
derick Thu Nov 22 10:20:09 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/network getmxrr.phpt Modified files: /php-src/ext/standard dns.c Log: - MFH: Fixed weights array, which was broken with: http://cvs.php

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

2007-11-05 Thread Jani Taskinen
janiMon Nov 5 13:42:33 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Sync http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5&r2=1.70.2.7.2.5.2.1&diff_format=u Index: php-src/ext/standard/dns.c dif