Re: [PHP-DEV] PECL

2002-05-25 Thread Andi Gutmans
mechanism for C extensions like I mentioned which would work without phpize but copy to ext/ and then do a buildconf. I see this as the mechanism which would allow us to move certain extensions out of ext/. I've mentioned this to Stig in the past so he might have it on his TODO. Andi -- PHP

RE: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
implementation on existing work, for example, Brad's work. As I personally don't have the knowledge nor the time I'm just making the suggestion :) It's up to people who are interested in this topic to move it forward. I think it would be extremely beneficial to PHP. Andi At 17:52 23/05/2002 +0200, phpsurf

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
As I mentioned earlier I am a big +1 for it. Probably php-webservices@ is even better as it covers more and sounds good :) Andi At 11:05 23/05/2002 -0700, Rasmus Lerdorf wrote: So do we want a [EMAIL PROTECTED] mailing list? I can set it up if you say the word. -Rasmus On Thu, 23 May 2002

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
Then go for soap, that's fine too. The most important thing is that we manage to get good SOAP support into PHP which will work out of the box and can be documented officially in the manual. Andi At 14:08 23/05/2002 -0700, Rasmus Lerdorf wrote: I really don't like the term Web Services. SOAP

RE: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
and advertised. If the best base will be xmlrpc-epi (time for a name change? :) then that's fine. Andi At 23:15 23/05/2002 +0200, Stig S. Bakken wrote: PHP already has SOAP support bundled in the xmlrpc extension, which is built upon the xmlrpc-epi library that we bundle. Why can't people improve

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
that perception, as Zeev put it, everything or almost everything. Andi At 15:39 23/05/2002 -0700, Rasmus Lerdorf wrote: At 00:08 24/05/2002, Rasmus Lerdorf wrote: I really don't like the term Web Services. SOAP is an RPC mechanism and has nothing to do with the web despite what M$ would like

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
At 02:04 24/05/2002 +0300, Andi Gutmans wrote: I think the point Zeev was making is that in real life these days many decision makers are looking for the web services buzz word when choosing a technology. Telling them PHP supports web services can only be a good thing in the fight against MS

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Andi Gutmans
for the wrapping of the C classes and other things like test harness and the interop scripts in PEAR::SOAP to work with ext/soap. I agree. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] add lchown as a third parameter to chown and chgrp

2002-05-17 Thread Andi Gutmans
Seems fine to me. Andi At 12:41 17/05/2002 +0200, Daniel BODEA wrote: No reaction the first time so this is a repost. Diffed against the stable 4.2.0 source tree. Adds an optional third bool to chown and chgrp that makes use of the lchown system call to change the owner and group

Re: [PHP-DEV] Detecting object types

2002-05-05 Thread Andi Gutmans
If you can get a zend_class_entry * to the class you want to check again then ce-refcount will be unique-per-class. In Engine 2 ce itself will be unique. Andi At 10:03 05/05/2002 -0700, brad lafountain wrote: Im looking for the exact type.. not if is an object or not. I want to know

RE: [PHP-DEV] A better strlcat()

2002-05-03 Thread Andi Gutmans
At 13:16 03/05/2002 +0200, [EMAIL PROTECTED] wrote: On Fri, 3 May 2002, Zeev Suraski wrote: To make it clear, this *WAS* a joke :) But your quote was already saved and published :) Where? :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Andi Gutmans
At 14:44 02/05/2002 +0300, Zeev Suraski wrote: At 14:00 02/05/2002, [EMAIL PROTECTED] wrote: On Thu, 2 May 2002, Zeev Suraski wrote: At 13:36 02/05/2002, [EMAIL PROTECTED] wrote: Some hosters use this feature to have different settigns for different customers... Do you know this for a

Re: [PHP-DEV] A better strlcat()

2002-05-02 Thread Andi Gutmans
Are you sure it behaves *exactly* like the existing one? I stole the implementation from OpenBSD so it might be a good idea for you to send it to them. They are the best to shed light on this and see if it's exactly the same and faster. Andi At 09:00 02/05/2002 -0700, Preston L. Bannister

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Andi Gutmans
Isn't this all a bit of an overkill? Andi At 12:18 02/05/2002 -0700, Shane Caraveo wrote: Zeev Suraski wrote: Does anybody have an opinion about this? Of course! ;) ini search order 1. PHP_BIN_DIR (\php\) 2. OS_DIR (\winnt\) To fix the ini issue we need more than just this. The best I can

Re: [PHP-DEV] config.w32.h...registry configuration

2002-05-02 Thread Andi Gutmans
At 13:14 02/05/2002 -0700, Shane Caraveo wrote: Andi Gutmans wrote: Isn't this all a bit of an overkill? Andi #5 probably is, it's a nicety, but I think the other items are relatively necessary unless you are dependent entirely on Apache, which provides extensive configurability. #1

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Andi Gutmans
.) Is this okay? 2.) How do I do this? :-) Is it really necessary? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] config.w32.h

2002-05-01 Thread Andi Gutmans
Ignore my previous Email. I think it's fine.. Andi At 17:44 01/05/2002 +0200, Sebastian Bergmann wrote: Daniel Beulshausen wrote: what's the reason to rename the file? As I pointed out in a previous posting, this way we could put config.w32.h into .cvsignore and let it be created from

RE: [PHP-DEV] config.w32.h

2002-05-01 Thread Andi Gutmans
I also prefer configuration files over registry. Andi At 11:04 01/05/2002 -0700, Preston L. Bannister wrote: From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] At 18:35 01.05.2002 +0200, Sebastian Bergmann wrote: Daniel Beulshausen wrote: do you mean constants like PHP_EXTENSION_DIR

RE: [PHP-DEV] ?= and %= both work, why not ?php=

2002-04-26 Thread Andi Gutmans
into it again. I'm sure you'll survive writing an extra 5 characters. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] lt;?= and lt;%= both work, why not lt;?php=

2002-04-26 Thread Andi Gutmans
installations. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Persistent overloaded class registration problem,

2002-04-25 Thread Andi Gutmans
underlying layers do all this stuff properly for me. I'm not sure what's happening there. Did you grep the directories under ext/ for examples of how to use zend_register_internal_class()? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] RFI: Request for Interfaces

2002-04-21 Thread Andi Gutmans
Hey, Although this sounds interesting I still have a hard time seeing the end result. Can you please give a description/examples on how this will impact the end user? Thanks, Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Feature request: anonymous usage of returned values

2002-04-20 Thread Andi Gutmans
This isn't planned for Engine 2 but you could use: list($year) = localtime($time); Andi At 03:17 20/04/2002 +0200, Markus Fischer wrote: I've brought this up on the Zend Engine2 list a while ago. The result was that it is not planned to support dereferencing of arrays from

Re: [PHP-DEV] Re: Bug #16687 Updated: Constants not being interpreted in variable variables

2002-04-20 Thread Andi Gutmans
. In the meanwhile I suggest you keep on using $HTTP_*_VARS until you find that you can move to _GET. I don't want to screw up the implementation and performance of _GET for BC. If you need BC you should stick to the old ones that is why they have been left behind. Andi At 15:32 19/04/2002 -0500, Lux

Re: [PHP-DEV] Inline optimization

2002-04-20 Thread Andi Gutmans
as inline. That should be good enough because we inline where it's important. I wouldn't go with -O3 nor with -finline-functions. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Bug #16687 Updated: Constants not being interpreted in variable variables

2002-04-20 Thread Andi Gutmans
think we should document that indirect references to $GLOBALS shouldn't be used. It might change. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] REMOVING Inline optimization option

2002-04-20 Thread Andi Gutmans
? If so I'm OK with removing it. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] RE: [Zend Engine 2] ZE2 Test Windows Binaries

2002-04-16 Thread Andi Gutmans
At 20:27 15/04/2002 +0200, phpsurf wrote: that'd be great ! don't you have some website somewhere ? Andi ? any idea ? I could put them up. Andi -Original Message- From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] Sent: lundi 15 avril 2002 19:31 To: [EMAIL PROTECTED] Subject: Re

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Andi Gutmans
At 07:27 16/04/2002 -0700, brad lafountain wrote: And next week i have a special C# traning for PHP developers. Offered free by Microsoft. alls i have to say is WOW. This is one pathetic attempt by Microsoft. I wouldn't call it pathetic because these things work. Andi -- PHP

Re: [PHP-DEV] Let's fork GD!

2002-04-12 Thread Andi Gutmans
sure that the patent is only on the LZW? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: The PHP Platform

2002-04-12 Thread Andi Gutmans
web services. I am not sure how well know Pear is (I assume most of this stuff would be done in Pear) but it'd make sense to at some point push PHP+Pear as the PHP Platform giving solutions for things dotnet and java give. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Re: Proposal for aggregation vs. MI

2002-04-11 Thread Andi Gutmans
and get it out! Andi At 13:24 11/04/2002 -0500, Andrei Zmievski wrote: Andi Gutmans wrote: I'll sum up my proposal again. Support the following: class MyClass extends MyParent aggregates Timer, FooBar { } $obj = new MyClass; // Creates $obj-Timer and $obj-FooBar $obj-method

Re: [PHP-DEV] object refrences (POSSIBLE MAJOR BUG)

2002-04-11 Thread Andi Gutmans
Can you run this on the Engine 2 and see what happens? Andi At 09:37 11/04/2002 -0700, brad lafountain wrote: After a full day of looking into a bug on a script i have i found this problem. basically if you invoke a method from a member object it adds a ref instead of keeping it 'non ref

Re: [PHP-DEV] object refrences (POSSIBLE MAJOR BUG)

2002-04-11 Thread Andi Gutmans
and not objects as language primitives which some problems especially additional copying of objects. Try and always treat your object by-reference and it'll probably work. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] copy-on-write

2002-04-11 Thread Andi Gutmans
and on a write.. just check if should_be_ref is 0 and is_ref is 1. then separete_zval(). i dont' know if/how much COW php is handling this now. but i would be interested in finding out. It pretty much does all the COW it can. Andi -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-11 Thread Andi Gutmans
but it's the same as doing: class foo { function foo() { $this-bar = new foo(); } } There are lots of ways of shooting yourself in the foot. Simple recursion will do the trick too. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Let's fork GD!

2002-04-11 Thread Andi Gutmans
At 07:36 12/04/2002 +0200, Stig S. Bakken wrote: Yes! The end to all GD-related configure problems! Can we put the GIF support back too, please? :-) Not a good idea in my opinion. :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Andi Gutmans
explained it well. Let me know if you have any questions. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RE: [PHP-QA] Supporting Apache 2 with PHP 4.2.0

2002-04-10 Thread Andi Gutmans
version stable. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Andi Gutmans
At 12:46 10/04/2002 -0700, brad lafountain wrote: --- Andi Gutmans [EMAIL PROTECTED] wrote: Hey guys, I still haven't finished reading the looong thread on aggregation vs. MI because you guys write so much :) I would like to make a proposal for a solution which I think would fit

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Andi Gutmans
At 12:46 10/04/2002 -0700, brad lafountain wrote: --- Andi Gutmans [EMAIL PROTECTED] wrote: Hey guys, I still haven't finished reading the looong thread on aggregation vs. MI because you guys write so much :) I would like to make a proposal for a solution which I think would fit

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Andi Gutmans
At 13:07 10/04/2002 -0700, brad lafountain wrote: --- Andi Gutmans [EMAIL PROTECTED] wrote: At 12:46 10/04/2002 -0700, brad lafountain wrote: --- Andi Gutmans [EMAIL PROTECTED] wrote: Hey guys, I still haven't finished reading the looong thread on aggregation vs. MI

Re: [PHP-DEV] Proposal for aggregation vs. MI

2002-04-10 Thread Andi Gutmans
for strict typing, v-tables, and so on should be looking at languages such as Java, C# and C++. (Although each one of these also has their quirks). Sorry to be so blunt but I don't want to see PHP changed into yet another hard to use strongly typed compiled language. I want to keep its spirit. Andi

Re: [PHP-DEV] new port

2002-04-07 Thread Andi Gutmans
This isn't really an error because the argument count can't overflow in this situation. In any case, I'll see if we can't clean up these warnings a bit by making the l-values ulong. Andi At 13:48 07/04/2002 -0400, fabwash wrote: Hello, I achieved the first step of victory last night I got

[PHP-DEV] Back from vacation

2002-04-06 Thread Andi Gutmans
Hey, I just got back from my vacation so I'll try and reply to any unanswered Email as soon as possible. And of course catch up on my php-dev reading. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] cvs: php4 /main/main.c [[Re: [PHP-DEV] ErrorLog problem]]

2002-04-06 Thread Andi Gutmans
If you're at it can you guys please use strlcpy() instead of strncpy(). Thanks, Andi At 15:39 30/03/2002 +0100, Marcus Boerger wrote: Try this patch. It does the same but it's a better solution. But where is the configure variable to have your feature disabled by default? - keep to discussion

Re: [PHP-DEV] list() limitations

2002-04-06 Thread Andi Gutmans
Hashes don't have any notion of order so I don't quite understand what you'd expect to see in $a and what in $b. Well actually I know what you expect but it doesn't fit in with hashes. It's not a bug but just the way list() works. Andi At 06:29 06/04/2002 +, Philip Olson wrote: Hello

[PHP-DEV] Schedule for 4.2.0

2002-04-06 Thread Andi Gutmans
Any idea when 4.2.0 is supposed to be released. I remember people asking me to wait for the Engine 2 preview until 4.2.0 is out and base it on that. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 4.1.3?

2002-04-06 Thread Andi Gutmans
is to test apache 2.0.35 with the CVS branch PHP_4_2_0 and do some proper QA on it. Then the new PHP 4.2.0 release has the support, the latest features and there has been done adequate QA. I agree with Derick. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http

Re: [PHP-DEV] ZendEngine 2

2002-03-29 Thread Andi Gutmans
As in the Engine 2 overloaded classes don't necessarily have a class entry we have to check out what needs to be done here. I haven't had time to look at the code but I'll check it out when I get back from vacation. Andi At 23:47 26/03/2002 +0100, Emmanuel FAIVRE wrote: Hi all, i'm currently

[PHP-DEV] Re: Bug #16265: Multiply-defined functions in classes not reported

2002-03-25 Thread Andi Gutmans
Looks like a good fix to me. I'd just change the error message to Cannot redeclare method %s() The patch can go into Engine 1 and 2. Andi At 20:10 25/03/2002 +0100, Derick Rethans wrote: Hello, the attched patch fixes this for me, but I'm sure it will impact a lot of other things. Andi, can

[PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
want to do some testing of my own). Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
At 11:48 23/03/2002 +0100, Sebastian Bergmann wrote: Andi Gutmans wrote: I think if I improve the ZEND_CHANGES document that should be enough documentation to get people to test drive things. What improvements are necessary? I'd like to help here. I will read over it again and get back

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
a preview version to toy with and not to use it for actual production work. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
, not to be used in production, etc. Imagine the confusion if the two got mixed up somehow. Of course! I agree 100%. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
At 12:19 23/03/2002 +0100, [EMAIL PROTECTED] wrote: On Sat, 23 Mar 2002, Andi Gutmans wrote: It's probably best to base this version on the 4.2.0 branch as the 4.3.0 will probably take some time to be stable due to the huge amount of streams changes. I will try and get something

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
At 12:19 23/03/2002 +0100, [EMAIL PROTECTED] wrote: On Sat, 23 Mar 2002, Andi Gutmans wrote: It's probably best to base this version on the 4.2.0 branch as the 4.3.0 will probably take some time to be stable due to the huge amount of streams changes. I will try and get something

Re: [PHP-DEV] Question concerning zend_mem_header

2002-03-23 Thread Andi Gutmans
The list is used in order to cleanup any per-request memory leaks (Also in release mode). It's very much needed. Andi At 13:08 23/03/2002 +0100, Stefan Esser wrote: Hi, currently all memory allocated with emalloc has a zend_mem_header infront of it. This header contains the backward

Re: [PHP-DEV] Building CVS version with ZendEngine2

2002-03-23 Thread Andi Gutmans
Anyone know where to touch the makefiles? Andi At 13:17 23/03/2002 +0100, Emmanuel FAIVRE wrote: Hi all, i'm trying to build the cvs version of PHP with ZendEngine2 and have an error in make here is the list of the command : #cvs co php4 #cd php4 #cvs co ZendEngine2 #cvs cv TSRM #mv ZendEngine2

Re[2]: [PHP-DEV] CVS Account Request: chep

2002-03-23 Thread Andi Gutmans
At 14:19 25/03/2002 +0200, Jury Cherepanov wrote: Hello Andi, Saturday, March 23, 2002, 1:53:47 PM, you wrote: AG At 11:48 23/03/2002 +, Jury Cherepanov wrote: Developing Next Generation Of PHP - PHPO (PHP Objectiv) Fully Object Orintied Systaxis in PHP supporting old instruction. AG

Re: [PHP-DEV] Preview version of Zend Engine 2 powered PHP

2002-03-23 Thread Andi Gutmans
At 13:43 23/03/2002 +0100, [EMAIL PROTECTED] wrote: On Sat, 23 Mar 2002, Andi Gutmans wrote: At 13:21 23/03/2002 +0100, Derick Rethans wrote: We will reach RC3, you can trust me on that :) If everything goes according plan, it will be April 12, 2002. Okay but I don't quite

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

2002-03-23 Thread Andi Gutmans
that it reads an entire file into a string. This is actually something we should add, but it should be a generic load_file() or str_file() or some other such function. No matter what is decided let's use the file_*() standard for new functions. Andi -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] cvs: php4 /main php.h

2002-03-15 Thread Andi Gutmans
by force is the correct way. If no one objects I'll apply your patch in a few hours. Andi At 02:54 PM 3/15/2002 +0100, Christoph Kassen wrote: Hey, this patch fixes the NDEBUG redefinition errors you get when building latest cvs with VC. Anyone with enough karma please apply this patch. Christoph

Re: [PHP-DEV] the dl() issue

2002-03-15 Thread Andi Gutmans
of stuff those other two languages don't give. Anyway, I'm not trying to be argumentative but let's try and be a bit more realistic here Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP audit

2002-03-14 Thread Andi Gutmans
patches. If there are any conceptual changes we should discuss them first. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP audit

2002-03-14 Thread Andi Gutmans
At 16:16 14/03/2002 +0059, Jedi/Sector One wrote: On Thu, Mar 14, 2002 at 05:10:38PM +0200, Andi Gutmans wrote: Me too. I don't see much reason not to commit directly to PHP, at least the obvious patches. If there are any conceptual changes we should discuss them first. Because we

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

2002-03-14 Thread Andi Gutmans
Maybe we should move it into PECL then? Andi At 17:31 14/03/2002 +0100, [EMAIL PROTECTED] wrote: On Thu, Mar 14, 2002 at 05:07:34PM +0200, Andi Gutmans wrote: Is there any reason why this extension is calling TlsAlloc()? Why isn't it using the regular TSRM interface like all other

Re: [PHP-DEV] OCIError patch

2002-03-12 Thread Andi Gutmans
(). Andi At 12:59 12/03/2002 -0800, Walter A. Boring IV wrote: Ahh. very kewl patch Dan. Walt On Tue, 2002-03-12 at 12:48, Daniel Ceregatti wrote: Hi, I wrote a small patch to oci8.c's OCIError function which places the following tag: span style=color:#FF; font-weight:boldlt

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Andi Gutmans
to php.ini. I don't agree that PHP extensions necessarily require dl(). There are many programs out there in the computer industry (such as Apache) which require you to add extensions in an INI file. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] PHP audit project

2002-03-11 Thread Andi Gutmans
functions and should be used instead of strcat()/strcpy(). In Zend we only use memcpy()/memcmp() but for many uses strlcpy()/strlcat() are sufficient. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP audit project

2002-03-11 Thread Andi Gutmans
And as long as you don't use strncpy() Just kidding :) Andi At 15:31 11/03/2002 +0200, Zeev Suraski wrote: Frank, Don't be discouraged by the feedback here. Your efforts are well appreciated! You can choose to use whichever functions you deem best, as long as you're the one doing the work

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Andi Gutmans
consideration from us. Mac users don't become UNIX users just by installing OS X, and we shouldn't expect them to. I'm surprised that MAC OS X's installation/update program doesn't know how to edit text files :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Andi Gutmans
have very much motivation to fix it because I think it sucks anyway :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] the dl() issue

2002-03-11 Thread Andi Gutmans
-threaded environments but if you say it works very nicely with perl multi-threaded servers then I take your word for it. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ||=

2002-03-08 Thread Andi Gutmans
For some reason this doesn't exist in other languages like C++ and Java. I don't object to adding this as long as their is no good reason why those languages didn't support these. What do other people think? Andi At 20:26 07/03/2002 +0200, Andrey Hristov wrote: Hi, I found that $some

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Andi Gutmans
Is there any way I can conditionally check for Zend Engine 2 and in that case change the PHP_ADD_SOURCES() to include some new Zend Engine 2 source files? Up to now I just had to do mv ZendEngine2 Zend and a ./buildconf. Andi At 16:43 07/03/2002 +0100, you wrote: On Thu, 7 Mar 2002, [EMAIL

Re: [PHP-DEV] Build broken: --without-pcre-regex (fwd)

2002-03-07 Thread Andi Gutmans
At 21:47 07/03/2002 +0100, Sascha Schumann wrote: Is Andrei on vacation? Yeah and he will most probably not be available by Email. Andi Anyway, both the 4.3.0 and the 4.2.0 branches will not build, if PCRE is disabled. - Sascha

Re: [PHP-DEV] GD Shared library confusion

2002-03-02 Thread Andi Gutmans
/path/to/shared_lib and then -lgd Andi This is going to cause all sorts of questions about GD in 42, I think -Rasmus -- PHP Development Mailing List http://wwwphpnet/ To unsubscribe, visit: http://wwwphpnet/unsubphp -- PHP Development Mailing List http://wwwphpnet/ To unsubscribe, visit

Re: [PHP-DEV] GD Shared library confusion

2002-03-02 Thread Andi Gutmans
the build itself I think there's a way to embed the actual LD_LIBRARY_PATH in the binary but I forgot how :) Andi -- PHP Development Mailing List http://wwwphpnet/ To unsubscribe, visit: http://wwwphpnet/unsubphp

Re: [PHP-DEV] [PATCH] Better fix for PHP Safe Mode Filesystem Circumvention Problem

2002-02-28 Thread Andi Gutmans
and is not even remotely compatible We (errr the PHP we that is) may wish to consider updating the embedded libmysql You (as in MySQL AB) were supposed to keep it up-to-date Tim used to do it but I think he has left Please ask Monty about it :) Thanks, Andi -- PHP Development Mailing List

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-02-27 Thread Andi Gutmans
I don't see any reason not to postpone the branching by a couple of days if that's enough time for you. Andi At 11:57 AM 2/27/2002 -0600, Jason Greene wrote: I was hoping the sockets work I was planning on would make the 4.2 branch. I guess thats not possible? -Jason On Wed, 2002-02-27

Re: [PHP-DEV] call_user_function()

2002-02-26 Thread Andi Gutmans
Can you send a unified diff of what call_user_function() would look like with your changes? Andi At 06:04 AM 2/25/2002 -0800, brad lafountain wrote: Ok, I know ive already posted this but no responded. So I'll do it again. Currently call_user_function() doesn't call overloaded class

Re: [PHP-DEV] Apache2 and PHP CVS from today

2002-02-26 Thread Andi Gutmans
around with it and test it, then you can use apxs for a while ;) Andi At 05:30 PM 2/25/2002 -0800, August wrote: Hey Yasuo, Could you give a complete url to the DSO recommendation? Most instructions on creating a high performance version of php recommend static compiles. Thanks... - AZ

Re: [PHP-DEV] Mutex deadlock problem?

2002-02-26 Thread Andi Gutmans
Hey, Can you please try the latest CVS of PHP Zend and let us know if it fixes the problem? Thanks, Andi At 02:01 AM 2/26/2002 -0700, Venkat Raghavan wrote: Hi. There seems to be a mutex deadlock problem in TSRM / Zend. ts_free_thread() function locks the tsmm_mutex mutex and calls

Re: [PHP-DEV] php + cygwin

2002-02-21 Thread Andi Gutmans
configuration failed Any ideas? Also, what exactly is the procdure of building PHP DLL for Apache, if such thing is possible without Visual? I don't think anyone has every compiled PHP with cygwin. The Apache DLL is build with Visual C++ (AFAIK). Andi -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] php + cygwin

2002-02-21 Thread Andi Gutmans
At 01:30 PM 2/21/2002 +0200, Stanislav Malyshev wrote: AG I don't think anyone has every compiled PHP with cygwin. But it should be possible? I.e., I don't see why wouldn't it be possible. Everything's possible :) I just don't think anyone has done it. Andi -- PHP Development Mailing List

Re: [PHP-DEV] fmod() function

2002-02-21 Thread Andi Gutmans
At 09:57 AM 2/21/2002 -0500, Jon Parise wrote: On Thu, Feb 21, 2002 at 08:08:28AM +0200, Andi Gutmans wrote: Just realized now you're talking about doubles :) Never mind my previous Email... Would it be worth extending the engine to apply the fmod() behavior to the % operator when operating

Re: [PHP-DEV] fmod() function

2002-02-20 Thread Andi Gutmans
You can do $a % $b to calculate the remainder. Andi At 12:59 PM 2/21/2002 +1100, Graeme Merrall wrote: I was porting some Python scripts to PHP and came across the fmod() function. Since it's not implemented in PHP so I whipped up an fmod function for inclusion into ext/standard/math.c which

Re: [PHP-DEV] fmod() function

2002-02-20 Thread Andi Gutmans
Just realized now you're talking about doubles :) Never mind my previous Email... Andi At 12:59 PM 2/21/2002 +1100, Graeme Merrall wrote: I was porting some Python scripts to PHP and came across the fmod() function. Since it's not implemented in PHP so I whipped up an fmod function

[PHP-DEV] Re: [PHP-CVS] Re: cvs: php4 /main main.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/pi3web pi3web_sapi.c

2002-02-15 Thread Andi Gutmans
At 09:25 AM 2/15/2002 +0100, [EMAIL PROTECTED] wrote: On Fri, 15 Feb 2002, Andi Gutmans wrote: At 08:47 PM 2/14/2002 -0600, Andrei Zmievski wrote: Andi Gutmans wrote: Exit status == -1 doesn't sound right to me. They can range from 0-255. That will only be set if there is a parse

Re: [PHP-DEV] passing by reference

2002-02-13 Thread Andi Gutmans
better :) Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Bug in current Object Model

2002-02-13 Thread Andi Gutmans
I don't think it's a bug. This weird behavior is due to the Engine 1 object model (which will be different in Engine 2). At 07:38 PM 2/12/2002 -0600, Jason Greene wrote: Zeev, Andi It appears that the bug we talked about in private correspondence does not just apply to object overloading

[PHP-DEV] Re: [PHP-CVS] cvs: ZendEngine2 / zend_compile.c zend_compile.h zend_language_parser.y

2002-02-13 Thread Andi Gutmans
Can we change the commit address to [EMAIL PROTECTED]? I like to filter my mail with the Qmail Delivered-To: directive so it help if the mailing list name would be different. Andi At 07:26 PM 2/13/2002 +, Andi Gutmans wrote: andiWed Feb 13 14:26:07 2002 EDT Modified files

Re: [PHP-DEV] Re: Bug in current Object Model

2002-02-13 Thread Andi Gutmans
. One of the main reasons for the new object model is such weird behavior. The new one is completely consistent. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] msession tech note, feature (buglet), call for suggestions.

2002-02-12 Thread Andi Gutmans
pool like you mention here or if you want to get maximum performance you should consider non-blocking I/O. Check out http://state-threads.sourceforge.net/ Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] msession tech note, feature (buglet), call for suggestions.

2002-02-12 Thread Andi Gutmans
cares. I'm just giving the pointer. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/tokenizer

2002-02-10 Thread Andi Gutmans
the prototype with ZEND_API did the trick. Andi, Zeev, is this change okay with you? Yeah, no problem. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 07:59 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 06:55 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: At 07:58 AM 2/7/2002 +0100, Stig S. Bakken wrote: After careful consideration on the CS issue I must say I agree with John here. The _only_ case where I feel

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 09:20 PM 2/8/2002 +0900, Yasuo Ohgaki wrote: Andi Gutmans wrote: Name space BC problem is bad, since script may misbehave without proper error message where to fix. It's a bad BC problem since it's harder to fix/notice. In some cases, it seems works well while it's not. The question is how

Re: [PHP-DEV] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Andi Gutmans
At 01:15 PM 2/8/2002 +0100, Hartmut Holzgraefe wrote: Yasuo Ohgaki wrote: It will be confusing PHP preserve case for other while internally case insensitve... exactly as confusing as the file systems 90+% of computer users (Win+MacOS that is) are used to ... Amen. Andi -- PHP Development

<    1   2   3   4   5   6   7   8   9   10   >