[PHP-DEV] Bug #12335 Updated: mail() function returns false but the email was sent.

2001-07-25 Thread sascha . winkler
ID: 12335 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Mail related Operating System: Sun Solaris 2.6 PHP Version: 4.0.6 New Comment: I can't put this script to the internet, because I test it only on a fallback server that is currently not

[PHP-DEV] Bug #12349 Updated: Broken PNG image

2001-07-25 Thread design
ID: 12349 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: GD related Operating System: Windows 98 PHP Version: 4.0.6 New Comment: I use standart version of PHP, downloaded from www.php.net i think in PHP 4.0.5 and 4.0.6 used GD 1.8.4 but in PHP

[PHP-DEV] Re: [PHP-QA] Re: HAL 2K1

2001-07-25 Thread Hellekin O. Wolf
At 18:29 24/07/2001 +, wrote: In article [EMAIL PROTECTED], Hellekin O. Wolf wrote: As the Apache conference in Dublin is cancelled, I wanted to know if there is an alternative for meeting... Are there some PHPers going to to the Netherlands on August 10-12 ? =8)

[PHP-DEV] Fwd: [PEAR] Help with pear/php module development

2001-07-25 Thread Jesus M. Castagnetto
I think this is more of interest of the php-dev list not of PEAR list (CC'ing to the php-dev list) --- PHP [EMAIL PROTECTED] wrote: Date: Tue, 24 Jul 2001 16:57:19 -0700 From: PHP [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PEAR] Help with pear/php module development Hello,

Re: [PHP-DEV] Bug #12350: Referencing multiple arrays in classes from inside methods doesn't work

2001-07-25 Thread teo
Hi m.stenzel! On Tue, 24 Jul 2001, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Referencing multiple arrays in classes from inside methods doesn't work Configuration:

Re: [PHP-DEV] Bug #12325 Updated: Query_string not defined

2001-07-25 Thread teo
Hi danradigan! On Tue, 24 Jul 2001, [EMAIL PROTECTED] wrote: ID: 12325 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Unknown/Other Function Operating System: Win 2k PHP Version: 4.0.6 New Comment: I think this is the relevant section:

[PHP-DEV] Bug #12350 Updated: Referencing multiple arrays in classes from inside methods doesn't work

2001-07-25 Thread cynic
ID: 12350 Updated by: cynic Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: W2K PHP Version: 4.0.6 New Comment: use $this-firstarray, not $this-$firstarray Previous Comments:

[PHP-DEV] Bug #12358: CGI Error-CGI application misbehaved

2001-07-25 Thread suresh_inbox
From: [EMAIL PROTECTED] Operating system: windows 98 PHP version: 4.0.6 PHP Bug Type: PWS related Bug description: CGI Error-CGI application misbehaved I has installed php4.0 from www.php.net.My os is windows 98 and i am using PWS.when I run any php program in browser I am

[PHP-DEV] Bug #12359: Error

2001-07-25 Thread lai
From: [EMAIL PROTECTED] Operating system: Win2000 adv. server PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: Error This is my php file: ?php /* A You have been here... script By Neil Edwards [EMAIL PROTECTED]

[PHP-DEV] extension not shutting down on each request

2001-07-25 Thread Gilles Koffmann
Hi, I'm working on an extension with PHP 4.06, VC++6 and doing OO syntax overloading. It seems that on termination of a script the PHP_MSHUTDOWN_FUNCTION is not called. However the doc at www.zend.com says : ... As dynamic loadable modules are loaded only on page requests, the request

Re: [PHP-DEV] extension not shutting down on each request

2001-07-25 Thread Stanislav Malyshev
GK It seems that on termination of a script the GK PHP_MSHUTDOWN_FUNCTION is not called. MSHUTDOWN is called on the module shutdown (i.e., engine shutdown), RSHUTDOWN - on the request end. GK However the doc at www.zend.com says : GK GK ... As dynamic loadable modules are loaded only on page GK

[PHP-DEV] Bug #12358 Updated: CGI Error-CGI application misbehaved

2001-07-25 Thread cynic
ID: 12358 Updated by: cynic Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PWS related Operating System: windows 98 PHP Version: 4.0.6 New Comment: provide a short example script, and it's output when run from the command line. save this as test.php: ?php echo

[PHP-DEV] [PATCH] More error handling changes

2001-07-25 Thread Matt Allen
Hi All, To carry on from the XMLRPC Error patch, here is another one that makes PHP bork on parse errors as well as others from an INI directive called break_on_parse. The reason for this is if xmlrpc_errors is on, and PHP throws 2 errors, 2 xmlrpc error packets will be returned, making certain

[PHP-DEV] problem with ressources on reload

2001-07-25 Thread Gilles Koffmann
Hi, I'm writing an extension PHP 4.06, VC++6 and doing OO syntax overloading and ZTS I'm using a global struct that is defined as ZTS global typedef struct { HashTable *array_dl_handle; HashTable *array_compiler; } php_delphi_globals; I'm using a ressource. This ressource is created as :

[PHP-DEV] Bug #12360: fsockopen timeout doesn't work

2001-07-25 Thread hordur
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.6 PHP Bug Type: Sockets related Bug description: fsockopen timeout doesn't work When I try to connect to a port on a server that isn't reachable or the packets are dropped the timeout doesn't work...

[PHP-DEV] Bug #12361: zend_alloc.c fails to track AG(allocated_memory) properly

2001-07-25 Thread jonesd
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: zend_alloc.c fails to track AG(allocated_memory) properly The shutdown_memory_manager function in 4.0.6 version of zend_alloc.c produces a 'false' memory leak so

[PHP-DEV] Bug #12364: Uninstallation via Configuration screen

2001-07-25 Thread cheezycrust
From: [EMAIL PROTECTED] Operating system: Windows [all] PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Uninstallation via Configuration screen Because I wasn't able to comment on an existing bug [ #12363 ], I'll open a new bug with my comments to [

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-07-25 Thread andy
ID: 12360 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: are you saying that is eventually times out (but not a the number you specified) or are you saying it never times

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-07-25 Thread hordur
ID: 12360 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: it never times out... Previous Comments:

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-07-25 Thread hordur
ID: 12360 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: or at least it doesn't time out until after a very long time Previous Comments:

[PHP-DEV] Bug #12360 Updated: fsockopen timeout doesn't work

2001-07-25 Thread andy
ID: 12360 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Analyzed Bug Type: Sockets related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: I have reproduced this error. When requesting an valid address, but a port that the server does not listen

[PHP-DEV] Bug #12365: Problems with classes and links to objects

2001-07-25 Thread vbv
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Problems with classes and links to objects ? phpinfo(); class a { function a ($obj) { $this-h = $obj;

Re: [PHP-DEV] PHP and WebDAV

2001-07-25 Thread Lukas Schroeder
On Wed, Jul 25, 2001 at 05:53:43AM +0100, Christoph Steinmann wrote: Are there any concrete plans to integrate functions or classes to access external WebDAV ressources? WebDAV seems to be used more and more to upload data, in replacement of FTP. It would be cool to have some functions to

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Cynic
backwards compatibility At 15:07 7/25/2001, Andy wrote the following: -- If register_globals = off is highly recommended, why does the default php.ini have register_globals=on Many people do not change this. [EMAIL PROTECTED]

[PHP-DEV] Bug #12354 Updated: getImageSize() fails for some JPEGs

2001-07-25 Thread matt
ID: 12354 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GetImageSize related Operating System: linux Old PHP Version: 4.0.6 PHP Version: 4.0.5 New Comment: My initial report gave the wrong version -- this is indeed fixed in 4.0.6.

[PHP-DEV] Bug #12366: PHP-ISAPI Module hang

2001-07-25 Thread mbretter
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: PHP-ISAPI Module hang I use PHP4.0.6 under Windows2000 on IIS 5 and ServicePack2 with the OCI8 (Oracle-Client 8.1.7) and gd -extensions. At the first

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Phil Driscoll
On Wednesday 25 July 2001 15:31, Rasmus Lerdorf wrote: The change I would rather see in php.ini would be to have the default error_level be set to E_ALL because then the above script would generate a warning complaining about the fact that $ok was not initialized. Since PHP can determine

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Zeev Suraski
For the obvious reason that this is a huge incompatibility change, which would break pretty much every application out there. I discussed this with Kristian Koehntopp in LinuxTag, and he believes, and I tend to agree with him, that this issue is responsible for too many problems in PHP, that

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Cynic
I write all of my code with/for E_ALL as well. Plus, I consider not relying on register_globals = on to be a crucial requirement WRT portability. At 17:04 7/25/2001, Phil Driscoll wrote the following: -- On Wednesday 25 July 2001

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Peter Petermann
hi, If register_globals = off is highly recommended, why does the default php.ini have register_globals=on Many people do not change this. this wouldnt realy help at all, if you change this, and you need those vars in a script, most people would do the same like register_globals does. the

Re: [PHP-DEV] PHP and WebDAV

2001-07-25 Thread Peter Petermann
hey lukas, ho list, Are there any concrete plans to integrate functions or classes to access external WebDAV ressources? WebDAV seems to be used more and more to upload data, in replacement of FTP. It would be cool to have some functions to read and write files and directories over

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Zeev Suraski
I disagree here. I believe that PHP, the way it is today, encourages people to write insecure code, even when they try to write secure code. This is essentially what the article was saying, and I agree with it. register_globals set to off won't solve the problem completely, and definitely

[PHP-DEV] Bug #12367: array_diff don't work with array of array (it did with 4.0.4)

2001-07-25 Thread caugustin
From: [EMAIL PROTECTED] Operating system: Linux Red hat 7.1 fr PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_diff don't work with array of array (it did with 4.0.4) Example of script ? echo htmlbody\r\n; echo h1Simple array : it

[PHP-DEV] Bug #12323 Updated: // comment tag does not work

2001-07-25 Thread lael
ID: 12323 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: Mac OS X PHP Version: 4.0.6 New Comment: The ## works just the same as the // Also, for those that asked I try it in Netscape. Netscape does the same

[PHP-DEV] Re: [PEAR-DEV] PHP and WebDAV

2001-07-25 Thread Stig S. Bakken
Christoph Steinmann wrote: DATE: 08/31/1999 06:57:01 SUBJECT: RE: [PHP3] WebDAV PHP... We are not quite there with respect to integration of PHP with WebDAV, but Stig and I are actively looking at it, and you will soon be able to do some nifty things. We are likely talking weeks

RE: [PHP-DEV] Security Issues

2001-07-25 Thread Brian Tanner
I'm gonna have to go ahead and agree with Peter. As a relative Newbie to PHP (1 year), I can tell you that when I switched from Perl to PHP, one of the biggest Wow, this is great features was the easy variable access. It makes it fast for a newbie to hack something together that works -- which

[PHP-DEV] Bug #12368: Regexp limit the string size

2001-07-25 Thread stefanbocskai
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: Regexp limit the string size hi I used the regexp functions (ereg and eregi) to split a file in blocks, the delimiters are somthing like: !-- BEGIN

[PHP-DEV] PHP Developers at OSCON in San Diego

2001-07-25 Thread Rasmus Lerdorf
If you are at OSCON, drop by and hang out in our hacker room today (Wednesday). We are in the east tower next to the Perl Gurus room. I think it is officially named Marina Room 2 or something similar to that. There is a sign out front identifying the room. -Rasmus -- PHP Development Mailing

[PHP-DEV] Bug #11729 Updated: error in building zend

2001-07-25 Thread kalowsky
ID: 11729 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Summary: Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: sgi PHP Version: 4.0.6 New Comment: no feedback from user. if this bug continues please reopen the bug. Previous Comments:

[PHP-DEV] Bug #11734 Updated: crypt () seems to be gone...

2001-07-25 Thread kalowsky
ID: 11734 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Encryption and hash functions Operating System: MacOS X 10.0.3 PHP Version: 4.0.6 New Comment: no feedback from user. if this problem still persists please reopen. Previous Comments:

Re: [PHP-DEV] Re: [PEAR-DEV] PHP and WebDAV

2001-07-25 Thread Rasmus Lerdorf
The immediately most useful stuff for PHP would be server functionality in cooperation with mod_dav. The client part seems to be much easier to implement. Both Rasmus and I fell off this project as you can see, so if someone want to pick it up, that'd be awesome. I may just be motivated

[PHP-DEV] Bug #11710 Updated: library -lstdc++ / -lg++ not found

2001-07-25 Thread kalowsky
ID: 11710 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Solaris 2.7 PHP Version: 4.0.6 New Comment: no feedback from user. if this problem still persists please reopen the bug. Previous Comments:

[PHP-DEV] Bug #11686 Updated: if configuring with db2 AND java-support, java will hang under apache

2001-07-25 Thread kalowsky
ID: 11686 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Java related Operating System: linux redhat 7.1 PHP Version: 4.0.6 New Comment: no user feedback. if this problem still persists, please reopen the bug. Previous Comments:

[PHP-DEV] Bug #12369: mnoGoSearch extension

2001-07-25 Thread pele
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: mnoGoSearch extension Hi, Can you please tell me if you, or any of other developers managed to port mnoGoSearch extension to Windows (as dll).

[PHP-DEV] Re: [PEAR-DEV] PHP and WebDAV

2001-07-25 Thread Andrei Zmievski
On Wed, 25 Jul 2001, Stig S. Bakken wrote: The immediately most useful stuff for PHP would be server functionality in cooperation with mod_dav. The client part seems to be much easier to implement. Both Rasmus and I fell off this project as you can see, so if someone want to pick it up,

[PHP-DEV] Bug #12370: Feature suggestion

2001-07-25 Thread matthew
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: Feature suggestion After reading the documentation on integers, I found myself wondering why PHP does not allow a 64-bit Long Integer type instead of

Re: [PHP-DEV] PHP Developers at OSCON in San Diego

2001-07-25 Thread Andrei Zmievski
On Wed, 25 Jul 2001, Rasmus Lerdorf wrote: If you are at OSCON, drop by and hang out in our hacker room today (Wednesday). We are in the east tower next to the Perl Gurus room. I think it is officially named Marina Room 2 or something similar to that. There is a sign out front identifying

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Daniel Beulshausen
At 20:15 24.07.2001 +0200, Markus Fischer wrote: I've come up with a patch based on the ideas and suggestion that came up in this thread: - Let the fd_set resource keep track of the highest socket; nuked _select() first parameter and determine it ourself - Swapped _set(), _clear() and

[PHP-DEV] Bug #12371: SQLColumns Error when using odbc_columns on Oracle DB

2001-07-25 Thread john_tipton
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: SQLColumns Error when using odbc_columns on Oracle DB I have tried all the different syntaxes I could think of and can't get odbc_columns to work with ORACLE

[PHP-DEV] Bug #12372: LDAP calls within a function fail

2001-07-25 Thread Mike
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.6 PHP Bug Type: LDAP related Bug description: LDAP calls within a function fail When doing LDAP calls from within a function, it always returns 'Warning: 1 is not a LDAP link index in blah.php on line

[PHP-DEV] Bug #12374: PHP Manual

2001-07-25 Thread paul
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: PHP Manual The user comments at the bottom of each page are invaluable. Perhaps periodically, you could provide a gzipped mirror of these

[PHP-DEV] Re: Bug #12374: PHP Manual

2001-07-25 Thread Paul J
[EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: PHP Manual The user comments at the bottom of each page are invaluable. Perhaps periodically, you could provide a

[PHP-DEV] Bug #12374 Updated: PHP Manual

2001-07-25 Thread kalowsky
ID: 12374 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux 2.4.3 PHP Version: 4.0.6 New Comment: bogus Previous Comments:

[PHP-DEV] PHP Manual

2001-07-25 Thread Paul J
Dear php.dev The user comments at the bottom of each page are invaluable. Perhaps periodically, you could provide a gzipped mirror of these included in the manual. This would no doubt be very successful. Paul -- web: http://myitcv.org.uk/ email: [EMAIL PROTECTED] -- PHP Development Mailing

[PHP-DEV] Re: [PEAR-DEV] PHP and WebDAV

2001-07-25 Thread yavo
The immediately most useful stuff for PHP would be server functionality in cooperation with mod_dav. The client part seems to be much easier to implement. Both Rasmus and I fell off this project as you can see, so if someone want to pick it up, that'd be awesome. - Stig If I'm not

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-25 Thread Mike
ID: 12372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: One other thingLdap calls seem to work when they are stand alone. Seems that with mysql_connect or mysql_pconnect the

[PHP-DEV] Sockets

2001-07-25 Thread colin mcdonald
Hey, I appologize ahead of time if this is the wrong forum for this question. Are the php socket functions still as experimental as indicated in the manual? Are they stable on windows and standard distros of linux? tia, colin -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #12377: Socket error

2001-07-25 Thread kingj
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Socket error While working with sockets, when returning a port from a function, you need to do intvalue($myvariable) for bind() to accept the

[PHP-DEV] Bug #12378: checkdate returns TRUE on false date

2001-07-25 Thread webmaster
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: checkdate returns TRUE on false date The checkdate doesn't validate correcly on all dates. checkdate(2,29,2000); returns true even thoug the year 2000 was

[PHP-DEV] Bug #12376 Updated: PHP isn't loading the extension modules...

2001-07-25 Thread Sephiroth_Zeio
ID: 12376 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Win 98 Second Edition Old PHP Version: 4.0.4pl1 PHP Version: 4.0.6 New Comment: I use Apache 1.3.14. I have specified that I wanted PHP to use ./extensions/ for the

[PHP-DEV] Bug #12367 Updated: array_diff don't work with array of array (it did with 4.0.4)

2001-07-25 Thread venaas
ID: 12367 Updated by: venaas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating System: Linux Red hat 7.1 fr PHP Version: 4.0.6 New Comment: When I wrote array_diff I didn't think of this use. It worked by accident. array_diff was changed to avoid some ordering

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-25 Thread venaas
ID: 12372 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: Are you sure the problem isn't simply that you do $ds = ldap_connet outside the function, and are not passing

[PHP-DEV] Re: Bug #12378: checkdate returns TRUE on false date

2001-07-25 Thread J Smith
[EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: checkdate returns TRUE on false date The checkdate doesn't validate correcly on all dates. checkdate(2,29,2000); returns

[PHP-DEV] Bug #12379: conversion from html entities to normal text

2001-07-25 Thread cwalstad
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: conversion from html entities to normal text PHP needs a function to convert html entities to plain text, such as quot; becomes a double quote

[PHP-DEV] PHP Extensions: C or C++?

2001-07-25 Thread J Smith
I have a few PHP extensions that I'd be willing to share but I've never done this sort of thing before. I wrote a few extensions for work, and my company sees no problem in donating them to the open source world and to the PHP project, but I'm curious about something: Are extensions for PHP

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Markus Fischer
On Wed, Jul 25, 2001 at 07:20:57PM +0200, Daniel Beulshausen wrote : At 20:15 24.07.2001 +0200, Markus Fischer wrote: I've come up with a patch based on the ideas and suggestion that came up in this thread: - Let the fd_set resource keep track of the highest socket; nuked _select()

Re: [PHP-DEV] Sockets

2001-07-25 Thread Markus Fischer
On Wed, Jul 25, 2001 at 03:20:35PM -0400, colin mcdonald wrote : Are the php socket functions still as experimental as indicated in the manual? They are still experimental and function names/parameter orders is still subject to change. Recently there was also a thread about some possible

Re: [PHP-DEV] Security Issues

2001-07-25 Thread PHP
On Tue, Jul 24, 2001 at 08:27:21PM -0700, Zeev Suraski wrote: Setting register_globals to off (which is highly recommended) would prevent PHP from defining form variables as global variables. For quite a while, since the PHP 3.0 times, PHP provided an alternative way of accessing

Re: [PHP-DEV] Security Issues

2001-07-25 Thread PHP
On Wed, Jul 25, 2001 at 07:31:59AM -0700, Rasmus Lerdorf wrote: Because not everyone agrees that this is actually highly recommended. Most third-party PHP code you may want to run will not work very well with register_globals off. And turning register_globals off isn't actually as helpful

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Daniel Beulshausen
At 23:25 25.07.2001 +0200, Markus Fischer wrote: It works fine! I had another patch (which is obsolete now) which a) let the user pass 0 (or NULL) for all fd set resources to socket_select() (which is perfectly valid because that way you can wait a i don't think this is needed, it would behave

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Markus Fischer
On Thu, Jul 26, 2001 at 12:12:43AM +0200, Daniel Beulshausen wrote : At 23:25 25.07.2001 +0200, Markus Fischer wrote: It works fine! I had another patch (which is obsolete now) which a) let the user pass 0 (or NULL) for all fd set resources to socket_select() (which is perfectly valid

Re: [PHP-DEV] Sockets

2001-07-25 Thread Markus Fischer
On Wed, Jul 25, 2001 at 11:32:24PM +0200, Markus Fischer wrote : On Wed, Jul 25, 2001 at 03:20:35PM -0400, colin mcdonald wrote : Are the php socket functions still as experimental as indicated in the manual? They are still experimental and function names/parameter orders is still

[PHP-DEV] Bug #12380: very simple misstake in the configure-script

2001-07-25 Thread malte
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: very simple misstake in the configure-script when you run the configurescript, if you want to use the ttf-string-stuff, you must type --enable-gd-native-tt

[PHP-DEV] Bug #12381: Data Structure Dumper Feature Needed

2001-07-25 Thread cdaveb
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Data Structure Dumper Feature Needed I'd like to suggest that a built in function for dumping PHP data structures (arrays, variables, etc.) into a string

RE: [PHP-DEV] Bug #12381: Data Structure Dumper Feature Needed

2001-07-25 Thread Brian Tanner
Actually its a great enough idea that its already there ;) http://www.php.net/manual/en/function.serialize.php Internal Format XML Variant if you want to communicate between apps http://www.php.net/manual/en/ref.wddx.php :) I think thats what you are looking for Brian Tanner Project Manager

RE: [PHP-DEV] Bug #12381: Data Structure Dumper Feature Needed

2001-07-25 Thread Cari D. Burstein
Wonderful! I couldn't find it before because I was looking under the terminology (export, dump, etc.). This will make my life a lot easier! I've been looking at WDDX too, although not all the servers I work in have that module. --On Wednesday, July 25, 2001 5:38 PM -0700 Brian Tanner [EMAIL

[PHP-DEV] Help with pear/php module development

2001-07-25 Thread PHP
Hello, Something seems to have broken in pear that in-turn broke a php module I created. I developed a drop in module for php4 that worked great for PHP-4.0 to PHP-4.0.4. As of PHP-4.0.5 it broke and would no longer build properly. At link time it is failing to link to the

[PHP-DEV] Bug #12382: F2S.COM SUX?

2001-07-25 Thread surfer182
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: F2S.COM SUX? I want some information about the f2s.com's database service , because i'm not getting a good connection ... And i want a suggestion about

[PHP-DEV] Bug #12383: $105.04 becomes $105.4!!!

2001-07-25 Thread giancarlo
From: [EMAIL PROTECTED] Operating system: LINUX PHP version: 4.0.6 PHP Bug Type: InterBase related Bug description: $105.04 becomes $105.4!!! GGG!! Interbase module has this orrible bug. It transforms any BIG INTEGER (ISC_INT64) type with decimal points are

[PHP-DEV] Bug #12384: Can't connect to Ingres II

2001-07-25 Thread DwayneMcGarty
From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 PHP version: 4.0.6 PHP Bug Type: *Database Functions Bug description: Can't connect to Ingres II PHP compiled as an APXS module into apache 1.3.14 with Ingres II v2.5. Although connecting through sql from the unix

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Zeev Suraski
At 07:31 25/07/2001, Rasmus Lerdorf wrote: Because not everyone agrees that this is actually highly recommended. Most third-party PHP code you may want to run will not work very well with register_globals off. And turning register_globals off isn't actually as helpful from a security perspective

RE: [PHP-DEV] Security Issues

2001-07-25 Thread Zeev Suraski
Guys, look back at the advisory. Apps written by *GOOD* PHP coders who *ARE* aware of security issues were prone to register_globals=on attacks. As the guy said in the advisory, it's arguable whether it's the language's responsibility to guide you to write a secure app, or whether it's the

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Zeev Suraski
No obscure %$!@*% variables was one of our main design goals in PHP, only $ for denoting variables. This one is here to stay :) At 14:58 25/07/2001, PHP wrote: On Tue, Jul 24, 2001 at 08:27:21PM -0700, Zeev Suraski wrote: Setting register_globals to off (which is highly recommended) would

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Chris Vandomelen
At 20:15 24.07.2001 +0200, Markus Fischer wrote: I've come up with a patch based on the ideas and suggestion that came up in this thread: - Let the fd_set resource keep track of the highest socket; nuked _select() first parameter and determine it ourself - Swapped _set(), _clear() and

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Markus Fischer
On Wed, Jul 25, 2001 at 06:37:25PM -0700, Chris Vandomelen wrote : At 20:15 24.07.2001 +0200, Markus Fischer wrote: I've come up with a patch based on the ideas and suggestion that came up in this thread: - Let the fd_set resource keep track of the highest socket; nuked _select()

Re: [PHP-DEV] cvs socket extension

2001-07-25 Thread Chris Vandomelen
Looks good. But it doesn't matter if someone passes no sets into select(): if there are no sets, it essentially becomes a usleep(). Yes I know, I had another patch which took care of this. But Daniels latest commit took care of everything, looks very good now :) I saw the patch :) Just

[PHP-DEV] Bug #12385: getmxrr returns an invalid false message when...

2001-07-25 Thread willwong
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: getmxrr returns an invalid false message when... getmxrr is designed to return a list of mx records found for a host. According to smtp rfcs, if no mx records

[PHP-DEV] Bug #12382 Updated: F2S.COM SUX?

2001-07-25 Thread zak
ID: 12382 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Windows PHP Version: 4.0.6 New Comment: Sorry - this is for bug reports only. For the information you seek, visit http://www.php.net/links.php Previous Comments:

[PHP-DEV] Bug #12386: Mac Carriage Returns cause PHP to choke

2001-07-25 Thread danradigan
From: [EMAIL PROTECTED] Operating system: macintosh PHP version: 4.0.4 PHP Bug Type: Unknown/Other Function Bug description: Mac Carriage Returns cause PHP to choke When authoring php on the macintosh, php will not compile scripts when using macintosh native carriage

Re: [PHP-DEV] Security Issues

2001-07-25 Thread Rasmus Lerdorf
I tend to agree with the advisory, in the sense that register_globals=on encourages insecure code, and it would in fact help to disable it by default. It's true that some (many) people don't understand that they shouldn't 'trust' any data coming from POST or cookies anymore than they should

[PHP-DEV] Bug #12387: require_once doesn't support relative paths

2001-07-25 Thread willwong
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: require_once doesn't support relative paths require_once doesn't support relative paths. ie. require_once('../blah.php'); won't work. Only

[PHP-DEV] Bug #12389: bad performance of odbc_free_memory with ibm db2

2001-07-25 Thread norbert . pomaroli
From: [EMAIL PROTECTED] Operating system: SuSe 7.1 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: bad performance of odbc_free_memory with ibm db2 calling odbc_free_memory frequently causes a delay of 0.3 secs when using ibm db2 udb v7.1 (FP2) when i do not

[PHP-DEV] Bug #12390: Apache returns php pages with zero sized reply

2001-07-25 Thread agocs
From: [EMAIL PROTECTED] Operating system: Suse linux 6.3 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: Apache returns php pages with zero sized reply php pages work OK for some time, but after a while (from 1-2 hours to 1-2 days) i can get onyl zero sized

[PHP-DEV] Bug #12378 Updated: checkdate returns TRUE on false date

2001-07-25 Thread andy
ID: 12378 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: linux PHP Version: 4.0.6 New Comment: 2000 is a leap year... Previous Comments:

[PHP-DEV] Bug #9906 Updated: Problems with result-set from temporary tables

2001-07-25 Thread andy
ID: 9906 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Sybase-ct (ctlib) related Operating System: Linux RedHat 7.0 PHP Version: 4.0.3pl1 New Comment: no feedback... Previous Comments:

[PHP-DEV] Bug #11648 Updated: Configure fails to detect crypt()

2001-07-25 Thread andy
ID: 11648 Updated by: andy Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: *Encryption and hash functions Operating System: Mac OS X 10.0.4 (Darwin 1.3.7) PHP Version: 4.0.6 New Comment: no feedback... Previous Comments: