[PHP] Re: PEAR Mail $obj->send()

2011-07-08 Thread Brian Smither
>>Instead of 'auth'=> true, I used 'auth' => "PLAIN" as >> suggested by a user comment on the Mail documentation page.) $obj = Mail::factory('smtp', array ('host' => $host, 'port' => $port, 'auth' => true, 'username' => $username, 'password' => $password)); (Variables are set.

[PHP] Re: PEAR segfaulting

2009-10-19 Thread Greg Beaver
Ashley M. Kirchner wrote: > >Typing 'pear segmentation fault' in Google produces tons of responses > so I know I'm not the only one with this issue, but I'll be damned if I > can figure out what the problem is and how to fix it. I rolled my own > PHP 5.3.0 from source. Compilation went fine,

Re: [PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread Kyle Terry
On Thu, Jan 8, 2009 at 10:59 AM, till wrote: > On Thu, Jan 8, 2009 at 7:30 PM, Robert Cummings > wrote: > > On Thu, 2009-01-08 at 15:40 +, David Coallier wrote: > >> Well well well, finally after many months of work, discussions, > >> typing, editing and arguing, the Irish PHP User Group is

[PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread till
On Thu, Jan 8, 2009 at 7:30 PM, Robert Cummings wrote: > On Thu, 2009-01-08 at 15:40 +, David Coallier wrote: >> Well well well, finally after many months of work, discussions, >> typing, editing and arguing, the Irish PHP User Group is happy to make >> the first official release of the PHP Wh

[PHP] Re: [PEAR-DEV] First official release of the PHP WhitePaper

2009-01-08 Thread Igor Feghali
Awesome ! I candidate myself to work on pt_BR translation. where are the sources ? regards, Igor Feghali. On Thu, Jan 8, 2009 at 13:40, David Coallier wrote: > Well well well, finally after many months of work, discussions, > typing, editing and arguing, the Irish PHP User Group is happy to mak

[PHP] Re: PEAR Help

2008-12-07 Thread Mark Wiesemann
Jason Todd Slack-Moehrle wrote: > How I need to install OLE and Spreadsheet_Excel_Writer and I dont see > how > > pear install . > > fails every time with channel errors and not found errors. > > I have downloaded the .tgz files, but I dont know where to put the > contents. You can inst

Re: [PHP] Re: Pear XML parser finding nothing in ATOM / Movable Type feed

2008-09-18 Thread John Allsopp
Nathan Rixham wrote: Atom and RSS are completely different; the only similarities lie in the fact they are both XML, and both used frequently for syndicating news. Really? OK, back to the books, thanks You need an atom parser; or just load the feed into DOMDocument.. SimplePie and RssPhp are

[PHP] Re: Pear XML parser finding nothing in ATOM / Movable Type feed

2008-09-17 Thread Nathan Rixham
John Allsopp wrote: Hi I know nothing about Pear, so I don't know how to debug this: I've got a newly installed Movable Type blog with a couple of entries in it, and I just found from php.net the pear classes to parse an RSS feed, parser.php and rss.php, and this code from the PEAR site works

Re: [PHP] Re: Pear => Host?

2008-03-03 Thread Daniel Brown
On Mon, Mar 3, 2008 at 10:18 AM, <[EMAIL PROTECTED]> wrote: > >yikes, php4 !? if they dont host php5 that could be reason enough to > switch, >*ducks*. > > My host would charge $60 for a year, which includes PHP and MySQL. I am > VERY open to suggestions. It would be handy to be at the same pl

[PHP] Re: Pear => Host?

2008-03-03 Thread movies
>yikes, php4 !? if they dont host php5 that could be reason enough to switch, >*ducks*. My host would charge $60 for a year, which includes PHP and MySQL. I am VERY open to suggestions. It would be handy to be at the same place as one or more of you guys. That would sure eliminate one layer of ob

[PHP] Re: Pear

2008-03-03 Thread David Robley
[EMAIL PROTECTED] wrote: > Dear PHP List Experts, > > I'm trying to use Pear at my host, Leadhoster. > > This line: > > require_once('DB.php'); > > Gets this error: > > Warning: main(DB.php): failed to open stream: No such file or directory in > /home/www/everoriginal.onlinewebshop.net/connec

Re: [PHP] Re: PEAR website and MSIE 6

2008-02-06 Thread Nathan Nobbe
On Feb 2, 2008 12:51 PM, Michelle Konzack <[EMAIL PROTECTED]> wrote: > Am 2008-01-31 13:16:51, schrieb Nathan Nobbe: > > it doesnt let you reclaim lost tabs. nor does it save the tabs for the > next > > time you > > open it. i have to pkill ff or similar to get it to ask if i want to > > restore

[PHP] Re: PEAR website and MSIE 6

2008-02-06 Thread Michelle Konzack
Am 2008-01-31 13:16:51, schrieb Nathan Nobbe: > it doesnt let you reclaim lost tabs. nor does it save the tabs for the next > time you > open it. i have to pkill ff or similar to get it to ask if i want to > restore the session. > opera just does it. Thats not right, since I can save the current

[PHP] Re: [PEAR] PHP5 Static functions called through __call() that don't exist... yet

2007-05-22 Thread Jared Farrish
Ok, somehow I did this again (posted to pear-general instead of php-general). pear-general and php-general look alike... Thank everyone for their suggestion. I would like to see a __static() version of __call(), but this is the wrong place to bring that feature request up. To answer Greg Beaver'

[PHP] Re: [PEAR] Pager_Wrapper_MDB2 and PHP

2007-03-03 Thread Lorenzo Alberton
Alain Roger wrote: Hi, How to get the number of items stored in the Pager_Wrapper_MDB2 object ? $res = Pager_Wrapper_MDB2(...); //number of items to paginate $res['totalItems']; //number of items in the current page count($res['data']); -- Lorenzo Alberton http://pear.php.net/user/quipo ___

[PHP] Re: PEAR installation error

2007-01-02 Thread Gregory Beaver
Hi Alistair, There was a snafu in the PHP release process, PHP 5.2.0 shipped with an outdated go-pear.phar for some reason, you can fix this by downloading http://pear.php.net/go-pear.phar and saving it as PEAR/go-pear.phar in the unzipped windows distribution. Then, when you run go-pear.bat it w

[PHP] Re: PEAR::MDB2 andquery

2006-11-12 Thread Alain Roger
I'm still debugging the MDB2 issue that i have. in fact, my problem comes from : if (!PEAR::loadExtension($this->phptype)) { return $this->raiseError(MDB2_ERROR_NOT_FOUND, null, null, 'extension '.$this->phptype.' is not compiled into PHP', __FUNCTION__); } from c

[PHP] Re: [PEAR] array on addElement, does not work => QuickForm

2006-10-15 Thread Louie Miranda
Ok thanks a bunch. On 10/13/06, Ian Warner <[EMAIL PROTECTED]> wrote: Louie Miranda wrote: > Now i know. Wow, this is really a great tool. > > Can i filter CCexpiry for month and year.. lets say if today is > october 2006 > and user selected may 2006 (where it should had been expired already).

Re: [PHP] Re: Pear DB and memcached

2006-06-07 Thread Ruben Rubio Rey
Ben Ramsey wrote: On 6/6/06 9:55 AM, Ruben Rubio Rey wrote: Im having a trouble using memcached with pear db. When im using memcache to store and retrieve an string, all works fine. When Im using memcache to store a pear db resulset, it does not work!! This retrieves data but pear::db does n

Re: [PHP] Re: Pear DB and memcached

2006-06-06 Thread Ruben Rubio Rey
Ben Ramsey wrote: On 6/6/06 9:55 AM, Ruben Rubio Rey wrote: Im having a trouble using memcached with pear db. When im using memcache to store and retrieve an string, all works fine. When Im using memcache to store a pear db resulset, it does not work!! This retrieves data but pear::db does n

[PHP] Re: Pear DB and memcached

2006-06-06 Thread Ben Ramsey
On 6/6/06 9:55 AM, Ruben Rubio Rey wrote: Im having a trouble using memcached with pear db. When im using memcache to store and retrieve an string, all works fine. When Im using memcache to store a pear db resulset, it does not work!! This retrieves data but pear::db does not understand it. I r

[PHP] Re: [PEAR] PHP 4.4.0 references problems when using PEAR::SOAP

2005-10-07 Thread Justin Patrin
On 10/7/05, Denis Gerasimov <[EMAIL PROTECTED]> wrote: > Hello list, > > I am facing serious troubles when using PEAR::SOAP with PHP 4.4.0 while it > works fine with PHP 4.3.9. > PHP 4.4.0 produces many notices like these: > > Notice: Only variable references should be returned by reference in > C:

[PHP] Re: PEAR DB issue

2005-07-23 Thread Matthew Weier O'Phinney
* "Chris Boget" <[EMAIL PROTECTED]>: > I'm using PEAR::DB to connect to a MS SQL Server 2000. > I'm attempting to run the following query: > > SELECT * FROM myTable FOR XML AUTO, ELEMENTS > > When I run the above query using the Query Analyzer, I get back > the results as expected. However, when I

[PHP] Re: pear channel

2005-07-06 Thread Matthew Weier O'Phinney
* blackwater dev <[EMAIL PROTECTED]>: > I am trying to install something via pear and have tried to add the > channels from two different programs but get errors each time: > > pear channel-discover pear.chiaraquartet.net > PHP Warning: PHP Startup: Unable to load dynamic library > './php_mcrypt.s

[PHP] Re: PEAR installation

2005-06-08 Thread Greg Beaver
Danielle wrote: > I'm having problems installing PEAR. > When running the go-pear.php installer (version 0.2.2), I get the following > message after submitting the form on the 'Configuration' page... > > Error > > Downloading package: Pager > > download of http://pear.php.net/get/Pag

[PHP] Re: pear - make install fails (php5)

2005-05-05 Thread Jason Barnett
Gerold Kathan wrote: ... Installing PHP CLI binary:/usr/local/php5/bin/ Installing PHP CLI man page: /usr/local/php5/man/man1/ Installing PEAR environment: /usr/local/php5/lib/php/ make[1]: *** [install-pear-installer] Segmentation fault make: *** [install-pear] Error 2 => it sea

[PHP] Re: PEAR Packages

2005-04-21 Thread Jason Barnett
Don wrote: > Hi, > > I have just started to explore PEAR. I am using PHP 4.3.11 and so PEAR > automatically comes with PHP. I would like to install PEAR's DB classes. > However, I cam right now browsing the PEAR web site and cannot find > information on how to install a package. I have also down

[PHP] Re: [PEAR] Re: HTTP_Download to track amount of bytes downloaded help

2005-03-17 Thread Ken
i forgot to add: pressing go has the same effect as refresh. On Thu, 17 Mar 2005 12:20:12 +0100, Ken <[EMAIL PROTECTED]> wrote: > On Thu, 17 Mar 2005 12:19:38 +0100, Ken <[EMAIL PROTECTED]> wrote: > > Header for download script > > > > http://localhost/dow

[PHP] Re: [PEAR] Re: HTTP_Download to track amount of bytes downloaded help

2005-03-17 Thread Ken
On Thu, 17 Mar 2005 12:19:38 +0100, Ken <[EMAIL PROTECTED]> wrote: > Header for download script > > http://localhost/download.php?fid=1&SID=bb9309b20034a71e4c59382028afd1c3&user=strikers > > GET /download.php?fid=1&SID=bb9309b20034a71e4c59382028afd1c3&user=

[PHP] Re: Pear DB class not PHP5 strict compatible?

2005-03-07 Thread M. Sokolewicz
Richard Davey wrote: Hi, Having heard good things about the PEAR DB package I wanted to try it out on a new project. I'm using PHP 5.0.3, ran the go-pear and installed the latest version but upon including it in my script it brings up rafts of errors such as: Strict Standards: Assigning

[PHP] Re: [Pear] go-pear.php

2005-02-23 Thread Jason Barnett
James Nunnerley wrote: > Hi, > > > > I'm having two problems: > > > > Firstly, the new update of go-pear.php I believe is not working. Does > anyone know when a new "fixed" one is being released? > Not sure. What error are you getting? It is possible that it is trying to look for the P

[PHP] Re: PEAR Spreadsheet_Excel_Writer

2005-01-06 Thread Torsten Roehr
"Pedro Irán Méndez Pérez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > somebody have a example of this class?, because the package don't have, > thank's :) > > = > "¿Acaso se olvidará la mujer de su bebé, y dejará de compadecerse del hijo > de su vientre? Aunque ellas se olvid

[PHP] Re: [PEAR] Re: PDFlib-Lite-6.0.1

2005-01-04 Thread Michael J. Pawlowsky
`phpize' failed Any ideas? Do you have php-devel installed? If not install it and try again. Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PEAR performance/overhead

2004-12-08 Thread Joshua Beall
"David Dickson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I was told that PEAR has too much overhead to be considered for a large >scale site. Does any one feel the same? Is this an outrageous comment? I >would like to hear comments from people who are using PEAR, or people w

[PHP] Re: PEAR performance/overhead

2004-12-07 Thread Matthew Weier O'Phinney
* David Dickson <[EMAIL PROTECTED]>: > I was told that PEAR has too much overhead to be considered for a large > scale site. Does any one feel the same? Is this an outrageous comment? I > would like to hear comments from people who are using PEAR, or people > who have considered PEAR but decided

[PHP] Re: PEAR::SOAP tag trouble in migration to PEAR::SOAP from NuSOAP

2004-12-05 Thread Roland Schorr
I had the same trouble, this is another bug which causes big trouble with many SOAP-Clients. My bugfix now works well with all the clients I use, so maybe this helps you as well: See http://pear.php.net/bugs/bug.php?id=2877 Rgs - Ro!and. Jeff Rodriguez schrieb: I'm trying to migrate to PEAR::SOA

[PHP] Re: [PEAR] PEAR DB & PAGER & array_push

2004-11-14 Thread Lorenzo Alberton
[EMAIL PROTECTED] wrote: Salut! is there a good way to present data from table (many fields / not only one) into $itemData instead of array_push (line 12 .. 16) ? == $db= DB::connect("mysql://valerie:@localhost/valerie"); $query = 'SELECT id, name FROM count

Re: [PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Greg Donald
On Mon, 8 Nov 2004 12:08:30 -0500 (EST), Jim Wharton <[EMAIL PROTECTED]> wrote: > I'm truly sorry about that. What's even more frustrating is making a > simple mistake and having a bunch of people jump down your throat about > it. Point taken. Apology offered. I just pretend like I'm posting to vg

Re: [PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
Matthew Weier O'Phinney said: > > Actually, you *did* change the subject. Read what was said in that > paragraph: > > [P]lease don't reply to an existing message in an existing thread > (even if you change the subject) because you're new question will > become a part of the old thread.

[PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Matthew Weier O'Phinney
* Jim Wharton <[EMAIL PROTECTED]>: > Ben Ramsey said: > > > > Is this somehow related to the "PEAR mail" thread? I don't see the > > connection. I think you're trying to ask a new question. When doing > > so, please don't reply to an existing message in an existing thread > > (even if you change th

[PHP] Re: PEAR mail

2004-11-08 Thread Matthew Weier O'Phinney
* Marc Serra <[EMAIL PROTECTED]>: > i'm using Mail PEAR package and i want to send a mail to a recipient and > to some other in Cc. > So i try to add Cc in header but it failed and mail didn't been > delivered to Cc. It was only delivered to adress specified in From field. > > I use that code : >

[PHP] New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
Ben Ramsey said: > > Is this somehow related to the "PEAR mail" thread? I don't see the > connection. I think you're trying to ask a new question. When doing so, > please don't reply to an existing message in an existing thread (even if > you change the subject) because you're new question will bec

Re: [PHP] Re: PEAR mail

2004-11-08 Thread Ben Ramsey
Is this somehow related to the "PEAR mail" thread? I don't see the connection. I think you're trying to ask a new question. When doing so, please don't reply to an existing message in an existing thread (even if you change the subject) because you're new question will become a part of the old t

Re: [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
I'm not very familiar with php's drawing abilities. I have found out how to get it to create multipoint polygons. What I am trying to do is implement something along the lines of LOGO. (You know, that old language that told a robotic turtle to draw on the floor) Seriously, I currently have an inh

[PHP] Re: PEAR mail

2004-11-08 Thread Ben Ramsey
Marc Serra wrote: $hdrs = array( "From"=> "[EMAIL PROTECTED]", "Cc" => "[EMAIL PROTECTED]" "Subject" => "Tests" ); In your $hdrs array, you're missing a comma separating Cc from Subject. That's pr

Re: [PHP] Re: [PEAR-DEV] windows 98 support?

2004-10-24 Thread Helgi Þormar
On Sun, 2004-10-24 at 08:02, Rens Admiraal wrote: > Helgi, > > quote: > As a side note, correct me if I'm wrong, but didn't MS discount anymore > support/updates to win98 sometime this year, thus making that OS even > more unsecure, so maybe like I pointed out above, is too much work to > support

Re: [PHP] Re: [PEAR-DEV] windows 98 support?

2004-10-24 Thread Rens Admiraal
Helgi, /quote: As a side note, correct me if I'm wrong, but didn't MS discount anymore support/updates to win98 sometime this year, thus making that OS even more unsecure, so maybe like I pointed out above, is too much work to support such legacy OS./ Supporting an OS is also depending on how many

[PHP] Re: [PEAR-DEV] windows 98 support?

2004-10-23 Thread Helgi Þormar
Hi Look at http://www.php.net/windows like that page says as of 4.3.0 windows 95 isn't supported, so I guess win98 is still supported ;) and for 4.2.0 windows 95 should work (which of course is the current version PEAR needs at least, or did you higher that number up in 1.4 ?) Here's my personal

[PHP] Re: PEAR status on PHP5?

2004-10-12 Thread Greg Beaver
Adrian Madrid wrote: Is PEAR stable on PHP5? I'm trying a new project on PHP5 and keep getting different kinds of errors (deprecated, etc.) on DB.php, PEAR.php, etc. Looks like so far there has been no show stoppers but it would be nice if it wouldn't give errors. What's the status on this? Has

[PHP] Re: [PEAR] $HTTP_POST_VARS

2004-10-07 Thread Robert Cummings
On Thu, 2004-10-07 at 15:50, Justin Patrin wrote: > Sorry, that question doesn't make any sense. The POST vars only change > during a script run if your script changes them. Also, you should be > using the $_POST superglobal unstead of $HTTP_POST_VARS. Please try to > rephrase your question. Just

[PHP] Re: [PEAR] $HTTP_POST_VARS

2004-10-07 Thread Justin Patrin
On Thu, 7 Oct 2004 11:19:23 -0700 (PDT), Pahlevanzadeh Mohsen <[EMAIL PROTECTED]> wrote: > Dears,I need to my program is waitting while > $HTTP_POST_VARS change > Please guide me.. > Sorry, that question doesn't make any sense. The POST vars only change during a script run if your script

[PHP] Re: PEAR & Auth

2004-10-05 Thread M. Sokolewicz
Pahlevanzadeh Mohsen wrote: I was working with Auth class.That was working good. But i receive following errror: Fatal error: Undefined class name 'db' in /var/www/html/votting/Auth/Container/DB.php on line 130 Please guide me. = -DIGITAL SIGNATURE--- ///Mohsen Pahl

[PHP] Re: PEAR

2004-08-16 Thread Torsten Roehr
"Mag" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > some newbie questions about PEAR: > > 1. How do I know if its already installed? (via > phpinfo() ? ) > > 2. Can I install it myself if its not already > installed or do I have to contact my host? > > Thanks, > Mag You will

[PHP] Re: [PEAR-QA] PEAR SITE IF DOWN FROM MY IP

2004-08-10 Thread Justin Patrin
On Tue, 10 Aug 2004 17:14:03 -0500, Alfonso Baqueiro <[EMAIL PROTECTED]> wrote: > Does pear admins custom to do nasty things with users that post comments > for improvement or comments they dont like? > > For some oscure reason i unable to acces the main page of pear: > http://pear.php.net > > My

Re: [PHP] RE: [PEAR] PHP5 and XML-RPC -=|=- DON'T USE "system." at start of RPC methodName!

2004-08-06 Thread Jough P
Yeah, that seems to work. Here is what I changed my client/server to: CLIENT: $client = new XML_RPC_Client('/xmlrpc.php', 'localhost'); $msg = new XML_RPC_Message('stuff'); $result = $client->send($msg); if($result->faultCode()) { // we have an error echo "Error Code: " . $result->faultCode

[PHP] RE: [PEAR] PHP5 and XML-RPC -=|=- DON'T USE "system." at start of RPC methodName!

2004-08-06 Thread Justin Philpott
Hi Jough, After getting spooked that you'd managed to find another manifestation of a bug that I'd thought I'd fixed the other day I was releaved to find that was not the case - however you have uncovered an interesting drawback of the PEAR XML RPC lib, in that it doesn't like the use of "system."

[PHP] Re: [PEAR] PHP5 and XML-RPC

2004-08-06 Thread Jough P
Hi There! Thanks for your reply! Sorry it's taken awhile to respond. Anyhow, I changed my code to the following: require_once 'XML/RPC.php'; $client = new XML_RPC_Client('/xmlrpc.php', 'localhost'); $msg = new XML_RPC_Message('system.load'); $result = $client->send($msg); if($result->faultCode())

[PHP] Re: PEAR Spreadsheet_excel_writer problem

2004-08-03 Thread Alex Othold
Hmm.. I just did some more playing, and I solved the problem for me! It seems that the program did not have write permission to the temp folder because I was running in safe mode (I found this out by enabling all error messages with 'error_reporting (E_ALL);'. After I redirected the temp folder to

[PHP] Re: PEAR Mail/smtp sending problem

2004-05-30 Thread Khan
Christopher J. Mackie wrote: I'm following the PEAR docs to use Mail/SMTP. Below is the code I use, swiped directly from the docs--I've changed the authorization data to protect privacy, but otherwise it's identical (and email sent from a client on this same machine using the same settings works fi

[PHP] Re: Pear/Net_FTP help

2004-05-20 Thread Aidan Lister
Hi Chris, Please send your message to [EMAIL PROTECTED], you are more likely to get a response there. "Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all. Hopefully someone here can show me what I am doing wrong. I am > trying to write a small script to ftp into a serv

[PHP] Re: Pear question

2004-05-20 Thread Aidan Lister
All of this information is on the http://pear.php.net/ website. A simple usage example of PEAR::DB is here: http://pear.php.net/manual/en/package.database.db.intro-connect.php Basically, once you've established that PEAR is installed the user simply "loads" the script. Eg. If this fails, you'l

[PHP] RE: Pear question

2004-05-20 Thread Dave Carrera
Thanks Aidan, I get a list of installed packages. What do I or one of my users need to do to access / use the DB package? Any help, advice, example is very much appreciated. Dave C -Original Message- From: Aidan Lister [mailto:[EMAIL PROTECTED] Sent: 20 May 2004 13:04 To: [EMAIL PRO

[PHP] Re: Pear question

2004-05-20 Thread Aidan Lister
PEAR doesn't need to be "installed", so to speak. PEAR is simply a set of classes, at heart, they can be downloaded and used without problem from the pear.php.net website. However, PEAR does have an installer program that allows you to install these packages from command line. To check if you hav

Re: [PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Curt Zirzow
* Thus wrote Tim Van Wassenhove ([EMAIL PROTECTED]): > In article <[EMAIL PROTECTED]>, Greg wrote: > > > Am I the only one annoying by this loss of performance ? > > Because this is a huge loss in that case ! > > I understand there might be a significant difference in performance, and > i underst

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Tim Van Wassenhove
In article <[EMAIL PROTECTED]>, Greg wrote: > If I compare a script using PEAR::DB with a script using > standard functions (and which supports mysql, pgsql and > sqlite databases), the script using PEAR::DB is 10 times > slower than the other. > > Conclusion : if you want to use PEAR::DB package,

Re: [PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Martin Hjort Eriksen
Remember, PEAR::DB also uses the standard functions, so I can't understand, why it should be much slower. Rainer You have to remeber that PEAR::DB is an object oriented abstraction over the standard functions, and within this abstraction, there is also built som error handling funtions, etc.

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Aidan Lister
There are many, many benchmarks done comparing PEAR::DB to PEAR::MDB to AdoDB, PEAR::DB is much slower than the native API, AdoDB is the fastest but least functional - I suggest you try PEAR::MDB2 http://pear.php.net/package/mdb2 once you get into it, you'll love it "Rainer müller" <[EMAIL PROT

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Rainer Müller
Greg wrote: Hello, I've just performed a few tests when using PEAR::DB and the results weren't good at all. If I compare a script using PEAR::DB with a script using standard functions (and which supports mysql, pgsql and sqlite databases), the script using PEAR::DB is 10 times slower than the other

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread greg
Grrr, i'm posting too fast ! Sorry for mistakes :) Hello, I've just performed a few tests when using PEAR::DB and the results weren't good at all. If I compare a script using PEAR::DB with a script using standard functions (and which supports mysql, pgsql and sqlite databases), the script using PEA

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread greg
Greg wrote: Hello, I've just performed a few tests when using PEAR::DB and the results weren't good at all. If I compare a script using PEAR::DB with a script using standard functions (and which supports mysql, pgsql and sqlite databases), the script using PEAR::DB is 10 times slower than the other

[PHP] Re: Pear Layout question

2004-04-19 Thread Torsten Roehr
>"Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I asked this on the pear list and haven't received an answer. Hopefully >someone here can help. >I want to move to pear for some of my development/consulting needs. I >have only been exposed to pear for a script that I myself p

[PHP] Re: [PEAR-DEV] Re: [PHP] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Lukas Smith
lets have this thread die now .. especially as it crosses way too many lists. regards, Lukas Smith [EMAIL PROTECTED] ___ BackendMedia www.backendmedia.com [EMAIL PROTECTED] Linn Zwoch Smith GbR Pariser Str. 44 D-10707 Berlin Tel +49 30 83 22 50 00 Fax +

Re: [PHP] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Red Wingate
interessting, as those lists only allow text/plain files to be attached Daniel Kopp wrote: Hi! People who do not check anything that comes in by internet should see a doctor concerning suicidal tendences. Over here - every day I get at least one virus (probably 2-3). But ... who cares ... Norton,

[PHP] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Daniel Kopp
Hi! People who do not check anything that comes in by internet should see a doctor concerning suicidal tendences. Over here - every day I get at least one virus (probably 2-3). But ... who cares ... Norton, F-Secure and co. should care - but I ... got better things to do Regards Daniel > Be care

[PHP] Re: PEAR::SOAP

2004-03-31 Thread Jason Barnett
Robby Russell wrote: I am trying to debug some xml issues with a SOAP/Client-based script. $sc = new SOAP_Client(...); is there a way to display the XML it attempts to send the server when I perform a $sc->call(...) *back to his google searches* Just as a note, you might try posting

Re: [PHP] Re: [PEAR] Auth

2004-03-20 Thread Firman Wandayandi
Wrong List!! - Original Message - From: "Firman Wandayandi" <[EMAIL PROTECTED]> To: "Frederic SOSSON" <[EMAIL PROTECTED]> Cc: "PHP-GEN" <[EMAIL PROTECTED]> Sent: Saturday, March 20, 2004 9:27 PM Subject: [PHP] Re: [PEAR] Auth > Hi Fre

[PHP] Re: [PEAR] Auth

2004-03-20 Thread Firman Wandayandi
Hi Frederic, Stefan right, I just notice on the error Fatal error: _factory(): Failed opening required 'Auth/Container/DB.php' (include_path='.:') in /www/news/Auth-1.2.3/Auth.php on line 218 I'd bet you didn't turned On include_path directive on php.ini. Please correct thism, just remove semicol

[PHP] Re: Pear Package...

2004-03-15 Thread Scott Fletcher
Aw! Never knew what the php's include_path is for when I saw it in the php.ini some times ago... So, that fixed the problem by just setting it to the website directory. Thanks, FletchSOD "Greg Beaver" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Scott, > > What you need is t

[PHP] Re: Pear Package...

2004-03-15 Thread Greg Beaver
Hi Scott, What you need is to set the include_path http://www.php.net/manual/en/configuration.directives.php#ini.include-path Greg -- phpDocumentor http://www.phpdoc.org Scott Fletcher wrote: Hi! I saw the Pear packages that are originally stored in /usr/local/lib/php/. This occur when

RE: [PHP] Re: PEAR file??

2004-02-25 Thread Edward Peloke
Subject: [PHP] Re: PEAR file?? > It's not a PEAR file. PEAR files are never included using ".." This is not true. I can download a PEAR package and use it as a standalone in my application without specifying a PEAR folder in the include_path in php.ini. I can also use it wit

[PHP] Re: PEAR file??

2004-02-25 Thread Greg Beaver
Hi Ben, This is true for some packages, but most would simply not work, as any PEAR file that uses another PEAR file would require you to update your include_path so that ".." would simply fail. For instance, look at Log.php. the factory method tries to include Log/drivername.php. DB's mysql

RE: [PHP] Re: PEAR file??

2004-02-25 Thread Edward Peloke
Subject: [PHP] Re: PEAR file?? I'd check with your friend to see if he remembers what PHP software he installed. It's an "init.php" file in the "gallery" subfolder? If he doesn't recognize the file as being one he created in the past, then perhaps he insta

[PHP] Re: PEAR file??

2004-02-25 Thread Ben Ramsey
It's not a PEAR file. PEAR files are never included using ".." This is not true. I can download a PEAR package and use it as a standalone in my application without specifying a PEAR folder in the include_path in php.ini. I can also use it without using ini_set() to change the include_path. I

[PHP] Re: PEAR file??

2004-02-25 Thread Ben Ramsey
I'd check with your friend to see if he remembers what PHP software he installed. It's an "init.php" file in the "gallery" subfolder? If he doesn't recognize the file as being one he created in the past, then perhaps he installed the gallery software from http://gallery.sf.net at one time? I

[PHP] Re: PEAR file??

2004-02-25 Thread Greg Beaver
Hi Edward, It's not a PEAR file. PEAR files are never included using ".." regards, Greg -- phpDocumentor http://www.phpdoc.org Edward Peloke wrote: Hello, I have a friend who has moved his website to a new host and I am helping him clean up some of the code. In one of his pages, he gets this e

[PHP] Re: PEAR::MAIL Problem

2004-02-24 Thread Justin Patrin
Stanley chan wrote: > Dear Listmates, > > I am using PEAR::MAIL and my code includes the below; > > // Send Email Out > $mailCfg = array( > "host" => "127.0.0.1", > "port" => "25", > "auth" => false > ); > $mailRecipient = $hashValue["em

Re: [PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-24 Thread Justin Patrin
Richard Davey wrote: Hello Justin, Monday, February 23, 2004, 5:30:16 PM, you wrote: JP> The real hairy part is dealing with joins as the syntax is very JP> different across the DBs. This can be solved by simply not doing them or I wish :) JP> using a syntax that most use. Or you can try to u

Re[2]: [PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-23 Thread Richard Davey
Hello Justin, Monday, February 23, 2004, 5:30:16 PM, you wrote: JP> The real hairy part is dealing with joins as the syntax is very JP> different across the DBs. This can be solved by simply not doing them or I wish :) JP> using a syntax that most use. Or you can try to use DB_DataObject, but

Re: [PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-23 Thread Justin Patrin
Richard Davey wrote: Hello Justin, Monday, February 23, 2004, 4:11:40 PM, you wrote: JP>3) A unified architecture for mysql and Oracle. You don't have to JP> remember different functions for use with different databases. That abstraction only abstracts the functions to connect to, select and

Re: [PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-23 Thread Richard Davey
Hello Justin, Monday, February 23, 2004, 4:11:40 PM, you wrote: JP>3) A unified architecture for mysql and Oracle. You don't have to JP> remember different functions for use with different databases. That abstraction only abstracts the functions to connect to, select and query the database,

[PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-23 Thread Justin Patrin
Lukas Smith wrote: Justin Patrin wrote: I think you're confusing the issue. PEAR DB does support many databases, but it only loads the code for the ones that you are currently using. So if you're using one database it is effectively a one database API. Jakes wrote: What is performance like u

[PHP] Re: [PEAR] Re: PEAR DB 1.6.0 has been released

2004-02-21 Thread Lukas Smith
Justin Patrin wrote: I think you're confusing the issue. PEAR DB does support many databases, but it only loads the code for the ones that you are currently using. So if you're using one database it is effectively a one database API. Jakes wrote: What is performance like using this class? I've

[PHP] Re: PEAR DB 1.6.0 has been released

2004-02-20 Thread Justin Patrin
I think you're confusing the issue. PEAR DB does support many databases, but it only loads the code for the ones that you are currently using. So if you're using one database it is effectively a one database API. Jakes wrote: What is performance like using this class? I've gone through the clas

[PHP] Re: [PEAR] RE: [PHP] Re: PEAR DB 1.6.0 has been released

2004-02-20 Thread Lukas Smith
electroteque wrote: unfortunately i tried mdb and it was totally unusable and badly documented, and to port pear db over to mdb was impossible, i find pear db ok, even adodb is cool, i had to build my own class specifically just for mysql with pretty good performance as no others could. Actually it

RE: [PHP] Re: PEAR DB 1.6.0 has been released

2004-02-19 Thread electroteque
- From: Jakes [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 5:13 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Re: PEAR DB 1.6.0 has been released What is performance like using this class? I've gone through the class and it just seams to be over kill,

[PHP] Re: PEAR DB 1.6.0 has been released

2004-02-19 Thread Jakes
What is performance like using this class? I've gone through the class and it just seams to be over kill, for a DB API (13 databases). Are there any time stats showing the different time in using a single DB API class to the PEAR class. Thanks "Daniel Convissor" <[EMAIL PROTECTED]> wrote in mes

[PHP] Re: [PEAR] Problem with DB::isError

2004-02-04 Thread Martin Marques
El Mié 04 Feb 2004 16:45, David Clymer escribió: > I'm having some problems with the DB::isError function identifying a > non-object as an error object (or so it seems). I'm using postgreSQL > 7.3.x. The relevant code is below: > > /***[ my code start ]***/ > >

[PHP] Re: [PEAR] Re: Cacheing data form PHP script

2004-01-28 Thread rush
"Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ps: Rush can you use quotes in reply? until this morning I was pretty certain that I can, however this last reply and OE proved me wrong :) rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http:/

[PHP] Re: [PEAR] Re: Cacheing data form PHP script

2004-01-28 Thread Pierre-Alain Joye
On Wed, 28 Jan 2004 10:26:09 +0100 "rush" <[EMAIL PROTECTED]> wrote: > Do you see any other way to 'cache' some content? Take a look at pear::cache or pear::cache_lite and pearweb. pearweb use cache_lite to cache whole pages (when possible). To cache part of a page (or whatever). pear::cache is m

[PHP] Re: PEAR installations (was "Re: [PHP] Re: talking to a web page")

2003-12-03 Thread David T-G
Justin, et al -- ...and then Justin Patrin said... % % Well, technically, you should be using the PEAR installer script to % install PEAR packages. http://pear.php.net/manual/en/installation.php Oh. Oops :-) % % Barring that, you can make yourself a PEAR directory somewhere and add % it t

  1   2   >