Re: [PHP-DEV] PHP-SOAP features

2002-05-24 Thread derick
On Thu, 23 May 2002, brad lafountain wrote: Ok, I know not too many people are familure with my extension so I am going to go over some stuff that it does do and stuff it doesn't. The plans i have for this extension are more than just a simple soap/rpc function calls. I want to build

[PHP-DEV] Interface to RSA Crypto-C library?

2002-05-24 Thread Vinod Panicker
Hi, Was just wondering if anyone's done an interface to the RSA Crypto-C library. OpenSSL documentation is very sparse, cant understand head or tail of it, so I decided to take up RSA Tx, Vinod. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-05-24 Thread Markus Fischer
+1 ! On Fri, May 24, 2002 at 09:10:26AM +0200, Edin Kadribasic wrote : What this patch does is basically this: define ('STDIN', fopen('php://stdin', 'r'); ... I thinks it's useful to have these file descriptors always present in order to make using cli as a command line pipe filter

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / makedist.ZendEngine2

2002-05-24 Thread Sebastian Bergmann
Andi Gutmans wrote: andiWed May 22 11:51:48 2002 EDT Added files: /php4 makedist.ZendEngine2 Log: - makedist script for creating Engine 2 distribution. - Hopefully we can get a preview out in the next few days. Does this script take into account that there

Re: [PHP-DEV] Hosting Service Providers and socket functions

2002-05-24 Thread Markus Fischer
Hi, On Fri, May 24, 2002 at 12:02:54PM +0200, Chand wrote : To solve in a way those two dilemmas we should have two things : - a way to log socket activity (src host, dest host, ips, user, script doing the 'attack', etc) - a way to blacklist ips (in a host.deny way) in the

Re: [PHP-DEV] Re: Tokenizer weirdness

2002-05-24 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Andrei Zmievski wrote: That's not what I get. Did you try the latest CVS version? Yes. Never mind, looks like it's a browser rendering thing. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

Re: [PHP-DEV] Hosting Service Providers and socket functions

2002-05-24 Thread Wez Furlong
On 24/05/02, Chand [EMAIL PROTECTED] wrote: To solve in a way those two dilemmas we should have two things : - a way to log socket activity (src host, dest host, ips, user, script doing the 'attack', etc) Socket activity probably should not be logged from within PHP. - a way to

[PHP-DEV] list files date wise

2002-05-24 Thread Vishak Tomy
hello., how can i list files in a folder date wise? I want to down load files having current date, i tried with ftp_nlist but it is listing all files. it consume time. if i can list file in folder with ftp_nlist or some other command i can can download only the needed files, so that i can save

[PHP-DEV] list files date wise for down loading

2002-05-24 Thread Vishak Tomy
hello., how can i list files in a folder date wise? ie, to down load latest files. I want to down load files having current date, i tried with ftp_nlist but it is listing all files. it consume time. if i can list file in folder with ftp_nlist or some other command i can download only the needed

Re: [PHP-DEV] PHP-SOAP features

2002-05-24 Thread brad lafountain
--- [EMAIL PROTECTED] wrote: On Thu, 23 May 2002, brad lafountain wrote: Ok, I know not too many people are familure with my extension so I am going to go over some stuff that it does do and stuff it doesn't. The plans i have for this extension are more than just a simple

[PHP-DEV] Re: 4.2.1 download missing Apache2 experimental folder

2002-05-24 Thread Gabor Hojtsy
Forwarding this to php-dev. Those guys can answer your question... Goba [one [EMAIL PROTECTED]] - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 24, 2002 5:28 PM Subject: 4.2.1 download missing Apache2 experimental folder Referring to...

[PHP-DEV] Re: 4.2.1 download missing Apache2 experimental folder

2002-05-24 Thread Edin Kadribasic
Referring to... PHP 4.2.1 zip package [5,217Kb] - 14 May 2002 (CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3Web. MySQL support built-in, many extensions included, packaged as zip)

[PHP-DEV] CVS Account Request: nicos

2002-05-24 Thread CHAILLAN Nicolas
I own a company, I am a personal coder, I shall help you with every patch you want me to, I'm already a coder for ircu and hybrid. I also can host you a mirror from France on an OC 3 from my company. I also can help you with translating, french and italian -- PHP Development Mailing List

[PHP-DEV] MSession beta4 (release candidate)

2002-05-24 Thread mlwmohawk
For users of msession, beta3 was supposed to be the release candidate, but there were far too many requests for *important* features to be ignored for a 1.0 release. Instead, I opted for one more beta release, crossing my fingers, saying this time for sure. New features: Enhanced Windows

[PHP-DEV] Re: Re: [PHP] Full-Duplex communication

2002-05-24 Thread Miguel Cruz
So still there is nothing in your requirements that doesn't suggest you'll do fine with a PHP-based listener. Of course you have the memory overhead of the PHP interpreter's RAM infrastructure multiplied by the number of simultaneous connections, but that would be the same with Apache (at

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread mlwmohawk
On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: Woa!! When did this discussion take place? Why is it taking place on bugs and not dev? Because most of the active developers are there, it seems. I am looking at the bugs list on

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread Andrei Zmievski
On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. I would like a little more discussion BEFORE my extension is removed the the main tree. To characterize my mood as anything less than disturbed, would be

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread mlwmohawk
On Fri, 24 May 2002, [EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. I would like a little more discussion BEFORE my extension is removed the the main tree. To characterize my mood as anything less than disturbed,

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread James Cox
(1) I am ticked off that the dicussion was not done on dev or cvs, I hope I speak for most of he people here when I say the decision to remove an extension from the ext/ directory should, no MUST, be done on dev and/or cvs so the actual extension maintainers can get wind of it. (2) There

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. #php.bugs @ EFNet != php-bugs @ lists.php.net -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a

Re: [PHP-DEV] CVS Account Request: nicos

2002-05-24 Thread Vergoz Michael
Hello nicos, could you stop lie please, you are not a developer of ircu or hybrid. And well, your connection is not dedicaced. best regards, Vergoz Michael - Original Message - From: CHAILLAN Nicolas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 24, 2002 7:46 PM Subject:

Re: [PHP-DEV] CVS Account Request: nicos

2002-05-24 Thread CHAILLAN Nicolas
Hello, I didn't said it was dedicated, and yes since few days I code for hybrid. At least I'm not you I dont say I code for something that I dont. I'm developping the website of hybrid (php). And well I should easily translate and host a mirror. Merci de nous avoir choisi. - Thanks you for your

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread mlwmohawk
the point being is that modules being maintained by the maintainer, and not everyone in general, should go into PECL (not just yours, we should be moving more slowly...) and those which are considered main main-stream, they should go in ext/) The point being that I didn't put

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread James Cox
the point being is that modules being maintained by the maintainer, and not everyone in general, should go into PECL (not just yours, we should be moving more slowly...) and those which are considered main main-stream, they should go in ext/) The point being that I didn't put almost

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignoreCREDITS README config.m4 msession-test.php msession.c msession.php php_msession.hreqclient.h

2002-05-24 Thread derick
On Fri, 24 May 2002 [EMAIL PROTECTED] wrote: [...] I do not wish msession to be moved out of the ext/ directory, and I would like a bit more discussion on the dev and cvs list PRIOR to its removal. I do not believe bugs is the correct place to have this discussion. It was discussed some

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread mlwmohawk
I don't mean to be blunt here, but consider the following: - working on the existing session stuff would probably have scored higher I tried to work with the session stuff, and lets use the word inflexable to describe the developers. Msession is actually a standard

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread mlwmohawk
I don't mean to be blunt here, but consider the following: - working on the existing session stuff would probably have scored higher I tried to work with the session stuff, and lets use the word inflexable to describe the developers. Msession is actually a standard

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2002-05-24 Thread Wez Furlong
Hey guys, Out of courtesy, I think it would have been polite to at least email the primary extension maintainer with: 1) A note to say that it was going to be moved 2) A couple of reasons why 3) An invitation to join the discussion. -- before moving it!! If the same thing happened to me, or to

[PHP-DEV] Wez on Vacation

2002-05-24 Thread Wez Furlong
Hey guys, I'm due to go on vacation early on Monday AM (GMT) for approx 10 days. Due to the vast quantities of email that I receive, and the limited bandwidth I will have available, I've decided to set-up a vacation mailbox. If you need to contact me during that period, I can be reached at:

[PHP-DEV] Problems with extensions...

2002-05-24 Thread Brian France
I am changing the way I build my PHP extension and am running into some problems. I was originally would build it by copying the directory foo_bar into the ext directory and added --enable-foo_bar=shared to the configure line of PHP and build PHP. Everything worked great! Now I am looking to

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README

2002-05-24 Thread mlwmohawk
Hey guys, Out of courtesy, I think it would have been polite to at least email the primary extension maintainer with: 1) A note to say that it was going to be moved 2) A couple of reasons why 3) An invitation to join the discussion. -- before moving it!! If the same thing

[PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread mlwmohawk
I would like reinstatement of msession into the main tree, and if you oppose I would like a serious discussion to take place on the developer list. If you support it, I need you to sound in on the discussion. I intend to re-add it back to CVS early next week. I have spent a good amount

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread Jani Taskinen
On Fri, 24 May 2002 [EMAIL PROTECTED] wrote: I would like reinstatement of msession into the main tree, and if you oppose I would like a serious discussion to take place on the developer list. If you support it, I need you to sound in on the discussion. I intend to re-add it back to CVS

[PHP-DEV] Re: I need your support: Reinstatement of msession

2002-05-24 Thread Andrei Zmievski
I would like reinstatement of msession into the main tree, and if you oppose I would like a serious discussion to take place on the developer list. If you support it, I need you to sound in on the discussion. I intend to re-add it back to CVS early next week. I have spent a good amount

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread mlwmohawk
Just curious, but how many real users does it have? 30'000 ? It has been under development for some time now. The same day the final release candidate was released, they pull it out of the main tree. How the hell will it get ANY more users? It isn't legacy, it is *new* and new

RE: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread James Cox
Mark, no-one is picking on you. php4/ext/ is way too full of modules which are more or less useless to the day - to - day user. Often, we have specialized stuff like pcntl and ncurses, only used for CLI stuff, or stuff like ovrimos,muscat,mngosearch,mhash,mcal,recode etc, which more or less

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread mlwmohawk
Just curious, but how many real users does it have? 30'000 ? It has been under development for some time now. The same day the final release candidate was released, they pull it out of the main tree. How the hell will it get ANY more users? It isn't legacy, it is *new* and new

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread mlwmohawk
Just curious, but how many real users does it have? 30'000 ? It has been under development for some time now. The same day the final release candidate was released, they pull it out of the main tree. How the hell will it get ANY more users? It isn't legacy, it is *new* and new

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread Jani Taskinen
Off-topic..is there something wrong with your mailer or why do I get same email 3 times? --Jani On Fri, 24 May 2002 [EMAIL PROTECTED] wrote: Just curious, but how many real users does it have? 30'000 ? It has been under development for some time now. The same

Re: [PHP-DEV] I need your support: Reinstatement of msession

2002-05-24 Thread mlwmohawk
Just curious, but how many real users does it have? 30'000 ? It has been under development for some time now. The same day the final release candidate was released, they pull it out of the main tree. How the hell will it get ANY more users? It isn't legacy, it is *new* and new

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Shane Caraveo
I would like reinstatement of msession into the main tree, and if you oppose I would like a serious discussion to take place on the developer list. If you support it, I need you to sound in on the discussion. Well, I feel like 80%, if not more, of the extensions should move to PECL,

Re: [PHP-DEV] Problems with extensions...

2002-05-24 Thread Brian France
After reviewing my fix for this I realize that #define labels can only have A-Z and underscores so this is a better fix: From: AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1, Whether to build $1 as dynamic module) To: AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1,

Re: [PHP-DEV] Problems with extensions...

2002-05-24 Thread Brian France
Sorry ignore that last email it should read like this: Brian -- After reviewing my fix for this I realize that #define labels can only have A-Z and underscores so this is a better fix: From: AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z-,A-Z_), 1, Whether to build $1 as dynamic module)

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Vlad Krupin
+1. Except EXPERIMENTAL ones. If an extension belongs in the CORE, it makes no sense to stuff it in PECL and then move back to core once EXPERIMENTAL status is dropped. Vlad Shane Caraveo wrote: I would like reinstatement of msession into the main tree, and if you oppose I would like a

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Shane Caraveo
Experimental extensions are not finished, likely undocumented, prone to change, prone to bugs, etc. They shouldn't be in core at all. core should be entirly stable. If it's an important enough extension it will be recognized as such, and mirrored to core after it is stable. Shane Vlad

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread mlwmohawk
I don't see why msession is not part of the core PHP. On some levels, it is no different that mod_mm, or mod_files. My original proposal was that it should be part of ext/session. I was told that it should be its own extension. I think, before you guys decide, that you look at it.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignoreCREDITS README config.m4 msession-test.php msession.c msession.phpphp_msession.h reqclient.h

2002-05-24 Thread Stig S. Bakken
On Fri, 2002-05-24 at 21:21, Sebastian Bergmann wrote: [EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. #php.bugs @ EFNet != php-bugs @ lists.php.net #php.bugs is a pretty closed forum compared to any php mailing list.

Re: [PHP-DEV] Re: Licensing and contributing. (New extension for Isis databases.)

2002-05-24 Thread Yasuo Ohgaki
Braulio José Solano Rojas wrote: I don't read your source, but it sounds your extension is sutable for PECL. I am new to the PHP development and I don´t know what is PECL. May you explain it to me? PECL modules are supposed to be distributed as PEAR. There are some descriptions in

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignoreCREDITS README config.m4 msession-test.php msession.c msession.phpphp_msession.h reqclient.h

2002-05-24 Thread Rasmus Lerdorf
On 25 May 2002, Stig S. Bakken wrote: On Fri, 2002-05-24 at 21:21, Sebastian Bergmann wrote: [EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. #php.bugs @ EFNet != php-bugs @ lists.php.net #php.bugs is a pretty

[PHP-DEV] Re: mbfilter.c

2002-05-24 Thread Yasuo Ohgaki
Rui Hirokawa wrote: You deleted ISO-2022-KR encoding support code which I commited rescently from mbfilter.c. You should do 'cvs update' before you commit your modification. Rui And please refer to most recent mbstring source also. Web site is in Japanese, but source is written in C of

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignoreCREDITS README config.m4 msession-test.php msession.c msession.phpphp_msession.h reqclient.h

2002-05-24 Thread derick
On Fri, 24 May 2002, Rasmus Lerdorf wrote: Guys, please, any discussions on irc should not be used as a basis for making any serious changes. Only a very small number of people are involved and there is absolutely no record of such discussions where I log everything, if you want logs just

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README

2002-05-24 Thread Yasuo Ohgaki
Sebastian Bergmann wrote: [EMAIL PROTECTED] wrote: I am looking at the bugs list on news.php.net, and I can't find any mention of msession. #php.bugs @ EFNet != php-bugs @ lists.php.net I don't use irc, but EFNet requires user registration, right? Besides, all of us do not log

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore CREDITS README

2002-05-24 Thread James Cox
I don't use irc, but EFNet requires user registration, right? Besides, all of us do not log messages in irc channel(s) obviously. Anyway, I don't mind anyone talking over irc, but I think it's nice to post to php-dev especially if it is related to someoneelses work. efnet doesn't

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignoreCREDITS README config.m4 msession-test.php msession.c msession.phpphp_msession.h reqclient.h

2002-05-24 Thread Rasmus Lerdorf
Guys, please, any discussions on irc should not be used as a basis for making any serious changes. Only a very small number of people are involved and there is absolutely no record of such discussions where I log everything, if you want logs just ask. And not to be blunt, but the people

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore

2002-05-24 Thread mlwmohawk
On Fri, 24 May 2002, Rasmus Lerdorf wrote: I log everything, if you want logs just ask. And not to be blunt, but the people who do actually something _are_ on IRC. (not saying that it's the best forum to discuss things, but it is more 'vivid' than mailinglists). I think this is

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore

2002-05-24 Thread fabwash
ok I agree with the guy. He spent time trying to improve PHP for the entire community, and suddenly his work is removed from the main distribution without him being able to say something about it. I don't follow IRC stuff, I just follow this list, and i'm writing an extension for PHP because I

[PHP-DEV] Re: msession

2002-05-24 Thread Andrei Zmievski
Once again, I apologize for taking a hasty action without notifying the author. I should have done that regardless of my beliefs about PECL and ext/ overpopulation. I am not going to bring up an excuse, even though I do have a couple.. Let's start over. -Andrei -- PHP Development Mailing

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore

2002-05-24 Thread Rasmus Lerdorf
On Fri, 24 May 2002 [EMAIL PROTECTED] wrote: On Fri, 24 May 2002, Rasmus Lerdorf wrote: I log everything, if you want logs just ask. And not to be blunt, but the people who do actually something _are_ on IRC. (not saying that it's the best forum to discuss things, but it is more

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession .cvsignore

2002-05-24 Thread mlwmohawk
On Fri, 24 May 2002 [EMAIL PROTECTED] wrote: On Fri, 24 May 2002, Rasmus Lerdorf wrote: I log everything, if you want logs just ask. And not to be blunt, but the people who do actually something _are_ on IRC. (not saying that it's the best forum to discuss things, but it is more

Re: [PHP-DEV] PECL vs. CORE .... was msession

2002-05-24 Thread Dan Kalowsky
exceptions would be made for 'major' technologies like ODBC and COM, and those extensions required to install other extensions (zlib, xmlrpc, etc.). Binary distributions would contain certain extensions from PECL, for example the win32api extension, which realy shouldn't be in the primary

[PHP-DEV] mbstring module

2002-05-24 Thread Den V. Tsopa
Hi! Well I look through another mbstring repository on cvs.sourceforge.jp. What's the difference between cvs.sourceforge.jp and cvs.php.net? Which repository should I use to develope a patch? Should I continue commiting to cvs.php.net? And please refer to most recent mbstring source also. Web