[PHP-DEV] PHP 4.0 Bug #9762: compiling fails with ZTS and imap (imap2000) support enabled

2001-03-15 Thread jleg
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0 Latest CVS (15/03/2001) PHP Bug Type: Compile Failure Bug description: compiling fails with ZTS and imap (imap2000) support enabled $subject says it all; this patch gets around this: ---

Re: [PHP-DEV] Chunked output compression

2001-03-15 Thread Zeev Suraski
At 04:54 15/3/2001, Andr Langhorst wrote: Read: You can now efficiently have your outgoing PHP/HTTP traffic compressed with good compression ratios without sacrificing memory. Comments extremely welcome - and if people can also test it and let me know whether it works for them, it'd be great.

Re: Fwd: RE: [PHP-DEV] 4.0.5RC1

2001-03-15 Thread Stanislav Malyshev
AG Any idea what the problem could be? I doubt Mac OS X uses \r\n. AFAIK Mac uses "\r". That is the only way they could differ both from Windows and Unix ;) -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development

Re: [PHP-DEV] Chunked output compression

2001-03-15 Thread Zeev Suraski
I managed to reproduce the crash - looks like I broke standard buffering with the high performance output compression patch... I'll look into it. Zeev At 04:59 15/3/2001, Andr Langhorst wrote: $x=str_repeat('t',6).'BR'; function strlens($string){ //return

[PHP-DEV] PHP 4.0 Bug #9761 Updated: open failed: No such file or directory

2001-03-15 Thread philip73
ID: 9761 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Install and Config Description: open failed: No such file or directory Oooops sorry ... it's my ignorance. It's been solved. Thanks for those who see this. Previous Comments:

[PHP-DEV] Re: Memory corruption in Zend, should we allow this?

2001-03-15 Thread Stanislav Malyshev
AL $foobar-rfoo=$a; AL $foobar-r2foo=$foobar-rfoo; AL $foobar-rfoo=4; AL AL What are we assigning 4 here to? To all three of them, which are all reference-bound. AL The first question is, should we allow this? I think no, AL references to non-existing variables should be disallowed AL (although

[PHP-DEV] PHP 4.0 Bug #9761 Updated: open failed: No such file or directory

2001-03-15 Thread philip73
ID: 9761 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Description: open failed: No such file or directory Previous Comments: --- [2001-03-15 01:46:41] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9763: Segmentation Fault upon running big cl script

2001-03-15 Thread david
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Segmentation Fault upon running big cl script After the script has run for 10 minutes or so, it just seg faults. The script itself takes big

[PHP-DEV] PHP 4.0 Bug #9764: Extensions from php.ini get loaded several times per process

2001-03-15 Thread ab
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 / glibc 2.2.2 PHP version: 4.0 Latest CVS (15/03/2001) PHP Bug Type: PHP options/info functions Bug description: Extensions from php.ini get loaded several times per process PHP4 under Apache tries to load extensions

[PHP-DEV] PHP 4.0 Bug #9726 Updated: the HTTP_POST_VARS are prepended by RC BS

2001-03-15 Thread jbeney
ID: 9726 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: the HTTP_POST_VARS are prepended by RC BS Recompiling php4 (with the right httpd.h) solved the problem. Before, both apache and php were installed by way of RPMs: apache-1.3.14-3

[PHP-DEV] Fw: ob_gzhandler question

2001-03-15 Thread Chris Chabot
- Original Message - Great work on the gzhandler output buffering, im sure it will help a lot of us, bandwidth starved people. I had a question though, our sites extensivly use 'Last-modified' and 'Expires' headers to optimunly interact with search engine spiders and user browsers

Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?

2001-03-15 Thread Zeev Suraski
At 15:38 15/3/2001, Andr Langhorst wrote: Andi Gutmans wrote: I tried the following (command line): If you read the mail again, you should have typed the following code... please try again Andi, Sebastian: ?php $foobar-rfoo=$a; $foobar-r2foo=$foobar-rfoo; $foobar-rfoo=4; This code is not

[PHP-DEV] PHP 4.0 Bug #9156 Updated: stripslashes doesn't work as expected

2001-03-15 Thread stas
ID: 9156 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Function Specific Assigned To: Comments: For me, doing addslashes and then stripslashes on the string, it comes out exactly as it was. Please provide example of the code where it doesn't

[PHP-DEV] Win 2K 4.05RC1

2001-03-15 Thread Peter
Hi When trying to send an email using mail() on Win2K, I get Warning: Server Error at line . and the email is not sent Exactly the same script running on WinNT 4.0 Sp6a sends the email fine. Both machines are running 4.05RC1 Thanks in advance for any help Peter -- PHP Development

[PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once()

2001-03-15 Thread stas
ID: 9673 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Scripting Engine problem Assigned To: Comments: First, PHP include() is in no way related or was promised to relate to C preprocessor directives, so no wonder it behaves differently. Now,

[PHP-DEV] Java category

2001-03-15 Thread Stanislav Malyshev
Java category should be added to the bug tracking system. There are a lot of servlet/Java bugs scattered among various categories, while they most probably all related to the signle piece of code. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/

[PHP-DEV] PHP 4.0 Bug #9725 Updated: Zend Optimizer 1.0

2001-03-15 Thread stas
ID: 9725 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Please report Zend Optimizer problems to [EMAIL PROTECTED] You most probably will not be able to use Zend Optimizer with -dev versions. Previous

[PHP-DEV] PHP 4.0 Bug #9451 Updated: Core maths problem with incrementation

2001-03-15 Thread stas
ID: 9451 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: You are working with $variable as a string. Convert it to integer with (int) or with adding 0 to it. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-03-15 Thread stas
ID: 8661 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Scripting Engine problem Assigned To: Comments: Zend copies arrays and objects "shallow" (for performance reasons). The workaround is to implement "clone" method. This probably should be

[PHP-DEV] PHP 4.0 Bug #9641 Updated: get_required_files()/get_included_files() does not work as docuemented

2001-03-15 Thread stas
ID: 9641 Updated by: stas Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Scripting Engine problem Bug Type: Documentation problem Assigned To: Comments: Now, get_required_files and get_included_files are the same. Documentation should be changed. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9765: syntax request

2001-03-15 Thread fabiankessler
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: syntax request such a syntax would be nice: if (getColor() == ['green'|'blue']) { if (someFunction() != [truenull]) { if (xy() = [$x$y]) { which means

[PHP-DEV] Patch to Sys V Sem and SHM

2001-03-15 Thread Gavin Sherry
Hi Guys, Was doing some work with Sys V Semaphores in PHP today. Noticed a few problems. Patch to add sem_remove() (ie, remove semaphore referenced by Indetifier) is attached (C and header). Previously, there was no other way to destroy semaphores opened in PHP. I was using ipcrm too much and

[PHP-DEV] PHP 4.0 Bug #9762 Updated: compiling fails with ZTS and imap (imap2000) support enabled

2001-03-15 Thread kalowsky
ID: 9762 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Compile Failure Assigned To: Comments: First I've heard of the compile failure... but the patch looks legit. Doing some quick tests locally here, and then I'll submit it. This should more

Re: [PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once()

2001-03-15 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: Now, all relative pathes are resolved against the current directory of the including script (which is the directory where it's located). This is a known issue. Use include_pathes in the meantime. what about having a __DIR__ macro similar __FILE__ that is the dirname

[PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-15 Thread adam
From: [EMAIL PROTECTED] Operating system: Redhat 6.0 / GNU Linux 2.2.5 PHP version: 4.0 Latest CVS (15/03/2001) PHP Bug Type: Reproduceable crash Bug description: IRCG trouble Crash in either ircg_set_current or ircg_join when running the IRCG sample scripts as produced by

[PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once()

2001-03-15 Thread vvo
ID: 9673 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Description: Relative paths in require(), require_once(), include(), include_once() We are talking about all four functions here, not just include(). The resemblance of require() to the #include

[PHP-DEV] PHP 4.0 Bug #9767: Can set environment variables in the query string.

2001-03-15 Thread toastyghost_
From: [EMAIL PROTECTED] Operating system: Red Hat PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Can set environment variables in the query string. /* this is a security measure that only permits the display of the page if the referer is within

Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?

2001-03-15 Thread André Langhorst
This code is not related - it'll crash w/o it... So it's not a Zend bug, it's a bug in the new output buffering code. you're right perhaps, I just found it interesting that it (ob code) did not crash setting no strange reference and made assumptions memory to be corrupted andr -- Andr

Re: [PHP-DEV] Re: Memory corruption in Zend, should we allow this?

2001-03-15 Thread André Langhorst
Stanislav Malyshev wrote: AL $foobar-rfoo=$a; AL $foobar-r2foo=$foobar-rfoo; AL $foobar-rfoo=4; AL AL What are we assigning 4 here to? To all three of them, which are all reference-bound. hm, I got something very wrong - the var_dump() patch I am working on fooled me and displayed some

[PHP-DEV] PHP 4.0 Bug #9767 Updated: Can set environment variables in the query string.

2001-03-15 Thread cynic
ID: 9767 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: this is configurable from php.ini, and described in there: variables_order = "EGPCS" ; This directive describes the order in which PHP registers

Re: [PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(), require_once(), include(), include_once()

2001-03-15 Thread Stanislav Malyshev
HH what about having a __DIR__ macro similar __FILE__ that is HH the dirname of the current file so that one can use HH HH include __DIR__."/whatever.inc" That's nice idea, I think. Andi, Zeev - what do you say on this? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED]

Re: [PHP-DEV] PHP 4.0 Bug #9673 Updated: Relative paths in require(),require_once(), include(), include_once()

2001-03-15 Thread Stanislav Malyshev
We are talking about all four functions here, not just include(). The resemblance of require() to the #include directive, as documented: quoteThe require() statement replaces itself with the specified file, much like the C preprocessor's #include works./quote Well, huh - not a good quote.

[PHP-DEV] PHP 4.0 Bug #9769: Compile faliure --with-nsapi

2001-03-15 Thread dortega
From: [EMAIL PROTECTED] Operating system: SunOS 5 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Compile faliure --with-nsapi I tried to compile PHP with Netscape Enterprise Server, Oracle 8.0.5 andSunOs 5.5 ./configure --with-gd=no

[PHP-DEV] PHP 4.0 Bug #9434 Updated: Command line argument, that trates as QUERY_STRING, isn't proper.

2001-03-15 Thread sagawa
ID: 9434 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Description: Command line argument, that trates as QUERY_STRING, isn't proper. I withdraw this patch. Because, it turns out that this patch have a bad influence on argument variables. All

[PHP-DEV] session_set_cookie_params

2001-03-15 Thread Andrew Proud
Hi My site works fine on my own web server, but when I move it to my Host I get errors in the header when I am trying to start a session. I am sure that this used to work before the weekend. It just seemed to stop whilst my host is saying that they have changed nothing. I get an error that

[PHP-DEV] New FastCGI sapi; build questions

2001-03-15 Thread Ben Mansell
Hi all, I've recently got a FastCGI implementation of PHP up and running, and I'd like to submit it to be included in PHP. However, I'm no expert on the PHP build system, and I'd like to be sure that what I'm about to submit isn't hideously wrong! Mostly, the new sapi is fine, it lives inside

[PHP-DEV] session_set_cookie_params

2001-03-15 Thread Andrew Proud
The full error message is as follows. Set-Cookie: PHPSESSID=a45652262252e7055d9b48d7bd29e7e3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: http://www.redirectedaddress.com Content-type:

[PHP-DEV] Bug #9770: FTP login connection with large banners on NT Server 4.0

2001-03-15 Thread ulisses
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 3.0.17 PHP Bug Type: Other Bug description: FTP login connection with large banners on NT Server 4.0 While connecting with a NT FTP Server 4.0 with a banner message with several lines the function ftp_login

[PHP-DEV] How to use Php ISAPI with your own web server

2001-03-15 Thread Tuong
Hello, Can anyone tell me how to use Php as a ISAPI module with your own webserver that you have written yourself ? I cannot find any documentation about that. Thankx -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-15 Thread Sascha Schumann
Hi, Program received signal SIGSEGV, Segmentation fault. 0x80ef6e5 in irc_cmd_RPL_NAMREPLY (conn=0x8189bb0, msg=0x401f591c) at irc_dispatcher.c:181 181 { can you please provide further information by appending it to the bug report? What kind of optimization are you

[PHP-DEV] PHP 4.0 Bug #9771: Passing Multilayered Objects, by Reference, to Independent Sub-Objects

2001-03-15 Thread ahi
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 Linux Standard PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Passing Multilayered Objects, by Reference, to Independent Sub-Objects Hello, The example that follows this little description

[PHP-DEV] PHP 4.0 Bug #9772: segfault w/ long POST/GET vars

2001-03-15 Thread cam
From: [EMAIL PROTECTED] Operating system: VA Redhat 6.2.3 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: segfault w/ long POST/GET vars The script in question is thousands of lines long. basically, the script uses about 100 global variables and

[PHP-DEV] PHPCompiler

2001-03-15 Thread Varun Shoor
Hi all, After numerous beta tests i have released my first application for PHP ie PHPCompiler. It isnt truly a compiler but a encoder which encodes your PHP Scripts to window executables by tacking the source at end of EXE and storing it with the same. Both the source and binary versions

[PHP-DEV] PHP 4.0 Bug #9772 Updated: segfault w/ long POST/GET vars

2001-03-15 Thread cam
ID: 9772 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: segfault w/ long POST/GET vars Hmmm...After a bit more bashing, I've gotten it to do it even with the shortend variables. new (but very similar) backtrace: Program received signal SIGSEGV,

[PHP-DEV] imap_thread support

2001-03-15 Thread Rob Siemborski
So I recently came across a need to implement a call to imap_thread from PHP-space, and being as PHP did not support a call to imap_thread, so I implemented one that explicitly did a REFERENCES threading, and returned the thread tree in the form of a hash with three types of entries... "#.num"

[PHP-DEV] PHP 4.0 Bug #9773: Configure hangs

2001-03-15 Thread keith
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: Configure hangs After I type ./configure with any options or just ./configure this happens: checking for a BSD compatible install...

[PHP-DEV] PHP 4.0 Bug #9766 Updated: IRCG trouble

2001-03-15 Thread dickmeiss
ID: 9766 Updated by: dickmeiss Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Assigned To: Comments: Optimization flags: php4: -O2 thttpd: -O st-1.0: none IRCG: -O2 Versions and session: [root@muffin thttpd]# gcc -v Reading specs from

[PHP-DEV] PHP 4.0 Bug #9774: OCIColumnType() returns similar, but non-specific datatypes

2001-03-15 Thread rfinnie
From: [EMAIL PROTECTED] Operating system: Solaris 8 Intel PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCIColumnType() returns similar, but non-specific datatypes Section 2 of the Oracle 8i SQL Reference document specifies 4 character datatypes: CHAR,

[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.5RC1

2001-03-15 Thread Andi Gutmans
At 04:03 PM 3/13/2001 -0800, Lon Baker wrote: The source compiles and installs as a DSO under: Mac OS X 10.0 RC1 Apache 1.3.19 MySQL 3.23.34a Config line used: ./configure --with-apxs=/usr/sbin/apxs --enable-track-vars --with-mysql=/usr/local/mysql --with-zlib With the following issues:

[PHP-DEV] Re: [PHP-QA] QA: chunked output buffering does not work on win32 + internal function output callbacks

2001-03-15 Thread Andi Gutmans
This is extremely reproducible. Definitely a show stopper until Zeev fixes this one. Andi At 01:38 AM 3/14/2001 +0100, Andr Langhorst wrote: Hi Zeev, chunked output buffering seems to work on Linux. Unfortunately several things do not work (anymore) on win32 (tested CGI): 1) Using

[PHP-DEV] PHP 4.0 Bug #9503 Updated: bzcompress output is null padded to size of original string

2001-03-15 Thread sniper
ID: 9503 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Bzip2 Related Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-02-28 16:58:45] [EMAIL

[PHP-DEV] oci hell.

2001-03-15 Thread yavo
On several occasions I had to install php with oci8 on redhat Linux (6.2) with different versions of apache 1.12 - 1.17 with Oracle 8.1.6 client . Every single time I get the same thing. Apache shows no errors, the apache start script shows no errors but dies without an error. This only happens

Re: [PHP-DEV] oci hell.

2001-03-15 Thread Jani Taskinen
On Fri, 16 Mar 2001, yavo wrote: On several occasions I had to install php with oci8 on redhat Linux (6.2) with different versions of apache 1.12 - 1.17 with Oracle 8.1.6 client . Every single time I get the same thing. Apache shows no errors, the apache start script shows no errors but dies

[PHP-DEV] PHP 4.0 Bug #9735 Updated: Mysql / IMAP issues

2001-03-15 Thread sniper
ID: 9735 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Assigned To: Comments: Please check bug report: #7816 which describes this same problem. You're propably having that same error in your script. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9760 Updated: disable functions.

2001-03-15 Thread sniper
ID: 9760 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Works for me just fine. Update your PHP to 4.0.4pl1 and if this isn't working with it either try latest CVS snapshot from http://snaps.php.net/

[PHP-DEV] PHP 4.0 Bug #9775: libmcrypt-2.4.9 causes random segmentation faults

2001-03-15 Thread old . wolf
From: [EMAIL PROTECTED] Operating system: Red Hat 6.0 (2.2.5-15) i586 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: libmcrypt-2.4.9 causes random segmentation faults ./configure --with-apxs --with-mcrypt --with-mhash --with-mysql=../../mysql

[PHP-DEV] PHP 4.0 Bug #9726 Updated: the HTTP_POST_VARS are prepended by RC BS

2001-03-15 Thread sniper
ID: 9726 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: Solved by recompiling - closed. --Jani Previous Comments: --- [2001-03-15

[PHP-DEV] PHP 4.0 Bug #9769 Updated: Compile faliure --with-nsapi

2001-03-15 Thread sniper
ID: 9769 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem Assigned To: Comments: This is fixed in CVS. Try latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9773 Updated: Configure hangs

2001-03-15 Thread sniper
ID: 9773 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Assigned To: Comments: What is the version of GCC ? --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9772 Updated: segfault w/ long POST/GET vars

2001-03-15 Thread sniper
ID: 9772 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: 1. Try latest CVS snapshot from http://snaps.php.net/ 2. Add the shortest possible php script into this bug report which can be used to reproduce

[PHP-DEV] PHP 4.0 Bug #9776: It's not exactly a bug

2001-03-15 Thread raugusto
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: It's not exactly a bug In your old Home Page There were every commands of PHP for ex. PG_EXEC, IF... But I din't found it in your new Home Page,

[PHP-DEV] PHP 4.0 Bug #9754 Updated: Canceled stdout streams end up in apache's error_log

2001-03-15 Thread seth
ID: 9754 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Filesystem function related Description: Canceled stdout streams end up in apache's error_log I tried the latest version from CVS (3/15/01) and it fixed the problem! Thanks, Seth Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9776 Updated: It's not exactly a bug

2001-03-15 Thread torben
ID: 9776 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: It's not exactly a bug. ...then a Bug Database probably isn't the place for it. :) Try http://www.php.net/support.php for information on joining

[PHP-DEV] PHP 4.0 Bug #9776 Updated: It's not exactly a bug

2001-03-15 Thread sniper
ID: 9776 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Your subject line says it.. - bogus (hint: Try the quickref url on the main page) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8186 Updated: PHP4 module causes Apache 1.3.14 to core dump with SIGBUS fault

2001-03-15 Thread sniper
ID: 8186 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Can you try the latest CVS snapshot from http://snaps.php.net/ to see if this is fixed now? --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9777: Function/Class prototypes?

2001-03-15 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Function/Class prototypes? I think it would be nice to have function/class prototype only for while developing PHP application. (I guess developers are

[PHP-DEV] PHP 4.0 Bug #9778: error when compiling with gd

2001-03-15 Thread pof
From: [EMAIL PROTECTED] Operating system: Slackware-current (20010316) PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: error when compiling with gd My configure command: ./configure --prefix=/usr/local --with-apxs=/usr/local/bin/apxs --enable-versioning

[PHP-DEV] compiler error

2001-03-15 Thread Terry Davis
Running slackware 2.4.2 gcc version 2.95.2 19991024 Seeing this error: Here is the error: /tmp/ccUFVjxP.s: Assembler messages: /tmp/ccUFVjxP.s:3339: Error: bad register name `%esp' What can someone attribute this too? Thank you! TErry -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] PHP 4.0 Bug #9769 Updated: Compile faliure --with-nsapi

2001-03-15 Thread dortega
ID: 9769 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Problem Description: Compile faliure --with-nsapi I try to compile the latest CVS php version (php4-00103152245) and it fail during make. The configure options are the same. Making all in Zend