[PHP-CVS] cvs: php-src /ext/sockets php_sockets.h php_sockets_win.c php_sockets_win.h sockets.c

2003-08-16 Thread Jason Greene
jason Sat Aug 16 02:34:36 2003 EDT Modified files: /php-src/ext/socketsphp_sockets.h php_sockets_win.c php_sockets_win.h sockets.c Log: Remove all vector based functions for the following reasons: - This solves alot of

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/sockets sockets.c

2003-07-24 Thread Jason Greene
jason Thu Jul 24 21:50:09 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/socketssockets.c Log: MFH: fix for #24629 Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.125.2.17

[PHP-CVS] cvs: php-src /ext/sockets sockets.c /ext/standard streamsfuncs.c

2003-07-22 Thread Jason Greene
jason Tue Jul 22 03:20:56 2003 EDT Modified files: /php-src/ext/socketssockets.c /php-src/ext/standard streamsfuncs.c Log: Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds = 1 second Patch submitted from [EMAIL

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

2003-07-08 Thread Jason Greene
sockaddr_in6*)(addrinfo-ai_addr))-sin6_addr.s6_addr, sizeof(struct in6_addr)); +freeaddrinfo(addrinfo); } return 1; -- https://www.paypal.com/xclick/[EMAIL PROTECTED]no_note=1tax=0currency_code=EUR -- Jason Greene [EMAIL PROTECTED] [EMAIL

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

2003-07-08 Thread Jason Greene
On Tue, 2003-07-08 at 08:15, Sascha Schumann wrote: On Tue, 8 Jul 2003, Jason Greene wrote: If the platform supports gethostbyname_r(most i know do), that is thread safe. Note the 2 in the name. - Sascha I should have been more specific, we should change the ipv4 resolver code

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

2003-07-08 Thread Jason Greene
- From: Jason Greene [EMAIL PROTECTED] To: Sascha Schumann [EMAIL PROTECTED] Cc: Sara Golemon [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 2:22 PM Subject: Re: [PHP-CVS] cvs: php-src /ext/sockets sockets.c On Tue, 2003-07-08 at 08:15, Sascha Schumann wrote: On Tue, 8

Re: [PHP-CVS] cvs: spl / spl_foreach.c

2003-07-08 Thread Jason Greene
Actually, I double checked C99, and // was added, however C89 does not. -Jason On Tue, 2003-07-08 at 21:48, Jason Greene wrote: jason Tue Jul 8 22:48:25 2003 EDT Modified files: /spl spl_foreach.c Log: Convert C++ comments to C (violates C99

[PHP-CVS] cvs: php-src /build buildcheck.sh

2003-06-30 Thread Jason Greene
jason Mon Jun 30 23:08:16 2003 EDT Modified files: /php-src/build buildcheck.sh Log: Prevent lines following the version output from confusing the version test Index: php-src/build/buildcheck.sh diff -u php-src/build/buildcheck.sh:1.27

Re: [PHP-CVS] cvs: php-src /build buildcheck.sh

2003-06-30 Thread Jason Greene
On Mon, 2003-06-30 at 22:59, Sascha Schumann wrote: On Tue, 1 Jul 2003, Jason Greene wrote: jason Mon Jun 30 23:08:16 2003 EDT Modified files: /php-src/build buildcheck.sh Log: Prevent lines following the version output from confusing the version test

[PHP-CVS] cvs: php4(PHP_4_3) /ext/sockets php_sockets_win.c

2002-12-02 Thread Jason Greene
jason Tue Dec 3 00:46:53 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sockets php_sockets_win.c Log: MFH Index: php4/ext/sockets/php_sockets_win.c diff -u php4/ext/sockets/php_sockets_win.c:1.5 php4/ext/sockets/php_sockets_win.c:1.5.4.1 ---

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2002-11-10 Thread Jason Greene
/unsub.php -- Jason Greene [EMAIL PROTECTED] [EMAIL PROTECTED] People seem to think that the blanket phrase, I only work here, absolves them utterly from any moral obligation in terms of the public -- but this was precisely Eichmann's excuse for his job in the concentration camps

[PHP-CVS] cvs: php4 /ext/standard/tests/math log.phpt

2002-11-10 Thread Jason Greene
jason Sun Nov 10 22:45:04 2002 EDT Added files: /php4/ext/standard/tests/math log.phpt Log: add test function for log() # It is difficult to test an approximation of an approximation, but I # believe this test should be close enough to verify the

[PHP-CVS] cvs: php4 /ext/standard math.c /ext/standard/tests/math log.phpt

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:21:35 2002 EDT Modified files: /php4/ext/standard math.c /php4/ext/standard/tests/math log.phpt Log: Add the ability to take the logarithm of any base by adding a base parameter to log() Added regression tests for the new form

[PHP-CVS] cvs: php4 /ext/standard math.c

2002-11-10 Thread Jason Greene
jason Mon Nov 11 00:35:05 2002 EDT Modified files: /php4/ext/standard math.c Log: Report function name when log() triggers a base warning Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.94 php4/ext/standard/math.c:1.95 ---

[PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c

2002-09-29 Thread Jason Greene
jason Sun Sep 29 22:09:43 2002 EDT Modified files: /php4/ext/sockets php_sockets.h sockets.c Log: Fix thread safety issue Index: php4/ext/sockets/php_sockets.h diff -u php4/ext/sockets/php_sockets.h:1.24 php4/ext/sockets/php_sockets.h:1.25 ---