Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
pear
- Page 1
PEAR upgrade - some mystical thing...
Programming
Web Development
12 Years Ago
by McLaren
… mp\
pear
\cache
PEAR
configuration file cfg_dir C:\php\
pear
\cfg directory
PEAR
data directory data_dir C:\php\
pear
\data
PEAR
Installer…\AppData\Local\Te mp\
pear
\temp
PEAR
test directory test_dir C:\php\
pear
\tests
PEAR
www files directory www_dir …
Re: PEAR upgrade - some mystical thing...
Programming
Web Development
12 Years Ago
by Squidge
looks like the
PEAR
install is all over the place. I would suggest following http://
pear
.php.net/manual/en/installation.getting.php This makes updating your
pear
easier, especially as it looks like the config is screwed
Re: PEAR upgrade - some mystical thing...
Programming
Web Development
12 Years Ago
by McLaren
…I tried: > To update your
PEAR
installation, request http://
pear
.php.net/go-
pear
.phar in your browser and save the output… to a local file go-
pear
.phar.… You can then run php go-
pear
.phar in a Windows Command …
Re: PEAR upgrade - some mystical thing...
Programming
Web Development
12 Years Ago
by Squidge
Are u runing cmd with admin privs? Try rerunning te `
pear
upgrade
pear
` but make sure you are in the php directory
Re: PEAR upgrade - some mystical thing...
Programming
Web Development
12 Years Ago
by McLaren
… u runing cmd with admin privs? Try rerunning te
pear
upgrade
pear
but make sure you are in the php directory I… again to see what happes, but I ran php go-
pear
.phar in that directory. I am not sure if I…
Re: PEAR Mail path error
Programming
Web Development
13 Years Ago
by Sparhauoc
… . $this->port, $res); return
PEAR
::raiseError($error, PEAR_MAIL_SMTP_ERROR_CONNECT); } /* Attempt to authenticate…); $this->_smtp->rset(); return
PEAR
::raiseError($error, PEAR_MAIL_SMTP_ERROR_AUTH); } } return $this…
Pear On Xampp
Programming
Web Development
14 Years Ago
by divyakrishnan
… is not working .. [CODE]<?php // Include the appropriate
PEAR
classes require_once("DB.php"); $dsn = array( 'phptype…No such file or directory in C:\xampp\htdocs\divya\
Pear
-examples\dbconnect.php on line 3 Fatal error: require_once…on line 3 include_path = ".;c\xampp\php\
PEAR
" Anybody knows plz help me to solve this...…
Re: Pear On Xampp
Programming
Web Development
14 Years Ago
by DCBuller
…). The real problem is a missing
pear
/DB installation. The
pear
/DB is deprecated in favor of
pear
/MDB2, so you're experiencing… growth issue. execute the following in the php installation directory:
pear
install DB ...and viola - now you have an entirely new…
Re: Pear On Xampp
Programming
Web Development
14 Years Ago
by divyakrishnan
I didn't understand ur problem?what u want to do?install
pear
on xampp?
PEAR Mail path error
Programming
Web Development
13 Years Ago
by Sparhauoc
…]: Failed opening required 'Mail.php'(include_path='.;C:\xampp\php\
PEAR
')in C:\xampp\htdocs\results.php on line 81"…; I know I have installed
PEAR
. I just think my path is wrong, but I … => $password)); $mail = $smpt->send($to,$headers,$body); if (
PEAR
::isError($mail)){ echo("<p>".$mail->…
PEAR email
Programming
Web Development
17 Years Ago
by wenmark
… out. $headerElements = $this->prepareHeaders($headers); if (
PEAR
::isError($headerElements)) { return $headerElements; } list(, $text_headers…*/ if ($result === false) { $result =
PEAR
::raiseError('mail() returned failure'); } return $result; …
PEAR Pager and conversion of old script...
Programming
Web Development
15 Years Ago
by whitestream6
I have recently been looking at the Pager script in
PEAR
, and installed it to my Apache install. This is my… existing code for my script (which doesn't use
PEAR
'S Pager script, for now anyway): [CODE] <?PHP //… documentation about actually working with Pager and databases. [url]http://
pear
.php.net/manual/en/package.html.pager.intro.php[/url…
pear instalation
Programming
Web Development
13 Years Ago
by eduard77
I was installing
pear
using pyrus.phar from the command line. everything is ok but when I try to use it I find nothing. I need the
pear
/Exceptions.php extension. I open the folder where I installed
pear
and I've found nothing. I don't know what I did wrong
Re: PEAR Mail path error
Programming
Web Development
13 Years Ago
by Sparhauoc
Figured it out. You have to download the NET folder with SMPT and sockets in them. Too bad
PEAR
doesn't tell you that XD. Finally found the solution on another newbie developer's blog lol.
Re: pear instalation
Programming
Web Development
13 Years Ago
by pritaeas
[url]http://
pear
.php.net/manual/en/pyrus.commands.install.php[/url]
PEAR package
Programming
Web Development
15 Years Ago
by BigDan531
heey guys i need some help with the
PEAR
package. i have some code which i would like to send emails through, however, i do not understand the documentation available on the web. Do i need to install it?. If i need to how? Or do i just put it into my WAMP server and run it from there?
pear with wamp
Programming
Web Development
14 Years Ago
by ayesha25
need help with this error in using
pear
with wamp 5.3.0 Fatal error: Call to undefined method MDB2_Error::setFetchMode() in C:\wamp\www\
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by pritaeas
PEAR
is very nice to work with, you just have to make sure you use recent packages. Some of them haven't been updated in quite a while. It's best to avoid those.
Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by LastMitch
… I want to know has anyone used **
PEAR
** or **htmLawed**? **
PEAR
**: http://
pear
.php.net/ **htmLawed**: http://www.bioinformatics.…/internal_utilities/htmLawed/index.php I download the both files (**
PEAR
** & **htmLawed**) For **htmLawed** it's …I can adapted to the websites? As for **
PEAR
** I finally got it installed! There's alot…
XAMPP, PEAR, Windows 7
Programming
Web Development
12 Years Ago
by Squidge
…need of assistance. I am trying to configure
PEAR
with XAMPP 1.8.0 on Win 7 …64Bit. I download the go-
pear
.phar (http://
pear
.php.net/manual/en/installation.getting.php)… env path. All looked ok. Tried to run `
pear
help` and i get nothing, no error, not … what i am doing wrong. I have had
PEAR
configured and working before, i had to rebuild…
HELP! I get an erro when including PEAR.php file
Programming
Web Development
17 Years Ago
by mnavarro
… i get the following errors [B]Warning[/B]: require_once(
PEAR
.php) [[URL="http://localhost/airbus_wkpk/modules/home/functions…;]function.require[/URL]]: Failed opening required '
PEAR
.php' (include_path='c:\wamp\php\
PEAR
') in [B]C:\wamp\www\airbus_wkpk\…B]21 [/B]I have looked for the file
PEAR
.php on the whole server folder but havent find it…
re: PEAR is the installation incomplete
Programming
Web Development
17 Years Ago
by crws416
…a slight problem in that I have recently installed the
PEAR
unit, however when ever i try to use either… i am using the following tutorial script to test the
PEAR
unit (only showing the relevant part of the script).…localhost/time'; $db =& DB::Connect( $dsn, array() ); if (
PEAR
::isError($db)) { die($db->getMessage()); } $res = $db->…
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by Squidge
I have used
PEAR
before, but i though it was being replaced by another version. I cannot remember the name of the darn thing. think it was phasr or something like that
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by ryantroop
Another vote for
PEAR
. Simple and straight forward.
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by LastMitch
**@ryantroop** Thanks for the reply! > Another vote for
PEAR
. Simple and straight forward. I haven't test out some package yet but I hope it is simple and straight forward like you mention.
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by Squidge
As pritaeas mentioned some packages havent been maintained for a while. But you will find side branches ofpackages which are being maintained out side of
PEAR
.net. This can be easily added to your repo
Re: Has anyone used htmLawed or PEAR?
Programming
Web Development
12 Years Ago
by broj1
I use
PEAR
now and then. Mostly I use MDB2 package for abstraction …
Re: XAMPP, PEAR, Windows 7
Programming
Web Development
12 Years Ago
by Squidge
::SOLVED:: Cannot run the install of
PEAR
when Apache and MySQL are installed as service.
A decent PHP(+PEAR)+httpd+SQlite3 tutorial?
Programming
Web Development
16 Years Ago
by Vesperto
… them on PHP, so i'm also trying to use
PEAR
(/PECL) - seems like a logical choice. I'm using two…-based login system, so i'm trying to grok
PEAR
::Auth and
PEAR
::MDB2. However, it seems as though SQlite3 is not…
Unable to send email using PEAR Mail
Programming
Web Development
15 Years Ago
by aditi_19
…to send email in php for which i installed
PEAR
mail package. The installation is fine but when… true,'username' => $username,'password' => $password)); if (
PEAR
::isError($smtp)) die("Here's your error right here…mail = $smtp->send($to, $headers, $body); if (
PEAR
::isError($mail)) echo("<p>" . $mail->…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC