[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/strings/parse_str_basic4.phpt branches/PHP_5_3/ext/standard/tests/strings/parse_str_basic4.phpt trunk/ext/standard/tests/strings/parse_

2009-08-05 Thread andy wharmby
wharmby Wed, 05 Aug 2009 08:54:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286828 Log: Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64 Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/skeleton/ php_skeleton.h skeleton.c

2009-08-05 Thread Greg Beaver
cellog Wed, 05 Aug 2009 15:58:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286846 Log: use x.y.z version number, use a #define for version number Changed paths: U php/php-src/trunk/ext/skeleton/php_skeleton.h U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/general_functions/is_resource_basic.phpt branches/PHP_5_2/ext/standard/tests/general_functions/is_resource_error.phpt branches/PHP_5_2/

2009-08-05 Thread andy wharmby
wharmby Wed, 05 Aug 2009 16:10:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286847 Log: Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64 Changed paths: A

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-08-05 Thread Ilia Alshanetsky
iliaaWed, 05 Aug 2009 19:45:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286851 Log: Minor tweak Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/configure.in trunk/configure.in

2009-08-05 Thread Scott MacVicar
scottmac Wed, 05 Aug 2009 20:01:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286852 Log: res_search is already checked within ext/standard/config.m4 also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)

[PHP-CVS] svn: /php/phpruntests/trunk/src/testcase/sections/ rtExecutableSection.php

2009-08-05 Thread Zoe Slattery
zoe Wed, 05 Aug 2009 21:04:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286854 Log: fixing phar/tests/005.phpt on windows Changed paths: U php/phpruntests/trunk/src/testcase/sections/rtExecutableSection.php Modified:

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/ext/date/php_date.c PHP_5_3/ext/date/php_date.c

2009-08-05 Thread Kalle Sommer Nielsen
kalleWed, 05 Aug 2009 21:25:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286855 Log: MFH: Fixed compiler warnings in ext/date Changed paths: U php/php-src/branches/PHP_5_2/ext/date/php_date.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/configure.in branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_3/ext/standard/config.m4 branches/PHP_5_3/ext/standard/dns.c branches/PHP_5_3/

2009-08-05 Thread Scott MacVicar
scottmac Wed, 05 Aug 2009 23:20:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286857 Log: Change dns.h to php_dns.h, part of my dns cleanup Changed paths: U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/trunk/ configure.in ext/standard/basic_functions.c ext/standard/config.m4 ext/standard/dns.c ext/standard/php_dns.h

2009-08-05 Thread Scott MacVicar
scottmac Thu, 06 Aug 2009 00:10:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286858 Log: Remove usage of res_nmkquery and res_nsend. We essentially were just doing a res_search() anyway, though now we use res_nsearch() with our own state.

RE: [PHP-CVS] svn: /php/php-src/trunk/sapi/nsapi/ nsapi.c

2009-08-05 Thread Johannes Schlüter
Hi, On Mon, 2009-08-03 at 13:18 +0200, Uwe Schindler wrote: I got it, it works with TortoiseSVN, too. You can specify in the GUI to checkout only the immediates and so on. When you want to checkout one branch Can you add the relevant information to the wiki so others can find it? Do we

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/Zend.m4 branches/PHP_5_3/Zend/zend.h branches/PHP_5_3/Zend/zend_API.c branches/PHP_5_3/Zend/zend_extensions.c branches/PHP_5_3/configure.in branches/

2009-08-05 Thread Scott MacVicar
scottmac Thu, 06 Aug 2009 01:33:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286859 Log: Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code. Bug: http://bugs.php.net/48575 (Assigned) Darwin / OS X

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ dns.c php_dns.h

2009-08-05 Thread Scott MacVicar
scottmac Thu, 06 Aug 2009 04:37:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286865 Log: Deal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might revert to using straight bind9. Changed paths: U