[PHP-DEV] Bug #14699 Updated: mcrypt.c:254: `td' undeclared

2001-12-26 Thread derick
ID: 14699 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: FreeBSD v4.1.1 PHP Version: 4.1.0 New Comment: This is fixed in CVS, an dwill be in the upcoming 4.1.1 Derick Previous Comments:

[PHP-DEV] Bug #14692 Updated: Crash

2001-12-26 Thread derick
ID: 14692 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Suspended Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: From: Nikos Mavroyanopoulos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [mcrypt-dev] Crash On Tue, 25

[PHP-DEV] Bug #14700 Updated: help

2001-12-26 Thread mfischer
ID: 14700 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: win98,winXP PHP Version: 4.1.0 New Comment: Ask support questions at [EMAIL PROTECTED] Previous Comments:

Re: [PHP-DEV] Getting rid of --disable-session configure option.

2001-12-26 Thread Derick Rethans
Hello, in your code you can easily do this: #ifndef HAVE_PHP_SESSION #error: no session support in this PHP build #endif there is no need to get rid of --disable-session then I only wonder how exactly do you build that pgsql_session handler, and how is it supposed to be enabled in PHP, as a

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread derick
ID: 14697 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: http://www.php.net/manual/en/faq.build.php#AEN74774 Previous Comments:

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread derick
On Wed, 26 Dec 2001, Markus Fischer wrote: On Wed, Dec 26, 2001 at 02:22:02AM -, Dominik Roettsches wrote : Another suggestion is to replace the wordwrap code by the algorithm of Knuth. This would break BC and therefore isn't an option. Only changin the algorithm, but not

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread support
ID: 14697 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: Here is the bit from config.log that is causing all of this: configure:6304: checking for sys/resource.h

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread derick
ID: 14697 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: As that FAQ entry describes, your kernel headers are messed up. Derick Previous Comments:

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread Markus Fischer
On Wed, Dec 26, 2001 at 01:10:47PM +0100, [EMAIL PROTECTED] wrote : On Wed, 26 Dec 2001, Markus Fischer wrote: On Wed, Dec 26, 2001 at 02:22:02AM -, Dominik Roettsches wrote : Another suggestion is to replace the wordwrap code by the algorithm of Knuth. This would break BC

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread support
ID: 14697 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: An update to the user's glibc and headers appears to be in order so as to eliminate the annoying warnings concerning

[PHP-DEV] Bug #9185 Updated: postgresql backend process become stale after php page loads

2001-12-26 Thread lobbin
ID: 9185 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: PostgreSQL related Operating System: NetBSD/Alpha 1.5.1-current PHP Version: 4.0.4pl1 New Comment: No feedback. Closed. Previous Comments:

[PHP-DEV] Bug #11328 Updated: can't create large object

2001-12-26 Thread lobbin
ID: 11328 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.5 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread support
ID: 14697 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: An update to the user's glibc and headers appears to be in order so as to eliminate the annoying warnings concerning

[PHP-DEV] Bug #14697 Updated: no HAVE_SYS_RESOURCE_H

2001-12-26 Thread support
ID: 14697 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: RHL6.1/X86 PHP Version: 4.1.0 New Comment: whoops, accidentally reposted while closing browser. please ignore duplicate posting. Previous Comments:

[PHP-DEV] Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \omega\ Henning
?php $h = server adr; //don't forget 2 change this $u = user; //don't forget 2 chage this $p = passw; //don't forget 2 change this $b = db; //don't forget 2 change this $connexion = mssql_connect($h, $u, $p); Why do you uses quotes here? mssql_select_db($b); $sql_temp = select * from test;

[PHP-DEV] RE: [PHP-WIN] MSSQL connect

2001-12-26 Thread Svensson, B.A.T. (HKG)
You must be an extremely intelligent person, almost literary quoting my answer, and then pinpointing down things I already pointed out! Moron... From: Thomas omega Henning Sent: Wednesday, December 26, 2001 8:50 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re:

[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-26 Thread misch
ID: 14489 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: I've solved this problem by installation second Apache (1.3.22) on other port . And there were no

[PHP-DEV] Bug #14701: Execute program

2001-12-26 Thread ngotau
From: [EMAIL PROTECTED] Operating system: Windows2000 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: Execute program I tried to exec simple program like as : exec(dir C:,$results,$status) but the $results return [Array] with out any string . and

[PHP-DEV] Re: Bug #14333: Apache processes consume all CPU

2001-12-26 Thread John Lim
Hi I am back in the office and have confirmed that with PHP 4.0.6, the 99% cpu bug only occurs with mm. With the files session handler it doesn't happen. This was on the SMP server with the given config below... Bye, John John Lim [EMAIL PROTECTED] wrote in message [EMAIL

[PHP-DEV] Bug #14702: segfault in OCIFetchStatement with 1 or 2 chars CLOB

2001-12-26 Thread ora
From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.1.0 PHP Bug Type: OCI8 related Bug description: segfault in OCIFetchStatement with 1 or 2 chars CLOB php segfault with the following code : $stmt = OCIParse($conn,select myclob from I18N);

[PHP-DEV] Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \omega\ Henning
I don't know who's a moron that can;t even see straight B.A.T. Svensson [EMAIL PROTECTED] wrote in message 27E647E5629ED211BF78009027289C6302157DAB@mail1">news:27E647E5629ED211BF78009027289C6302157DAB@mail1... You must be an extremely intelligent person, almost literary quoting my answer, and

[PHP-DEV] RE: [PHP-WIN] MSSQL connect

2001-12-26 Thread Svensson, B.A.T. (HKG)
What the heck are you talking about? -Original Message- From: Thomas omega Henning [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 7:50 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] MSSQL connect I don't know who's a moron that

[PHP-DEV] Bug #14693 Updated: Problem with searchin single signed LDAP base name dc=something

2001-12-26 Thread venaas
ID: 14693 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: LDAP related Operating System: Sun Solaris 2.7 (32 bit) PHP Version: 4.1.0 New Comment: You are right, there is one problem with PHP's ldap_search(). This is a bit hard to explain, but when you

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread Stig Venaas
On Wed, Dec 26, 2001 at 01:10:47PM +0100, [EMAIL PROTECTED] wrote: On Wed, 26 Dec 2001, Markus Fischer wrote: On Wed, Dec 26, 2001 at 02:22:02AM -, Dominik Roettsches wrote : Another suggestion is to replace the wordwrap code by the algorithm of Knuth. This would break BC

[PHP-DEV] Recursive count - diffs.

2001-12-26 Thread Vlad Bosinceanu
Hacked count() to count all the elements in an array in a recursive manner. It takes two arguments; the second is optional, and can be one of COUNT_NORMAL (good old count) or COUNT_RECURSIVE. - Vlad Index: zend_hash.c === RCS

[PHP-DEV] Bug #14703: PHP Crash when print_r (get_defined_constants());

2001-12-26 Thread roberto
From: [EMAIL PROTECTED] Operating system: windows ME PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: PHP Crash when print_r (get_defined_constants()); ?PHP print_r (get_defined_constants()); ? I get the binary distr. of PHP and I use APACHE

[PHP-DEV] Bug #14704: phpversion (bool Float) request

2001-12-26 Thread roberto
From: [EMAIL PROTECTED] Operating system: windows ME PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: phpversion (bool Float) request Look: ?PHP // return 4.1 print (float)PHP_VERSION; $v = 4.1.4; // return 4.1 print (float)$v; ? If

[PHP-DEV] Bug #14705: func_get_args(): return references to params?

2001-12-26 Thread nick_eby
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: func_get_args(): return references to params? function pointerTest() { $args = func_get_args(); pointerTest2($args[0]);

[PHP-DEV] PHP 4.1.1 released (minor update)

2001-12-26 Thread Derick Rethans
Due to a few bugs in PHP 4.1.0, we decided to release PHP 4.1.1. The bugs that were fixed are not major ones but minor ones, which could be annoying if you get bitten by them. Our recommendation is that people who already upgraded to PHP 4.1.0 do *not* upgrade to PHP 4.1.1, unless they're

[PHP-DEV] Bug #14703 Updated: PHP Crash when print_r (get_defined_constants());

2001-12-26 Thread mfischer
ID: 14703 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: windows ME PHP Version: 4.1.0 New Comment: Does only 'get_defined_constants()' crash do or only with print_r() ? Feedback. Previous Comments:

Re: [PHP-DEV] PHP 4.1.1 released (minor update)

2001-12-26 Thread Markus Fischer
Also, the annoying script shutdown message when using mysql_pconnect() has been fixed on win32. (by Zeev) -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #14690 Updated: Crash in many functions

2001-12-26 Thread derick
ID: 14690 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: mcrypt related Operating System: Linux PHP Version: 4.1.0 New Comment: This is fixed in php 4.1.1 and php 4.2.0dev. Derick Previous Comments:

[PHP-DEV] Bug #14706: Apache won't load php4apache.dll

2001-12-26 Thread daniel . steylemans
From: [EMAIL PROTECTED] Operating system: Windows 98 SE PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: Apache won't load php4apache.dll Apache can't start because it cannot load php4apache.dll. I installed PHP 4.1.0 and Apache 1.3.22 (both cases: .msi

[PHP-DEV] Bug #9888 Updated: Error from Apache when work with PostgreSQL

2001-12-26 Thread lobbin
ID: 9888 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: PostgreSQL related Operating System: Win NT4.0 WS PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12448 Updated: Disturbing memory corruption/crash

2001-12-26 Thread lobbin
ID: 12448 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Linux 2 2.16 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12793 Updated: __sleep causing problems

2001-12-26 Thread lobbin
ID: 12793 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13482 Updated: apache processes SEGFAULT

2001-12-26 Thread lobbin
ID: 13482 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Linux RH7.1 - 2.4 SMP PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14168 Updated: child segfaults on php_xbithack_handler ()

2001-12-26 Thread lobbin
ID: 14168 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: slackware linux 2.2.19 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14707: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread sorin
From: [EMAIL PROTECTED] Operating system: Any OS, any PHP version PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: A very serious PHP bug that can turn down almost any web server !!! I discovered the bug when I tried to make a script that creates

[PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread daniel
ID: 14707 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Any OS, any PHP version PHP Version: 4.1.0 New Comment: well, DoS is nothing new. thanks for re-descovering it. this is not a PHP bug (same problem applies to virtually

[PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread daniel
ID: 14707 Updated by: daniel Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Any OS, any PHP version PHP Version: 4.1.0 New Comment: I forgot to /bogus Previous Comments:

[PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread daniel
ID: 14707 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Any OS, any PHP version PHP Version: 4.1.0 New Comment: here's another discovery: while(true) mail([EMAIL PROTECTED], this is a mailbomb, blub); Previous

RE: [PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread Mike Robinson
Is the snark really necessary? It accomplishes what? Mike Robinson [EMAIL PROTECTED] writes: ID: 14707 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Any OS, any PHP version PHP Version: 4.1.0 New Comment: here's

Re[2]: [PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread Daniel Lorch
Hi, Is the snark really necessary? It accomplishes what? someone has to do the dirty work and put such bug reports to bogus. Kind Regards, Daniel Lorch -- if(empty($a) == true ? true : false) -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14703 Updated: PHP Crash when print_r (get_defined_constants());

2001-12-26 Thread mfischer
ID: 14703 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: windows ME PHP Version: 4.1.0 New Comment: Fixed in CVS. Previous Comments:

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread Dominik Roettsches
[EMAIL PROTECTED] (Stig Venaas) schrieb in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: On Wed, Dec 26, 2001 at 01:10:47PM +0100, [EMAIL PROTECTED] wrote: On Wed, 26 Dec 2001, Markus Fischer wrote: On Wed, Dec 26, 2001 at 02:22:02AM -, Dominik Roettsches wrote : Another suggestion

[PHP-DEV] Bug #14708: pkzip2.exe for Windows reports errors in php-4.1.0-Win32.zip

2001-12-26 Thread wayne . smith
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: pkzip2.exe for Windows reports errors in php-4.1.0-Win32.zip pkzip25.exe for Windows reports errors in php-4.1.0-Win32.zip I tried to use the fix

[PHP-DEV] Bug #14708 Updated: pkzip2.exe for Windows reports errors in php-4.1.0-Win32.zip

2001-12-26 Thread mfischer
ID: 14708 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: There's nothing wrong with the ZIPs; your client is broken. Bogus. Previous Comments:

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread Sean R. Bright
I need to find a plaintext version of Knuth's paper, then maybe I could help. I don't want to look at fmt's code. Sean -Original Message- From: Dominik Roettsches [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 8:15 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re:

[PHP-DEV] Support for Berkeley DB V1.85

2001-12-26 Thread David Robinson (AU)
Hello I am trying to build a PHP4 extension DLL that supports version 1.85 of the Berkeley database. The db185 code compiles cleanly under Cygwin using the GCC compiler but not the MSVC compiler. Any ideas on how to proceed appreciated. Thanks David Robinson -- PHP Development Mailing

Re: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-26 Thread Markus Fischer
On Wed, Dec 26, 2001 at 11:32:22PM -0500, Sean R. Bright wrote : I need to find a plaintext version of Knuth's paper, then maybe I could help. I don't want to look at fmt's code. You should. It's pretty straightforward to bind. -- Please always Cc to me when replying to me on the

[PHP-DEV] Bug #14709: segmentation fault

2001-12-26 Thread vvo
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3-12 (Apache/1.3.20) PHP version: 4.1.0 PHP Bug Type: XSLT related Bug description: segmentation fault [Note: PHP version is 4.1.1 -- the drop-down box has 4.1.0 as latest version] Script: ? $processor =

[PHP-DEV] Bug #14710: Please either change include/require/virtual directive, or create new one!

2001-12-26 Thread nocrapo
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Please either change include/require/virtual directive, or create new one! I have been searching the php.net forums, bug tracker, etc for a way to do the

[PHP-DEV] Bug #14711: format currency

2001-12-26 Thread haplo232
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: format currency can u tell me how to define the data which the data type is currency format, i have try to use currency_symbol but still cant get the result.

[PHP-DEV] Bug #14712: allways global scope

2001-12-26 Thread roberto
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: allways global scope Will be cool if a new language constructor set global scope to a variable, like $_REQUEST, $_POST, etc. This forever global

[PHP-DEV] Bug #14713: php_oracle.dll

2001-12-26 Thread steven
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.1.0 PHP Bug Type: Dynamic loading Bug description: php_oracle.dll when I config my websystem:php4.1.0+win2000 professional using CGI mode, I found browser tell me:PHP Warning: Unable to load dynamic library