Re: [PHP-DEV] PEAR Download/Install Tool

2001-04-07 Thread Stig Sæther Bakken
["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

[PHP-DEV] PHP 4.0 Bug #10230 Updated: Apache Segmentation Fault

2001-04-07 Thread sniper
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

[PHP-DEV] PHP 4.0 Bug #10230 Updated: Apache Segmentation Fault

2001-04-07 Thread spud
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

[PHP-DEV] --with-pear[=DIR] patch (updated)

2001-04-07 Thread Jon Parise
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/

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-07 Thread Rasmus Lerdorf
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

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-07 Thread cnewbill
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

[PHP-DEV] PHP 4.0 Bug #10230: Apache Segmentation Fault

2001-04-07 Thread spud
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

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-07 Thread apeeters
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

Re: [PHP-DEV] OCI8 Thread safety

2001-04-07 Thread Joe Brown
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

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-07 Thread cnewbill
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

[PHP-DEV] PHP-Tuxedo Open Source Project

2001-04-07 Thread Brian Foddy
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

[PHP-DEV] PHP 4.0 Bug #10229: buffer error in fread

2001-04-07 Thread apeeters
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

[PHP-DEV] PHP 4.0 Bug #10227 Updated: Comment in MSSQL Page

2001-04-07 Thread jmoore
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:

[PHP-DEV] PHP 4.0 Bug #10228: preg_replace with e modifier barfs on quotes

2001-04-07 Thread dbrewer
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

[PHP-DEV] PHP 4.0 Bug #10227: Comment in MSSQL Page

2001-04-07 Thread bartender
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

[PHP-DEV] PHP 4.0 Bug #10216 Updated: Make: cp: pear is a directory

2001-04-07 Thread derick
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-

[PHP-DEV] PHP 4.0 Bug #10216 Updated: Make: cp: pear is a directory

2001-04-07 Thread n . gilbert
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

Re: [PHP-DEV] OCI8 Thread safety

2001-04-07 Thread Thies C. Arntzen
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

[PHP-DEV] PHP 4.0 Bug #10226: Cannot read pdf version of English docs

2001-04-07 Thread dpopovic
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

[PHP-DEV] PHP 4.0 Bug #10225 Updated: I have

2001-04-07 Thread sniper
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:

[PHP-DEV] PHP 4.0 Bug #10224 Updated: configuration with imap?

2001-04-07 Thread sniper
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.

[PHP-DEV] PHP 4.0 Bug #9857 Updated: define("named_constant")

2001-04-07 Thread sniper
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

Re: [PHP-DEV] Breakage in yp.c

2001-04-07 Thread Sascha Schumann
> 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

[PHP-DEV] PHP 4.0 Bug #10225 Updated: I have

2001-04-07 Thread memo
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

[PHP-DEV] PHP 4.0 Bug #10225: I have

2001-04-07 Thread memo
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

[PHP-DEV] Breakage in yp.c

2001-04-07 Thread Jon Parise
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

[PHP-DEV] PHP 4.0 Bug #10224: configuration with imap?

2001-04-07 Thread kuo
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

[PHP-DEV] ADD A PROVEN LEAD SYSTEM FOR EXPLOSIVE GROWTH

2001-04-07 Thread explodeyoursales2822
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-DEV] PHP 3.0 Bug Summary Report

2001-04-07 Thread php-dev
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

[PHP-DEV] PHP 4.0 Bug #10223: Not allows to retrive text column from DB

2001-04-07 Thread sergey
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

[PHP-DEV] PHP 4.0 Bug #10222 Updated: php linking against wrong mysqlclient lib and causing crash on startup

2001-04-07 Thread rasmus
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.

[PHP-DEV] PHP 4.0 Bug #10222: php linking against wrong mysqlclient lib and causing crash on startup

2001-04-07 Thread vk
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

[PHP-DEV] PHP 4.0 Bug #10221: Double session bug

2001-04-07 Thread sicco
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

[PHP-DEV] PHP 4.0 Bug #9748 Updated: wrong behavior of is_dir() and is_file() on a dir-link

2001-04-07 Thread fabiankessler
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-