Re: [PHP-DEV] SSL

2001-02-04 Thread James H. Cloos Jr.
"John" == John Donagher [EMAIL PROTECTED] writes: John If you mean the ability to have PHP talk with an HTTPS server, John it already exists in the form of the CURL extension. It has been stated on the list that curl can only grab to a file, not to php variable. Is that (still?) the case?

Re: [PHP-DEV] SSL

2001-02-04 Thread John Donagher
On 4 Feb 2001, James H. Cloos Jr. wrote: "John" == John Donagher [EMAIL PROTECTED] writes: John If you mean the ability to have PHP talk with an HTTPS server, John it already exists in the form of the CURL extension. It has been stated on the list that curl can only grab to a file, not

[PHP-DEV] PHP 4.0 Bug #9094 Updated: Microseconds seem to be untrue values

2001-02-04 Thread waldschrott
ID: 9094 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Date/time related Assigned To: Comments: unfortunately this is a bug for a long time now Duplicate of #4968 Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-04 Thread phanto
ID: 8361 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: phanto Comments: which operating system do you use ? if you're using windows nt/98/95 and the sources where compiled on win2k this could be the reason. i fix this in the evening.

[PHP-DEV] PHP 4.0 Bug #9094 Updated: Microseconds seem to be untrue values

2001-02-04 Thread waldschrott
ID: 9094 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Date/time related Assigned To: Comments: unfortunately this is a bug for a long time now Duplicate of #4968 Previous Comments:

RE: [Fwd: [PHP-DEV] PHP 4.0 Bug #9094: Microseconds seem to be untrue values]

2001-02-04 Thread James Moore
If some win32 php-dev has some spare time, this is bug is withering in our db for "ages" :) and several people have duplicated and encountered it so far Looking at it now.. Think ive tracked it down just testing atm.. if this is the case then Ill commit it, otherwise Ill have to eat my words

[PHP-DEV] PHP 4.0 Bug #4968 Updated: microtime() does not work properly

2001-02-04 Thread jmoore
ID: 4968 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Assigned Bug Type: Date/time related Assigned To: jmoore Comments: Ill look into this one. James Previous Comments: --- [2000-12-19

Re: [PHP-DEV] safe_mode redesign

2001-02-04 Thread Sander Steffann
Hi Jason, I also have some ideas how to improve safe_mode: - Being able to limit the hosts/ports the socket/mysql/fopen/etc functions can connect to. I have seen a few cases where a PHP user used the socket calls to send spam to a mailserver. He/she deleted the script afterwards, and nobody was

[PHP-DEV] Re: safe_mode redesign

2001-02-04 Thread Zeev Suraski
Jason, The one main problem with safe_mode in general is that the idea is problematic by definition. Security outside the OS level is prone to errors, and a false sense of security is much worse than knowing you're insecure. In my opinion, safe mode should only feature features which can

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-04 Thread steeven
ID: 8361 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Chinese char changed ADODB.command,recordset can not be used thanks! I use WindowsMe(chinese). I don't know which platform they used to compile php. please let me know if you finished. thanks!

[PHP-DEV] RE: PHP 4.0 Bug #9096 Updated: #! line in a script is outputed in script

2001-02-04 Thread Liz
Hrm.. I am unable to reproduce this. I am on Linux and I used your exact ./configure line. Are you completely sure you are seeing what you say you are seeing? Yes, very sure. As moving back to 4.0.3pl1 fixed it.. If you want and have a i386 based system, I can zip you my php and a script

Re: [PHP-DEV] RE: PHP 4.0 Bug #9096 Updated: #! line in a script isoutputed in script

2001-02-04 Thread Rasmus Lerdorf
Hrm.. I am unable to reproduce this. I am on Linux and I used your exact ./configure line. Are you completely sure you are seeing what you say you are seeing? Yes, very sure. As moving back to 4.0.3pl1 fixed it.. If you want and have a i386 based system, I can zip you my php and a

Re: [PHP-DEV] Re: safe_mode redesign

2001-02-04 Thread Sander Steffann
Hi Zeev, -- Quoted from Zeev: The one main problem with safe_mode in general is that the idea is problematic by definition. Security outside the OS level is prone to errors, and a false sense of security is much worse than knowing you're insecure. I agree. I think this means that either: -

[PHP-DEV] PHP 4.0 Bug #9097: browscap is not working again

2001-02-04 Thread goba
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: browscap is not working again My programs using browscap.ini worked well with 4.0.3pl1, but now with 4.0.4pl1 the same error occurs as in PHP 4.0.0.

[PHP-DEV] PHP 4.0 Bug #9099: please include one browscap.ini

2001-02-04 Thread goba
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: please include one browscap.ini The browscap.ini was there in the 4.0.3pl1 version, but is missing from the 4.0.4pl1 windows zip distribution. It was

[PHP-DEV] PHP 4.0 Bug #4968 Updated: microtime() does not work properly

2001-02-04 Thread jmoore
ID: 4968 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Date/time related Assigned To: jmoore Comments: Fixed in CVS Previous Comments: --- [2001-02-04 06:55:29] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8932 Updated: gettimeofday improvement suggestion

2001-02-04 Thread jmoore
ID: 8932 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Date/time related Assigned To: Comments: Thanks for you patch, it is now in the CVS. In future make sure you also include any patches in the bug report (even if its a note added at a later

[PHP-DEV] RE: [PHP-CVS] cvs: php4 /win32 time.c

2001-02-04 Thread James Moore
This patch reduces accuracy to milliseconds rather than microseconds but the results are actaully accurate rather than before where the time was collected in two function calls (so seconds would be out of sync with the number of microseconds). Some acuraccy has been lost but the function actually

[PHP-DEV] PHP 4.0 Bug #9100: problem with UDP

2001-02-04 Thread jkutej
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *Network Functions Bug description: problem with UDP fsocketopen doesn't return error message when UDP port is not open. -- Edit Bug report at: http://bugs.php.net/?id=9100edit=1 --

[PHP-DEV] PHP 4.0 Bug #8997 Updated: Bad data from html forms

2001-02-04 Thread sniper
ID: 8997 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: HTTP related Assigned To: Comments: I can not reproduce this with latest CVS. Please try the latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9012 Updated: PHP don't execute UNC path

2001-02-04 Thread sniper
ID: 9012 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Scripting Engine problem Assigned To: Comments: Duplicate of #6554 Previous Comments: --- [2001-01-30 16:57:56]

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-04 Thread sniper
ID: 9003 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: Instructions how to generate a GDB backtrace can be found here: http://bugs.php.net/bugs-generating-backtrace.php --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8429 Updated: erealloc() problem

2001-02-04 Thread sniper
ID: 8429 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Class/Object related Assigned To: Comments: Please include a gdb backtrace of the crash into this bug report. Instructions can be found here: http://bugs.php.net/bugs-generating-backtrace.php Also, please

Re: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
Hello Mark, On 31-Jan-01 16:33:56, you wrote: I have been crafting my own database abstraction layer, and in doing so create an array of the results of a query. Is this an db abstraction layer written in php (script), or written as a module for php (C)? I was thinking of writing an

RE: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Sean R. Bright
This is something that PHP has always lacked. Its also something that I have always found to be the most attractive about application servers like Allaire's Cold Fusion (http://www.allaire.com/). The ability to totally abstract database access makes it much easier on the developer and

[PHP-DEV] Satellite, CORBA, MICO, C++

2001-02-04 Thread David Eriksson
Hello, Disclaimer: This e-mail partly describes vapourware! :-) First of all I have been making some patches to Satellite to make it work with version 0.5.x of ORBit and not with the CVS snapshot. The current patched version on my hard drive is mostly a proof-of-concept and leaks lots of

Re: [PHP-DEV] xbithack?

2001-02-04 Thread Jim Jagielski
Sean R. Bright wrote: Could someone take a moment to explain what the X-Bit hack is? It's an ugly hack for Apache that checks the 'x' bit of the requested file to see if it should be server-side parsed (with SSI). --

[PHP-DEV] srandom vs srand48

2001-02-04 Thread Jim Jagielski
Isn't srandom() the prefered implementation over srand48()? But if both are found, PHP chooses srand48(). Any objections to me switching that around? -- === Jim Jagielski [|] [EMAIL PROTECTED] [|]

RE: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
Hello Sean, On 04-Feb-01 16:09:21, you wrote: This is something that PHP has always lacked. Its also something that I have always found to be the most attractive about application servers like Allaire's Cold Fusion (http://www.allaire.com/). The ability to totally abstract database access

[PHP-DEV] Bug #8269 Updated: Compile cant find Sybtcl .... Help!

2001-02-04 Thread Bug Database
ID: 8269 Updated by: joey Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Sybase-ct (ctlib) related Assigned To: Comments: Dup of 7792. Full Bug description available at: http://bugs.php.net/?id=8269 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

[PHP-DEV] File upload error - no mime boundary found after start of file header

2001-02-04 Thread David Croft
I am working on a site that handles a lot of file uploads. Occasionally the following error will be thrown: shell httpd: PHP Warning: File Upload Error - No Mime boundary found after start of file header in Unknown on line 0 Now I figured this was probably a browser bug rather than a PHP bug

[PHP-DEV] PHP banners

2001-02-04 Thread Cameron
I just saw a PHP 4.0.2 is out banner on sourceforge, anyone care to patch this up AGAIN? Cameron -- 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] Bug #9096 Updated: #! line in a script is outputed in script

2001-02-04 Thread Bug Database
ID: 9096 Updated by: joey Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Unknown/Other Function Assigned To: Comments: I have been able to reproduce this on my Debian box using 4.0.5-dev. Rasmus, you can contact me privately for an account. Full Bug description available at: