[PHP-DEV] PHP 4.0 Bug #9655 Updated: zend_operators.h:84: implicit declaration of function `int finite(...)'

2001-03-12 Thread mohler
ID: 9655 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Description: zend_operators.h:84: implicit declaration of function `int finite(...)' Dear All yes I'm sorry not having noticed that myself. thank you very much for your hint, it helped of course... :-)

[PHP-DEV] PHP 4.0 Bug #9696: Error in ODBC to Connect Progress Database

2001-03-12 Thread siroh
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: Error in ODBC to Connect Progress Database There is an error to via an ODBC driver, "INTERSOLV DataDirect Connect ODBC PROGRESS Driver for Microsoft

[PHP-DEV] PHP 4.0 Bug #9697: filename ends with £

2001-03-12 Thread fabiankessler
From: [EMAIL PROTECTED] Operating system: winnt 4.0 PHP version: 4.0.4 PHP Bug Type: *Directory/Filesystem functions Bug description: filename ends with £ this prints out 'crap' because is_dir() and is_file() return null instead of a boolean if the filename ends with a £.

[PHP-DEV] news.php.net search

2001-03-12 Thread Sergey Kartashoff
Hi! Can anybody give me more information regarding search at news.php.net ? Who is author of it ? Does it use php mnoGoSearch extension ? Thank you. -- Regards. Sergey aka gluke. -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Zeev Suraski
snprintf() isn't accessible in the Zend engine... Zeev At 08:43 12/3/2001, Sebastian Bergmann wrote: Andrei Zmievski wrote: andrei Mon Mar 12 05:08:29 2001 EDT Modified files: /Zend zend_API.c zend_API.h Log: Improve zend_is_callable() to the point where

[PHP-DEV] CVS Account Request

2001-03-12 Thread CVS Account Request
Full name: Cosmin Neagu Email: [EMAIL PROTECTED] ID: cneagu Purpose: romanian php translation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-DEV] Re: PHP 4.0 Bug #8657 Updated: Errormessage on the Browser if using UNC path notation for document root

2001-03-12 Thread Peter Mamier
Yes, i've tried out PHP 4.0.4pl1, but the problem persists, also with the binary php.exe. If i call php.exe from the command line like php c:\phptest.php i see the html output if i call php \\server\vol\dir\phptest.php there is no output and no errormessage. If i map \\server\vol to w: and call

Re: [PHP-DEV] Re: PHP 4.0 Bug #8657 Updated: Errormessage on theBrowser if using UNC path notation for document root

2001-03-12 Thread Stanislav Malyshev
PM i see the html output PM if i call PM php \\server\vol\dir\phptest.php PM there is no output and no errormessage. PM If i map \\server\vol to w: and call PM php w:\dir\phptest.php PM it works. PHP is not too good with UNC pathnames (actually, it just cannot grok them). Someone with Windows

[PHP-DEV] PHP 4.0 Bug #9698: ip2long and long2ip put back wrong answer

2001-03-12 Thread sajt
From: [EMAIL PROTECTED] Operating system: SuSe 6.4/7.1 PHP version: 4.0.4pl1 PHP Bug Type: Network related Bug description: ip2long and long2ip put back wrong answer The script ?php $ip = gethostbyname("www.php.net"); $out = http://".ip2long($ip)."/br\n"; echo $out; ? and

[PHP-DEV] PHP 4.0 Bug #9701: error in checking for dlfcn.h

2001-03-12 Thread andreas
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: error in checking for dlfcn.h Hi, I got this symptom by compiling PHP: /usr/bin/sh ../libtool --mode=compile xlc -DHAVE_CONFIG_H \ -I. -I. -I../main

[PHP-DEV] PHP 4.0 Bug #9702: Cann't load *.dll

2001-03-12 Thread pgc
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Cann't load *.dll Cann't find any DLL files in c:\Winnt\system32\ PHP.INI : Extensionsdir=c:\winnt\system32\; extensions=php_ifx.dll; -- Edit Bug report

[PHP-DEV] PHP 4.0 Bug #9702 Updated: Cann't load *.dll

2001-03-12 Thread sbergmann
ID: 9702 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Dynamic loading Assigned To: Comments: Have a look at http://www.php4win.de/. Previous Comments: --- [2001-03-12

[PHP-DEV] PHP 4.0 Bug #9703: missing alloca-prototype in AIX

2001-03-12 Thread andreas
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: missing alloca-prototype in AIX Hi, I got this symptom by compiling PHP: xlc -I. -I/home/pistoor/php-4.0.4pl1/main -I/home/pistoor/php-4.0.4pl1/main

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andrei Zmievski
Use zend_snprintf() instead or what? On Mon, 12 Mar 2001, Zeev Suraski wrote: snprintf() isn't accessible in the Zend engine... Zeev At 08:43 12/3/2001, Sebastian Bergmann wrote: Andrei Zmievski wrote: andrei Mon Mar 12 05:08:29 2001 EDT Modified files: /Zend

[PHP-DEV] PHP 4.0 Bug #9704: LDAP Referral problem

2001-03-12 Thread yannick
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 7.2 (i386) PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: LDAP Referral problem There is no support for LDAP referral in PHP 4. It's a big problem, because it's not possible to add data in the LDAP

[PHP-DEV] PHP 4.0 Bug #9705: Multiple File Upload

2001-03-12 Thread tk
From: [EMAIL PROTECTED] Operating system: WIN98 PHP version: 4.0.1 PHP Bug Type: Unknown/Other Function Bug description: Multiple File Upload Hi, is it possible that the multiple file upload does not work in 4.02? uploading just one file (without "[]") works fine! the

[PHP-DEV] PHP 4.0 Bug #9706: double #defined V_RENAME

2001-03-12 Thread andreas
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: double #defined V_RENAME Hi, I got this symptom by compiling PHP: xlc -I. -I/home/pistoor/php-4.0.4pl1/main -I/home/pistoor/php-4.0.4pl1/main

[PHP-DEV] PHP 4.0 Bug #9707: syntax error in ext/ftp/ftp.h

2001-03-12 Thread andreas
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: syntax error in ext/ftp/ftp.h Hi, I got this symptom by compiling PHP: xlc -I. -I/home/pistoor/php-4.0.4pl1/ext/ftp -I/home/pistoor/php-4.0.4pl1/main

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Zeev Suraski
At 16:09 12/3/2001, Andrei Zmievski wrote: Use zend_snprintf() instead or what? No, it's really inaccessible :) We managed to write the engine without needing it... Is it impossible to replace it with other functions? Zeev -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] PHP 4.0 Bug #9708: double #defined V_RENAME, the second

2001-03-12 Thread andreas
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: double #defined V_RENAME, the second Hi, I got this symptom by compiling PHP: xlc -I. -I/home/pistoor/php-4.0.4pl1/ext/shmop

[PHP-DEV] PHP 4.0 Bug #9709: Unable to load php_ldap.dll

2001-03-12 Thread b . vbeek
From: [EMAIL PROTECTED] Operating system: Windows NT 4 SP6 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Unable to load php_ldap.dll When I try to enable the ldap extension I get the following error, other extensions I use work fine. The path to the

[PHP-DEV] Re: PHP 4.0 Bug #9575 Updated: After install, the web server Apache don't restart ..

2001-03-12 Thread Dominique Bernot
I've resolve with install and compile Apache1.3.19 : $ORACLE_HOME=/oracle/app/oracle815 export ORACLE_HOME # cd ../php4 # ./configure --with-oracle --with-oci8 --with-apache=/usr/local/apache_1.3.19 # make # make install # cd ../apache_1.3.19 # ./configure

[PHP-DEV] Re: PHP 4.0 Bug #8885 Updated: Child processes hang on exit

2001-03-12 Thread Nick Wood
Nope, we actually traced it down to freetype built into gd/php... As it stands, we're just living without freetype... Nick ProHosting At 02:43 AM 3/10/2001 +, you wrote: ID: 8885 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type:

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andrei Zmievski
On Mon, 12 Mar 2001, Jason Greene wrote: strlcpy, and strlcat are in the win32 build (main/strlcat.c main/strlcpy.c) why dont you malloc a buffer that would fit the sprintf data, and then strlcpy the size restriction? Hmm, and how would you know how big the sprintf buffer would need to be for

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Jason Greene
Simple, allocate an arbitrary large number, like a gig, give there OS's paging routines a test : ) That is a true point, I was thinking that in most cases you could accurately predict the size. g_strdup_printf - that sounds like a fun function, why don't most libraries have this feature : )

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andi Gutmans
I commited a patch but didn't test it. Andrei, please make sure I don't have some dumb bug there. Andi At 10:12 AM 3/12/2001 -0600, Jason Greene wrote: strlcpy, and strlcat are in the win32 build (main/strlcat.c main/strlcpy.c) why dont you malloc a buffer that would fit the sprintf data, and

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andrei Zmievski
On Mon, 12 Mar 2001, Andi Gutmans wrote: I commited a patch but didn't test it. Andrei, please make sure I don't have some dumb bug there. Thanks. -Andrei * Life may be expensive, but it includes an annual free trip around the sun. * -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] PHP 4.0 Bug #8506 Updated: CGI PHP doesn't erase the #!/path/to/php

2001-03-12 Thread vladnc
ID: 8506 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Web Server problem Description: CGI PHP doesn't erase the #!/path/to/php [EMAIL PROTECTED] has a similar problem on a different platform: --- Start Quote --- This problem exists also for NT4 with server signature: Server:

RE: [PHP-DEV] manual?

2001-03-12 Thread Andrew Hill
I've submitted the change to phpdoc/en/functions/uodbc.xml but I don't have sufficient karma to commit. Anyone want to lend a hand? Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Technology

[PHP-DEV] Re: PHP 4.0 Bug #8885 Updated: Child processes hang on exit

2001-03-12 Thread Nick Wood
Nope, we actually traced it down to freetype built into gd/php... As it stands, we're just living without freetype... Nick ProHosting At 02:43 AM 3/10/2001 +, you wrote: ID: 8885 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type:

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.czend_API.h

2001-03-12 Thread Sebastian Bergmann
Andi Gutmans wrote: I commited a patch but didn't test it. Andrei, please make sure I don't have some dumb bug there. At least it compiles now on Win32 again :) -- sebastian bergmann e-mail : [EMAIL PROTECTED] homepage :

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Shane Caraveo
Why not add a: #define snprintf _snprintf to the zend_config.w32.h file? That should take care of the mentioned compile problem under windows. - Original Message - From: "Andrei Zmievski" [EMAIL PROTECTED] To: "Zeev Suraski" [EMAIL PROTECTED] Cc: "php-dev mailinglist" [EMAIL

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend_API.c zend_API.h

2001-03-12 Thread Andi Gutmans
Because snprintf() sucks and what we did is faster :) Andi At 09:25 AM 3/12/2001 -0800, Shane Caraveo wrote: Why not add a: #define snprintf _snprintf to the zend_config.w32.h file? That should take care of the mentioned compile problem under windows. - Original Message - From:

[PHP-DEV] PHP 4.0 Bug #9710: ImageTTFText bounding box coordinates incorrect in manual

2001-03-12 Thread bobw123
From: [EMAIL PROTECTED] Operating system: BSDI 4.1 PHP version: 4.0.2 PHP Bug Type: Documentation problem Bug description: ImageTTFText bounding box coordinates incorrect in manual Hi, The coordinates returned from ImageTTFText are stated to be "upper left, upper right,

[PHP-DEV] whats the standard for OO builtin_functions?

2001-03-12 Thread Jason Greene
Can anyone tell me what the standard is for the builtin_functions function_entry in OO, should i use a or b A) static function_entry class_function_entry = { PHP_FALIAS(member_fnction, php_member_function, NULL) {NULL, NULL,NULL} }; B) static function_entry

[PHP-DEV] CVS Account Request

2001-03-12 Thread CVS Account Request
Full name: Ken Gengler Email: [EMAIL PROTECTED] ID: gengler Purpose: Improve/Extension Java/Servlet-PHP interface -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-DEV] PHP 4.0 Bug #9711: Fatal Error while trying to install

2001-03-12 Thread Todd_Benson
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: Fatal Error while trying to install When trying to run make, I get the following messages: *** Making install in main gcc -I.

Re: [PHP-DEV] SIGFPE, FreeBSD and some PHP math functions

2001-03-12 Thread Dan Kalowsky
Hrm, I was under the impression that this was only a problem really for some of the FreeBSD 3.2 installations, and FreeBSD 4.1, but none of the others. I have yet to see it occur on FreeBSD 4.2. Although I believe Sascha looked into this awhile back, found an area of change, and asked for

[PHP-DEV] PHP 4.0 Bug #9712: zend_is_callable clobbers values if using arrays as parameters for preg_replace

2001-03-12 Thread wez
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: PCRE related Bug description: zend_is_callable clobbers values if using arrays as parameters for preg_replace $search = array("!one!e", "!two!e"); // can be any code below

Re: [PHP-DEV] ask for help

2001-03-12 Thread Greg Sohl
Did you get this figured out? I'm just starting to work on compiling PHP under Windows too and am having the same trouble with the execution of bison. Greg Sohl Cedar Rapids, IA [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... dear sir, I'm a new PHP

Re: [PHP-DEV] ask for help

2001-03-12 Thread Yury Faktorovich
I posted my answer for it on [EMAIL PROTECTED] Unfortunately I deleted the local copy of my post. Please let me know if you can or can not find it in archives I'll post it again. Yury Greg Sohl wrote: Did you get this figured out? I'm just starting to work on compiling PHP under Windows too

Re: [PHP-DEV] PHP 4.0 Bug #9712: zend_is_callable clobbers values if using arrays as parameters for preg_replace

2001-03-12 Thread Andrei Zmievski
On Mon, 12 Mar 2001, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: PCRE related Bug description: zend_is_callable clobbers values if using arrays as parameters for preg_replace $search =

[PHP-DEV] PHP 4.0 Bug #9605 Updated: There is no file: sqlcli1.h.

2001-03-12 Thread sniper
ID: 9605 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Assigned To: Comments: User feedback: --- Sorry for your time. I hadn't all necessary db2 libraries. Now compilation is OK, but I cannot finish compilation of Apache. I will

[PHP-DEV] PHP 4.0 Bug #8657 Updated: Errormessage on the Browser if using UNC path notation for document root

2001-03-12 Thread sniper
ID: 8657 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: User feedback: -- Yes, i've tried out PHP 4.0.4pl1, but the problem persists, also with the binary php.exe. If i call php.exe from the command

[PHP-DEV] PHP 4.0 Bug #8657 Updated: Errormessage on the Browser if using UNC path notation for document root

2001-03-12 Thread sniper
ID: 8657 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Duplicate Bug Type: Scripting Engine problem Assigned To: Comments: Previous Comments: --- [2001-02-25 07:53:51] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9705 Updated: Multiple File Upload

2001-03-12 Thread sniper
ID: 9705 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: Please try the latest release (PHP 4.0.4pl1). IIRC, this is fixed in it. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9712 Updated: zend_is_callable clobbers values if using arrays as parameters for preg_replace

2001-03-12 Thread sniper
ID: 9712 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: PCRE related Assigned To: andrei Comments: Ok, I'll check into this.. -Andrei Previous Comments: --- [2001-03-12

[PHP-DEV] PHP 4.0 Bug #9692 Updated: Subtraction result below 100 yields wrong decimal output

2001-03-12 Thread sniper
ID: 9692 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: Yes it is. This bug report is about the same 'problem': #8164 And it has an url to a page that explains this better than I can. :) --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9713: Compiled Fault

2001-03-12 Thread andregildemeister
From: [EMAIL PROTECTED] Operating system: Linux Suse 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Compiled Fault Hello, I compiled php 4.0.4pl1 with apache (dynamic shared object). I used the following configure command: ./configure

[PHP-DEV] PHP 4.0 Bug #9704 Updated: LDAP Referral problem

2001-03-12 Thread venaas
ID: 9704 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Assigned To: Comments: If you use the latest snapshot or the soon to be released 4.0.5 (or release candidate) and OpenLDAP 2.x.x API, you can tell it not to follow referrals, parse the referral

[PHP-DEV] PHP 4.0 Bug #9714: array_walk crashes

2001-03-12 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: array_walk crashes this example: $t[Line][4][21] = 14; $t[Line][1][1] = 1; $t[Line][2][12] = 12; $t[Line][1][3] = 3; $t[Line][3][20] = 13;

[PHP-DEV] PHP 4.0 Bug #9704 Updated: LDAP Referral problem

2001-03-12 Thread sniper
ID: 9704 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: LDAP related Assigned To: Comments: Previous Comments: --- [2001-03-12 09:17:08] [EMAIL PROTECTED] There is no

[PHP-DEV] PHP 4.0 Bug #9683 Updated: XML DOM memory leak w/ libxml 2.3.3

2001-03-12 Thread bryan
ID: 9683 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Description: XML DOM memory leak w/ libxml 2.3.3 Last sentence of original bug should be: Can't reproduce this using libxml 2.2.7. Previous Comments:

[PHP-DEV] CVS Account Request

2001-03-12 Thread CVS Account Request
Full name: Adam Daniel Email: [EMAIL PROTECTED] ID: adaniel Purpose: password reset please. Thank you -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] HTTP Bailout

2001-03-12 Thread Nathan Cassano
When a client bails out of a http connection and apache shuts down that thread process, is there something or a way so that php can call some sort of destructor? My problem is if a client bails out right in the middle of a financial transaction I need some way of canceling a pending order.

[PHP-DEV] PHP 4.0 Bug #9715: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: COM related Bug description: Memory leak when passing string values to modular variables in COM This is a new bug that I found. Memory is leaked when passing

[PHP-DEV] PHP 4.0 Bug #9716: internal_functions.c:32: `#include' expects FILENAME or FILENAME

2001-03-12 Thread root
From: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Operating system: Mac OS X RC1 PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: *Install and Config Bug description: internal_functions.c:32: `#include' expects "FILENAME" or lt;FILENAMEgt; After configuration the

[PHP-DEV] PHP 4.0 Bug #9717: configure script looks for httpd.h in wrong place in Apache Source tree

2001-03-12 Thread csburris
From: [EMAIL PROTECTED] Operating system: solaris 7 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: configure script looks for httpd.h in wrong place in Apache Source tree run configure with ./configure

[PHP-DEV] PHP 4.0 Bug #9534 Updated: Inclusion of 'mcrypt' keeps Apache from starting

2001-03-12 Thread yubby
ID: 9534 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Verisign Payflow Pro related Description: Inclusion of 'mcrypt' keeps Apache from starting Downloaded 'beta' release of PayFlowPro SDK (files dated 12/15/00). Download site is at (you'll need

[PHP-DEV] PHP 4.0 Bug #9718: Memory leak when passing String values into methods through COM

2001-03-12 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (12/03/2001) PHP Bug Type: COM related Bug description: Memory leak when passing String values into methods through COM I added methods to pass String values into the static variables.

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-12 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Found the problem. It only leaks memory, if I pass a CONSTANT from PHP to the COM object. All I have to do now is rewrite the php so that

[PHP-DEV] PHP 4.0 Bug #9715 Updated: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
ID: 9715 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing string values to modular variables in COM Found the problem. It only leaks memory, if I pass a CONSTANT from PHP to the COM object. All I have to do now is rewrite the php so

[PHP-DEV] PHP 4.0 Bug #9715 Updated: Memory leak when passing string values to modular variables in COM

2001-03-12 Thread Jason
ID: 9715 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing string values to modular variables in COM That wasn't it... I tried it without passing a constant, and it's still leaking memory! So this is an outstanding serious bug with no

[PHP-DEV] PHP 4.0 Bug #9719: Dash in URL causing CGI Error to be reported

2001-03-12 Thread bradmiller
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 build 1381 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Dash in URL causing CGI Error to be reported Ok -- I've been chasing this one down and now I found the common link. When I

[PHP-DEV] PHP 4.0 Bug #9719 Updated: Dash in URL causing CGI Error to be reported

2001-03-12 Thread bradmiller
ID: 9719 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Description: Dash in URL causing CGI Error to be reported Previous Comments: --- [2001-03-12 23:06:09] [EMAIL

Re: [PHP-DEV] whats the standard for OO builtin_functions?

2001-03-12 Thread Andi Gutmans
If it's not an alias I think you probably want PHP_FE(member_function, NULL) and use PHP_FUNCTION(member_function) in the function decleration. Andi At 12:06 PM 3/12/2001 -0600, Jason Greene wrote: Can anyone tell me what the standard is for the builtin_functions function_entry in OO, should

[PHP-DEV] PHP 4.0 Bug #9720: Location header + session causes an infinite loop

2001-03-12 Thread b-i-l-l
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.3pl1 PHP Bug Type: Scripting Engine problem Bug description: Location header + session causes an infinite loop We are running PHP on Apache 1.3.14. Each developer has his own copy of the site running on

Re: [PHP-DEV] PHP 4.0 Bug #9720: Location header + session causes an infinite loop

2001-03-12 Thread Yasuo Ohgaki
FYI I redirected just like he/she is explained here. I've experienced similar behavior on PHP4.0.4/Linux/Apache. (It happened without specifying port, though) I didn't save the code and could not make it reproduce later, so I didn't post it as a bug. I got another similar behavior later so I

[PHP-DEV] NEED HELP

2001-03-12 Thread Madona angles
pls tell me how to check fopen("http://.", "r"); returns an read error message or not PADAM TIMSINA _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Development Mailing List