[PHP] Request for Feedback - Unsigned Right Shift Operator

2002-04-01 Thread Jason Greene
Hello All, One of the features that I have been working on for PHP5/Zend Engine 2 is better unsigned value support for the language. This involves the addition of a new operator, '>>>' (Unsigned Right Shift). It works the same as a normal right shift operator, except that it does not hold the si

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Chris Chabot" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Sascha Schumann" <[EMAIL PROTECTED]>; "Tom May" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECT

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "Jason T.Greene" <[EMAIL PROTECTED]> Cc: "Tom May" <[EMAIL PROTECTED]>; "Chris Chabot" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 1:49 AM Subject: Re: [PHP-DEV] Re: Re: s

[PHP] Re: sysvsem extention question

2001-08-21 Thread Jason Greene
There probably should be a full implementation of semaphores in php. If you have a need for this, we should discuss exactly how it should be implemented. I will have some free time available soon, so I can start working on this. Though I have a couple other projects as well. If you would be inter

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

2001-04-19 Thread Jason Greene
hahah I don't always notice everything : ) -Jason - Original Message - From: "Joe Brown" <[EMAIL PROTECTED]> To: ""Jason Greene"" <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 6:28 PM Subject: Re: [PHP-CVS] cvs: php4 /ext/oci8 oci8.c

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

2001-04-19 Thread Jason Greene
jason Thu Apr 19 15:00:35 2001 EDT Modified files: /php4/ext/oci8 oci8.c Log: Change all // to /* */, fixed small whitespace. Builds on Solaris now. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.117 php4/ext/oci8/oci8.c:1.118 --- php4/e

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

2001-04-11 Thread Jason Greene
tmans" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 5:21 PM Subject: Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c > Just curious. What does their pragma do? > > Andi > > At 03:16 AM 4/10/2

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

2001-04-10 Thread Jason Greene
jason Tue Apr 10 15:01:58 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/sockets sockets.c Log: MFH, I have tested this thoroughly. Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.32.2.1 php4/ext/sockets/sockets.c:1.32.2.2 -

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

2001-04-10 Thread Jason Greene
hans" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Jani Taskinen" <[EMAIL PROTECTED]>; "Sascha Schumann" <[EMAIL PROTECTED]>; "PHP Quality Assurance Team Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 10,

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

2001-04-10 Thread Jason Greene
Thanks, -Jason - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Jani Taskinen" <[EMAIL PROTECTED]>; "Jason Greene" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> S

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

2001-04-10 Thread Jason Greene
kinen" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 5:01 AM Subject: Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c > > Have you tested it on Linux, FreeBSD, OpenBSD... ? :) > If yo

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

2001-04-09 Thread Jason Greene
Everyone, Can I merge this into the current RC? This should not cause any problems. -Jason - Original Message - From: "Jason Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 10:16 PM Subject: [PHP-CVS] cvs: php4 /ext/sockets socket

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

2001-04-09 Thread Jason Greene
jason Mon Apr 9 20:16:06 2001 EDT Modified files: /php4/ext/sockets sockets.c Log: Fix for PR #9729, 9664, 9656, 8667. All compilers on Solaris should build this extension correctly now. It turns out the SUN CC, by default, enables a define that enables t

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

2001-04-03 Thread Jason Greene
jason Tue Apr 3 21:41:02 2001 EDT Modified files: /php4/build buildcheck.sh Log: This is a temporary fix to the previous patch that breaks the build. This keeps the functionality of searching for glibtool or libtool, but have you checked the rest of the bui

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Jason Greene
> "Thou shalt never break the CVS build" is one of the > 'higher laws' around here :) Amen to that one : ) -Jason > Zeev > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the l

[PHP-CVS] cvs: php4 /ext/fbsql config.m4

2001-03-13 Thread Jason Greene
jason Tue Mar 13 14:44:49 2001 EDT Modified files: /php4/ext/fbsql config.m4 Log: fix broken m4, you should have all checking code withing your withval test -Jason Index: php4/ext/fbsql/config.m4 diff -u php4/ext/fbsql/config.m4:1.2 php4/ext/fbsql

Re: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql.h

2001-03-13 Thread Jason Greene
Frank, Your config.m4 breaks the build. -Jason - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 2:58 PM Subject: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql.h >

Re: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in config.m4 fbsql.dsp php_fbsql.c php_fbsql.h

2001-03-13 Thread Jason Greene
Frank , Most C compilers do not support // comments, please use /* */ Thanks, -Jason - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 2:58 PM Subject: [PHP-CVS] cvs: php4 /ext/fbsql .cvsignore Makefile.in confi

[PHP-CVS] cvs: php4 / NEWS

2001-02-20 Thread Jason Greene
jason Tue Feb 20 19:55:17 2001 EDT Modified files: /php4 NEWS Log: Corrected News entry. Index: php4/NEWS diff -u php4/NEWS:1.596 php4/NEWS:1.597 --- php4/NEWS:1.596 Tue Feb 20 18:09:15 2001 +++ php4/NEWS Tue Feb 20 19:55:17 2001 @@ -2,7 +2,7 @

Re: [PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-20 Thread Jason Greene
Andrei Zmievski wrote: > > On Tue, 20 Feb 2001, Jason Greene wrote: > > Well, > > My thoughts on this one were that if you are actually grabbing a key, > > people are more > > likely to trust that the returned key does in fact reference the value > > that

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

2001-02-20 Thread Jason Greene
jason Tue Feb 20 08:44:57 2001 EDT Modified files: /php4/ext/standard array.c Log: Changed default behavior of array_search to match in_array (strict was default on, and is now default off) Index: php4/ext/standard/array.c diff -u php4/ext/standard/arra

Re: [PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-20 Thread Jason Greene
the group disagreed, we could easily change it. What do you think? -Jason Andrei Zmievski wrote: > On Tue, 20 Feb 2001, Jason Greene wrote: > > + if (behavior == 0) { > > + compare_func = is_equal_function; > > + } else { > > + /* Lets

[PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-19 Thread Jason Greene
EMAIL PROTECTED]> | + | Jason Greene <[EMAIL PROTECTED]>| +--+ */ -/* $Id: array.c,v 1.91 2001/02/06 16:27:08 jimjag Exp $ */ +/* $Id: array.c,v 1.92 2001/02/20 05:36:40 jason Exp $ */ #i

[PHP-CVS] cvs: php4 / TODO

2001-01-19 Thread Jason Greene
jason Fri Jan 19 14:55:41 2001 EDT Modified files: /php4 TODO Log: Desired functionality can be achieved with array_sum/array_count. Index: php4/TODO diff -u php4/TODO:1.107 php4/TODO:1.108 --- php4/TODO:1.107 Sun Dec 17 01:27:42 2000 +++ php4/TO