[PHP-DEV] Bug #12866: Speaking of Payment Processing... will PHP ever have a POST() function?

2001-08-20 Thread btanner
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Speaking of Payment Processing... will PHP ever have a POST() function? Speaking of Payment Processing... will PHP ever have a POST() function to post enco

[PHP-DEV] Bug #12669: Utterly Global Variables - What Zeev was talkin about

2001-08-08 Thread btanner
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Utterly Global Variables - What Zeev was talkin about "The new variables are auto-globals - they're available in all function contexts" - Zeev How hard w

[PHP-DEV] Bug #12453: comparing 0=="null" is true?

2001-07-28 Thread btanner
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: comparing 0=="null" is true? If you compare the integer(0) to the string "null", PHP thinks they are the same. Am I hopped up on goofballs, or whats

[PHP-DEV] Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-29 Thread btanner
ID: 11749 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Win32 (Win 2k) PHP Version: 4.0.6 Description: Unserialize dies with Apache Module but is FINE with CGI After changing all my reads and writes to forced binary reads and right, all is wel

[PHP-DEV] Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-28 Thread btanner
ID: 11749 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Win32 (Win 2k) PHP Version: 4.0.6 Description: Unserialize dies with Apache Module but is FINE with CGI If it helps: a)Script b)Datafile can be found in zip form at: http://www.

[PHP-DEV] Bug #11749 Updated: Unserialize dies with Apache Module but is FINE with CGI

2001-06-27 Thread btanner
ID: 11749 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating system: Win32 (Win 2k) PHP Version: 4.0.6 Description: Unserialize dies with Apache Module but is FINE with CGI Bingo.. got it down to a reasonable amount of code. I'll pr

[PHP-DEV] Bug #11546 Updated: Register_Shutdown_Function doesn't happen after shutdown

2001-06-20 Thread btanner
ID: 11546 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Program Execution Operating system: Windows 2000 PHP Version: 4.0.5 Description: Register_Shutdown_Function doesn't happen after shutdown Windows 2000 - Apache 1.3x PHP 4.05 Running PHP.exe as CGI. Is t

[PHP-DEV] Bug #11547: Functions can be redefined within classes

2001-06-19 Thread btanner
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: Functions can be redefined within classes PHP throws me an error if I redefine a function within my code. However, within a class, I can redefi

[PHP-DEV] Bug #11546: Register_Shutdown_Function doesn't happen after shutdown

2001-06-18 Thread btanner
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: Program Execution Bug description: Register_Shutdown_Function doesn't happen after shutdown In theory (at least IMHO), this function should be used to register functions to finish up afte