php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56541 Not necessarily a bug but missing files?
Submitted: 2005-09-13 17:39 UTC Modified: 2005-09-20 15:35 UTC
From: hippiejohn1020 at yahoo dot com Assigned:
Status: Not a bug Package: POP3 (PECL)
PHP Version: 4.3.10 OS: linux
Private report: No CVE-ID: None
 [2005-09-13 17:39 UTC] hippiejohn1020 at yahoo dot com
Description:
------------
Taken from README:
- Uncompress the tarball
- Run phpize
- Run ./configure [--enable-pop3]
- Run make, then make install.
- Either load the extension dynamically into your scripts (with dl()) or add
  an extension= entry for it in your php.ini

Call me crazy but I don't see the phpsize file or the configure script in my tarball. 

pop3-1.0.2


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-13 17:46 UTC] hippiejohn1020 at yahoo dot com
Files I received:

./
-rw-r--r--  1 root root  1512 Feb  8  2004 config.m4
-rw-r--r--  1 root root   206 Feb 10  2004 config.w32
-rw-r--r--  1 root root    36 Jan 10  2004 CREDITS
drwxr-xr-x  2 root root  4096 Sep 13 14:31 examples
-rw-r--r--  1 root root    92 Feb 15  2004 EXPERIMENTAL
-rw-r--r--  1 root root  3358 Feb  9  2004 php_pop3.h
-rw-r--r--  1 root root 21830 Jul 25 14:47 pop3.c
-rw-r--r--  1 root root   973 Sep 13 14:34 README

./examples:
-rw-r--r--  1 root root  953 Jan 10  2004 pop3-oop.php
-rw-r--r--  1 root root 2086 Feb  8  2004 pop3.php
 [2005-09-20 15:35 UTC] marcot at tabini dot ca
Sorry, but your problem does not imply a bug in PECL itself.  For a
list of more appropriate places to ask for help using PECL, please
visit http://pecl.php.net/support/ as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PECL.

It's "phpize", not "phpsize" -- and that's a file that comes with PHP, not the package. It's used to create a configuration file that is aware of where the various internal components of PHP are. If you can't run "phpize" from the shell, then you're missing a proper installation of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC