Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Zeev Suraski wrote: > Yes, it requires adding of functions that duplicate isset()'s behavior in a > way that may change in the future (implementation dependent). What do you mean? You won't be able to store NULL's in the arrays? -Andrei * I don't mind going nowhere as long

[PHP-DEV] Bug #10634: #2293 related: to many Slashes s.t.

2001-05-03 Thread jr
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: #2293 related: to many Slashes s.t. Hi, sometimes strings from a DB or a textfile are added with backslashes all over one page. if you reload

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread Jani Taskinen
On Thu, 3 May 2001, Zeev Suraski wrote: >At 17:20 3/5/2001, Cynic wrote: >>I very much agree with Andrei on this. Please, keep the >>existing functionality. >> >>Although, I'm not familiar with any issues possibly connected >>with this. Does it hurt anything? > >Yes, it requires adding of functio

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
What about an isnull() function, opposed to key_exists(); IsPossible()? "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 16:46 3/5/2001, Andi Gutmans wrote: > >> > By the way, what happened to that array_defined() or whatever function > >> > w

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 10:43 AM 5/3/2001 -0400, Joe Brown wrote: >What about an isnull() function, opposed to key_exists(); > >IsPossible()? Yeah that's definitely a possiblity but then you'd have to do something like. if (isset($a["foo"]) || isnull($a["foo")) Kind of sucky. But we should think of a good resolution

Re: [PHP-DEV] 4.0.6

2001-05-03 Thread Ron Chmara
Andi Gutmans wrote: > >The problem occurs when a web-developer using a Mac editor edits PHP > >code: If he writes PHP code and his editor uses \r as linefeeds in the > >PHP code, then the strange phenomenon may arise. > > The editor only puts \r without \r\n? Wow, I've never seen a system that >

Re: [PHP-DEV] 4.0.6

2001-05-03 Thread Andi Gutmans
I've already commited a fix to the CVS which allows "\r" "\n" and "\r\n". Andi At 07:42 AM 5/3/2001 -0700, Ron Chmara wrote: >Andi Gutmans wrote: > > >The problem occurs when a web-developer using a Mac editor edits PHP > > >code: If he writes PHP code and his editor uses \r as linefeeds in the

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
No plans to do anything at this point. You can keep all your hairs in tact :) Zeev At 17:42 3/5/2001, Jani Taskinen wrote: >On Thu, 3 May 2001, Zeev Suraski wrote: > > >At 17:20 3/5/2001, Cynic wrote: > >>I very much agree with Andrei on this. Please, keep the > >>existing functionality. > >> >

Re: [PHP-DEV] 4.0.6

2001-05-03 Thread Ron Chmara
Andi Gutmans wrote: > I've already commited a fix to the CVS which allows "\r" "\n" and "\r\n". > >It gets weirder on OS X (yes, I have one OS X box running...). It uses \r\n > >*and* \n. Sorry 'bout that, I'm reading email remotely (I'm in D.C., right across from the chinese embassy), and I'm ru

[PHP-DEV] PHP 4.0 Bug #9366 Updated: bin2hex() outputs non-hex digits

2001-05-03 Thread gdambrosio
ID: 9366 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Function Specific Description: bin2hex() outputs non-hex digits (just informational) ok, I think we can leave this closed; with 4.0.5 I still get those "invisible" chars with IE5, but this should be a M$ bug; Netscape or cU

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Cynic
RTFM :)) http://www.php.net/manual/en/html/function.is-null.html At 16:47 3.5. 2001, Andi Gutmans wrote the following: -- >At 10:43 AM 5/3/2001 -0400, Joe Brown wrote: >>What about an isnull() function, opposed to key_exists(); >> >>Is

Re: [PHP-DEV] Bug #10606: function pdf_open_memory_image undefinedfunction

2001-05-03 Thread Jani Taskinen
>From pdf.c: #if HAVE_LIBGD13 /* {{{ proto int pdf_open_memory_image(int pdf, int image) Takes an GD image and returns an image for placement in a PDF document */ PHP_FUNCTION(pdf_open_memory_image) { Th

[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage
ID: 10619 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Description: Apache is not able to load the php module I have solved the problem. I didn't copy the new php4ts.dll to my sys directory. Another problem however is that the Zend optimizer doesn

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread Sterling Hughes
On Thu, 3 May 2001, Andi Gutmans wrote: > At 10:43 AM 5/3/2001 -0400, Joe Brown wrote: > >What about an isnull() function, opposed to key_exists(); > > > >IsPossible()? > > Yeah that's definitely a possiblity but then you'd have to do something like. > if (isset($a["foo"]) || isnull($a["foo")) >

[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage
ID: 10619 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Description: Apache is not able to load the php module Here is a link to a similar thread on phpbuilder.com: http://www.phpbuilder.com/forum/read.php3?num=3&id=104846&loc=0&thread=104846 Previous Comments: -

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
If $a is undefined and you do is_null($a) I supposed you get true. I was talking about a language construct which will give false in this case. Anyway, it's not something I think we should change right now. I think Andrei's MySQL patch should be reverted though. Many people are doing isset($row[

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 11:01 PM 5/2/2001 -0400, Sterling Hughes wrote: >IsAvailable() > >[sterling@localhost standard]$ grep is_null * >basic_functions.c: PHP_FE(is_null, >first_arg_allow_ref) >basic_functions.c:/* {{{ proto bool is_null(mixed var) >basic_functions.c:PHP_FUNCTION(is_null) >basic_functions.h:PHP_

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > Anyway, it's not something I think we should change right now. > I think Andrei's MySQL patch should be reverted though. Many people are > doing isset($row["foo"]) on their MySQL query results. Today if "foo" is > NULL it will return false. If this is e

[PHP-DEV] Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread cynic
ID: 10619 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Apache related PHP Version: 4.0.5 Assigned To: Comments: you don't need to have php4ts.dll in windows/system/, just leave it in the directory where apache.exe is. Zend Optimizer is a third p

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 10:17 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > Anyway, it's not something I think we should change right now. > > I think Andrei's MySQL patch should be reverted though. Many people are > > doing isset($row["foo"]) on their MySQL query results. Tod

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 18:17 3/5/2001, Andrei Zmievski wrote: >Also, have you seen people complain about my patch to MySQL that adds >NULL's to the result set? Sure. I just did. :) Adding an isnull() language construct may be the right way to solve this situation; key_exists() and the today's function is_null()

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > >Also, have you seen people complain about my patch to MySQL that adds > >NULL's to the result set? > > No because isset() returns false for NULL values. But many people would > like it to return true, and then it would break people's scripts. I guess

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Zeev Suraski wrote: > Sure. I just did. :) > > Adding an isnull() language construct may be the right way to solve this > situation; key_exists() and the today's function is_null() are both > functions that duplicate language-level functionality, and shouldn't exist > IM

[PHP-DEV] Bug #10635: fopen

2001-05-03 Thread jhurshman
From: [EMAIL PROTECTED] Operating system: Win2000 Advanced PHP version: 4.0.5 PHP Bug Type: Filesystem function related Bug description: fopen I just upgraded one of my servers to 4.0.5, and am having a problem where any attempt to fopen a PHP file on that server via HTTP w

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 10:24 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > >Also, have you seen people complain about my patch to MySQL that adds > > >NULL's to the result set? > > > > No because isset() returns false for NULL values. But many people would > > like it to retu

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Zeev Suraski
At 18:25 3/5/2001, Andrei Zmievski wrote: >On Thu, 03 May 2001, Zeev Suraski wrote: > > Sure. I just did. :) > > > > Adding an isnull() language construct may be the right way to solve this > > situation; key_exists() and the today's function is_null() are both > > functions that duplicate langu

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
This should be wrong. If $a is not set, then it cannot be set to null... "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If $a is undefined and you do is_null($a) I supposed you get true. > I was talking about a language construct which will give

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andrei Zmievski
On Thu, 03 May 2001, Andi Gutmans wrote: > How do you know today if it's NULL or not? is_null()? -Andrei We all have photographic memories, it's just that some of us don't have any film. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 10:38 AM 5/3/2001 -0500, Andrei Zmievski wrote: >On Thu, 03 May 2001, Andi Gutmans wrote: > > How do you know today if it's NULL or not? > >is_null()? is_null() will also return true if it's undefined. Andi -- PHP Development Mailing List To unsubscribe, e-mail: [EMAI

[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage
ID: 10619 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Description: Apache is not able to load the php module I have isolated the cause of the problem(at least my problem). In my case, I commented out the following line in php.ini extension=php_mssql70.dll Then the

[PHP-DEV] Bug #10636: php_oci8.c -- undefined constants

2001-05-03 Thread cynic
From: [EMAIL PROTECTED] Operating system: NT 5 SP 1 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: php_oci8.c -- undefined constants this is what I got when I tried to build php_oci8.dll from the latest snapshot: Configuration: oci8 -

[PHP-DEV] Bug #10611 Updated: Unrecognized functions

2001-05-03 Thread sniper
ID: 10611 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Old-Bug Type: Unknown/Other Function Bug Type: Documentation problem PHP Version: 4.0.5 Assigned To: Comments: This function doesn't exist anymore. It never returned true thus it was useless function.

[PHP-DEV] PHP 4.0 Bug #7237 Updated: PHP Isapi Filter fails after some consecutive uses

2001-05-03 Thread fjortiz
ID: 7237 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: IIS related Description: PHP Isapi Filter fails after some consecutive uses unfortunately, it's even worse now: 4.0.4 was unstable, but now PHP 4.0.5 in ISAPI mode brings my inetinfo.exe (W3SVC service) down,

[PHP-DEV] Bug #10637: Reading a file into array using file() from Windows IE and Opera

2001-05-03 Thread a . j . dudas
From: [EMAIL PROTECTED] Operating system: Mandrake Linux 8.0 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: Reading a file into array using file() from Windows IE and Opera Using this to submit: echo "\n"; echo "Click browse to select a fil

[PHP-DEV] Re: [PHP-CVS] Re: 4.0.4?

2001-05-03 Thread Colin Viebrock
> why? > > (my thought is that the archived distributions shouldn't be under > cvs control at all, and shouldn't be part of the mirrored website.) Well, I think we should at least have the latest, and second-latest versions available on mirror sites. All the third-latest-and-earlier versions sho

[PHP-DEV] RE: Bug #9555 Updated: Dynamic libraries are not being found in the php.ini's extension_dir

2001-05-03 Thread Brian Otto
Hey James, No, this happens with all extensions. php_gtk.dll was just an example I used, it was the first, in a series of extensions, I tried loading. Brian -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: April 29, 2001 2:37 AM To: [EMAIL PROTECTED] Subject: Bug

[PHP-DEV] Bug #10637 Updated: Reading a file into array using file() from Windows IE and Opera

2001-05-03 Thread sniper
ID: 10637 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.4pl1 Assigned To: Comments: Please upgrade to PHP 4.0.5 as this should be fixed in it. Reopen this bug report if this is not the case. --Jani

[PHP-DEV] PHP 4.0 Bug #10615 Updated: JPEG size info not properly returned on unmodified JPEG images from digicam

2001-05-03 Thread htmlspinnr
ID: 10615 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: GetImageSize related Description: JPEG size info not properly returned on unmodified JPEG images from digicam Try this instead (updated my original code to use ImageMagick instead - slower, but functional).

[PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread sb
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: IIS related Bug description: exec(), system(), ... without reply ...will nothing display! (that's wrong!) hello.txt"); ?> ...will create a file named hello.txt with the value hello.

[PHP-DEV] Bug #10638 Updated: exec(), system(), ... without reply

2001-05-03 Thread andi
ID: 10638 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related PHP Version: 4.0.5 Assigned To: Comments: This should be fixed in 4.0.6 Previous Comments: --- [2001-05-03 12:

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Joe Brown
echo typically is not a program. It is a command in the CMD.exe or COMMAND.com programs. $output=exec("cmd -c echo hello"); //should produce the desired effect. Why piping output to a file changes this fact, is beyond me. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Andi Gutmans
At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: >echo typically is not a program. >It is a command in the CMD.exe or COMMAND.com programs. > >$output=exec("cmd -c echo hello"); //should produce the desired effect. > >Why piping output to a file changes this fact, is beyond me. The definition of exec

[PHP-DEV] Bug #10639: include() & require()

2001-05-03 Thread sb
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: include() & require() On AIX 4.3.3(ML6) with PHP and Apache from IBM's Linux Toolbox the functions include() and require() don't work correctly. If th

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Daniel Beulshausen
At 20:04 03.05.2001 +0300, Andi Gutmans wrote: >At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: >>echo typically is not a program. >>It is a command in the CMD.exe or COMMAND.com programs. >> >>$output=exec("cmd -c echo hello"); //should produce the desired effect. >> >>Why piping output to a file ch

[PHP-DEV] PHP 4.0 Bug #10638 Updated: exec(), system(), ... without reply

2001-05-03 Thread sb
ID: 10638 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: IIS related Description: exec(), system(), ... without reply ...will nothing display, too. (it's not an echo-problem!) Previous Comments: --- [2001

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
is_null() should return false if a variable is not set. isset() should be used to test for variables existance, not is_null(). This is my opinion and I'm sticking to it. Those whom deviate from my opinion are wrong in my opinion!!! -Joe "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMA

[PHP-DEV] PHP 4.0 Bug #10384 Updated: read() buffer memory not freed

2001-05-03 Thread rod
ID: 10384 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Description: read() buffer memory not freed Problem still exists in 4.0.5 The script originally uses ~2MB resident. After connections are accepted it begins using memory in chunks specified in the read() funct

[PHP-DEV] Bug #10640: php_curl.dll

2001-05-03 Thread cynic
From: [EMAIL PROTECTED] Operating system: NT 5 SP 1 PHP version: 4.0 Latest CVS (03/05/2001) PHP Bug Type: Compile Failure Bug description: php_curl.dll apart from the other errors, the constants aren't set anywhere in the source of php_curl nor libcurl. Deleting intermedi

[PHP-DEV] Bug #10636 Updated: php_oci8.c -- undefined constants

2001-05-03 Thread cynic
ID: 10636 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: oh, it's actually php4-200105030645, not 4.0.5 Previous Comments: --- [2001-05-03

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Daniel Beulshausen
At 19:24 03.05.2001 +0200, Daniel Beulshausen wrote: >At 20:04 03.05.2001 +0300, Andi Gutmans wrote: >>At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: >>>echo typically is not a program. >>>It is a command in the CMD.exe or COMMAND.com programs. >>> >>>$output=exec("cmd -c echo hello"); //should prod

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Andi Gutmans
At 01:04 PM 5/3/2001 -0400, Joe Brown wrote: >is_null() should return false if a variable is not set. Well it doesn't. There ya go :) >isset() should be used to test for variables existance, not is_null(). > >This is my opinion and I'm sticking to it. Those whom deviate from my >opinion are wro

[PHP-DEV] MySQL related

2001-05-03 Thread Hien Duy Nguyen
From: [EMAIL PROTECTED] Operating system: RH7.1 PHP version: 4.0 Latest CVS (03/05/2001) PHP Bug Type: MySQL related Bug description: can't make connection to Mysql DB Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.

[PHP-DEV] Bug #10642: error connecting to database

2001-05-03 Thread miller
From: [EMAIL PROTECTED] Operating system: RH 6.2 PHP version: 4.0.5 PHP Bug Type: *Install and Config Bug description: error connecting to database Identical problem as Bug#10612. I installed the CVS php4-200105030445 and still have the same problem. Your help would be app

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Andi Gutmans
At 07:42 PM 5/3/2001 +0200, Daniel Beulshausen wrote: >At 19:24 03.05.2001 +0200, Daniel Beulshausen wrote: >>At 20:04 03.05.2001 +0300, Andi Gutmans wrote: >>>At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: echo typically is not a program. It is a command in the CMD.exe or COMMAND.com progra

[PHP-DEV] Bug #10642 Updated: error connecting to database

2001-05-03 Thread cynic
ID: 10642 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: *Install and Config PHP Version: 4.0.5 Assigned To: Comments: duplicate of #10612 Previous Comments: --- [2001-05-03 1

[PHP-DEV] Bug #10643: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup

2001-05-03 Thread Edwin . Chiu
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.5 PHP Bug Type: LDAP related Bug description: PHP 4.0.5 linked against openldap 2.x segfaults on Apache startup My configure string: ./configure --prefix=/software/php-4 --with-apxs=/software/apache-1.

[PHP-DEV] Re: [PHP-QA] Re: 4.0.6

2001-05-03 Thread Zak Greant
Jani wrote: > > Maybe we should have something like the terrorist cells? > ie. groups of 3 persons who know only about the one above them? > >X > __|_ > /\ >a b > / | \ / \ > c (d) e e g > [...] > Wow this sounds like one of my ideas Jani. :) All

[PHP-DEV] PHP 4.0 Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-03 Thread xyztheweb
ID: 10574 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Description: Gets stuck on explode() when delimiter is not in the string Maybe is a bug related to WIN NT ? Do you need more info about the settings of my phpinfo() ? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10635 Updated: fopen

2001-05-03 Thread jhurshman
ID: 10635 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Description: fopen I have solved the problem. It was not a bug, but rather a permission issue on the php executables. Previous Comments:

[PHP-DEV] CVS Account Request

2001-05-03 Thread CVS Account Request
Full name: Jeremy Jones Email: [EMAIL PROTECTED] ID: jjones Purpose: Karma to edit bug reports -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PRO

[PHP-DEV] DOMXML maintainer

2001-05-03 Thread Joseph Tate
Who is the domxml maintainer? I would like to make some of the functions a little more useful/robust, less verbose (about warning messages, and so forth). Joseph -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[PHP-DEV] PHP 4.0 Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-05-03 Thread david-shafer
ID: 4630 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: Segmentation fault(coredump) in apache startup Still happening as of 4.0.5. Previous Comments: --- [2001-04-26 17:05:24] [EMAIL

[PHP-DEV] Bug #10574 Updated: Gets stuck on explode() when delimiter is not in the string

2001-05-03 Thread andi
ID: 10574 Updated by: andi Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related PHP Version: 4.0.5 Assigned To: Comments: I can't reproduce this on Windows either. Can you please try and run this from command line and see if it still creates problems? Without any prepends or any

[PHP-DEV] Bug #10644: __FILE__ missing path delimiters

2001-05-03 Thread chagenbu
From: [EMAIL PROTECTED] Operating system: Linux (Debian) 2.2 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: __FILE__ missing path delimiters With 4.0.6 latest cvs (not 4.0.5; is there a reason the latest cvs option in the versions menu is dated M

[PHP-DEV] Bug #8359 Updated: imap_fetchheader and FT_PREFETCHTEXT

2001-05-03 Thread chagenbu
ID: 8359 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Fixed in 4.0.6-cvs. Previous Comments: --- [2000-12-21 12:23:55]

[PHP-DEV] Bug #8481 Updated: imap_rfc822_parse_adrlist is too STRICT

2001-05-03 Thread chagenbu
ID: 8481 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: This is the behavior of the underlying c-client function. If you want looser parsing, see PEAR's Mail_RFC822 class, which among other thin

[PHP-DEV] Bug #9333 Updated: imap_fetchstructure()

2001-05-03 Thread chagenbu
ID: 9333 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback from user. Previous Comments: --- [2001-02-19 11:

[PHP-DEV] Bug #8625 Updated: can not use imap_open to authenticate with a pop3 server

2001-05-03 Thread chagenbu
ID: 8625 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.3pl1 Assigned To: Comments: Does it work if you specify a port number explicitly? Previous Comments: ---

[PHP-DEV] Bug #9209 Updated: imap_fetchstructure doesnt return envelope of 'message/rfc822'-subparts

2001-05-03 Thread chagenbu
ID: 9209 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Ryan's comment describes the way to get at this info in c-client. Previous Comments:

[PHP-DEV] Bug #5084 Updated: imap_mail_compose produces a SigSegv

2001-05-03 Thread chagenbu
ID: 5084 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: IMAP related PHP Version: 4.0 Release Candidate 2 Assigned To: sniper Comments: Can you test this with 4.0.6-cvs? It is very likely fixed now. Previous Comments: -

Re: [PHP-DEV] MySQL related

2001-05-03 Thread Stig Sæther Bakken
[Hien Duy Nguyen <[EMAIL PROTECTED]>] > From: [EMAIL PROTECTED] > Operating system: RH7.1 > PHP version: 4.0 Latest CVS (03/05/2001) > PHP Bug Type: MySQL related > Bug description: can't make connection to Mysql DB > > Warning: MySQL Connection Failed: Can't connect to loca

[PHP-DEV] Bug #9461 Updated: imap_open crash when connecting to nntp with username and password

2001-05-03 Thread chagenbu
ID: 9461 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0 Latest CVS (26/02/2001) Assigned To: Comments: Can you try 4.0.6-cvs and see if Andi's strlcopy change had any affect on this? Previous Comments: --

[PHP-DEV] Bug #9335 Updated: configure fails to add -lc-client

2001-05-03 Thread chagenbu
ID: 9335 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: IMAP related Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: reclassifying Previous Comments: --- [2001-02-19 0

[PHP-DEV] Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread chagenbu
ID: 7486 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.2 Assigned To: Comments: You might have the wrong idea of what uid is - what do you expect it to be? On pop servers the message uid will very likely just _be_ t

[PHP-DEV] Bug #10356 Updated: imap_utf7_encode cann't encode Chinese correctly

2001-05-03 Thread chagenbu
ID: 10356 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Mail related Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: reclassifying Previous Comments: --- [2001-04-16 22:

[PHP-DEV] Bug #9612 Updated: iPlanet 4.0 SP3 install obj.conf

2001-05-03 Thread avsm
ID: 9612 Updated by: avsm Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: iPlanet related PHP Version: 4.0 Latest CVS (07/03/2001) Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:22:56] [

[PHP-DEV] Bug #9612 Updated: iPlanet 4.0 SP3 install obj.conf

2001-05-03 Thread avsm
ID: 9612 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0 Latest CVS (07/03/2001) Assigned To: Comments: Previous Comments: --- [2001-04-25 13:

[PHP-DEV] Bug #8376 Updated: IPlanet 4.1 fails to load PHP module

2001-05-03 Thread avsm
ID: 8376 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0.4 Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:24:03] [EMA

[PHP-DEV] Bug #9602 Updated: Unable to compile with NSAPI support, implicit declaration of finite function

2001-05-03 Thread avsm
ID: 9602 Updated by: avsm Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: iPlanet related PHP Version: 4.0.4pl1 Assigned To: Comments: no feedback Previous Comments: --- [2001-04-25 13:24:48]

[PHP-DEV] Bug #9242 Updated: base64_encode, decode and imap_binary

2001-05-03 Thread chagenbu
ID: 9242 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related PHP Version: 4.0.4pl1 Assigned To: Comments: You may be doing something wrong in your script; there are many PHP webmail programs that generate attachments using those functions

[PHP-DEV] Bug #8452 Updated: imap_fetchstructure problem

2001-05-03 Thread chagenbu
ID: 8452 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.4 Assigned To: Comments: Is this still the case, and are you using an updated version of c-client? Previous Comments: --

[PHP-DEV] Bug #10645: undefined versioned symbol name

2001-05-03 Thread conillio
From: [EMAIL PROTECTED] Operating system: Debian 2.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: undefined versioned symbol name my configure line was ./configure --prefix=/usr/local/php \ --with-apxs=/usr/local/apache/apxs \ --with-mysql=/usr/local/

[PHP-DEV] Bug #10376 Updated: abnormal program termination on imap_body($box,0)

2001-05-03 Thread chagenbu
ID: 10376 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in 4.0.6-cvs. Previous Comments: --- [2001-04-18 08:32

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Daniel Beulshausen
At 20:58 03.05.2001 +0300, Andi Gutmans wrote: >At 07:42 PM 5/3/2001 +0200, Daniel Beulshausen wrote: >>At 19:24 03.05.2001 +0200, Daniel Beulshausen wrote: >>>At 20:04 03.05.2001 +0300, Andi Gutmans wrote: At 12:59 PM 5/3/2001 -0400, Joe Brown wrote: >echo typically is not a program.

[PHP-DEV] Bug #9609 Updated: imap_getsubscribed core dumps if there are no subscribed folders

2001-05-03 Thread chagenbu
ID: 9609 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: I can't reproduce this with 4.0.6-cvs, and I don't remember running into it earlier, either. Can you still reproduce it, and if so,

[PHP-DEV] Bug #10644 Updated: __FILE__ missing path delimiters

2001-05-03 Thread derick
ID: 10644 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem PHP Version: 4.0.5 Assigned To: Comments: I also encountered this. Previous Comments: --- [2001-05-03 15:16:11] [E

[PHP-DEV] fork() ?

2001-05-03 Thread Wez Furlong
Hi All, For the project that I am currently working on, I have a number of pages that need to initiate some lengthy processing that would (ideally) be carried out in the background while allowing the site user to carry on with other page views. A fork() call would be ideal for this purpose. Wha

[PHP-DEV] Bug #10645 Updated: undefined versioned symbol name

2001-05-03 Thread sniper
ID: 10645 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.4pl1 Assigned To: Comments: Should be fixed in 4.0.5. If not, reopen. --Jani Previous Comments: ---

[PHP-DEV] Bug #10646: It is fucked! please fix it!

2001-05-03 Thread noone
From: [EMAIL PROTECTED] Operating system: Your Site PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: It is fucked! please fix it! Parse error: parse error, expecting `','' or `';'' in /local/Web/sites/phpweb/index.php on line 141 -- Edit Bug report at:

[PHP-DEV] Bug #10647: parse error on web site index(www.php.net

2001-05-03 Thread evren
From: [EMAIL PROTECTED] Operating system: I dont know it is your site PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: parse error on web site index(www.php.net Parse error: parse error, expecting `','' or `';'' in /local/Web/sites/phpweb/index.php on line

[PHP-DEV] Bug #10648: Parse error

2001-05-03 Thread wesuck
From: [EMAIL PROTECTED] Operating system: ? PHP version: 4.0.5 PHP Bug Type: *Web Server problem Bug description: Parse error Your own home page is failing with a parse error. Tell me again why I would buy your product? CAnt even make it run for yourselves? -- Edit Bug

[PHP-DEV] Bug #10649: error line 141 change , to ;

2001-05-03 Thread mike
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Performance problem Bug description: error line 141 change , to ; -- Edit Bug report at: http://bugs.php.net/?id=10649&edit=1 -- PHP Development Mailing List To unsubscr

[PHP-DEV] Bug #10646 Updated: It is fucked! please fix it!

2001-05-03 Thread sniper
ID: 10646 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.5 Assigned To: Comments: this is PHP the LANGUAGE bug db. Please report 'bugs' on the website to [EMAIL PROTECTED] --Jani Previous Comments: --

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 11:57:14AM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Emiliano wrote: > > >Jani Taskinen wrote: > >> Why would anyone want to use phpize on imap extension? > >> (forgive me but I never have needed phpize..) > > > >You do when you want to develop self-contained exten

Re: [PHP-DEV] Imap SSL support (Bug #10330)

2001-05-03 Thread Alexander Bokovoy
On Thu, May 03, 2001 at 12:07:47PM +0200, Jani Taskinen wrote: > On Thu, 3 May 2001, Alexander Bokovoy wrote: > > >On Thu, May 03, 2001 at 11:21:28AM +0200, Jani Taskinen wrote: > >> On Thu, 3 May 2001, Alexander Bokovoy wrote: > >> > >> >> Hrhm. If you know what is wrong then fix it and send a p

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread vlad
ID: 10648 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: I dunno why you would buy it - it's free... :) Previous Comments: ---

[PHP-DEV] Bug #10647 Updated: parse error on web site index(www.php.net

2001-05-03 Thread sniper
ID: 10647 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.5 Assigned To: Comments: this is PHP the LANGUAGE bug db. Please report 'bugs' on the website to [EMAIL PROTECTED] And this should be fixed btw.. --Jani P

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments:

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments: ---

[PHP-DEV] Bug #10648 Updated: Parse error

2001-05-03 Thread sniper
ID: 10648 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Web Server problem PHP Version: 4.0.5 Assigned To: Comments: And this is PHP the language bug database. Send website related bug reports to [EMAIL PROTECTED] --Jani Previous Comments: ---

<    1   2   3   >