[PHP-CVS] com php-src: Fix for challenge string length pointed out by Kalle Nielsen: ext/openssl/openssl.c

2013-05-09 Thread Jason Gerfen
Commit:525e27e1e50dc921a956cf7e66bc2bcd643d76fd Author:jas- Mon, 6 May 2013 18:43:13 -0600 Parents: 8f56ac8401ed1c3e00b8fba3fb8e5efb565180c4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=525e27e1e50dc921a956cf7e66bc2bcd643d76fd Log: Fix for cha

[PHP-CVS] com php-src: Address feature request #38917 for native SPKAC (HTML5 keygen element) support: ext/openssl/openssl.c ext/openssl/php_openssl.h ext/openssl/tests/openssl_spki_export.phpt ext/op

2013-05-09 Thread Jason Gerfen
Commit:8f56ac8401ed1c3e00b8fba3fb8e5efb565180c4 Author:jas- Mon, 6 May 2013 16:36:06 -0600 Parents: da07e91c3a7e7bac2e380f24c59f70c1bcb3e7e4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8f56ac8401ed1c3e00b8fba3fb8e5efb565180c4 Log: Address fea

[suspicious - maybe spam] [PHP-CVS] [suspicious - maybe spam] Augen auf

2005-05-16 Thread jason
http://www.rocknord.de http://www.aktivefrauenfraktion.tk http://www.kopfmord.de http://www.das-gibts-doch-nicht.de http://www.zukunft-europa.info/index.html http://www.geocities.com/scorpios2602/links.html http://www.g-d-f.de http://www.bewaeltigen.de http://www.wk-institut.de http://www.jungefrei

[PHP-CVS] Re: Mail Server

2005-04-26 Thread jason
Delivered message is attached. Attachment: No Virus found F-Secure AntiVirus - www.f-secure.com -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] Private document

2005-01-31 Thread jason
I cannot believe that. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-08-15 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-src/ext/sockets/sockets.c

[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 submit

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

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

2003-07-08 Thread Jason Greene
jason Tue Jul 8 22:48:25 2003 EDT Modified files: /splspl_foreach.c Log: Convert C++ comments to C (violates C99, and breaks several compilers) Index: spl/spl_foreach.c diff -u spl/spl_foreach.c:1.15 spl/spl_foreach.c:1.16 --- spl/spl_foreach.c

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

2003-07-08 Thread Jason Greene
ethostbyname() or gethostbyname_r() (there are 3 possible > prototypes accepting 3, 5 or 6 parameters respectively!) for > IPV4 only systems. > > I will be merging it into PHP once I've tidied it up fully, and > it should make for some nice readable resolving code at last. sounds good -

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

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

2003-07-08 Thread Jason Greene
If the platform supports gethostbyname_r(most i know do), that is thread safe. -Jason On Tue, 2003-07-08 at 00:00, Sara Golemon wrote: > pollita Tue Jul 8 01:00:15 2003 EDT > > Modified files: > /php-src/ext/sockets sockets.c > Log: >

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

2003-07-08 Thread Jason Greene
This is correct. -Jason On Mon, 2003-07-07 at 19:51, Jani Taskinen wrote: > And you're sure getaddrinfo() is always available (whenever IPV6 is) ?? > > --Jani > > > On Mon, 7 Jul 2003, Sara Golemon wrote: > > >pollita

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 follo

[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 php-src/build

[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 --- php4

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

2002-12-01 Thread Jason Greene
jason Mon Dec 2 00:45:13 2002 EDT Modified files: /php4/ext/sockets php_sockets_win.c Log: Revert patch that should have been reverted a long time ago. There was a memory leak in the error handling system on win32, that this patch circumvented (by

[PHP-CVS] cvs: php4 /ext/sockets EXPERIMENTAL

2002-11-29 Thread Jason Greene
jason Fri Nov 29 18:44:06 2002 EDT Removed files: /php4/ext/sockets EXPERIMENTAL Log: Sockets is no longer experimental -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 / NEWS

2002-11-12 Thread Jason Greene
jason Tue Nov 12 11:08:40 2002 EDT Modified files: /php4 NEWS Log: Correct Entry, Add entry Index: php4/NEWS diff -u php4/NEWS:1.1245 php4/NEWS:1.1246 --- php4/NEWS:1.1245Tue Nov 12 09:52:42 2002 +++ php4/NEWS Tue Nov 12 11:08:39 2002 @@ -11,6

[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 --- php4/ext

[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/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

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

2002-11-10 Thread Jason Greene
Ya, I was hoping on redoing this because it greatly abuses the kernels network buffering. -Jason On Sun, 2002-10-27 at 21:05, Sterling Hughes wrote: > sterling Sun Oct 27 22:05:05 2002 EDT > > Modified files: > /php4/ext/sockets sockets.c >

[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 --- php4/ext

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

2002-09-22 Thread Jason Greene
jason Sun Sep 22 23:34:21 2002 EDT Added files: /php4/ext/sockets win32_socket_constants.h Modified files: /php4/ext/sockets sockets.c Log: Implement contstants on win32 @Implement platform independant socket error constants

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

2002-09-09 Thread Jason Greene
jason Tue Sep 10 00:12:56 2002 EDT Modified files: /php4/ext/sockets sockets.c Log: Fix crash bug and memory leak in vectors #still need to revisit how these are done, i.e. they are not binary safe Index: php4/ext/sockets/sockets.c diff -u php4/ext