[PHP-DEV] Re: PHP 4.0 Bug #6537 Updated: mail() does not seem to handle SMTP multi-line responses

2001-01-13 Thread Manuel Lemos
-line responses so I can test for real? Hotmail: mail.hotmail.com . Manuel Lemos Previous Comments: --- [2000-09-04 16:19:00] [EMAIL PROTECTED] There has been so many people complaining about not being able to send messages

Re: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
://www.binarycloud.com/ Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- -- PHP Development Mailing

RE: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
be much better handled from the PHP API level, and not from the PHP language level. Metabase API is made of simple functions (not objects that you have to create). Doing what Metabase already does with built-in functions would not buy you much that would be worthy. Manuel Lemos Hello Mark, On 31

Re: [PHP-DEV] Database connection pooling

2001-02-11 Thread Manuel Lemos
opers team. Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- -- PHP Development Mailing Lis

Re: [PHP-DEV] intval($resource)

2001-05-06 Thread Manuel Lemos
to be consistent with the PHP documentation. Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- -- PHP

Re: [PHP-DEV] intval($resource)

2001-05-06 Thread Manuel Lemos
). They're an abstract type so they should be shown as such, and not have an integer value. Yes, I know, but that other broke the behaviour. And the PHP documentation should be consistent with the PHP source, not the other way around :) Except when the source is buggy! :-) Regards, Manuel Lemos Web

[PHP-DEV] HTTP Status 500 makes Apache override message body

2001-06-20 Thread Manuel Lemos
) if a page script returns status code 500, SOAP standard full conformance seems impossible to achieve. Is this really a Apache problem or is it a PHP problem? Anybody knows how to overcome this problem? Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http

[PHP-DEV] ANNOUNCE: XML based Meta-Language compiler written in PHP

2001-06-24 Thread Manuel Lemos
may subscribe here: http://phpclasses.UpperDesign.com/browse.html?login=1subscribe=1 Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail: [EMAIL PROTECTED] URL: http://www.mlemos.e-na.net/ PGP key: http

[PHP-DEV] Multi-threading support

2001-07-07 Thread Manuel Lemos
Hello, Sorry if this has already been discussed, but I just arrived to this list. What are the plans to add multi-threading support to PHP/Zend engine? Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED] -- E-mail

[PHP-DEV] Re: [PEAR-DEV] DB : affectedRows() on an UPDATE query ?

2001-08-07 Thread Manuel Lemos
and PHP scripts that use function_exists() function to figure if PHP Interbase API can figure the number of affected rows. Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, [EMAIL PROTECTED] wrote: There doesn't appear to be a standard database access API in PHP. Instead there's a separate API for each database supported. This is insanity for anyone that wants to be able to support multiple databases. I know there are a number of database abstraction

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sat, Oct 27, 2001 at 12:29:48PM -0200, Manuel Lemos wrote : I am afraid that will never happen. A project for db abstraction as an extension is already in the works. History discussions about it can be found on pear-dev archiv. What I meant

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-27 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sat, Oct 27, 2001 at 01:47:10PM -0200, Manuel Lemos wrote : What I meant that it would never happen is the adoption of an existing database abstraction package. Can you name a few? Metabase, ADODB, PHPlib, etc.. This discussion was already held before

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Manuel Lemos
it and if it is capable enough, I will write a driver for Metabase to interface with it, but I am afraid it will something as frustrating as ODBC that does not expose enough of the capabilities of the underlying database and you can't tell it to do what the applications need. Regards, Manuel Lemos Manuel Lemos

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-29 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Mon, Oct 29, 2001 at 08:07:17PM -0200, Manuel Lemos wrote : [...] lication. I don't think PEAR-DB provides this. [...] For me, Metabase and PEAR::DB (and others) were exactly written for that purpose: driver independent database access. Did I miss

Re: [PHP-DEV] Re: Bug #13700: Database Abstraction API

2001-10-31 Thread Manuel Lemos
-language.net/ but I am not mentioning anything about database procedure meta-language there yet. Regards, Manuel Lemos -- 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: rtf

2001-11-13 Thread Manuel Lemos
is willing to turn it into a PHP module. BTW, if you just give a RTF document module the .doc extension, Word will still be able to figure that it is a RTF file and reads it like that. This means that you can generate easily .DOC files under non-Windows OSes! :-) Regards, Manuel Lemos -- PHP Development

[PHP-DEV] Re: Respected developers !

2001-11-14 Thread Manuel Lemos
, Manuel Lemos -- 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] Adoption of Metabase (was Re: [PEAR-DEV] Re: Comparing ADODB with PEAR DB, Metabase andNative MySQL)

2001-11-17 Thread Manuel Lemos
Open Source Conference and in Frankfurt, but for whatever reasons you could not attend. Anyway, I am giving the hand for cooperation. It is up to you to decide if you would like to take this chance for the benefit of the whole PHP community. Regards, Manuel Lemos -- PHP Development Mailing List

[PHP-DEV] [Fwd: Adoption of Metabase (was Re: [PEAR-DEV] Re: Comparing ADODB with PEAR ]

2001-11-17 Thread Manuel Lemos
Hello, It seems that the newsgroup message approval mechanism is not working when you post to more than one newsgroup. Regards, Manuel Lemos ---BeginMessage--- Hello, Stig S. Bakken wrote: Jean-Michel POURE wrote: Optimization can only be achieved at application level, i.e. - in your

[PHP-DEV] Re: [Fwd: Adoption of Metabase (was Re: [PEAR-DEV] Re: Comparing ADODB with PEAR ]

2001-11-17 Thread Manuel Lemos
Hello, Jim Winstead wrote: Manuel Lemos [EMAIL PROTECTED] wrote: It seems that the newsgroup message approval mechanism is not working when you post to more than one newsgroup. care to explain what you mean? your post showed up on both lists just fine, as far as i can tell. http

[PHP-DEV] Re: [PEAR-DEV] Adoption of Metabase

2001-11-18 Thread Manuel Lemos
Hello, Morgan Christiansson wrote: At 07:54 PM 11/17/01 -0200, Manuel Lemos wrote: - Metabase API already provides true portability to database applications, so you would not need to crack your head doing what Metabase already does. Firstly, I can certainly see benefits

[PHP-DEV] Re: [PEAR-DEV] Re: Common DB Abstraction Layer: Re: [PEAR-DEV] Adoption of Metabase

2001-11-27 Thread Manuel Lemos
Metabase better. Regards, Manuel Lemos -- 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: ONE database abstraction layer

2001-11-27 Thread Manuel Lemos
? Regards, Manuel Lemos -- 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] PHP Optimizing versus PHP Caching

2001-12-01 Thread Manuel Lemos
have some time to comment. I assume you had time to check the free alternatives to your products. I would not mind if your comments are somehow biased towards your products as long as you present technical facts. Thanks. Manuel Lemos -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Unable to return object references from functions

2001-12-14 Thread Manuel Lemos
in that variable despite inside the function the argument variable seems to have the right value. Is this a PHP bug or this is not the right way to do it? Try the example below. Manuel Lemos ? class test_class { var $dummy=nothing; }; Function not_assigning($not_returned,$copy

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthat it had since PHP 3

2001-12-15 Thread Manuel Lemos
, Manuel Lemos -- 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] Bug #14538 Updated: dirname fix broke behaviourthat it had since PHP 3

2001-12-15 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sat, Dec 15, 2001 at 11:43:07PM -0200, Manuel Lemos wrote : Sure but they way it seems to me is that reporting the problem did not make any difference. So why bother reporting? Just because yours was rejected doesn't mean all were

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviour that it had since PHP 3

2001-12-16 Thread Manuel Lemos
other developers the right to do that for any other function. I don't think anybody is interested to open that can of worms. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthat it had since PHP 3

2001-12-16 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sun, Dec 16, 2001 at 05:35:25AM -0200, Manuel Lemos wrote : Gee, Markus, have you just arrived to php-dev? :-) Hehe. No, was at a party ;-) For all these years? Long part, huh? ;-) That the particular problem missbehaved in the past for so

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthatit had since PHP 3 (fwd)

2001-12-16 Thread Manuel Lemos
Hello, Derick Rethans wrote: Dear Manuel, On Sun, 16 Dec 2001, Manuel Lemos wrote: What is the problem with 1000 switches? It is definitely better than breaking backwards compatibility of functions that behaved like that for 4 years. I just checked that there are 78 occorrences

[PHP-DEV] New Object Oriented Programming (OOP) mailing list for PHP programmers

2001-12-20 Thread Manuel Lemos
to the page http://groups.yahoo.com/group/php-objects/ . If you send the message to the above address I think you do not need to have a Yahoo account if you don't have one and don't want to subscribe to it. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintoshreceives bad HTTP header info from PHP Header()

2001-12-22 Thread Manuel Lemos
of Content-Disposition but I also use Content-Location header. Since a lot of people use download manager like GetRight, I put the a dummy attribute in the URL so it looks like: http://phpclasses.UpperDesign.com/browse.html/file/filename.zip . Regards, Manuel Lemos -- PHP Development Mailing List

Re: [PHP-DEV] Bug #14538 Updated: dirname fix brokebehaviourthat it had since PHP 3

2001-12-29 Thread Manuel Lemos
that are not subscribed to the PHP Classes Repository site. Zeev Suraski wrote: At 03:43 16/12/2001, Manuel Lemos wrote: So, there why keep giving more reasons to not upgrade? Because sometimes it's necessary. The way dirname() behaved was buggy and unintended - it simply did not do what

[PHP-DEV] Built-in SOAP based Web Services support (was Re: PHP 5)

2002-01-01 Thread Manuel Lemos
in PHP, but I am afraid the later it is added, the more users will give up on PHP for other languages with such support. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe: PHP 5)

2002-01-01 Thread Manuel Lemos
Hello, Zeev Suraski wrote: At 22:24 01/01/2002, Manuel Lemos wrote: One thing that I think it is really vital to prevent PHP to leak even more users to other languages is to have built-in support for consuming Web services. Manuel, A friendly suggestion - you always sound

Re: [PHP-DEV] Built-in SOAP based Web Services support (was Re:PHP 5)

2002-01-01 Thread Manuel Lemos
transport layer would provide any advantage. It would make data marshalling and exchaging slower without providing any extra flexibility ( I think). Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe: PHP 5)

2002-01-01 Thread Manuel Lemos
that I am afraid that this trend of dropping PHP for the lack of support like this will be more evident soon or later. Of course you may continue to disconsider my suggestions as you usually do. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: Built-in SOAP based Web Services support (was Re: PHP 5)

2002-01-01 Thread Manuel Lemos
Hello, Jim Winstead wrote: Manuel Lemos [EMAIL PROTECTED] wrote: One thing that I think it is really vital to prevent PHP to leak even more users to other languages is to have built-in support for consuming Web services. http://aspn.activestate.com/ASPN/WebServices/SWSAPI/phptut

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe: PHP 5)

2002-01-01 Thread Manuel Lemos
and I thing built-in Web services consuption support is important for PHP and not because I have a special need for that. Regards, Manuel Lemos Sean -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 5:54 PM To: [EMAIL PROTECTED

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe:PHP 5)

2002-01-01 Thread Manuel Lemos
Hello, Zeev Suraski wrote: At 00:34 02/01/2002, Manuel Lemos wrote: What you are saying is that when I make a suggestion people become emotional and work very hard to raise as much objections as they can instead of staying rational and try to see the benefits of the suggestion. It's

Re: [PHP-DEV] Built-in SOAP based Web Services support (wasRe:PHP 5)

2002-01-01 Thread Manuel Lemos
Hello, Andi Gutmans wrote: At 09:13 PM 1/1/2002 -0200, Manuel Lemos wrote: I already have some SOAP components written in this meta-language. If I work on something that would make it easier to provide and consume Web servers (and I have been doing some work), I will invest my time better

Re: [PHP-DEV] SOAP and CORBA

2002-01-01 Thread Manuel Lemos
. You may want to talk with Lukas Smith and Gavin Sherry as I heard them talking about adding some kind of CORBA support to PHP. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] PHP 5

2002-01-01 Thread Manuel Lemos
, Python, etc.. already have thread support. :-) Regards, Manuel Lemos -- 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] PHP 5

2002-01-02 Thread Manuel Lemos
is to use PHP to run things like Metabase for database installation and maintenance. Regards, Manuel Lemos -- 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

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
Hello, This thread is not going anywhere because you continue to be insensitive to everything I tell you. Zeev Suraski wrote: At 05:28 02/01/2002, Manuel Lemos wrote: (b) If we do it, it'll go on leaking as it does today False, if you do it you will give one less reason for users

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
the importance of being able to consume Web services with built-in support in PHP, it means that PHP will be lagging further more compared to those languages for a long time until PHP developers stop being stubborn and stop inventing excuses for not adding it to PHP. Regards, Manuel Lemos -- PHP

Re: [PHP-DEV] Built-in SOAP based Web Services support(wasRe:PHP 5)

2002-01-02 Thread Manuel Lemos
. This is one thing that can be done in PHP as nicely with support built-in the language. That is the issue of this discussion. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Re: speaking of PHP 5

2002-01-02 Thread Manuel Lemos
!) There's a good idea, I think! Addressing user requests should help PHP users stick to it. Regards, Manuel Lemos -- 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: new bug viewing/editing form

2002-01-06 Thread Manuel Lemos
just to make it outstand in the pending bug queue. I suggest that you adopt an authentication scheme like bugzilla, that requires submitters to subscribe confirming the subscriptions by e-mail. This way, multiple votes from the same subscriber would only count as one. Keep up the good work, Manuel

Re: [PHP-DEV] Re: new bug viewing/editing form

2002-01-06 Thread Manuel Lemos
Hello, Melvyn Sopacua wrote: Manuel Lemos said at 22:18 6-1-2002: - Assuming that the number of votes may influence in the priority that developers will give to fix each bug, it seems easy to mislead developers because somebody that realizes that may submit a bunch of votes just to make

[PHP-DEV] Re: new bug viewing/editing form

2002-01-06 Thread Manuel Lemos
that the voting will really prove all that useful in cajoling developers to work on specific bugs. i suspect it will be more I think it will help the QA time to concentrate on bugs that seem more urgent, if the vote system can work reliably. Regards, Manuel Lemos -- PHP Development Mailing List

[PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
, Manuel Lemos -- 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: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
, Manuel Lemos -- 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: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
. :-( Regards, Manuel Lemos On Sat, 12 Jan 2002, Manuel Lemos wrote: Hello, Abhimanyu_bhola wrote: Suppose I want to migrate PHPs from a Linux/Apache machine to an IIS box(having PHP installed) What needs to be done apart from physically copying the files??? what needs

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
Zak Greant wrote: On 2002-12-01 05:24, Manuel Lemos wrote: Hello, [EMAIL PROTECTED] wrote: [insert other shameless plugs here] What is the matter with you? Why this hostility again? Does the truth bothers you? Are you going to start yet another repress Manuel because we

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
first public release soon, hopefully some time next month. But don't worry I will make a nice review of your book anytime until then. Regards, Manuel Lemos Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
Hello, Zak Greant wrote: On 2002-12-01 09:23, Manuel Lemos wrote: [cut] His follow messages just confirm what I said. I find intolerance in both sides of the argument. Agreed, but that did not happen because of no reason. When somebody steps on your feet deliberately what do

Re: [PHP-DEV] Re: migrating PHPs across machines...

2002-01-12 Thread Manuel Lemos
Hello, Zeev Suraski wrote: At 06:23 PM 1/12/2002, Manuel Lemos wrote: I was kidding, but since you took it seriously, just by going to http://bugs.php.net/search.php I can see that there 920 outstand bug reports to be addressed. How come anybody can think that repressing Manuel

[PHP-DEV] Re: strtok bug

2002-01-13 Thread Manuel Lemos
, Manuel Lemos -- 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: strtok bug

2002-01-13 Thread Manuel Lemos
it was introduced in PHP 3. If you figure that this change will break your PHP code, you may want to try the function in the page below. It also contains a fixed version of dirname that was also broke between PHP 4 and 4.1.0. Regards, Manuel Lemos A+ Alain -Original Message- From: Manuel

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: strtok bug

2002-01-13 Thread Manuel Lemos
to be constructive by suggesting improvements in the quality of PHP development process. Now you may put that gun down. :-) Regards, Manuel Lemos -Rasmus On Mon, 14 Jan 2002, Manuel Lemos wrote: Hello, Alain Samoun wrote: Manuel: What is broken with strtok() since php4.06? So far my code

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: strtok bug

2002-01-13 Thread Manuel Lemos
Hello, Mark Charette wrote: -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Before somebody decides to repress my opinion again, Hah! That's got to be one of the funniest things I've ever read! Downloads do not imply usage, only curiosity. I've downloaded

[PHP-DEV] Re: A CHALLENGE TO PHP DEV TEAM

2002-01-14 Thread Manuel Lemos
with a system built on Tcl, and Apache, (from Altitude Software) and on the server's startup, it would load all routines into namespaces, before doing anything... this would literally remove the need for cache... But that is what the cache systems do. Regards, Manuel Lemos -- PHP Development Mailing

Re: [PHP-DEV] Re: strtok bug

2002-01-14 Thread Manuel Lemos
compatibility problems and whoever thinks POSIX compliance is important could use it from now on. Why do you think this is not a constructive criticism? Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Re: strtok bug

2002-01-14 Thread Manuel Lemos
/404 Regards, Manuel Lemos --- Manuel Lemos [EMAIL PROTECTED] wrote: Hello, Robert Mena wrote: Hi, does anybody know when the strtok bug introduced After 4.0.6 . in 4.1.1 will be fixed ? Will we have a 4.1.2 or should I try to grab a cvs tree (assuming

[PHP-DEV] Re: [php-objects]

2002-01-16 Thread Manuel Lemos
than once. Regards, Manuel Lemos Thanks David Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and notify

[PHP-DEV] Re: Computer Science and PHP

2002-01-17 Thread Manuel Lemos
something about this are there. If you don't agree that this topic makes sense in that list, just don't follow-up in there. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
to promote locally the use of PHP, and not down to the central group and/or developers to do that job. Promote it by using it, and being a proud user. Don't expect other people to do it for you. Sure, but some PHP developers have better means to make things happen. Regards, Manuel Lemos

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
Hello, James Cox wrote: So, the 64 million dollar question is... how would you propose for php.net as a group/community to help promote it (i would be interested in the specifics)? Read again my initial message in the thread. It's all in there. More can be done. Regards, Manuel Lemos

Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-18 Thread Manuel Lemos
not pertaining just to PHP developers. Regards, Manuel Lemos -- 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] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-23 Thread Manuel Lemos
, are you providing or willing to provide a RDF source of announcements of PHP and other Zend products? Regards, Manuel Lemos -- 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] Re: [PHP] Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-23 Thread Manuel Lemos
in magazines where PHP is usually not heard about. I think that if we can't address all the media with potential interest on PHP, we should focus on the media that has greater audience but usually does not mention PHP. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Re: Computer Science and PHP

2002-01-23 Thread Manuel Lemos
Hello, Alexander Wagner wrote: Manuel Lemos wrote: There is no doubt about that, but the original poster was asking why PHP is not part of college curriculum and I was explaining that unlike other languages that are marketed by companies with big brands, there is no big brand behind

Re: [PHP-DEV] PHP TAG

2002-01-23 Thread Manuel Lemos
for this kind of questions, so I don't think it is correct to humiliate a user in a public forum because you are not only making him stay away from this list but also from PHP due to the hostility that he is receiving, but that is just my opinion. Just my 2 cents of EUR. Manuel Lemos Derick

Re: [PHP-DEV] PHP TAG

2002-01-24 Thread Manuel Lemos
talking to him in Portuguese or asked some Portuguese speaking person to help explaining the guy the right way to post his messages? If the bug is not where you are looking, it is because somewhere else. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e

[PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-30 Thread Manuel Lemos
to continue to profit so much from each Zend Encoder license. So, I don't advise anybody to follow-up to not suffer from the typical hostility that sometimes leads to threats to be taken off the list. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-30 Thread Manuel Lemos
to continue to profit so much from each Zend Encoder license. So, I don't advise anybody to follow-up to not suffer from the typical hostility that sometimes leads to threats to be taken off the list. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-30 Thread Manuel Lemos
, fine. Nobody will need to pay USD $2400 for distributing binary applications. :-) Regards, Manuel Lemos -- 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

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-30 Thread Manuel Lemos
Services with SOAP? It should be not be that hard. There are Java bytecode to C converters, it should not be hard to make Zend bytecode to C conversion. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-30 Thread Manuel Lemos
to cooperate even if they don't have much time. APC, I could not realize how alive the the project is. Do you actively work on it or are you too busy? Regards, Manuel LEmos George On Wednesday, January 30, 2002, at 10:06 PM, Manuel Lemos wrote: Hello, Alain Samoun wrote: Manuel

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we

2002-01-30 Thread Manuel Lemos
Hello, Yasuo Ohgaki wrote: Manuel Lemos wrote: What is needed that is we can make it work officially as a compiler, not just as a cache engines that may or may not output compiled files to the disk. Take a look at archive. There were discussion between George and Zeev. I

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-31 Thread Manuel Lemos
, Manuel Lemos -- 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: [Apc-cache] Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-31 Thread Manuel Lemos
accomplished, I thing that basically you would not need Zend Engine for most PHP applications. With that in mind I could certainly why Rasmus eyes where shinning when he was talking about that project. No wonder why Sascha was said to be Rasmus favorite PHP developer. :-) Regards, Manuel Lemos -- PHP

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewe try again)

2002-01-31 Thread Manuel Lemos
it for me if I ever need it), but I suppose that what eval does is what java.lang.Compiler class is for. Regards, Manuel Lemos -- 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] Re: [Apc-cache] Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-01-31 Thread Manuel Lemos
to his offer after that. http://news.php.net/article.php?group=php.devarticle=64515 So, could George extensions be added to PHP now? Was that directory created or it still needs a volunteer to do it? Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewetry again)

2002-02-01 Thread Manuel Lemos
. Maybe. The way I see it may be as easy as translating Zend bytecodes into C code that would have to compiled and linked against libphp and the rest of libraries that may be needed. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Manuel Lemos
. So, this will not go forward for the lack of will and contributed work. That's great news. Yes, oh BTW, I would like to apologise to the numerous people that contacted me privately because I still did not have time to reply to them personally. I will do so ASAP. Regards, Manuel Lemos

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewe try again)

2002-02-01 Thread Manuel Lemos
Hello, Hartmut Holzgraefe wrote: Manuel Lemos wrote: Unless I'm mistaken, Java doesn't have eval. Any language with eval needs a runtime environment when executing, even if the rest of the code is converted to C I am not expert in Java (actually I don't program in Java - MetaL

[PHP-DEV] Re: Developer Seeking To Help

2002-02-03 Thread Manuel Lemos
. Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP list server is banning mlemos@acm.org [Fwd: Mensagem automatica: User unknown [Usuario desconhecido]]

2002-02-04 Thread Manuel Lemos
Hello, Anybody can provide a decent answer on why PHP list server is banning my address [EMAIL PROTECTED] ? Manuel Lemos ---BeginMessage--- The original message was received at Mon, 4 Feb 2002 22:29:17 -0200 (BRST) from [200.221.72.147] A mensagem original foi recebida em Seg, 4 Fev 2002 22

[PHP-DEV] Re: Keyword proposal: in

2002-02-06 Thread Manuel Lemos
: 1.) if ($var == 1 || $var == 2 || $var == 99) { // ... switch($var) { case 1: case 2: case 99: } Regards, Manuel Lemos -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP list server is banning mlemos@acm.org[Fwd:Mensagem automatica: User unknown [Usuario desconhecido]]

2002-02-07 Thread Manuel Lemos
, Manuel Lemos wrote: Hello, Stig S. Bakken wrote: Yes, someone banned your email address from lists.php.net (fixed now). Personally, I find it completely unacceptable that someone goes ahead just banning people just like that. On behalf of the PHP Group, I would like to offer you