Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-05 Thread Yasuo Ohgaki
Zeev Suraski wrote: Do you use dl() anywhere? Is the crash reproducible? Hi Zeev, I'm glad you are interested in. I don't use dl(). This crash is reproducible, but I could not make it reproduce with simpler script, yet. Anyway, there is other code that crashes PHP which I can report

Re: [PHP-DEV] The rand() can of worms

2001-09-05 Thread Joey Smith
Replied to Sterling off-list. I really just want to get all of this resolved so those of us who are on the sidelines on this one can get back to work. :) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Bug #12971 Updated: configure: error: libjpeg not found!

2001-09-05 Thread matteo . redaelli
ID: 12971 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: HP-11 PHP Version: 4.0.6 New Comment: Solved! Now it works with the new configure that Jani sent me via e-mail. Will it be added in the future releases

[PHP-DEV] Bug #13144: Can not set post_max_size in VirtualHost

2001-09-05 Thread jn
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: Can not set post_max_size in VirtualHost Webserver: apache 1.3.20 I have the following entry in the VirtualHost defenition: php_value

[PHP-DEV] Bug #13145: Postgres module ignores php.ini

2001-09-05 Thread edink
From: [EMAIL PROTECTED] Operating system: Linux (Redhat 6.2) PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: Postgres module ignores php.ini Postgres module ignores php.ini pgsql.* directives when compiled and loaded as dso. -- Edit bug report at:

[PHP-DEV] Re: Bug #13138 Updated: constants behave weird in static hash arrays

2001-09-05 Thread Jan Fedak
thanks :) I'll try it as soon as I have a couple of minutes. Bug Database wrote: ID: 13138 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.4pl1 New Comment: Please try a more

[PHP-DEV] Misbehaviour with boolean values

2001-09-05 Thread Sebastian Bergmann
?php $a = true; $b = false; echo 'a: ' . $a . 'br /'; echo 'b: ' . $b; ? outputs a: 1 b: with current HEAD. Is this intended behaviour? -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/

Re: [PHP-DEV] Misbehaviour with boolean values

2001-09-05 Thread Derick Rethans
Hello, afaik this is normal. A conversation from a boolean to string, makes a 1 out of true and a out of false. Derick - PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED] SRM: Site Resource

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-05 Thread Zeev Suraski
Did you try cutting down the script that crashes (as opposed to trying to create a script that reproduces the problem from scratch)? That's the easiest way to create a short test case... Zeev At 10:03 05-09-01, Yasuo Ohgaki wrote: Zeev Suraski wrote: Do you use dl() anywhere? Is the crash

[PHP-DEV] Bug #13146: installer aborted ,error message corupt I/O file

2001-09-05 Thread garuda
From: [EMAIL PROTECTED] Operating system: win98se PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: installer aborted ,error message corupt I/O file Error Message An I/O error occured while installing a file. This is normally caused by bad installation

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-05 Thread Wez Furlong
(gdb) run -X Starting program: /usr/sbin/httpd -X [Tue Sep 4 14:10:25 2001] [warn] Loaded DSO lib/apache/mod_gzip.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Just a stab in the dark, this wouldn't cause the problem, would it? For

[PHP-DEV] Bug #13146 Updated: installer aborted ,error message corupt I/O file

2001-09-05 Thread phildriscoll
ID: 13146 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: win98se PHP Version: 4.0.6 New Comment: I've just downloaded and tested the installer - no problems. Maybe your first download was faulty in some way

[PHP-DEV] Bug #13122 Updated: UDP probs

2001-09-05 Thread beorn
ID: 13122 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Sockets related Operating System: linux red hat 7.1 PHP Version: 4.0.4pl1 New Comment: the problem is that i cant get the amount of bytes to receive its UDP ! Previous Comments:

[PHP-DEV] Bug #12841 Updated: ++, -- operators does not conert the type of variable.

2001-09-05 Thread stas
ID: 12841 Updated by: stas Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Scripting Engine problem Operating System: FreeBSD 4.3 PHP Version: 4.0.6 Assigned To: jeroen New Comment: Fixed in CVS. Previous Comments:

[PHP-DEV] Webmail Problem

2001-09-05 Thread Siddharth Paralikar
Hello, I have installed 6xmailer webmail application and configured it properly. but when i log in it gives following errors.If any body can help me, please mail me at [EMAIL PROTECTED] address. Warning: Undefined property: type in d:\program files\apache

Re: [PHP-DEV] Webmail Problem

2001-09-05 Thread derick
Hallo, This is not a bug, you should change the errorlevel in php.ini. Please ask on the [EMAIL PROTECTED] for support. Derick On Wed, 5 Sep 2001, Siddharth Paralikar wrote: Hello, I have installed 6xmailer webmail application and configured it properly. but when i log in it gives

[PHP-DEV] Bug #13147: 32bit integer

2001-09-05 Thread mts
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: 32bit integer for ( $i = 0; $i 100; $i++ ) echo crc32(rand(1,10 * $i)).BR; works differently on alpha and intel machines. on intel it outputs values

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-05 Thread Yasuo Ohgaki
Wez Furlong wrote: (gdb) run -X Starting program: /usr/sbin/httpd -X [Tue Sep 4 14:10:25 2001] [warn] Loaded DSO lib/apache/mod_gzip.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Just a stab in the dark, this wouldn't cause the

[PHP-DEV] Bug #10904 Updated: php.exe accesses unreadable memory and crashes

2001-09-05 Thread pax
ID: 10904 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: WINNT SP4 PHP Version: 4.0.5 New Comment: I ported my site to W2K, and as your note indicates the bug does not appear there. I don't care if it is ever fixed

[PHP-DEV] Bug #13149: undefined symbol: sasl_set_alloc

2001-09-05 Thread chabrol
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: undefined symbol: sasl_set_alloc I tried to install Apache 1.3.20 with PHP 4.0.6. Everything compiled without complaining. But if I try to start the httpd

[PHP-DEV] Bug #13150: sprintf(%08x,131) generates -80000000

2001-09-05 Thread adler
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: sprintf(%08x,131) generates -8000 sprintf(%08x,131) generates -8000, should generate 8000. That's it! -- Edit bug report at:

[PHP-DEV] Bug #13150 Updated: sprintf(%08x,131) generates -80000000

2001-09-05 Thread stas
ID: 13150 Updated by: stas Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Output Control Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.6 New Comment: BTW: there's no such interer as 0x8000 in PHP. PHP is limited by signed long. Previous Comments:

[PHP-DEV] big memory problem with 4.0.6

2001-09-05 Thread fx
Hi I have a lot of memory problem with php 4.0.6 ... Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 11520 bytes) with version 4.0.6 I had no problem with my sites moreover I had memory_limit = 8M with php = 4.0.5 with no problem and now I have

[PHP-DEV] Bug #13151: /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage

2001-09-05 Thread matteo . redaelli
From: [EMAIL PROTECTED] Operating system: HP-11 PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage Cannot start apache 1.3.20 php 4.0.6 with --with-oci8 enabled:

[PHP-DEV] Bug #13152: odbc_fetch_row uses update cursor on ODBC cursor library

2001-09-05 Thread jmjt
From: [EMAIL PROTECTED] Operating system: WinNT4.0 SP6 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_fetch_row uses update cursor on ODBC cursor library First off: there is no need to. A read-only cursor would do just fine on a PHP. On a PHP-script it

Re: [PHP-DEV] big memory problem with 4.0.6

2001-09-05 Thread Rasmus Lerdorf
Try a snapshot of current CVS from http://snaps.php.net:8000/php4-200109050735.tar.bz2 and let us know if it is still happening. -Rasmus On Wed, 5 Sep 2001, fx wrote: Hi I have a lot of memory problem with php 4.0.6 ... Fatal error: Allowed memory size of 16777216 bytes exhausted (tried

Re: [PHP-DEV] big memory problem with 4.0.6

2001-09-05 Thread Alexander Wagner
fx wrote: with version 4.0.6 I had no problem with my sites moreover I had memory_limit = 8M with php = 4.0.5 with no problem and now I have memory_limit = 16M with 4.0.6 and that even doesn't solve the problem Wasn't there a patch for 4.06's memory limit on http://php.net/downloads.php

Re: [PHP-DEV] Re: PHP4.0.7RC1 memory problem

2001-09-05 Thread Wez Furlong
Hey, I encounter a similar problem now, albeit intermittently: I have no ideas; I don't think I had this problem before Zeev fixed those two session and output buffering bugs. --Wez. Program received signal SIGSEGV, Segmentation fault. 0x4010922a in chunk_free (ar_ptr=0x401942c0, p=0x8d44bc0)

[PHP-DEV] Zend engine bug

2001-09-05 Thread Gavin Sherry
Hi guys, Just looking through some older bugs. #13007 is a bug in the Zend engine. The problem is the zval.value.lval is overflowing. The zendi_convert_to_long() macro converts doubles to unsigned long ints as follows: (l) = (d) LONG_MAX ? (unsigned long) (d) : (long) (d); It cannot do this

Re: [PHP-DEV] Zend engine bug

2001-09-05 Thread Zeev Suraski
This piece of code is pretty new; It was written in that way to make it possible to store IPs. In what cases do you see a problem with that? If (d) is bigger than LONG_MAX, than you're screwed anyway. Zeev At 19:20 05-09-01, Gavin Sherry wrote: Hi guys, Just looking through some older

Re: [PHP-DEV] Zend engine bug

2001-09-05 Thread Gavin Sherry
On Wed, 5 Sep 2001, Zeev Suraski wrote: In what cases do you see a problem with that? If (d) is bigger than LONG_MAX, than you're screwed anyway. I presume you are refering to my proposed hack? Perhaps a little more detail =). If the type of either operand is greater than long, it cannot

Re: [PHP-DEV] Zend engine bug

2001-09-05 Thread Zeev Suraski
At 19:58 05-09-01, Gavin Sherry wrote: On Wed, 5 Sep 2001, Zeev Suraski wrote: In what cases do you see a problem with that? If (d) is bigger than LONG_MAX, than you're screwed anyway. I presume you are refering to my proposed hack? Perhaps a little more detail =). Nope :) I was actually

Re: [PHP-DEV] Zend engine bug

2001-09-05 Thread Gavin Sherry
On Wed, 5 Sep 2001, Zeev Suraski wrote: If the type of either operand is greater than long, it cannot be demoted (from double) without overflowing lval and giving unexpected results. But when you overflow an integer, you get unexpected results. The only thing this code does is that in

[PHP-DEV] Bug #13153: Some functions calls made Apache Segfault

2001-09-05 Thread d . denis
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Some functions calls made Apache Segfault Hello all, Some weird bugs were found playing with Apache 1.3.20 and PHP 4.0.6. Apache reported that some child

[PHP-DEV] Bug #13153 Updated: Some functions calls made Apache Segfault

2001-09-05 Thread rasmus
ID: 13153 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Linux PHP Version: 4.0.6 New Comment: This has been fixed in CVS and will be in 4.0.7 Previous Comments:

[PHP-DEV] Bug #10904 Updated: php.exe accesses unreadable memory and crashes

2001-09-05 Thread sniper
ID: 10904 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: WINNT SP4 PHP Version: 4.0.5 New Comment: So we'll forget about it.. Previous Comments:

[PHP-DEV] Bug #13154: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2001-09-05 Thread andre . felipe
From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed No queries can be made with PHP 4 and Openlink ODBC to access OpenIngres.

[PHP-DEV] Bug #13150 Updated: sprintf(%08x,131) generates -80000000

2001-09-05 Thread sniper
ID: 13150 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.6 Previous Comments: [2001-09-05 10:09:41] [EMAIL

[PHP-DEV] Bug #13150 Updated: sprintf(%08x,131) generates -80000000

2001-09-05 Thread adler
ID: 13150 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.6 New Comment: Do you have a workaround? Previous Comments:

[PHP-DEV] any reason this is inline?

2001-09-05 Thread Sterling Hughes
I see the following in rand.c, any reason for the inline declaration? static inline php_uint32 randomMT(TSRMLS_D) ?? I just removed it, please object if I've done something wrong here :) -Sterling -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Bug #13138 Updated: constants behave weird in static hash arrays

2001-09-05 Thread joey
ID: 13138 Updated by: joey Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: linux PHP Version: 4.0.4pl1 New Comment: Great. If you still have problems, please reopen. Previous Comments:

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Andrei Zmievski
On Wed, 05 Sep 2001, Sterling Hughes wrote: sterling Wed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standardrand.c Log: a bit of api cleanup... move range stuff into a macro (properly :) I have to ask once again. Why not use

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001, Andrei Zmievski wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: sterlingWed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standard rand.c Log: a bit of api cleanup... move range stuff into a macro (properly :) I have to ask

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread rasmus
On Wed, 05 Sep 2001, Sterling Hughes wrote: sterling Wed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standardrand.c Log: a bit of api cleanup... move range stuff into a macro (properly :) I have to ask once again. Why not use

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001 [EMAIL PROTECTED] wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: sterlingWed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standard rand.c Log: a bit of api cleanup... move range stuff into a macro (properly :)

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Andrei Zmievski
On Wed, 05 Sep 2001, Sterling Hughes wrote: Ok, I'm sold... I understand the basics of the format and the function, but is the following possible?:: In the situation of rand() when its that are two arguments are mandatory, or no arguments are mandatory? I failed to parse

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Zeev Suraski
At 23:35 05-09-01, Sterling Hughes wrote: On Wed, 5 Sep 2001, Andrei Zmievski wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: sterlingWed Sep 5 16:52:45 2001 EDT Modified files: /php4/ext/standard rand.c Log: a bit of api cleanup... move range

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Sterling Hughes
On Wed, 5 Sep 2001, Andrei Zmievski wrote: On Wed, 05 Sep 2001, Sterling Hughes wrote: Ok, I'm sold... I understand the basics of the format and the function, but is the following possible?:: In the situation of rand() when its that are two arguments are mandatory, or

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard rand.c

2001-09-05 Thread Andrei Zmievski
On Thu, 06 Sep 2001, Zeev Suraski wrote: I don't think I ever said they're slower. I asked Andrei if he ever tested their performance, and he said he didn't. So we don't know :) Well, obviously they are slower than the simple zend_get_parameters_* functions, due to the simple reason that

[PHP-DEV] Bug #13155: PEAR HTML/Common.php Warning: Undefined offset

2001-09-05 Thread rickey
From: [EMAIL PROTECTED] Operating system: All I guess PHP version: 4.0CVS-2001-09-05 PHP Bug Type: Unknown/Other Function Bug description: PEAR HTML/Common.php Warning: Undefined offset I hope this is the right place for this. Do let me know if it isnt. Looks like

[PHP-DEV] Re: The rand() can of worms

2001-09-05 Thread jeroen
Bad points: 1) Leaks 2) Inconsistent style 3) Really bizzare macros, etc. Let's put one thing straigt: I merged it already in this early stage (I KNEW it wasn't yet the way it should be, for example the macro thingy: It started out as 2line-macro's, but went bigger. In the optimization and

[PHP-DEV] Rand again

2001-09-05 Thread jeroen
Hm, I notice there has been a huge discussion on php-dev, I think I'm going to read it first... My two previous mails were sent without having read the whole discussion. As I was tought, you shouldn't 'conclude' a discussion before everyone is heard, and I wasn't able to read and/or reply to

Re: [PHP-DEV] Re: The rand() can of worms

2001-09-05 Thread George Schlossnagle
I really dislike the way you are handling with this issue: first silently agree, I keep seeing this thrown around. 'Silent approval' is an interesting concept. How do you distinguish it from 'silent disapproval'? Are you sure you didn't make an assumption about the way people felt? (We

[PHP-DEV] Bug #13156: php segfaults on imap_sort

2001-09-05 Thread janmailing
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0CVS-2001-09-05 PHP Bug Type: IMAP related Bug description: php segfaults on imap_sort When sorting big folders (4500 msgs) php crashes with a segfault and produces this bt: Program received signal

[PHP-DEV] Bug #13156 Updated: php segfaults on imap_sort

2001-09-05 Thread janmailing
ID: 13156 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: Linux 2.2.16 PHP Version: 4.0CVS-2001-09-05 New Comment: This also happened with earlier version at least since the 4.0.7-dev tree. Previous Comments:

[PHP-DEV] Re: The rand() can of worms

2001-09-05 Thread Jeroen van Wolffelaar
I *NEVER* have anything to say until I have seen the code. Otherwise, it's just a bunch of castles in the air. Okay, that's a point. That is not the custom where I learnwork, actually, there is a saying that design planning is 67% of the job, implementing just 33%. That is if you want a good

[PHP-DEV] Fw: [PHP-CVS] cvs: php4 /ext/standard rand_mt.c rand_sys.c

2001-09-05 Thread Jeroen van Wolffelaar
News posts seem to be broken, this is a resent: - Original Message - From: [EMAIL PROTECTED] Newsgroups: php.cvs Sent: Thursday, September 06, 2001 12:03 AM Subject: Re: [PHP-CVS] cvs: php4 /ext/standard rand_mt.c rand_sys.c Andrei Zmievski [EMAIL PROTECTED] wrote in message

[PHP-DEV] Fw: The rand() can of worms

2001-09-05 Thread Jeroen van Wolffelaar
Resent - Original Message - From: [EMAIL PROTECTED] Newsgroups: php.dev Sent: Wednesday, September 05, 2001 11:21 PM Subject: Re: The rand() can of worms Bad points: 1) Leaks 2) Inconsistent style 3) Really bizzare macros, etc. Let's put one thing straigt: I merged it

[PHP-DEV] Bug #13157: Sessions created cannotbe red by a bigger script file.

2001-09-05 Thread svet_gh
From: [EMAIL PROTECTED] Operating system: Windows - PWS 4 PHP version: 4.0CVS-2001-09-05 PHP Bug Type: Session related Bug description: Sessions created cannotbe red by a bigger script file. When manipulating sessions in short scripts they work but when I try them in a file

Re: [PHP-DEV] Re: The rand() can of worms

2001-09-05 Thread Rasmus Lerdorf
Maybe you don't understand my way of coding (emphasis on CORRECTNESS, the rest comes in later stages). In fact I was REALLY in fast-coding mode because I wanted to commit/merge it before the big part of that introduction I was co-organising. I thought you would be able to discuss it, so after

[PHP-DEV] Bug #13158: When used with sambar, mIrc does not connecy

2001-09-05 Thread vbergeron
From: [EMAIL PROTECTED] Operating system: Windoes 98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: When used with sambar, mIrc does not connecy Hi! I installed PHP 4.0.6 on a Windows 98 Sambar 5.01 beta 1 web server. When the server is not

[PHP-DEV] Bug #13157 Updated: Sessions created cannotbe red by a bigger script file.

2001-09-05 Thread sniper
ID: 13157 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Windows - PWS 4 PHP Version: 4.0CVS-2001-09-05 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Previous

[PHP-DEV] Bug #13159: Dup of 5651 and 8332: Won't load becuase of undefined reference 'uncompress'

2001-09-05 Thread jrobertson
From: [EMAIL PROTECTED] Operating system: Linux 7.1 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Dup of 5651 and 8332: Won't load becuase of undefined reference 'uncompress' httpd: Cannot load /etc/httpd/modules/libphp4.so into server:

[PHP-DEV] Bug #13159 Updated: Dup of 5651 and 8332: Won't load becuase of undefined reference 'uncompress'

2001-09-05 Thread sniper
ID: 13159 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Compile Issues Operating System: Linux 7.1 PHP Version: 4.0.6 New Comment: using --with-zlib is the correct way (for now). Previous Comments:

[PHP-DEV] Bug #13160: Apache fails to start, undefined symbol pg_encoding_to_char

2001-09-05 Thread brian
From: [EMAIL PROTECTED] Operating system: Debian Linux - Potato PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: Apache fails to start, undefined symbol pg_encoding_to_char This looks to be similar/related to http://www.php.net/bugs.php?id=5417 Doing

[PHP-DEV] Bug #13161: make delete() as alias of unlink() and unset(), not as just dummy.

2001-09-05 Thread Keizi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: make delete() as alias of unlink() and unset(), not as just dummy. now search by function name, delete() appears. it described: 'this is dummy. for

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-05 Thread Frank M. Kromann
I can't help but notice that MSSQL, Sybase, and Sybase CT-Lib each have their own PHP extension. What I wonder if many people have /not/ noticed is that two of these extensions implement the same C API on different platforms (mssql targetted for Windows systems, sybase targetted for Unix

[PHP-DEV] Bug #13162: php_value php_admin_value is better to accept (null value)

2001-09-05 Thread yasuo_ohgaki
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: php_value php_admin_value is better to accept (null value) In some cases, I would like to assign null values for some ini entries using php_value or

[PHP-DEV] Bug #13163: Problems with including from within included files

2001-09-05 Thread colin
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Problems with including from within included files There definately seems to be some issues with including or requiring files from within other files that have

[PHP-DEV] Bug #13164: exit function always outputs its status

2001-09-05 Thread mgm
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: exit function always outputs its status The 'exit' function always outputs its exit status. This is particularly annoying in command line

[PHP-DEV] Bug #13164 Updated: exit function always outputs its status

2001-09-05 Thread derick
ID: 13164 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Scripting Engine problem Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: Indeed it does, it's a synonym for die(). I wonder if this is intentional or not. Zeev, Andi? Previous

[PHP-DEV] CVS Problem

2001-09-05 Thread Sebastian Bergmann
Hello, could someone explain, what this is about? D:\home\php\php4\win32cvs diff cvs server: Diffing . Index: php4dllts.dsp === RCS file: /repository/php4/win32/php4dllts.dsp,v retrieving revision 1.45 diff -u -r1.45

[PHP-DEV] Re: CVS Problem

2001-09-05 Thread usrgre-php
I probably should have told you that you can fix it by running a cvs update -A (resets sticky tags) (instead of having to checkout again) -Jason From: [EMAIL PROTECTED] Date: 2001/09/06 Thu AM 01:07:53 CDT To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: CVS Problem This