[PHP-DEV] Bug #15039 Updated: sticky save handler module setting

2002-01-14 Thread yohgaki
ID: 15039 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Session related Operating System: linux PHP Version: 4.0CVS-2002-01-15 Edit this bug report at http://bugs.php.net/?id=15039&edit=1 -- PHP Development Mailing List To

[PHP-DEV] Bug #15039: sticky save handler module setting

2002-01-14 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0CVS-2002-01-15 PHP Bug Type: Session related Bug description: sticky save handler module setting When session save handler module is specified with session_module_name(), the setting became sticky. (i.e. the las

[PHP-DEV] Re: Bug #15036 Updated: PHP should be able to control module load order.

2002-01-14 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 15036 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old Status: Critical > Status: Open > Old Bug Type: Dynamic loading > Bug Type: Feature/Change Request > Operating System: Any > PHP Version: 4.0CVS-2002-01-14 > New Comment: > > It's not a bug, but a fea

[PHP-DEV] Bug #15037 Updated: something wrong with the operator '--'

2002-01-14 Thread yohgaki
ID: 15037 Updated by: yohgaki Old Summary: something wrong with the operator '--' Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Old PHP Version: 4.0.6 PHP Version: 4.2.0-dev New Comment: Version update. Previous Comments:

[PHP-DEV] Bug #15036 Updated: PHP should be able to control module load order.

2002-01-14 Thread derick
ID: 15036 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Open Old Bug Type: Dynamic loading Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0CVS-2002-01-14 New Comment: It's not a bug, but a feature request. Changing status and Category Der

[PHP-DEV] Bug #15037 Updated: something wrong with the operator '--'

2002-01-14 Thread yohgaki
ID: 15037 Updated by: yohgaki Old Summary: something wrong with the operator '--' Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Old Bug Type: Math related Bug Type: Scripting Engine problem PHP Version: 4.0.6 New Comment: It seems type jaggling problem to me. AFAIK, PHP should co

[PHP-DEV] Bug #15038: replace parameter of Header() function doesn't work in Apache module

2002-01-14 Thread phpman
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: replace parameter of Header() function doesn't work in Apache module The code (from the Header() manual page) header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

[PHP-DEV] Bug #15037 Updated: something wrong with the operator '--'

2002-01-14 Thread mfischer
ID: 15037 Updated by: mfischer Old Summary: something wrong with the operator '--' Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Math related PHP Version: 4.0.6 New Comment: Interesting approach, but why do you quote 2.1 ? It says that $num is the _string_ "2.1" and not

[PHP-DEV] Bug #15037: something wrong with the operator '--'

2002-01-14 Thread killyoubye
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Math related Bug description: something wrong with the operator '--' I run below on win2000: 1;$i--) { echo "i== $i"; if ($j++ == 10) break; } ?> but I get the outpu

[PHP-DEV] Bug #13553 Updated: $this isn't set in XML object handlers

2002-01-14 Thread phpbugs
ID: 13553 User updated by: [EMAIL PROTECTED] Old Summary: $this isn't set in XML object handlers Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: XML related Operating System: Mac OS X 10.1 PHP Version: 4.0.6 New Comment: It no longer crashes with 4.1.0. I'm going to t

Re: [PHP-DEV] php features

2002-01-14 Thread Daniel Lorch
Hi, sorry for making this a double-post, I didn't read the mail to the end. > Secondly, how would I develop this myself? I have a ok understanding of > c,c++ and woud be willing to give it a try. PHP is incredibly well-documented. There is enough documentation on development at zend.com. This s

Re: [PHP-DEV] php features

2002-01-14 Thread Daniel Lorch
Hi, > I am not sure how to go about doing this so I would like to ask the experts. > I would like to make or find a php function would allow me to use the > arguments passed to a page or the arguments passed to a function as an > array. Imagine how easily you could trim, htmlentities and do any n

[PHP-DEV] Bug #15036 Updated: PHP should be able to control module load order.

2002-01-14 Thread yohgaki
ID: 15036 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Dynamic loading Operating System: Any PHP Version: 4.0CVS-2002-01-14 Edit this bug report at http://bugs.php.net/?id=15036&edit=1 -- PHP Development Mailing List To u

[PHP-DEV] Bug #15036: PHP should be able to control module load order.

2002-01-14 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0CVS-2002-01-14 PHP Bug Type: Dynamic loading Bug description: PHP should be able to control module load order. Reminder for module loading issue. PHP should be able to control module load order with smart way to

[PHP-DEV] Bug #14776 Updated: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2002-01-14 Thread yohgaki
ID: 14776 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: FreeBSD 4.4-stable PHP Version: 4.1.1 New Comment: User reported it works. Closed Previous Comments: --

[PHP-DEV] Bug #14566 Updated: Session variables become read only

2002-01-14 Thread yohgaki
ID: 14566 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Solaris 7 PHP Version: 4.1.0 New Comment: BTW, my last comment works for you? To register, $_SESSION['var'] = 1234; To unregister unset($_SESSION['var

[PHP-DEV] Bug #7244 Updated: Problem with LOAD DATA LOCAL INFILE

2002-01-14 Thread yohgaki
ID: 7244 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Win 98 Old PHP Version: 4.0.8 PHP Version: 4.1.0 New Comment: Please update PHP Version if you've tested with newer version :) Previous Comments: --

Re: [PHP-DEV] session module

2002-01-14 Thread Yasuo Ohgaki
Brad Lafountain wrote: > I was wondering if the session module would export > some of it's functions so that other extensions could > use the session module directly. > In my extension I would like to register a session variable > with out using call_user_function. > > Does anyone else think so?

[PHP-DEV] php features

2002-01-14 Thread knight
I am not sure how to go about doing this so I would like to ask the experts. I would like to make or find a php function would allow me to use the arguments passed to a page or the arguments passed to a function as an array. Imagine how easily you could trim, htmlentities and do any number of thin

[PHP-DEV] Bug #12348 Updated: Call to undefined function: mssql_next_result()

2002-01-14 Thread misha
ID: 12348 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating System: linux 7.1 PHP Version: 4.0.6 New Comment: having the same problem. would like to get it fixed asap. is there a patch/fix/workaround. tha

[PHP-DEV] Bug #7244 Updated: Problem with LOAD DATA LOCAL INFILE

2002-01-14 Thread jmplus
ID: 7244 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Win 98 PHP Version: 4.0.8 New Comment: Same problem with PHP 4.1.0, Apache 1.3.22 and MySQL 3.21.29a under Win 98. Action made with phpM

[PHP-DEV] Bug #14776 Updated: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2002-01-14 Thread jj
ID: 14776 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: FreeBSD 4.4-stable PHP Version: 4.1.1 New Comment: Ok, found it allready. and this patch really works! thanx Previous Comme

[PHP-DEV] Bug #14776 Updated: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2002-01-14 Thread jj
ID: 14776 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: FreeBSD 4.4-stable PHP Version: 4.1.1 New Comment: which files were modified? how can i get only these files from anonymous cv

[PHP-DEV] Bug #15035: Apache 2 cant load the PHP module ...

2002-01-14 Thread webmaster
From: [EMAIL PROTECTED] Operating system: win 2000 pro PHP version: 4.1.1 PHP Bug Type: Apache2 related Bug description: Apache 2 cant load the PHP module ... Well, i just set up the Apache2 ( i know its a beta ) but the Server cant load the PHP modul whatever i use. No php4

[PHP-DEV] Bug #15034: LDAP symbols multiply-defined

2002-01-14 Thread cag
From: [EMAIL PROTECTED] Operating system: solaris 8 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: LDAP symbols multiply-defined I have found similar reports with other add-ons, but have not found any remedy to apply successfully to my instance. I am confi

Re: [PHP-DEV] Bug #15030 Updated: echo concatenates strings and string function call in bad order

2002-01-14 Thread Markus Fischer
On Mon, Jan 14, 2002 at 07:25:18PM -, [EMAIL PROTECTED] wrote : > ID: 15030 > Updated by: hholzgra > Reported By: [EMAIL PROTECTED] > Status: Bogus > Bug Type: Output Control > Operating System: Debian Linux > PHP Version: 4.0.6 > New Comment: > > just a short explaination: echo contatenates

[PHP-DEV] Bug #15033 Updated: Apache child procs segfault on AIX 5.1 with OCI8

2002-01-14 Thread david-shafer
ID: 15033 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related Operating System: AIX 5.1 PHP Version: 4.1.1 New Comment: Disregard the previous "httpd -X" test case; the error message was caused by another problem. The child segfault problem still

Re: [PHP-DEV] Re: strtok bug

2002-01-14 Thread Manuel Lemos
Hello, Andi Gutmans wrote: > If you're going to continue with this sour attitude towards the PHP > developers who are putting a huge effort into improving PHP then I suggest > you unsubscribe from php-dev. I have no problem with constructive > criticism and I'm sure mistakes have been made in the

Re: [PHP-DEV] Re: strtok bug

2002-01-14 Thread Andi Gutmans
On Mon, 14 Jan 2002, Manuel Lemos wrote: > Hello, > > Robert Mena wrote: > > > > Hi Manuel and all developers. > > > > I understand that the implementation of strtok was > > "broken" (non POSIX compliant) but since it has been > > like this for ages would be better to give a chance to > > deve

[PHP-DEV] Re: ezmlm response

2002-01-14 Thread Eduardo Melo
Please ! How do I use a variable created in PHP code out side it as such as in HTML ? _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Development Mailing List To unsubscribe

Re: [PHP-DEV] A CHALLENGE TO PHP DEV TEAM

2002-01-14 Thread derick
Hello Nelson, I like challenges, and thus implemented this idea in one hour. Hah, got ya :) To be serious, this is one of the features of SRM. It is not in the PHP core, but it may be in the future. You might want to have a look at http://www.vl-srm.net/newsitem.php?id=1 , especially the section

[PHP-DEV] Re: strtok bug

2002-01-14 Thread Manuel Lemos
Hello, Robert Mena wrote: > > Hi Manuel and all developers. > > I understand that the implementation of strtok was > "broken" (non POSIX compliant) but since it has been > like this for ages would be better to give a chance to > developers worldwide (that has been using and relied > on this bro

Re: [PHP-DEV] zend variable handling

2002-01-14 Thread Andi Gutmans
You should use MAKE_STD_ZVAL(). In the past this macro allocated zval's in a faster way via a cache. It has been disabled right now but it very probably will be redone a bit and then re-enabled. Andi On Mon, 14 Jan 2002, brad lafountain wrote: > Can someone explain the difference > from > >

[PHP-DEV] CVS Account Request: bolinas

2002-01-14 Thread Bo Frank
To update PHP version of bug in bug database. To change status of the bug (http://bugs.php.net/bug.php?id=5370) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-DEV] Bug #10603 Updated: Problems changing the language.

2002-01-14 Thread lobbin
ID: 10603 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Gettext related Operating System: Windows 2000 PHP Version: 4.0.5 New Comment: Is this valid on 4.1.1? Previous Comments: -

[PHP-DEV] Bug #10333 Updated: anything is OK, it really seems a buggy thing

2002-01-14 Thread lobbin
ID: 10333 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Gettext related Operating System: Linux - Mandrake 7.2 PHP Version: 4.0.4pl1 New Comment: Can you reproduce this with 4.1.1? Previous Comments: ---

[PHP-DEV] zend variable handling

2002-01-14 Thread brad lafountain
Can someone explain the difference from MAKE_STD_ZVAL(val); and val = emalloc(sizeof(zval)); INIT_ZVAL(val); I'm sure that it has to do with deleting memory. Does MAKE_STD_ZVAL automatically delete your memory. If yes then when does it delete it? And if i use the second way then I would ha

[PHP-DEV] Re: A CHALLENGE TO PHP DEV TEAM

2002-01-14 Thread Manuel Lemos
Hello, Nelson Gomes wrote: > > A suggestion: instead of building cache systems to improve PHP's > performance, why don't you allow on php.ini to preload functions (on a file > or more) and store them on a interpreter and use it every time a request is > made? > > I say this because I worked wit

[PHP-DEV] Bug #7045 Updated: Shuffle() does not behave correctly

2002-01-14 Thread brad lafountain
attaching diff's __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ --- ext/standard/array.c.oldSat Jan 12 04:23:55 2002 +++ ext/standard/array.cSat Jan 12 10:03:17 2002 @@ -1415,13 +1415,72 @@ }

[PHP-DEV] session module

2002-01-14 Thread brad lafountain
I was wondering if the session module would export some of it's functions so that other extensions could use the session module directly. In my extension I would like to register a session variable with out using call_user_function. Does anyone else think so? - Brad ___

[PHP-DEV] how to control hook calling order

2002-01-14 Thread Charmaine Tian
Hi there, I'm creating a PHP extension of my own, and I'd like my extension's module_startup_function (i.e., PHP_MINIT_FUNC) to be the last one called among all the extensions' MINIT funcs. I'd also like my extension's request_startup_function (PHP_RINIT_FUNC) to be the first one called among all

[PHP-DEV] Bug #5370 Updated: Session won't pass any variables in this platform.

2002-01-14 Thread fbo
ID: 5370 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Windows 98 PHP Version: 4.0.1pl2 New Comment: FAT 32 bit modified time? Where is the registration form on this site? Previous C

[PHP-DEV] Bug #14441 Updated: php/sapi crashes under linux

2002-01-14 Thread doc
ID: 14441 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Java related Operating System: Linux Redhat 7.2 PHP Version: 4.1.0 New Comment: After messing aroud with various unixes and jdk's we rewrote our app in jsp. Current version php/java (4.1.1) is just

[PHP-DEV] A CHALLENGE TO PHP DEV TEAM

2002-01-14 Thread Nelson Gomes
A suggestion: instead of building cache systems to improve PHP's performance, why don't you allow on php.ini to preload functions (on a file or more) and store them on a interpreter and use it every time a request is made? I say this because I worked with a system built on Tcl, and Apache, (from

[PHP-DEV] Bug #15033: Apache child procs segfault on AIX 5.1 with OCI8

2002-01-14 Thread david-shafer
From: [EMAIL PROTECTED] Operating system: AIX 5.1 PHP version: 4.1.1 PHP Bug Type: OCI8 related Bug description: Apache child procs segfault on AIX 5.1 with OCI8 When I compile PHP 4.1.1 with OCI8 support and try to run it on a system with AIX 5.1, the Apache child processes

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Hartmut Holzgraefe
Edin Kadribasic wrote: >>But one thing I know. >> >>If you try to compile --with-pcntl now, and you use >>--with-apxs, the ./configure process tries to be smart and >>bails out, saying that pcntl does not work with apache sapi. >> >>Seems we need some more smart changes to the

Re: [PHP-DEV] safe_mode and file upload

2002-01-14 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > Yeah, _our_ mod_become swaps between user ids. If the standard mod_become > does not do that, than our sysadm coded that. (I'm unclear what he did > exactly). But we have it running on our production machine now, without > any problems. could you please explaing how a

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Hartmut Holzgraefe
Edin Kadribasic wrote: > What is wrong with adding a third parameter to PHP_EXTENSION? If you take a > look at the patch, you will see that I need to create a list of libraries > that is only built with cli. I don't know how to do that with the two macros > you added. you tie ext/pcntl to a

Re: [PHP-DEV] consistent way to handle structs

2002-01-14 Thread Hartmut Holzgraefe
Andi Gutmans wrote: > The alternative solution of allowing foo(,,4) would work and can probably > be implemented easier (it might still lead to a tiny slow down but > probably negligable); however it does look kind of ugly and it'll be quite > confusing if there will be lots of commas. functi

Re: [PHP-DEV] Bug #14593 Updated: configure fails with apxs

2002-01-14 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > ID: 14593 > Updated by: lobbin > Reported By: [EMAIL PROTECTED] > Old Status: Feedback > Status: Closed > Bug Type: Apache related > Operating System: AIX 4.3.3 > PHP Version: 4.1.0 > New Comment: > > No feedback. Closing. > once again: shouldn't we introduce a new s

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Hartmut Holzgraefe
Edin Kadribasic wrote: >>>What is wrong with adding a third parameter to PHP_EXTENSION? If you >>> > take a > >>>look at the patch, you will see that I need to create a list of >>> > libraries > >>>that is only built with cli. I don't know how to do that with the two >>> > macros > >>>you adde

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Hartmut Holzgraefe
Edin Kadribasic wrote: >>i'm alread expecting bug reports regarding "my apache module doesn't have >>extension xyz although i configured it ..." >> > > Come on, give our users some credit :) I think that concept of extension's > that work only with cli shouldn't be too difficult to grasp. have

[PHP-DEV] Bug #15030 Updated: echo concatenates strings and string function call in bad order

2002-01-14 Thread hholzgra
ID: 15030 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Output Control Operating System: Debian Linux PHP Version: 4.0.6 New Comment: just a short explaination: echo contatenates nothing, it *immediately* generates the requested output plus arguments are evaluated

[PHP-DEV] Bug #13229 Updated: sess vars doesn't saved when value assigned to $HTTP_SESSION_VARS (reg_glob=on)

2002-01-14 Thread growlies
ID: 13229 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Win98SE PHP Version: 4.0.6 New Comment: i am having the some problems with this; @session_start(); session_register("user" , "us

[PHP-DEV] Bug #15032 Updated: Date_Calc::getMonthFullName() problem

2002-01-14 Thread yavo
ID: 15032 Updated by: yavo Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PEAR related Operating System: Linux PHP Version: 4.0.6 Previous Comments: [2002-01-14 13:18:59] [EMAIL PROTECTED] For the getMonthFullNam

[PHP-DEV] Bug #15032 Updated: Date_Calc::getMonthFullName() problem

2002-01-14 Thread yavo
ID: 15032 Updated by: yavo Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PEAR related Operating System: Linux PHP Version: 4.0.6 Previous Comments: [2002-01-14 13:18:59] [EMAIL PROTECTED] For the getMonthFullNam

[PHP-DEV] Bug #15032 Updated: Date_Calc::getMonthFullName() problem

2002-01-14 Thread yavo
ID: 15032 Updated by: yavo Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PEAR related Operating System: Linux PHP Version: 4.0.6 Previous Comments: [2002-01-14 13:18:59] [EMAIL PROTECTED] For the getMonthFullNam

[PHP-DEV] Bug #15032 Updated: Date_Calc::getMonthFullName() problem

2002-01-14 Thread mj
ID: 15032 Updated by: mj Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PEAR related Operating System: Linux PHP Version: 4.0.6 New Comment: Thanks, I commited your patch. - Martin Previous Comments: --

[PHP-DEV] Bug #14826 Updated: 4.1.0 on powerpc doesn't save session variables

2002-01-14 Thread teixi
ID: 14826 User updated by: [EMAIL PROTECTED] Old Summary: 4.1.0 on powerpc doesn't save session variables Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: Debian Linux 2.2.19 ppc PHP Version: 4.1.0 New Comment: sure! only logs page under

[PHP-DEV] Re: Bug #14930 Updated: CLI header suppression problems

2002-01-14 Thread J Smith
The second work around seems to work fine, but the first one has problems The php.ini override path is set to "c /some/path" if you try "-qc /some/path" -- seems to like adding that c option in with the path for whatever reason. (The problem is likely in ap_php_getopt(), but I haven't really

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread msopacua
ID: 14965 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Unless the below is a typo, it's quite logical: while (!feof ($xmlfile)) { $x

[PHP-DEV] Bug #12912 Updated: Call to round() crashes process (DSO only)

2002-01-14 Thread raunn
ID: 12912 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Solaris 2.5.1 PHP Version: 4.1.1 New Comment: Your simple script causes the segfault for me. I am running Apache 1.3.20. Previous Comme

[PHP-DEV] Bug #14973 Updated: Mail sent by www-data on behalf of the user

2002-01-14 Thread mcoughlan
ID: 14973 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IMAP related Operating System: Debian Linux Woody PHP Version: 4.1.0 New Comment: Thanks for the personal reply regarding our bug report below, Jim. The IMP, Postfix, and PHP lists have given no in

[PHP-DEV] Bug #14566 Updated: Session variables become read only

2002-01-14 Thread christian
ID: 14566 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Solaris 7 PHP Version: 4.1.0 New Comment: I get the same problem on Solaris 8. Code that worked fine in PHP 4.0.6 does not work anymor

[PHP-DEV] Bug #8985 Updated: shm_put_var wont put the given var into memory

2002-01-14 Thread gik
ID: 8985 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Semaphore related Operating System: linux-2.2.18 PHP Version: 4.0.4pl1 New Comment: Hi! Forgot to explain my example :) In the Log file, "...added successfully

[PHP-DEV] Bug #8985 Updated: shm_put_var wont put the given var into memory

2002-01-14 Thread gik
ID: 8985 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Semaphore related Operating System: linux-2.2.18 PHP Version: 4.0.4pl1 New Comment: I've been experiencing the same problem on a dual cpu server, even with PHP 4.1.1

[PHP-DEV] Bug #15028 Updated: Call to undefined function: imap_open()

2002-01-14 Thread wikus
ID: 15028 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IMAP related Operating System: redhat 7.1 PHP Version: 4.1.1 New Comment: thanx. I figured it out just after I posting it, I feel a bit stupid now. Thanx again for the help :) Previous Commen

[PHP-DEV] Bug #14441 Updated: php/sapi crashes under linux

2002-01-14 Thread jean-pierre . cartal
ID: 14441 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Java related Operating System: Linux Redhat 7.2 PHP Version: 4.1.0 New Comment: Hi, My setup is very close to yours (RH 7.2, Tomcat 3.2.3, JDK 1.3.1_02) PHP compile

[PHP-DEV] Bug #15028 Updated: Call to undefined function: imap_open()

2002-01-14 Thread heyesr
ID: 15028 Updated by: heyesr Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: redhat 7.1 PHP Version: 4.1.1 New Comment: Your remote machine doesn't have the imap extension enabled. And squirrelmail does use the imap ext, which is why it works

[PHP-DEV] Bug #15018 Updated: readdir() not affected by safe_mode

2002-01-14 Thread tapken
ID: 15018 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian Linux PHP Version: 4.1.0 New Comment: Danielsan is right... i have had a short look into the sourcecode (ext/standard/di

[PHP-DEV] Bug #15030 Updated: echo concatenates strings and string function call in bad order

2002-01-14 Thread derick
ID: 15030 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Debian Linux PHP Version: 4.0.6 New Comment: User error, go read www.php.net/echo Bogus Previous Comments: -

[PHP-DEV] Bug #15030: echo concatenates strings and string function call in bad order

2002-01-14 Thread ivosh
From: [EMAIL PROTECTED] Operating system: Debian Linux PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: echo concatenates strings and string function call in bad order ".Translate("This should be in italics, but -- weird! -- it's normal.")." "; ?> -- Ed

[PHP-DEV] Bug #13553 Updated: $this isn't set in XML object handlers

2002-01-14 Thread lobbin
ID: 13553 Updated by: lobbin Old Summary: $this isn't set in XML object handlers Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Mac OS X 10.1 PHP Version: 4.0.6 New Comment: Is this valid on 4.1.1? Previous Comments:

[PHP-DEV] Bug #11321 Updated: memory corruption when parsing large XML files

2002-01-14 Thread lobbin
ID: 11321 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Linux PHP Version: 4.0.5 New Comment: Is this reproducable on 4.1.1? Previous Comments:

[PHP-DEV] Bug #11316 Updated: segfault, possibly in xml functions

2002-01-14 Thread lobbin
ID: 11316 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Debian/stable Linux 2.2.19 PHP Version: 4.0.5 New Comment: Can you try with 4.1.1? With debug, and provide the wierd errors. Previous Comments: -

[PHP-DEV] Bug #10873 Updated: internal xmlparser eats only formatted xmlstrings...

2002-01-14 Thread lobbin
ID: 10873 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: linux PHP Version: 4.0.5 New Comment: Can this be reproduced with 4.1.1? Previous Comments: -

[PHP-DEV] Bug #10303 Updated: Crash while parsing large XML file and writing to DB

2002-01-14 Thread lobbin
ID: 10303 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: XML related Operating System: Linux (SuSE 7.0) PHP Version: 4.0.4pl1 New Comment: Closing. If you can get this going again, and bug is still valid, please open the bug again. Previous Comments:

[PHP-DEV] Bug #15029 Updated: mktime bug

2002-01-14 Thread derick
ID: 15029 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: Windows NT PHP Version: 4.0.6 New Comment: Yeah, cause that is the date on which summertime becomes wintertime (daylight savings time). Not a bug > bogus Previo

[PHP-DEV] Bug #9598 Updated: Variables in class referenced by xml_set_object are not in scope with xml_parse

2002-01-14 Thread lobbin
ID: 9598 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Is this valid on 4.1.1? Previous Comments: [200

[PHP-DEV] Bug #15029: mktime bug

2002-01-14 Thread bruno
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: mktime bug The underlying code produces a bug in the time calculation of "mktime". The 28th October 2001 has got 25 hours!!! "; } ?> -- Edit bug r

[PHP-DEV] Bug #10303 Updated: Crash while parsing large XML file and writing to DB

2002-01-14 Thread conrad
ID: 10303 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: XML related Operating System: Linux (SuSE 7.0) PHP Version: 4.0.4pl1 New Comment: I'm sorry, but I can't try that. The project where that happened has been finished quite a whi

[PHP-DEV] Bug #15018 Updated: readdir() not affected by safe_mode

2002-01-14 Thread biancardi
ID: 15018 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian Linux PHP Version: 4.1.0 New Comment: i did not test it, but 'looking at the source code' (TM) seems you need to use op

[PHP-DEV] Bug #14776 Updated: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2002-01-14 Thread sesser
ID: 14776 Updated by: sesser Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: FreeBSD 4.4-stable PHP Version: 4.1.1 New Comment: I just fixed it in CVS (atleast I cannot crash it here anymore) Please check with latest CVS version.

[PHP-DEV] Bug #15018 Updated: readdir() not affected by safe_mode

2002-01-14 Thread daniel
ID: 15018 Updated by: daniel Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Feature/Change Request Operating System: Debian Linux PHP Version: 4.1.0 New Comment: On the same system (=same configuration) chdir() IS limited by safe_mode, opendir() are readdir() are NOT.

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread andrew . stopford
ID: 14965 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Hi, I can confrim Feddy's code works fine on Windows 2000 (thanks Freddy :), however the code I submitted earl

[PHP-DEV] Bug #14776 Updated: httpd crashes with 4.1.1 (and 4.1.0) when safe-mode=on and header();

2002-01-14 Thread a . mayrhofer
ID: 14776 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.4-stable PHP Version: 4.1.1 New Comment: there are a bunch of related bug reports. see #14515 #14964 #14453 maybe #

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Edin Kadribasic
> wasn't the reason for having a CLI build in parallel > with the requested SAPI to use it for bootsraping and > things? or did i get something wrong here? might well > be so, haven't paid as much attention to the lists > as i should have for the last three weeks or so ... :( Yes it was. But then

[PHP-DEV] Bug #13490 Updated: Semaphores don't release automatically

2002-01-14 Thread lobbin
ID: 13490 Updated by: lobbin Old Summary: Semaphores don't release automatically Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Semaphore related Operating System: FreeBSD 4.1.1 PHP Version: 4.0.6 New Comment: -> Closed. Previous Comments: -

[PHP-DEV] Bug #13490 Updated: Semaphores don't release automatically

2002-01-14 Thread m
ID: 13490 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Semaphore related Operating System: FreeBSD 4.1.1 PHP Version: 4.0.6 New Comment: Checked on FreeBSD 4.4 with PHP 4.1.0 - it works! Previous Comments: --

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-14 Thread f . vulto
ID: 14965 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: On Windows 98, Apache 1.3.22, PHP 4.1.1, Sablotron 0.71, I experienced the same pro

[PHP-DEV] Bug #13857 Updated: Attempting to load shared modules causes header problems.

2002-01-14 Thread kyrian
ID: 13857 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Dynamic loading Operating System: RedHat 6.1 (ish) PHP Version: 4.0.6 New Comment: Unfortunately I've lost access (due to quitting the company) to the machines on which I origin

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Edin Kadribasic
> > building say apache module and cli at the same time with some extensions > > that are available in interactive mode only. With my proposed extension to > > PHP_EXTENSION the build becomes "smart" in that it links those extensions > > only with the cli, and not with the other api selected with

[PHP-DEV] Bug #14971 Updated: unhandled exception processing the ISAPI

2002-01-14 Thread nose
ID: 14971 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: WIN2000 server (SP2) PHP Version: 4.1.1 New Comment: I have this problem too...But, 6 virtual servers work for me, and, the most surpris

[PHP-DEV] Bug #15021 Updated: Format error!

2002-01-14 Thread hholzgra
ID: 15021 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux / Windows PHP Version: 4.1.1 New Comment: although using '&' as delimiter instead of '&' this still qualifies as a browser error IMHO, as the entity to replace is

Re: [PHP-DEV] CLI Sapi automatic build

2002-01-14 Thread Edin Kadribasic
> > What is wrong with adding a third parameter to PHP_EXTENSION? If you take a > > look at the patch, you will see that I need to create a list of libraries > > that is only built with cli. I don't know how to do that with the two macros > > you added. > > you tie ext/pcntl to a certain sapi alth

[PHP-DEV] Website: seach result order

2002-01-14 Thread Ulf Wendel
Hi! I recently looked for bcmath informations using http://www.php.net/bcmath and I got http://www.php.net/search.php?show=nosource&pattern=bcmath : 1.polish docs 2.polish docs 3.english docs 4.-6. russian docs I doubt that more php.net visitors can understand polish but english. Is

[PHP-DEV] Bug #15028: Call to undefined function: imap_open()

2002-01-14 Thread wikus
From: [EMAIL PROTECTED] Operating system: redhat 7.1 PHP version: 4.1.1 PHP Bug Type: IMAP related Bug description: Call to undefined function: imap_open() On my dev machine, (Mandrake 8.1) and PHP 4.0.6 everything works fine, yet on a remote machine (Redhat 7.1 and PHP 4.

Re: [PHP-DEV] safe_mode and file upload

2002-01-14 Thread derick
On Mon, 14 Jan 2002, Hartmut Holzgraefe wrote: > [EMAIL PROTECTED] wrote: > > > Yeah, _our_ mod_become swaps between user ids. If the standard mod_become > > does not do that, than our sysadm coded that. (I'm unclear what he did > > exactly). But we have it running on our production machine now,

[PHP-DEV] Bug #14997 Updated: Multiple system calls cause inifinite process forking

2002-01-14 Thread marcus
ID: 14997 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Linux PHP Version: 4.1.1 New Comment: There are zombie processes, but there are also many valid processes. Do you know a fix? Previous Comments: --

[PHP-DEV] IF of JAVASCRIPT

2002-01-14 Thread Eduardo Melo
Please, Someone knows a mathing command of JavaScript IF that works on PHP ? thanks a lot, eduardo melo computer programmer _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Development Mailing List

  1   2   >