["Sean R. Bright" <[EMAIL PROTECTED]>]
> Has anyone begun work on a PEAR Download/Install tool as of yet? If not I
> would like to see what we can come up with in the way of design and then
> start coding. Anyone?
I've written a very simple prototype, take a look at
pear/PEAR/Installer.php and
ID: 10230
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Reproduceable crash
Assigned To:
Comments:
It would help a lot if you would add a shortest possible
self containing script into this report which could be used
to reproduce this. And you sho
ID: 10230
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproduceable crash
Description: Apache Segmentation Fault
After careful rewriting of several code segments that
contributed to the conditions causing the crash, I appear
to have resolved the problem. I can now attribute the
I found a small bug in my last patch that adds --with-pear support to
PHP's configure system. I neglected to set the PEAR_DIR variable in
the default case.
The attached patch resolves that problem.
--
Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/
Would you mind writing a test case or two to go along with this patch?
See the tests/README file for help on how to write these.
-Rasmus
On Fri, 6 Apr 2001, Morten Poulsen wrote:
> Morten Poulsen <[EMAIL PROTECTED]> said:
> > I hope it's usefull :-)
>
> is's not! i just found a bug.. i'll fix i
ID: 10229
Updated by: cnewbill
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Filesystem function related
Assigned To:
Comments:
I ran it through a couple hundred times and absolutely no PHP code whatsoever.
The only problem I see here is $content is never cleaned
From: [EMAIL PROTECTED]
Operating system: Mac OS X 10.0
PHP version: 4.0.4pl1
PHP Bug Type: Reproduceable crash
Bug description: Apache Segmentation Fault
While developing a complex PHP application, I wrote an
include file that generates a simple web-based form. This
inclu
ID: 10229
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Filesystem function related
Description: buffer error in fread
I've been testing a bit more and have a clear reproducible codesnippet, it yields the
same results in php 4.0.4p1, so I changed the PHP version f
Memory allocation seems to be the issue.
On nt, with apache or IIS, if threads access OCI simultaneously, Illegeal
instructions are the result.
I'm having difficulty determining exactly why this is happening because I do
not know how to debug a multi-threaded application before an Illegeal
instr
ID: 10229
Updated by: cnewbill
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Filesystem function related
Assigned To:
Comments:
Can't reproduce with CVS version. Try upgrading to the newest release 4.04pl1 or grab
a CVS snapshot from http://snaps.php.net/
What U
Open Source Project Announcement...
I have started an open source project to build a module for
PHP4 that will allow direct calls to Tuxedo services from
the PHP script, the project name is php-tuxedo.
Think about it for a second... The ability from inside a
PHP web page to directly call alr
From: [EMAIL PROTECTED]
Operating system: linux 2.2.14C11
PHP version: 4.0.3pl1
PHP Bug Type: Filesystem function related
Bug description: buffer error in fread
While running the following code, I got weird results in my mailbox. It seemed like I
got the entire buffer of 1
ID: 10227
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Documentation problem
Assigned To:
Comments:
Thanks.. Ill correct it.
James
Previous Comments:
---
[2001-04-07 18:32:
From: [EMAIL PROTECTED]
Operating system: windows 2000 SP1
PHP version: 4.0.4
PHP Bug Type: Regexps related
Bug description: preg_replace with e modifier barfs on quotes
I'm running PHP version 4.04, Windows NT 5.0 build 2195.
Using the "e" modifier with preg_replace is sup
From: [EMAIL PROTECTED]
Operating system: 2000 Server
PHP version: 4.0.2
PHP Bug Type: Documentation problem
Bug description: Comment in MSSQL Page
The Comment Made By:
[EMAIL PROTECTED]
17-Jul-2000 02:07
has an error as follows:
Line 49 Current : print "" . $row.n
ID: 10216
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Assigned To:
Comments:
User reported that it's fixed in latest snapshot
Previous Comments:
---
[2001-04-
ID: 10216
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Compile Failure
Description: Make: cp: pear is a directory
Thanks. The latest snapshot works.
Previous Comments:
---
[2001-04-06 18:59
On Fri, Apr 06, 2001 at 10:50:49PM -0400, Joe Brown wrote:
> It appears to me that the oci8 module does not behave well on win32 - a
> threaded environment. I've begun to study the code, and believe I can make
> it mind the rules.
what is not thread-safe in your opinion? i don't use windows
From: [EMAIL PROTECTED]
Operating system: Any
PHP version: 4.0.4pl1
PHP Bug Type: Documentation problem
Bug description: Cannot read pdf version of English docs
Downloaded manual-en.pdf.
None of the readers can read it.
--
Edit Bug report at: http://bugs.php.net/?id=10226
ID: 10225
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Old-Bug Type: Dynamic loading
Bug Type: Oracle related
Assigned To:
Comments:
The php_oci8.dll is enough. Check the manual page:
http://www.php.net/oci8
--Jani
Previous Comments:
ID: 10224
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: *Install and Config
Assigned To:
Comments:
Please read this manual page for information about imap
extension and how to install:
http://www.php.net/manual/en/ref.imap.php
Not any bug.
ID: 9857
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: IIS related
Assigned To:
Comments:
User feedback:
--
I'm using the latest snapshot's on win32.
Getting some needed practice with MSVC...
I think the problem is that OCI is
> My knowledge of C portability is weak in these cases, but the
> following patch appears to fix things here. Can some of you more
> knowledgeable folks give this a quick look and let me know if it's
> okay for me to commit this?
+1
- Sascha Experienc
ID: 10225
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Dynamic loading
Description: I have
I had installed Oracle 8i(8.16) Client For win2000.
And I modify the C:\winnt\php.ini to
extension=php_oci8.dll
;extension=php_openssl.dll
extension=php_oracle.dll
When I restart the II
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.0.4
PHP Bug Type: Dynamic loading
Bug description: I have
Unable to load dynamic library 'c:\php\extensions\php_oracle.dll'
--
Edit Bug report at: http://bugs.php.net/?id=10225&edit=1
--
PHP Develop
Revision 1.16 and later of ext/yp/yp.c fails to build under Solaris 8
with WorkShop Compilers 5.0 98/12/15 C 5.0. The compilation dies with
the following errors:
"yp.c", line 218: non-constant initializer: op "U&"
"yp.c", line 218: non-constant initializer: op "U&"
"yp.c", line 218: non-constant
From: [EMAIL PROTECTED]
Operating system: RedHat 7.0
PHP version: 4.0.4pl1
PHP Bug Type: *Install and Config
Bug description: configuration with imap?
I have installed courier-imap-1.3.7 at /usr/local/imap before I try to install
PHP4.0.4.pl1. However, when I start to confi
PRE-QULIFIED NETWORK MARKETER LEADS FOR YOUR BUSINESS!
SALE PRICES ALL THIS WEEK!
SHARE WITH YOUR ENTIRE DOWNLINE FOR GUARANTEED SUCCESS!
CHECK OUT OUR SITE AND LET US KNOW WHAT WE CAN DO TO HELP YOU SUCCEED!!
http://www.geocities.com/betterleadsthanever
**
PHP 3.0 Bug Database summary - http://bugs.php.net
Num Status Summary (532 total including feature requests)
===[*General Issues]==
4180 Open is_link returns false when target doesnt exist (should return true)
9610 Bogus Dea
From: [EMAIL PROTECTED]
Operating system: WIN NT
PHP version: 4.0.4pl1
PHP Bug Type: ODBC related
Bug description: Not allows to retrive text column from DB
$cur=odbc_exec($conn,"myProcedure $id");
if(!$cur) {
/* error handler */
}
odbc_bi
ID: 10222
Updated by: rasmus
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:
A -L/your/path is added, but yes, then -lmysqlclient comesafter that and if a
mysqlclient library appears on your default link path it will be used.
From: [EMAIL PROTECTED]
Operating system: linux rh6.2
PHP version: 4.0.4pl1
PHP Bug Type: Reproduceable crash
Bug description: php linking against wrong mysqlclient lib and causing crash on
startup
i have several mysql daemons (different versions) running on my system.
the
From: [EMAIL PROTECTED]
Operating system: Win2000
PHP version: 4.0.4pl1
PHP Bug Type: *Session related
Bug description: Double session bug
When a session is used by a 'main' script which causes a new browser window popup that
also needs the session information (the session
ID: 9748
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Directory/Filesystem functions
Description: wrong behavior of is_dir() and is_file() on a dir-link
yes
Previous Comments:
---
[2001-03-
34 matches
Mail list logo