[PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
://www.phpclasses.org/smbwebclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Manuel Lemos
://www.phpclasses.org/smbwebclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: htacess

2004-02-24 Thread Manuel Lemos
to write a file to the server, but how do you do the password thing?? There are many solutions for that. You may want to try this: Class: htaccess http://www.phpclasses.org/htaccess -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: Send Attachments via mail using form

2004-02-26 Thread Manuel Lemos
files be allowed ? You may want to try this class. You can add as many attachments as you want: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: PHP application design with WAE UML.

2004-02-28 Thread Manuel Lemos
generation: http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

Re: [PHP] - Receive mail with PHP.

2004-02-28 Thread Manuel Lemos
://www.phpclasses.org/pop3class -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

Re: [PHP] Re: PHP application design with WAE UML.

2004-02-28 Thread Manuel Lemos
manufacturing to the industrial age. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: SMTP ERROR

2004-03-03 Thread Manuel Lemos
delivery. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: optimisation sending mails

2004-03-04 Thread Manuel Lemos
. Just use a local mailer program like sendmail or the equivalent based on qmail and postfix and they take care of deliveries from then on. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: mail() and passwords

2004-03-09 Thread Manuel Lemos
that it lets you configure details like the authentication credentials. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: SMTP Authentication

2004-03-12 Thread Manuel Lemos
://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

Re: [PHP] Advanced PHP Programming by George Schlossnagle

2004-03-17 Thread Manuel Lemos
online shop did you buy it from? Here is a page where the book is reviewed. If you click on the link Find where to buy world wide you are given a selection of stores from which you may pick one near where you live. http://www.phpclasses.org/reviews/id/0672325616.html -- Regards, Manuel Lemos PHP

[PHP] Re: ip to country

2004-03-20 Thread Manuel Lemos
costly / easy to implement? You may also want to try this NetGeo interface class. http://www.phpclasses.org/netgeoclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: question about M. Lemos's HTML forms generation and validation

2004-03-25 Thread Manuel Lemos
will set the respective input field as invalid. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping

[PHP] Re: DB Abstraction Layers

2004-03-29 Thread Manuel Lemos
the database schema as Metabase provides an elegant solution for database independent schema management. http://www.phpclasses.org/metabase -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

[PHP] Re: TUX web server replacement

2004-03-29 Thread Manuel Lemos
server like apache. I heard about phhttp but it is too old and unmaintained. Why don't you just serve your static content (images and such) with thttpd running on a different IP address or TCP port and leave Apache running in port 80? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

Re: [PHP] Re: TUX web server replacement

2004-03-30 Thread Manuel Lemos
. That is why practically nobody was using it even when using Kernel 2.4. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

Re: [PHP] Re: TUX web server replacement

2004-03-30 Thread Manuel Lemos
Linux 2.6 in critical production environments. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: [php] php reply to email

2004-04-01 Thread Manuel Lemos
contents and post in your BBS. In that can you may want to try this POP3 class to fetch your messages: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: Problem sending with mail()

2004-04-02 Thread Manuel Lemos
are using. If you do not have SMTP server to relay the message, you can always try to use the class direct delivery mode. http://www.phpclasses.org/mimemessage You will also need this other class: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

[PHP] Re: php email functionality

2004-04-02 Thread Manuel Lemos
://www.phpclasses.org/mimemessage You also need this to send messages via SMTP. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: html forms class in php

2004-04-08 Thread Manuel Lemos
things: http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping

[PHP] Re: Problems with mail and php

2004-04-12 Thread Manuel Lemos
/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
that develop products for PHP developers. The nominees of this month were already announced here: http://www.phpclasses.org/vote.html More information on the award is available here: http://www.phpclasses.org/award/innovation/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP

Re: [PHP] PHP Programming Innovation Award

2004-04-14 Thread Manuel Lemos
that may qualify to be nominated to win the award. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

Re: [PHP] PHP Programming Innovation Award

2004-04-15 Thread Manuel Lemos
. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: SMTP Authentication with PHP

2004-04-15 Thread Manuel Lemos
with a wrapper function named smtp_mail(). It emulates the mail() function completely but lets you configure details like authentication and such. Just edit the smtp_mail.php script. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos

[PHP] Re: CURL Help

2004-04-19 Thread Manuel Lemos
class that can use cURL for SSL connections of just fsockopen if you are using PHP 4.3.0 or better: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
, PHP itself does not open any sockets to queue messages with the mail function. If you are using Unix/Linux with sendmail there are some options that can be tweaked to make it just queue the message instead of trying to deliver the message immediately. -- Regards, Manuel Lemos PHP Classes

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
and change the mail() calls to sendmail_mail() calls without any need to change parameters. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

Re: [PHP] Re: php mail() scaleability

2004-04-25 Thread Manuel Lemos
solution replicate the dedicated solution built-in sendmail for queueing messages that can be called with a few lines of code, thus without needing a large PHP package. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: Zip-code Form Validation Scripts and Zipcode Program

2004-05-12 Thread Manuel Lemos
Question 3: Does anyone know (yea I know, getting tedious here) of a way or program to check the real distance from one zip-code to another zip-code like on yahoo maps? http://www.phpclasses.org/phpziplocator -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: Graphical calendar

2004-05-09 Thread Manuel Lemos
] to be a link to some page that will display whatever you want about the day. The class variables $this-year, $this-month and $this-day contain the date of the day of the current cell. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: Graphical calendar

2004-05-07 Thread Manuel Lemos
a month and see the days of the week? You may want to try this class that does precisely that: Class: Calendar generation class http://www.phpclasses.org/calendargenerator -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

[PHP] Re: creating a mailing list

2004-05-02 Thread Manuel Lemos
address depending on your environment. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Installing sendmail in win9X/Me

2004-05-02 Thread Manuel Lemos
configure additional parameters like SMTP authentication if you need it: http://www.phpclasses.org/mimemessage You will also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: PHP and qmail

2004-05-15 Thread Manuel Lemos
with workarounds to use the mail() function without the problems you are facing: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: Distance and info

2004-05-19 Thread Manuel Lemos
location. Cause its pretty acurrate. Currently the site uses this class to locate the user network by the IP. It is not always very accurate but it works most of the time: http://www.phpclasses.org/netgeoclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: RSS/RDF generator

2004-05-22 Thread Manuel Lemos
://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

Re: [PHP] Re: send mail error

2004-05-25 Thread Manuel Lemos
. http://www.phpclasses.org/mimemessage You also need this: http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: Aspect Oriented Programming PHP

2004-05-27 Thread Manuel Lemos
generates code that runs on PHP 4 or better. You may find more about it here: http://www.meta-language.net/metastorage.html -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: Socket w/SSL Issues

2004-05-31 Thread Manuel Lemos
to establish SSL connections: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: Text Streaming in PHP

2004-05-31 Thread Manuel Lemos
chat channels: Class: Chat http://www.phpclasses.org/mydbchat -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: Sophisticated rss builder class

2004-06-03 Thread Manuel Lemos
you try this? What do you mean by dodgy? http://www.phpclasses.org/rsswriter -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data

[PHP] Re: Adding Attaching to the mail function

2004-06-07 Thread Manuel Lemos
to try this class that you can use to compose and send messages with attachments. It comes with a specific step by step example to tell you how to use it for that purpose: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: search engine optimization and php

2004-06-08 Thread Manuel Lemos
://www.phpclasses.org/filecache If you can, also use some PHP script caching engine, like for instance Turck, which is free and provides great PHP execution speed up by avoiding the implicit PHP script compilation step: http://turck-mmcache.sourceforge.net/ -- Regards, Manuel Lemos PHP Classes - Free

Re: [PHP] Re: search engine optimization and php

2004-06-08 Thread Manuel Lemos
not disclose it . -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: PHP Compiler - standalone

2004-06-08 Thread Manuel Lemos
://www.roadsend.com/home/index.php?pageID=compiler -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: choosing another smtpserver with PHPs mail function

2004-06-11 Thread Manuel Lemos
smtp_mail.php . If necessary it even supports authentication or even direct delivery, so you do not even have to relay the messages on the SMTP server. http://www.phpclasses.org/mimemessage You also need this for the actual SMTP delivery: http://www.phpclasses.org/smtpclass -- Regards, Manuel

[PHP] Re: protecting your source code?

2004-06-14 Thread Manuel Lemos
know is RoadSend: http://www.roadsend.com/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: Sending email with php

2004-06-16 Thread Manuel Lemos
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: Email with attachment function

2004-06-17 Thread Manuel Lemos
as the output is what its meant to be except it isn't divided up (i.e. attachment is text) You may want to try this proven class and let me know if you still have problems: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: Please Help, returning path

2004-06-18 Thread Manuel Lemos
Hello, On 06/18/2004 05:40 AM, Me2resh wrote: is there a function to detect the path of the directory i need my file to detect the path it is on it, not the http path but the path on server please help me with that getcwd() or dirname($_SELF); -- Regards, Manuel Lemos PHP Classes - Free ready

[PHP] Re: Printing invoices

2004-06-20 Thread Manuel Lemos
data, then spit out each occurrance to a printer. If HTML would not do, how about sending in PDF as attachament? You may want to try this class that can either send HTML messages or messages with attachments: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready

[PHP] Re: Please Send MIME Script

2004-06-22 Thread Manuel Lemos
and text. You may achieve that using this class. It comes with examples for doing exactly what you ask. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other

[PHP] Re: ezmlm-sub or alternative

2004-10-11 Thread Manuel Lemos
for subscribing, unsubscribing, counting subscribers and verify whether a subscriber is present in a list. It even provides a Web user interface and SOAP interface for remote list manipulation, but I guess you do not need that part. http://www.phpclasses.org/ezmlmmanager -- Regards, Manuel Lemos PHP Classes

Re: [PHP] How to implement mass emailing?

2004-10-12 Thread Manuel Lemos
, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html

[PHP] Re: Are server classes possible?

2004-10-12 Thread Manuel Lemos
://www.phpclasses.org/filecache -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

[PHP] Re: Form Validation

2004-10-13 Thread Manuel Lemos
learning PHP, so don't have much experience on this. I am thinking using a form validator but not sure where I can get it. Any suggestions would be appreciated! You may want to try this popular forms generation and validation class: http://www.phpclasses.org/formsgeneration -- Regards, Manuel

[PHP] Re: mail problems - phpinfo information

2004-10-13 Thread Manuel Lemos
(emulation) program. /usr/sbin/sendmail is the location of the real sendmail program (not the qmail emulation). -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: Getting info off an HTTPS page

2004-10-15 Thread Manuel Lemos
via SSL as you need in a very simple way and it figures which PHP extension to use to send your requests and collecting the responses if possible with your PHP setup. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: blank emails

2004-09-27 Thread Manuel Lemos
are facing: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-27 Thread Manuel Lemos
to let the queue be fully processed and do not stall other programs. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: PHP Data cache ideas/solutions

2004-09-29 Thread Manuel Lemos
for the first time or it has expired and leave it corrupted. This is very important, especially for busy sites. http://www.phpclasses.org/filecache -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books

Re: [PHP] Re: Mass Mailing Using PHP

2004-09-29 Thread Manuel Lemos
, we make our script sleep for a while after sending, say 1000 mails ? Right, you need to test with qmail-qstat how long it needs to rest to give qmail time to process all queued messages during a period. This is may also be important if your available disk space is limited. -- Regards, Manuel

[PHP] Re: cURL and Proxy Servers

2004-09-30 Thread Manuel Lemos
this HTTP client class instead. It supports requests via proxies and does not use Curl. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: mail() and Verizon

2004-09-30 Thread Manuel Lemos
, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
the current process that is serving a PHP request will die when the PHP engine crashes. This is why Apache in the pre-fork model is more robust than multi-threaded servers like IIS. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
to serve only one request. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
such a crash, it should be marked as bug (and solved)? Right. There are instructions on how to provide a backtrace so the bug report contains information useful enough for a developer to try locating and fixing the bug. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
not crash the current process, even less the Web server. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
limit setting? It would avoid making PHP exit. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
. It's easily possible to recover from this error. Just return NULL and the gzinflate function will return false. If you think that is a good idea, why don't you just write a patch and discuss about it in php-dev mailing list? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
the situation within your PHP code? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
do not think that keep discussing it php-general is helping anybody. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
it segmentation faults, that would crash *ONE* process, you only see an entry in the server error log, the child process would be restarted, but it still would not crash the whole server as you seem to be thinking. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
that it is up to gzip libraries that PHP links to that need to be fixed, if possible, detecting data corruption and failing cleanly because it seems that PHP is not aware that the data is corrupted. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http

[PHP] Re: PHP (anti) crash policy?

2004-10-01 Thread Manuel Lemos
safe for multi-threaded servers too? AFAIK PHP runs safely in multi-threaded servers. What you can't expect is that PHP handles abnormal situations caused by flaws in the external libraries that PHP links with. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP

[PHP] Re: PHP (anti) crash policy?

2004-10-03 Thread Manuel Lemos
as there is no way to recover from this situation that is evidently a bug of the script, not of PHP. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org

[PHP] Re: PHP (anti) crash policy?

2004-10-03 Thread Manuel Lemos
that there is a way for PHP to automatically fix a bug in your code . -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: PHP (anti) crash policy?

2004-10-03 Thread Manuel Lemos
to propose a patch to PHP developers and see if they find acceptable. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object

[PHP] Re: PHP (anti) crash policy?

2004-10-03 Thread Manuel Lemos
there was not enough memory. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: email templating system

2004-10-05 Thread Manuel Lemos
to send personalized messages in HTML and/or text that use Smarty to compose their content: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http

[PHP] Re: UPS Online Tools and PHP?

2004-10-05 Thread Manuel Lemos
://www.phpclasses.org/shiptrack -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: [PHP Attachement Problems

2004-10-05 Thread Manuel Lemos
everything has been wiped off from them!! It sounds like it is arriving corrupted. You may want to try this other class you can used for the same purpose and AFAIK does not corrupt attachments: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components

[PHP] Re: PHP (anti) crash policy?

2004-10-05 Thread Manuel Lemos
of memory is erroneous or not. I think you would do better if you complained to zlib developers than to PHP developers. I am sure that this problem does not affect only PHP but also other languages that use zlib for the same purposes. -- Regards, Manuel Lemos PHP Classes - Free ready to use

[PHP] Re: How to implement mass emailing?

2004-10-07 Thread Manuel Lemos
that provides several means to optimize bulk mailing campaigns. http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org

Re: [PHP] How to implement mass emailing?

2004-10-07 Thread Manuel Lemos
/mimemessage -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net

[PHP] Re: sending mail -- nullmailer

2004-10-08 Thread Manuel Lemos
, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html

[PHP] Re: http 411 error with cURL

2004-10-09 Thread Manuel Lemos
or fsockopen to establish HTTP connection and it takes care of sending the HTTP request correctly regardless of the way the request is sent. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

Re: [PHP] guessing timezone based on country/state/city

2004-10-17 Thread Manuel Lemos
getTimeZoneOffset() function to fill in some form hidden field to pass the timezone offset to the server. It relies on Javascript but it does exactly what you want. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews

Re: [PHP] guessing timezone based on country/state/city

2004-10-18 Thread Manuel Lemos
, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html

[PHP] Re: http request using fsockopen

2004-10-25 Thread Manuel Lemos
that it can compose and send your POST requests properly. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: Protecting Commercial PHP Scripts

2004-10-26 Thread Manuel Lemos
downloaded. Suggestions, discussion and links would be much appreciated ;-) You may want to try Roadsend PHP compiler, so far the only compiler that can produce real binaries from PHP code. http://www.roadsend.com/ -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written

[PHP] Re: Sending Mail with PHP

2004-10-26 Thread Manuel Lemos
:( You may want to try this class that lets you set the return address using the Return-Path header. You can either use the main class or the sendmail sub-class for delivery. There are examples of how to set the return address here: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos PHP

[PHP] Re: required help on mail function

2004-10-28 Thread Manuel Lemos
for authentication: http://www.phpclasses.org/mimemessage You also need these classes for performing the actual SMTP delivery and authentication: http://www.phpclasses.org/smtpclass http://www.phpclasses.org/sasl -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written

[PHP] Re: PHP and send XML

2004-10-28 Thread Manuel Lemos
://www.phpclasses.org/xmlwriter -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta

[PHP] Re: Security: Forms and displaying invalid data

2004-10-30 Thread Manuel Lemos
dates for you, including delimiting time ranges. http://www.phpclasses.org/formsgeneration -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews

[PHP] Re: PLEASE HELP ON MAIL FUNCTION

2004-10-31 Thread Manuel Lemos
except that it lets you relay messages on a server authenticating with a user name and password that you can provide: http://www.phpclasses.org/mimemessage You also need these two classes: http://www.phpclasses.org/smtpclass http://www.phpclasses.org/sasl -- Regards, Manuel Lemos PHP Classes

<    6   7   8   9   10   11   12   13   14   >