[PHP-DEV] Bugs pending for PHP 4.1.0

2001-11-16 Thread Derick Rethans
Hello, here is my list of important pending bugs which need to be fixed before PHP 4.1.0 can be released IMO. -- Bug 11813 (not really a bug): [ImageGammaCorrect no longer works] Let's keep this open (critical) until it

[PHP-DEV] SAPI/Apache: Some characters in incomonig variable names are silentlychanged

2001-11-16 Thread Derick Rethans
Hello list, It's fairly easy to fix this problem, by just estrdupping the keys before passing them on onto php_register_variabele (sapi/apachi/mod_php4.c:253). The problem is however where to free this estrdupped keys again. Can somebody with some deep knowlegde of the SAPI code look in into

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Andi Gutmans
At 09:33 AM 11/15/2001 +0100, Stig S. Bakken wrote: Shane Caraveo wrote: Andi Gutmans wrote: Implementing this is not a problem but it seems that there is no consensus on adding it. I'm not sure what I think. I was very much against ?= but now it exists and is used by a lot

[PHP-DEV] Bug #14079: look like php script is not function

2001-11-16 Thread worapj
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: look like php script is not function I config PHP4.0.6 for Apache 1.3.12 for Win32 : in apache configuation file: ScriptAlias /php/ C:/PHP/ AddType

[PHP-DEV] Bug #14079 Updated: look like php script is not function

2001-11-16 Thread derick
ID: 14079 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Win98 PHP Version: 4.0.6 New Comment: Please ask support questions on the [EMAIL PROTECTED] mailinglist. Not a bug closing Previous Comments:

[PHP-DEV] Bug #14080: The doubledoublequote strikes again

2001-11-16 Thread fischer
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: The doubledoublequote strikes again I came across the bug described in Bug-ID #8311 with 4.03pl1 on our old Server, so I transfered it to the new Server

[PHP-DEV] Bug #14078 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread jmoore
ID: 14078 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 New Comment: They are bread sticks, and its Thies, turn expose php to off and it wont be possible to see any more. - James

[PHP-DEV] Bug #14078 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread jmoore
ID: 14078 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 New Comment: bogus Previous Comments: [2001-11-16

[PHP-DEV] Bug #14078 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread derick
ID: 14078 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 New Comment: Not a bug bogus Previous Comments: [2001-11-16 05:57:53]

Re: [PHP-DEV] md5sum() patch

2001-11-16 Thread James Moore
shouldnt it be file_md5 if we are sticking with out namespace convention. - James - Original Message - From: Chris Newbill [EMAIL PROTECTED] To: PHP DEV [EMAIL PROTECTED] Sent: Friday, November 16, 2001 5:57 AM Subject: RE: [PHP-DEV] md5sum() patch Nahh I think md5_file() isn't very

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Marc Boeren
It's odd and inconsistent to have %=, ?=, but not ?php=. I was also against ?= originally, but now that we do have it I agree that consistency (symmetry?) is better. Let's take this one step further (into absurdity ;-) and also add script language=php= %var; /script just for consistency,

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Hartmut Holzgraefe
Marc Boeren wrote: Let's take this one step further (into absurdity ;-) and also add script language=php= %var; /script IMHO: script language=php=$var/script -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread derick
On Fri, 16 Nov 2001, Marc Boeren wrote: Let's take this one step further (into absurdity ;-) and also add script language=php= %var; /script Why not remove this utter crap at all? =) (I know about BC, but I really think these tags are stupid). Maybe something to remove (or add a warning) in

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Marc Boeren
script language=php= %var; /script IMHO: script language=php=$var/script Ah well, it should have read $var of course, but the language is still 'php', not 'php='... Cheerio, Marc. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] md5sum() patch

2001-11-16 Thread Thies C. Arntzen
On Fri, Nov 16, 2001 at 11:00:02AM -, James Moore wrote: shouldnt it be file_md5 if we are sticking with out namespace convention. i think james is right: +1 on file_md5 -1 on overloading tc -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Marc Boeren
script language=php= $var; /script Why not remove this utter crap at all? =) BC! (I know about BC, O. :) I never use the syntax, so I'm just going +1 for consistency and adding ?php= Then I will still not use it, but people who do use it now as ?= can then go to the much

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Andi Gutmans
At 12:14 PM 11/16/2001 +0100, Marc Boeren wrote: It's odd and inconsistent to have %=, ?=, but not ?php=. I was also against ?= originally, but now that we do have it I agree that consistency (symmetry?) is better. Let's take this one step further (into absurdity ;-) and also add

RE: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Lenar Lõhmus
[EMAIL PROTECTED] wrote: On Fri, 16 Nov 2001, Marc Boeren wrote: Let's take this one step further (into absurdity ;-) and also add script language=php= %var; /script Why not remove this utter crap at all? =) (I know about BC, but I really think these tags are stupid). Maybe something

[PHP-DEV] The opposite of ===

2001-11-16 Thread Andrey Hristov
The === operator is used to do the work of == and check if the type is equal. Is there !=== or !==, to to the following : if (!($variable===$other_var)){ } to be if (!($variable!==$other_var)){ } Thanks Andrey Hristov IcyGEN Corporation http://www.icygen.com BALANCED SOLUTIONS -- PHP

Re: [PHP-DEV] The opposite of ===

2001-11-16 Thread Andrey Hristov
Ooops, if (!($variable===$other_var)){ } to be if ($variable!==$other_var){ } - Original Message - From: Andrey Hristov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 1:48 PM Subject: [PHP-DEV] The opposite of === The === operator is used to do the

Re: [PHP-DEV] The opposite of ===

2001-11-16 Thread James Moore
!== - James -- 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 PROTECTED]

Re: [PHP-DEV] The opposite of ===

2001-11-16 Thread derick
Hello, yes, !== Derick On Fri, 16 Nov 2001, Andrey Hristov wrote: The === operator is used to do the work of == and check if the type is equal. Is there !=== or !==, to to the following : if (!($variable===$other_var)){ } to be if (!($variable!==$other_var)){ } Thanks Andrey

[PHP-DEV] Bug #14081:

2001-11-16 Thread tobias . bartels
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Compile Warning Bug description: ./configure: flex: command not found checking lex output file root... ./configure: lex: command not found cannot find output from lex; giving up

[PHP-DEV] Bug #14081 Updated: .

2001-11-16 Thread zak
ID: 14081 Updated by: zak Reported By: [EMAIL PROTECTED] Old Summary: Old Status: Open Status: Bogus Bug Type: Compile Warning Operating System: linux PHP Version: 4.0.6 New Comment: Sorry, this is not a support forum. Please ask your support questions on the PHP support mailing lists (see

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Derick Rethans wrote: On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: Hi Derick, May I ask question? I've spent a little more time on this. (When I submit the patch, I spent less than 10 minutes :) When unset($arr[]) is called, get_zval_ptr() returns NULL since znode has IS_UNUSED type.

[PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Sebastian Bergmann
'lo there, I have a test.php script in the same directoy under htdocs as both a test.xml and a test.xsl file. ?php $p = xslt_create(); $res = xslt_process($p, 'test.xml','test.xsl'); if(!$res) echo xslt_error($p); echo $res; xslt_free($p); ? On Windows, the

[PHP-DEV] Bug #14082: unserialize have problems with negative numbers

2001-11-16 Thread alberty
From: [EMAIL PROTECTED] Operating system: i686-pc-linux-gnu PHP version: 4.0CVS-2001-11-16 PHP Bug Type: Variables related Bug description: unserialize have problems with negative numbers Hi, i have detect two annoyingly bugs ;-) with serialize/unserialize. The first

Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Zak Greant
On November 16, 2001 06:16 am, Sebastian Bergmann wrote: 'lo there, I have a test.php script in the same directoy under htdocs as both a test.xml and a test.xsl file. ?php $p = xslt_create(); $res = xslt_process($p, 'test.xml','test.xsl'); if(!$res) echo

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Rasmus Lerdorf
At 09:33 AM 11/15/2001 +0100, Stig S. Bakken wrote: Shane Caraveo wrote: Andi Gutmans wrote: Implementing this is not a problem but it seems that there is no consensus on adding it. I'm not sure what I think. I was very much against ?= but now it exists and is used

Re: [PHP-DEV] Bug #14077 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread Andrei Zmievski
This should go into FAQ. On Fri, 16 Nov 2001, [EMAIL PROTECTED] wrote: ID: 14077 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 New Comment: They're bread sticks :)

Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Sebastian Bergmann
Zak Greant wrote: How are you running PHP under Win - CGI, ISAPI, Apache Mod?? Apache 2.0.29-dev, PHP 4.2.0-dev build as CGI. What does getcwd() output? C:\Server\htdocs\ -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread Andi Gutmans
At 05:42 AM 11/16/2001 -0800, Rasmus Lerdorf wrote: Now all that is left is to decide :) I think we're at a deadlock. Who opposes this strongly? I don't like it, but it is not strong opposition. To me it just doesn't read nicely at all: ?php=$a? compare with: ?$php=$a? or:

Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Andi Gutmans
It probably doesn't use the virtual cwd stuff. Can you try and compile without thread-safety and see if it works? Andi At 02:40 PM 11/16/2001 +0100, Sebastian Bergmann wrote: Zak Greant wrote: How are you running PHP under Win - CGI, ISAPI, Apache Mod?? Apache

Re: [PHP-DEV] Bug #14077 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread Hartmut Holzgraefe
Andrei Zmievski wrote: This should go into FAQ. well, then it wouldn't be an easter egg anymore, would it? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] Bug #14077 Updated: it is an easter egg in all PHP pages

2001-11-16 Thread Andrei Zmievski
On Fri, 16 Nov 2001, Hartmut Holzgraefe wrote: Andrei Zmievski wrote: This should go into FAQ. well, then it wouldn't be an easter egg anymore, would it? Yeah but answering those are breadsticks actually is getting old really fast. :) -Andrei I think it would be a good idea. -- Mahatma

[PHP-DEV] ÉϹØϵͨƽ̨£¬½»ÊÂÒµÅóÓÑ£¬ÖÐÐĶ¯´ó½±

2001-11-16 Thread UP30
Title: ÉϹØϵͨ£¬½±ÉÌÎñͨ£¡ ÉϹØϵͨ£¬½±ÉÌÎñͨ

[PHP-DEV] Bug #14072 Updated: PHP Causes OpenLink Request Broker (odbc_mv.exe) to Segfault upon odbc_do, etc.

2001-11-16 Thread ahill
ID: 14072 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: 1. only compile --with-iodbc. Please try this an retest. 2. the reqest broker is oplrqb. the component you report as segfaulting,

Re: [PHP-DEV] XSLT Extension and paths

2001-11-16 Thread Sterling Hughes
It probably doesn't use the virtual cwd stuff. Can you try and compile without thread-safety and see if it works? Its a sablotron thing I believe... You need to either specify absolute paths (or ./... should work), or you can use xslt_set_base (i think). -Sterling Andi At

[PHP-DEV] Bug #14084 Updated: Recursive call of index.php/test=2

2001-11-16 Thread derick
ID: 14084 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache related Operating System: Redhat 7.1 PHP Version: 4.0.6 New Comment: erm, ofcourse this doesn't work. / is not a valid URL separator. Ask for support questions on the [EMAIL PROTECTED]

[PHP-DEV] Bug #14084 Updated: Recursive call of index.php/test=2

2001-11-16 Thread hholzgra
ID: 14084 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Redhat 7.1 PHP Version: 4.0.6 New Comment: still not a php problem, *and* intended behaviour if only part of a URL path exists on the server and points to a file (not

[PHP-DEV] Bug #14084 Updated: Recursive call of index.php/test=2

2001-11-16 Thread francis
ID: 14084 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Redhat 7.1 PHP Version: 4.0.6 New Comment: Thanks you for your reponse. I will post a question on [EMAIL PROTECTED] for a solution to block that.

Re: [PHP-DEV] Bug #14082: unserialize have problems with negative numbers

2001-11-16 Thread Andrew Sitnikov
Hello alberty, This working correctly for me with 4.0.5 and php-4.1.0RC2 (CGI) anc i have detect two annoyingly bugs ;-) with serialize/unserialize. anc The first bug indicate that unserialize can't work with negative anc integer numbers. anc The second problem brings php to crash!

[PHP-DEV] Bug #14085: configure error

2001-11-16 Thread dextra
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.1 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: configure error checking whether signal handlers are of type void... yes checking for tgetent in -lncurses... no checking for tgetent in

[PHP-DEV] Bug #14086: If you use the result set of a insert query, you get a warning message.

2001-11-16 Thread oliver
From: [EMAIL PROTECTED] Operating system: Linux 2.4 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: If you use the result set of a insert query, you get a warning message. If you use the result set of a insert query, you get a warning message. //

[PHP-DEV] Bug #14086 Updated: mysql_free_result: can't free a result set of a insert query

2001-11-16 Thread oliver
ID: 14086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: If you use the result set of a insert query, you get a warning message. Status: Open Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: Summary changed Previous Comments:

[PHP-DEV] Bug #14086 Updated: mysql_free_result: can't free a result set of a insert query

2001-11-16 Thread oliver
ID: 14086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: If you use the result set of a insert query, you get a warning message. Status: Open Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: Tested in RedHat 7.1 with official

[PHP-DEV] buildconf

2001-11-16 Thread Serg Musichenko
buidconf don't work correctly: PHP_SUBST is undefined macros autoconf 2.52 automake 1.5 libtool1.4.2 php4.0.6 and php4.1.oRC2 rebuilding configure aclocal.m4:944: error: m4_defn: undefined macro: _m4_divert_diversion aclocal.m4:473: PHP_SUBST is expanded from... aclocal.m4:944: the

[PHP-DEV] Bug #14085 Updated: configure error

2001-11-16 Thread derick
ID: 14085 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Compile Issues Operating System: Linux Mandrake 8.1 PHP Version: 4.0.6 New Comment: What are the last (40) lines of config.log ? Derick Previous Comments:

[PHP-DEV] Bug #14086 Updated: If you use the result set of a insert query, you get a warning message.

2001-11-16 Thread derick
ID: 14086 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: From the manual: (http://uk.php.net/manual/en/function.mysql-query.php): mysql_query() returns TRUE (non-zero) or

[PHP-DEV] Bug #14002 Updated: array_merge of subarrays deletes subarrays of unmerged data

2001-11-16 Thread aulbach
ID: 14002 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: unix PHP Version: 4.0.4pl1 New Comment: Could just test it 4.0.6 and it works. :) Previous Comments:

[PHP-DEV] Bug #14082 Updated: unserialize have problems with negative numbers

2001-11-16 Thread derick
ID: 14082 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Variables related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-11-16 New Comment: Fixed in CVS Derick Previous Comments:

Re: [PHP-DEV] buildconf

2001-11-16 Thread derick
Hello, I suggest you use automake 1.4 and libtool 1.4 (not newer versions). (I think automake is the problem here though, you might to test that first). Derick On Fri, 16 Nov 2001, Serg Musichenko wrote: buidconf don't work correctly: PHP_SUBST is undefined macros autoconf 2.52 automake

[PHP-DEV] Bug #14086 Updated: If you use the result set of a insert query, you get a warning message.

2001-11-16 Thread oliver
ID: 14086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: But, can I free a result set that returned mysql_query in mysql_result_free? Does this code works? : // here I'm

Re: [PHP-DEV] Bug #14086 Updated: If you use the result set of ainsert query, you get a warning message.

2001-11-16 Thread derick
On 16 Nov 2001 [EMAIL PROTECTED] wrote: But, can I free a result set that returned mysql_query in mysql_result_free? Does this code works? : // here I'm successfully conected using mysql_pconnect(); $result = mysql_query(insert into table1(col1) values(1)); if($result) { // here I get a

[PHP-DEV] Bug #14086 Updated: If you use the result set of a insert query, you get a warning message.

2001-11-16 Thread hholzgra
ID: 14086 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: please *read* the manual page or at least the snippet from the previous message mysql_query() will only return a result set on

[PHP-DEV] Bug #14086 Updated: If you use the result set of a insert query, you get a warning message.

2001-11-16 Thread oliver
ID: 14086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: MySQL related Operating System: Linux 2.4 PHP Version: 4.0.4pl1 New Comment: Sorry about the confusion, as the manual says, only if you use a SELECT statement you can free the result using

[PHP-DEV] Bug #14087: int8 redefinition fix in global.h

2001-11-16 Thread mseibert
From: [EMAIL PROTECTED] Operating system: AIX 4.3.X PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: int8 redefinition fix in global.h Under AIX 4.3.X, using gcc as a compiler for PHP4.0.5, under the ext/mysql/libmysql compile, there is an error in how the

[PHP-DEV] Bug #14087 Updated: int8 redefinition fix in global.h

2001-11-16 Thread derick
ID: 14087 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: AIX 4.3.X PHP Version: 4.0.5 New Comment: This should be fixed by now, try 4.1.0RC2 from www.php.net/~zeev/php-4.1.0RC2.tar.gz (And it's actually a MySQL

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-16 Thread jimmy elab
Andi Gutmans wrote: It seems that most people support ?php=. If no one comes up with a convincing argument against I will add ?php= later on today. BTW, I never liked the ?= syntax and opposed it at the time but I think today because many people seem to like it, it makes sense to have ?php=

[PHP-DEV] CVS Account Request: abohamam

2001-11-16 Thread Nabeel AboHamam
Translate PHP help document to Arabic Language -- 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 PROTECTED]

[PHP-DEV] Bug #14085 Updated: configure error

2001-11-16 Thread dextra
ID: 14085 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Compile Issues Operating System: Linux Mandrake 8.1 PHP Version: 4.0.6 New Comment: This is about 40 lines back till the end of the error :(. This is what you needed i think.

[PHP-DEV] Bug #14085 Updated: configure error

2001-11-16 Thread dextra
ID: 14085 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Compile Issues Operating System: Linux Mandrake 8.1 PHP Version: 4.0.6 New Comment: um oeps sorry. wrong file :(. This is the right one. configure:8109: (Each undeclared identifier is reported

[PHP-DEV] Bug #14085 Updated: configure error

2001-11-16 Thread derick
ID: 14085 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Compile Issues Operating System: Linux Mandrake 8.1 PHP Version: 4.0.6 New Comment: Fairly simple to fix: install ncurses (and the devel package if needed). Derick Previous Comments:

[PHP-DEV] Bug #14075 Updated: PHP/Apache compile with domxml

2001-11-16 Thread evan
ID: 14075 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: Just wanted to mention I compiled from source on all of the packages, namely, libxml2.4.10,

[PHP-DEV] Bug #14088: help

2001-11-16 Thread lal130
From: [EMAIL PROTECTED] Operating system: unix PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: help see bugs in my web page www.7lem.com php bug -- Edit bug report at: http://bugs.php.net/?id=14088edit=1 -- PHP Development Mailing List

[PHP-DEV] Compiling extensions under VC6.0 ... in c++ ?

2001-11-16 Thread Crawley
Ive noticed ( after much tweeking ) that I can compile a extension readybuilt one or my own ) under VC6.0 on win32. Im using the source for 4.0.6 and am linking with the 'pre-compiled' 4.0.6 dist off www.php.net, If I create my extension in a .c file, it compiles and links fine. BUT if I put

[PHP-DEV] Bug #14088 Updated: help

2001-11-16 Thread cnewbill
ID: 14088 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PHP options/info functions Operating System: unix PHP Version: 4.0.6 New Comment: Please speak American on your site. :) This is not a support forum, mail [EMAIL PROTECTED] with your

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Derick Rethans wrote: On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: Hi Derick, May I ask question? I've spent a little more time on this. (When I submit the patch, I spent less than 10 minutes :) When unset($arr[]) is called, get_zval_ptr() returns NULL since znode

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20

2001-11-16 Thread Yasuo Ohgaki
Oops sorry. Never mind. I need some more sleep :) Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: Derick Rethans wrote: On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: Hi Derick, May I ask question? I've spent a little more time on this. (When I submit the patch, I spent less than 10 minutes :)

[PHP-DEV] Bug #14089: use of mcrypt functions result in segfault of apache child

2001-11-16 Thread mued
From: [EMAIL PROTECTED] Operating system: GNU/Debian Sid PHP version: 4.0CVS-2001-11-16 PHP Bug Type: mcrypt related Bug description: use of mcrypt functions result in segfault of apache child Hi, I just encountered strange segfault with current cvs version. When using

[PHP-DEV] Bug #14089 Updated: use of mcrypt functions result in segfault of apache child

2001-11-16 Thread derick
ID: 14089 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: mcrypt related Operating System: GNU/Debian Sid PHP Version: 4.0CVS-2001-11-16 Old Assigned To: Assigned To: derick New Comment: Please post your script, and which version of libmcrypt (not

[PHP-DEV] Bug #14089 Updated: use of mcrypt functions result in segfault of apache child

2001-11-16 Thread mued
ID: 14089 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: mcrypt related Operating System: GNU/Debian Sid PHP Version: 4.0CVS-2001-11-16 Old Assigned To: derick Assigned To: New Comment: sablotron seem to be another bug when I remove

[PHP-DEV] Bug #14090: Good job guys

2001-11-16 Thread eloff
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: Good job guys Relax I'm not reporting a bug, I just thought I'd congradulate you guys. I used to program with Perl until i discovered PHP. PHP is so much

[PHP-DEV] Bug #14089 Updated: use of mcrypt functions result in segfault of apache child

2001-11-16 Thread mued
ID: 14089 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: mcrypt related Operating System: GNU/Debian Sid PHP Version: 4.0CVS-2001-11-16 Old Assigned To: derick Assigned To: New Comment: libmcrypt is 4.2.6 Previous Comments:

[PHP-DEV] Bug #14090 Updated: Good job guys

2001-11-16 Thread cnewbill
ID: 14090 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Windows 98 PHP Version: 4.0.6 New Comment: Thanx from all. Bogus though :) -Chris Previous Comments:

[PHP-DEV] CVS Account Request: deepak

2001-11-16 Thread Deepak Kumar Vasudevan
Learning PHP -- 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 PROTECTED]

[PHP-DEV] Additional ENV Vars with Apache 2.0.28 and PHP 4.1.0 RC2

2001-11-16 Thread Brian Moon
Hi all, Doing some playing around with new stuff and I have a question. How do I access variables like HTTP_USER_AGENT with the above combination? Is it PHP or Apache that is hiding it from me? I know some things changed in 4.1 but I thought this stuff would still be accessible. Thanks,

Re: [PHP-DEV] CVS Account Request: deepak

2001-11-16 Thread Zak Greant
On November 16, 2001 10:33 pm, Deepak Kumar Vasudevan wrote: Learning PHP You won't need a cvs account to do this. A CVS account allows you work on the PHP documentation, PHP source code or PHP web site. Please read the introductory page on CVS accounts again. :) -- Zak Greant PHP Quality

Re: [PHP-DEV] md5sum() patch

2001-11-16 Thread Stig S. Bakken
[EMAIL PROTECTED] wrote: On Thu, 15 Nov 2001, Alessandro Astarita wrote: In this way you load in memory all the file contents and then you hash it. It's not the same. My function is the php version of the md5sum utility that you can find at example in Linux (textutils package). Then

Re: [PHP-DEV] Additional ENV Vars with Apache 2.0.28 and PHP 4.1.0 RC2

2001-11-16 Thread Zak Greant
On November 16, 2001 11:02 pm, you wrote: Hi all, Doing some playing around with new stuff and I have a question. How do I access variables like HTTP_USER_AGENT with the above combination? Is it PHP or Apache that is hiding it from me? I know some things changed in 4.1 but I thought this

[PHP-DEV] Bug #14083: missing yp documentation for some functions

2001-11-16 Thread nathan
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: missing yp documentation for some functions The current documentation at php.net lists the following functions for the NIS/YP function set as: