Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6

2001-04-03 Thread Andi Gutmans
with it and make a decision not only based on the standard but also on how much damage this might make. Andi At 09:22 PM 4/3/2001 +0100, James Moore wrote: Yes, that's true. I did ask (couple of times) before I committed that patch. And yes, now both and ; are considered as arg

RE: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP-4.0.5-RC6

2001-04-03 Thread Andi Gutmans
configurability should be kept at a minimum. However, changing such behavior in a mini-version is not obvious. And when you say it's "blantantly wrong" the way it works today, well maybe it is, but we both know how many people really got bitten by this "blatantly wrong"

[PHP-DEV] Re: [PHP-QA] Re: ; arg seperator

2001-04-03 Thread Andi Gutmans
ave worked to begin with, IMHO... Why? It was documented that was the separator. This doesn't mean it won't bite some people, but that's never been a problem before in cases of undocumented features. I don't think it was undocumented. Andi -- PHP Development Mailing List http://w

[PHP-DEV] Re: [PHP-QA] Re: ; arg seperator

2001-04-03 Thread Andi Gutmans
e archives... In any case it is a good idea to make a list of these issues. I can't remember off hand what issues we had so I hope people have a better memory than me :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
Andrei, Can you please merge this to 4.0.5. I think it should be in and we better release a final RC6. I think it's better to have another quick RC (I can roll it today or tomorrow) before we get 4.0.5 out of the door. Andi At 08:25 AM 4/2/2001 -0500, Andrei Zmievski wrote: On Mon, 02 Apr

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
Thanks! Does anyone else have any critical bug fixes which need to be in 4.0.5? (I mean critical ones and not huge patches). Andi At 11:17 AM 4/2/2001 -0500, Andrei Zmievski wrote: It's done. On Mon, 02 Apr 2001, Andi Gutmans wrote: Andrei, Can you please merge this to 4.0.5. I think

Re: [PHP-DEV] Can we have a PING function?

2001-04-02 Thread Andi Gutmans
Maybe Dave will volunteer to implement this for 4.0.6 :) Andi At 10:42 AM 4/2/2001 +0200, Alexander Feldman wrote: Do most servers and OS's (for example Windows) support the sending of a UDP package to the echo port? Andi Yeah, What about a new ICMP extension - ping, traceroute, etc

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
At 05:37 PM 4/2/2001 +0100, Anil Madhavapeddy wrote: Andi Gutmans wrote: Does anyone else have any critical bug fixes which need to be in 4.0.5? (I mean critical ones and not huge patches). Zeev's output buffering fix hasn't been committed yet; it's a one-line change, and it makes

[PHP-DEV] RE: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
Zeev ;)) Yes, I think it should be in 4.0.5 And the output buffering patch of Zeev should be in there too. Hopefully RC6 will be the last RC. Better another RC than a pl1. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] RC6 available!

2001-04-02 Thread Andi Gutmans
You can get RC6 at http://cvs.php.net/~andi/php-4.0.5RC6.tar.gz (no time to commit to phpweb cvs and wait for it to update, if someone has time then even better, I need some sleep :) In case you're testing it within the next few hours you might need to "touch *" the files i

Re: [PHP-DEV] PHP 4.0.5 Release Midgard Problems

2001-04-01 Thread Andi Gutmans
I very much liked Andrei's implementation of Smary templates. It uses the Zend (PHP) scripting language and caches templated scripts without messing with the core of PHP. I haven't used it but from reading the specs it looks like Andrei his guys did a great job. Andi At 11:10 AM 4/1/2001

Re: [PHP-DEV] Can we have a PING function?

2001-04-01 Thread Andi Gutmans
Do most servers and OS's (for example Windows) support the sending of a UDP package to the echo port? Andi At 12:39 AM 4/2/2001 -0400, Dave Crawford wrote: Before I ask for a PING function in a future build of PHP, is there a way to ping a remote host using the existing PHP functions

Re: [PHP-DEV] Question about socket ext. file descriptors

2001-03-29 Thread Andi Gutmans
as the extension can easily have file descriptor leaks. The socket should really be saved either in the resource list or in a socket extension local list in order to be able to cleanup at shutdown. I think in the meanwhile you should assume it might change to using resources. Andi At 10:56 PM 3/28

Re: [PHP-DEV] Question about socket ext. file descriptors

2001-03-29 Thread Andi Gutmans
but in the least it should be fixed not to leak fd's even if you go with the integer fix implementation. But it is not very PHP to do that. You already have an fd resource as far as I know in ext/standard so you can use that. Andi At 02:02 AM 3/29/2001 -0800, Lars Torben Wilson wrote: Andi

Re: [PHP-DEV] Question about socket ext. file descriptors

2001-03-29 Thread Andi Gutmans
that clears it up... Not for me :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-21 Thread Andi Gutmans
, the error_reporting() pl1 in 4.0.1 was due to a bug which was in the CVS a long time. It was not a spontaneous bug that was introduced. Andi At 07:50 PM 3/21/2001 +0100, Sascha Schumann wrote: On Wed, 21 Mar 2001, Andi Gutmans wrote: A couple of these were buffer overflows IIRC which were security

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: andi Tue Mar 20 10:13:21 2001 EDT Added files: (Branch: PHP_4_0_5) /php4/sapi/fastcgiCREDITS Makefile.in README.FastCGI config.m4

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 07:41 PM 3/20/2001 +0100, Jani Taskinen wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: andi Tue Mar 20 10:13:21 2001 EDT Added files: (Branch: PHP_4_0_5

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/fastcgi

2001-03-20 Thread Andi Gutmans
At 07:57 PM 3/20/2001 +0100, Jani Taskinen wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: I couldn't find any indication that this can break any of the other sapi builds so I don't think there's a problem with adding it. Okay. But still I find it very annoying that we don't follow the rules

RE: [PHP-DEV] feature request

2001-03-19 Thread Andi Gutmans
:) Andi At 08:25 AM 3/19/2001 -0700, Chris Newbill wrote: That is the only thing that I see of any real use as well. I was just humoring Andi and his idea that we would soon be requesting that feature of knowing which one failed the test. -Chris -Original Message- From: Zeev

RE: [PHP-DEV] feature request

2001-03-19 Thread Andi Gutmans
isset($var1, $var2,...) is in the CVS now. If everyone is happy with it and doesn't want it to make coffee I think it should stay in. If not we have lots of time to revert the patch before 4.0.6 :) Andi At 08:25 AM 3/19/2001 -0700, Chris Newbill wrote: That is the only thing that I see of any

Re: [PHP-DEV] feature request

2001-03-19 Thread Andi Gutmans
ne the way it is now and useful for people who I have seen that do a zillion of isset()'s one after each other, but I might be wrong. Andi That is the only thing that I see of any real use as well. I was just humoring Andi and his idea that we would soon be requesting that feature o

Re: [PHP-DEV] feature request

2001-03-19 Thread Andi Gutmans
Ugh, that's exactly what I didn't want to get into. If you want an array of results you're better of doing a few if() statements. It's faster and writes much nicer code. Andi At 02:08 PM 3/19/2001 -0600, Jason Greene wrote: Perhaps isset should be branched to form a separate function

Re: [PHP-DEV] feature request

2001-03-19 Thread Andi Gutmans
I think it makes sense to have empty() behave the same as isset() (they are brother functions). empty($a, $b, $c) would return 0 if non are empty and 1 if one of those variables is empty. Andi At 12:22 AM 3/20/2001 -0500, Jon Parise wrote: On Mon, Mar 19, 2001 at 11:35:31PM +0200, Zeev

Re: [PHP-DEV] Getting Started with new module

2001-03-18 Thread Andi Gutmans
this kind of module but I might be wrong. In any case, once we create a repository for modules which live outside the PHP CVS we could then move it there. Andi At 08:29 PM 3/18/2001 -0600, Brian Foddy wrote: Some months back I inquired about writing a BEA Tuxedo module for PHP. I got side-tracked

RE: [PHP-DEV] feature request

2001-03-18 Thread Andi Gutmans
It should be possible to do this. I'll look into it. But I also need to think about how much sense it makes :) Today you're asking for isset(...,...,...). Tomorrow you will ask to know which one was not set if it failed. So I hope what youreally want is only the first. Andi At 09:42 PM 3/18

[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.5RC1

2001-03-15 Thread Andi Gutmans
unctions.c accordingly. We might need Sascha on this one. He wrote those scripts. Outstanding bugs that still affect 4.0.5 RC1: #8828 mktime still does not produce correct information. - No known work-around for this issue. A show stopper in my opinion. I don't think this is a show stopper. Andi

[PHP-DEV] Re: [PHP-QA] QA: chunked output buffering does not work on win32 + internal function output callbacks

2001-03-15 Thread Andi Gutmans
This is extremely reproducible. Definitely a show stopper until Zeev fixes this one. Andi At 01:38 AM 3/14/2001 +0100, Andr Langhorst wrote: Hi Zeev, chunked output buffering seems to work on Linux. Unfortunately several things do not work (anymore) on win32 (tested CGI): 1) Using ob_start

Fwd: RE: [PHP-DEV] 4.0.5RC1

2001-03-14 Thread Andi Gutmans
Any idea what the problem could be? I doubt Mac OS X uses \r\n. Andi From: Lon Baker [EMAIL PROTECTED] To: [EMAIL PROTECTED], "Zeev Suraski" [EMAIL PROTECTED], [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: RE: [PHP-DEV] 4.0.5RC1 The source compiles and installs as a DSO under

[PHP-DEV] Re: Memory corruption in Zend, should we allow this?

2001-03-14 Thread Andi Gutmans
I tried the following (command line): ? $foobar-rfoo=$a; $foobar-r2foo=$foobar-rfoo; $foobar-rfoo=4; print $a; and it didn't crash. Are you sure this reproduces a crash for you? On which platform? And any other information you can give us. Andi At 03:27 AM 3/15/2001 +0100, Andr Langhorst

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andi Gutmans
I commited a patch but didn't test it. Andrei, please make sure I don't have some dumb bug there. Andi At 10:12 AM 3/12/2001 -0600, Jason Greene wrote: strlcpy, and strlcat are in the win32 build (main/strlcat.c main/strlcpy.c) why dont you malloc a buffer that would fit the sprintf data

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andi Gutmans
Because snprintf() sucks and what we did is faster :) Andi At 09:25 AM 3/12/2001 -0800, Shane Caraveo wrote: Why not add a: #define snprintf _snprintf to the zend_config.w32.h file? That should take care of the mentioned compile problem under windows. - Original Message - From

Re: [PHP-DEV] whats the standard for OO builtin_functions?

2001-03-12 Thread Andi Gutmans
If it's not an alias I think you probably want PHP_FE(member_function, NULL) and use PHP_FUNCTION(member_function) in the function decleration. Andi At 12:06 PM 3/12/2001 -0600, Jason Greene wrote: Can anyone tell me what the standard is for the builtin_functions function_entry in OO, should

Re: [PHP-DEV] Re: static call bugs?

2001-03-10 Thread Andi Gutmans
in the next few days to work on it but maybe I'll be able to steal some stuff from my Zend.com article. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DEV] Re: popen() spans 100 processes

2001-03-09 Thread Andi Gutmans
I'm not quite sure if it is related but in general popen() doesn't work on non-console PHP under windows. I think your CGI is running without a console and the same happens with ISAPI. Someone is working on fixing this Windows issue but no results yet. Andi At 07:20 AM 3/9/2001 +0100, Andr

[PHP-DEV] Re: Static vars in methods

2001-03-09 Thread Andi Gutmans
Yeah, it's supposed to be this way. We copied C++. Andi At 10:50 AM 3/9/2001 -0600, Andrei Zmievski wrote: Just ran into something (well, actually searching for it) and wanted to know what everyone's thoughts on this were and whether it should stay that way. ?php class Foo { function get

[PHP-DEV] Re: Static vars in methods

2001-03-09 Thread Andi Gutmans
By the way, if you need something that works you can just add the following line in your constructor: $this-mystatic = $GLOBALS["__myclass_mystatic"]; Then use $this-mystatic in all of your methods. It's not built-in but it should work pretty nicely. Andi At 11:02 AM 3/9/2001 -06

[PHP-DEV] Re: static call bugs?

2001-03-09 Thread Andi Gutmans
, you will get an error without any reason... I'll look at this tomorrow. Don't have time right now. Andi I guess these are bugs, aren't they? ?php class foo { function moo() { // $this-boo=2; // try to remove the comments print '$this is '; if (!isset

Re: [PHP-DEV] Re: static call bugs?

2001-03-09 Thread Andi Gutmans
ings which aren't necessarily supposed to work. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-08 Thread Andi Gutmans
At 02:20 PM 3/8/2001 +0100, Hellekin O. Wolf wrote: At 22:33 07/03/2001 +0200, Andi Gutmans wrote: Why not bzip2_? *** Well, if bzip2_, then gzip_ ! If gz_ then bz_ or bz2_. Am I wrong or too fastidious ? No, because gz_ has existed for a long time. If we'd give it a name today we'd probably

Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 11:07 AM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 23:48 06/03/2001 -0700, Zak Greant wrote: Andi wrote: [snip] Yep. Let's start doing some damage. bzip2 is a very good victim. bzclose - bz_close bzcompress - bz_compress bzdecompress - bz_decompress bzerrno - bz_errno bzerror

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 04:34 PM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? Maybe errstr should be changed to errmsg ? (Did I say that elsewhere ? ;-) As the file extension is .bz2, maybe the prefix should be bz2_

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-07 Thread Andi Gutmans
At 10:20 AM 3/7/2001 -0700, Zak Greant wrote: Andi wrote: At 04:34 PM 3/7/2001 +0100, Hellekin O. Wolf wrote: At 17:22 07/03/2001 +0200, Andi Gutmans wrote: *** What is the difference between error ad errstr ? bzerror returns an array containing the error string and error number

[PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
Can you please resend :) Andi At 11:02 AM 3/6/2001 -0700, Zak Greant wrote: Hello Everyone, Is anyone bold enough to comment on the suggested names besides Phil? I know that you all have opinions... Don't make me use humor again. This time, I'll make fun of people by name (and by reference

Re: [PHP-DEV] copy of object is not copy PHP4.0.4 serious BUG

2001-03-06 Thread Andi Gutmans
about it I don't have a quick answer. You can most probably code around it (create a $a-clone() function which also copies the object inside). Andi At 07:20 PM 3/6/2001 +0100, Roland wrote: Hello, consider following two classes: class TDynVars { var $vars; function

[PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
() are OK as they are on the language level. 6) I think create_function() is OK. There was a long thread which decided upon this name. Same for function_exists(). That's pretty much it. I'll let you guys know if something else pops up. Interesting to see what others think. Andi -- PHP

Re: [PHP-DEV] object-method() chaining

2001-03-06 Thread Andi Gutmans
Hi, We are aware of this limitation. I am trying to think of a good way to solve this and it isn't trivial. I'll try and come up with something. Andi At 02:41 PM 3/6/2001 -0600, The Doctor What wrote: I'm currently working on the DB project from h*ll. Why? Because a lot of the tables

[PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
At 05:05 PM 3/6/2001 -0700, Zak Greant wrote: Andi wrote: [snip] I don't have any complaints or helpful comments on what was above this. 3) Why change the imap ones to not include underscores? Looks as if you did the reverse here :) Removing the underscores was the choice that meant

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
to this :) This issue was closed a long time ago. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
bstracts C API's and doesn't necessarily have to be the exact same thing as C. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-03-06 Thread Andi Gutmans
At 11:28 PM 3/6/2001 -0700, Zak Greant wrote: Andi wrote: At 05:05 PM 3/6/2001 -0700, Zak Greant wrote: Andi wrote: [snip] I don't have any complaints or helpful comments on what was above this. 3) Why change the imap ones to not include underscores? Looks as if you did

Re: [PHP-DEV] NSAPI patch / CVS access

2001-03-02 Thread Andi Gutmans
I commited your patch. Andi At 01:26 PM 3/2/2001 +0100, Whitehead Anthony wrote: Hiyas, I just tried to commit the attached patch to the NSAPI module but it seems my CVS write access has expired ;) Here attached is the patch for NSAPI from Andrew Johnson, I've tested it on several UNIX

Re: [PHP-DEV] NSAPI patch / CVS access

2001-03-02 Thread Andi Gutmans
but if it's PHP (SAPI.c) then it probably isn't. Andi At 01:26 PM 3/2/2001 +0100, Whitehead Anthony wrote: Hiyas, I just tried to commit the attached patch to the NSAPI module but it seems my CVS write access has expired ;) Here attached is the patch for NSAPI from Andrew Johnson, I've tested

[PHP-DEV] Re: about users of japanese localized php3

2001-03-02 Thread Andi Gutmans
come up with. If your work is extendible to support other languages that have the same problem (there must be others) that would be even better. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] NSAPI patch / CVS access

2001-03-02 Thread Andi Gutmans
At 10:29 AM 3/2/2001 -0600, Andrew Johnson wrote: Andi Gutmans wrote: I just reviewed the patch quickly. Are you sure that using MALLOC() for the SG(request_info) variables is OK? I think so. php4_execute() contains nsapi_request_ctor(NSLS_C SLS_CC); retval

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-03-01 Thread Andi Gutmans
or at a price of making 50% of people's old scripts not work. I am also very much against compile-time options because I'd expect a script written in PHP and posted on some sites code exchange to work for everybody. Andi At 04:04 AM 3/1/2001 -0700, Zak Greant wrote: Phil wrote: Ron - whose postings

Re: [PHP-DEV] NSAPI Modifications for iPlanet/NES 4.1

2001-03-01 Thread Andi Gutmans
Can you please send it as an attachment and I'll apply it. (It would also be good if someone who is familar with the nsapi extension to take a look at the patch). BTW what are MALLOC() and FREE()? Andi At 05:14 PM 3/1/2001 -0600, Andrew Johnson wrote: Someone said they'd commit the following

Re: [PHP-DEV] SSL - joining sockets and files

2001-02-28 Thread Andi Gutmans
* (can't remember if that's possible or not :). Andi At 02:12 AM 3/1/2001 +, Wez Furlong wrote: I've just looked through the code. The current issock stuff is a bit of a nightmare, but not too much of a problem. Most of the codebase seems to be fairly well behaved with FP_FGETS and friends

Re: [PHP-DEV] SSL - joining sockets and files

2001-02-28 Thread Andi Gutmans
Too early in the morning. I just remembered fdopen() :) Andi At 07:14 AM 3/1/2001 +0200, Andi Gutmans wrote: This sounds pretty good. I'll try and look at the code this weekend. Some of the code is really ugly especially the legacy code. When you say there are places which need a FILE * do you

Re: [PHP-DEV] ctype function (re?)naming

2001-02-27 Thread Andi Gutmans
One of the below IMO. Andi At 10:26 AM 2/26/2001 +0100, Hartmut Holzgraefe wrote: RFC: what should their names be in 4.0.5? ( ) stay with ctype_alpha() ... (X) switch to ctype_isalpha() ... () switch to ctype_isalpha() ... and have ctype_alpha() aliases (X) switch

Re: [PHP-DEV] SLEEP and MAXEXECUTIONTIME and NAUGHTY modules

2001-02-27 Thread Andi Gutmans
()? 2) Could we not use: #include unistd.h #define sleep (n) \ { struct timeval tv; \ tv.tv_sec=n; \ tv.tv_usec=0; \ select(0,NULL,NULL,NULL,tv); \ } Where did you see that? Andi as well as being more accurate it would not break max-execution-time. And while we are at it define

Re: [PHP-DEV] SSL socket support (LONG!)

2001-02-27 Thread Andi Gutmans
an if (issock) Messy letter but I hope you get my idea :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: Japanese PHP

2001-02-25 Thread Andi Gutmans
At 08:44 PM 2/25/2001 +, Wez Furlong wrote: Andi Gutmans wrote: Does Japanese actually work in a decent way with PHP? From the zillions of Japanese sites I've seen running it I'd guess it works :) Theres a bunch of extensions that add multibyte support from ftp

Re: [PHP-DEV] Renaming fopen-wrappers.[ch] to fopen_wrappers.[ch]

2001-02-24 Thread Andi Gutmans
No problem. By the way, any idea how well PHP runs on OS/390? Does it actually work natively? Does it run as an Apache module? Andi At 09:23 PM 2/23/2001 +0100, Sascha Schumann wrote: Background: Apparently, OS/390 cannot handle files containing dashes. Because almost all of our

[PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / modules.h zend_builtin_functions.c

2001-02-24 Thread Andi Gutmans
Hopefully fixed now. Andi At 11:06 PM 2/24/2001 +0100, Sebastian Bergmann wrote: Andi Gutmans wrote: andiSat Feb 24 23:16:58 2001 EDT Modified files: /Zend modules.h zend_builtin_functions.c Log: - Add exports from Daniel Beulshausen cgi_main.c ..\main

[PHP-DEV] pack()/unpack()

2001-02-22 Thread Andi Gutmans
be too hard but of course it would be best for the original author (Chris) to dive back into his code :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DEV] popen() on Win32

2001-02-20 Thread Andi Gutmans
I can never remember who said they were mentioning on getting popen() to work on Win32. In any case, if someone's working on it any chance this can make it in for 4.0.5? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Time for 4.0.5?

2001-02-19 Thread Andi Gutmans
your thoughts. Our Launchpad (QA) guys have a few fixes to go into the CVS. I think it will be done by the end of the week. So I think March 1st sounds OK for branching off RC1. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread Andi Gutmans
4 there are at least a couple of dozen if not more using it. Andi At 11:34 PM 2/13/2001 +0100, Andr Langhorst wrote: This will break backwards compatibility, and I am not really in favor of adding a new param to get_meta_tags in order to include this new functionality, that will just obfuscate

Re: [PHP-DEV] Compiling under Borland C Builder / No BEGIN_EXTERN_C?

2001-02-13 Thread Andi Gutmans
, Andi At 06:46 PM 2/13/2001 -0500, Bryan Mayland wrote: I've been working on a project which requires me to write a zend extension (http://capnbry.dyndns.org/phpub/), I've been using Visual Studio to do the work so far as this is targeted for the Win32 platform. I recently decided to move

RE: [PHP-DEV] Changing implementation of get_meta_tags for 4.0.5

2001-02-13 Thread Andi Gutmans
d an Email to php-general@ and ask who uses it and how. It will give you an idea if there are lots of people or none. Again, if the only problem you fixed is the multi-line problem then I think people won't get bitten by this. Andi At 01:01 AM 2/14/2001 -0500, Sean R. Bright wrote: Well I certa

Re: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c ho

2001-02-12 Thread Andi Gutmans
reason besides it saving you guys a "cp -r ; ./buildconf" to include it in the main PHP distribution? Andi At 07:15 PM 2/12/2001 +, James Moore wrote: Thought this should really be brought up on Dev list rather than CVS list but personally I dont think that midgard h

Re: [PHP-DEV] wrong implementation of isset()?

2001-02-07 Thread Andi Gutmans
also the === operator. I really think that if your script differentiates between these two cases you might not be writing it very well. OK, I know it's a messy Email. I'm on the way to bed but I hope it clarifies a few things :) Andi -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] popen() on Win32

2001-02-03 Thread Andi Gutmans
Reminder! :) Andi At 05:27 PM 1/21/2001 +0100, Derick Rethans wrote: Hi, A couple of guys here said they are working on creating a popen() alternative solution for Win32. Any progress? I'm busy with it. I'm making progress indeed. I only have to bring the code into the PHP source now

Fwd: RE: [PHP-DEV] Bug #8732

2001-02-03 Thread Andi Gutmans
Anyone else bump into something like this? Andi Subject: RE: [PHP-DEV] Bug #8732 Date: Fri, 2 Feb 2001 13:54:09 +0100 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] Bug #8732 Thread-Index: AcCG63JZ+YNk1p38Q8COcgf0ren1RwGK6w/Q From: "Edin Kadribasic" [EMAIL PROTECTED]

RE: [PHP-DEV] ooops, i thought it new one but:

2001-01-27 Thread Andi Gutmans
Moshe, It's quite difficult to exploit this vulnerability without knowing your servers setup. It is possible, but personally I wouldn't worry too much about it although you should urge your ISP to upgrade to 4.0.4pl1. Andi At 08:07 PM 1/27/2001 +, James Moore wrote: No. the bug

Re: [PHP-DEV] Proposal for updating the PDF-extension

2001-01-24 Thread Andi Gutmans
to PHP but think of what API would be the most useful for PHP programmers allowing them flexibility but staying with it's short development time advantage. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] popen() on Win32

2001-01-21 Thread Andi Gutmans
Hey, A couple of guys here said they are working on creating a popen() alternative solution for Win32. Any progress? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] popen() on Win32

2001-01-21 Thread Andi Gutmans
. I'll try to finish it this week, but it will be a hack, because I don't understand your V_* macro's quite well. But I assume some devs can assist me with this later on. Great! I can assist you. Ask me questions about the V_*'s and I'll do my best :) Andi -- PHP Development Mailing List http

Re: [PHP-DEV] RE: mysql_pconnect still broken (was: RE: What does this mean ?)

2001-01-17 Thread Andi Gutmans
Looks like this was my bad :) Sorry, Andi At 01:47 AM 1/17/2001 +0200, Zeev Suraski wrote: Yep, you're right. Fixed. Thanks, Zeev At 23:24 16/1/2001, Steven Roussey wrote: OK. Look at a quick report. I've just installed php4-200101152345. It runs with mysql-3.23.27-beta. Apache 1.3.12

Re: [PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-16 Thread Andi Gutmans
I think the code itself should be fixed (with #ifdef or add it to the socket abstraction). It's dangerous to redefine errno because other code uses it too. Andi At 01:01 PM 1/14/2001 -0800, Christophe Thibault wrote: I just came across a bug still present in the latest php 4 release. i have

Re: [PHP-DEV] comments in php

2001-01-13 Thread Andi Gutmans
it doesn't. Andi At 09:05 PM 1/13/2001 +0100, Moritz Petersen wrote: I am wondering, since php is an interpreted language, if it slows down the more comments are inside a sourcecode or not. thanx, mOrP -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

<    5   6   7   8   9   10