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

2001-10-26 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: I think it also good time to get rid of ? ? and ?= ? syntax (at least, announce ? ? syntax is obsolete), add ?php= ? syntax for replacement, since PHP4.1.0 is in release process. What could possibly be the motivation for that? Very few PHP users mix XML and PHP in

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

2001-10-26 Thread Markus Fischer
On Fri, Oct 26, 2001 at 04:05:41PM +0900, Yasuo Ohgaki wrote : When I start using PHP, I was currious why there is no ?php= ? while there are ?= ? and %= %. I realized, ?php= ? syntax is really easy to implement while I was looking for what's wrong in memory management. I think ?php=

[PHP-DEV] Bug #13833 Updated: disable_functions does not work when set from httpd.conf

2001-10-26 Thread derick
ID: 13833 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: PHP options/info functions Bug Type: Feature/Change Request Operating System: Linux 2.2.17-14 i386 PHP Version: 4.0.6 New Comment: This is not a bug, but it is supposed to work like that. Making it a feature

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-26 Thread louigi600
ID: 13824 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: Of course YES ... btw the ldd I produced was relevent to the php compilrd after having

[PHP-DEV] Bug #8785 Updated: getlastmod returns 0 when run in NES in CGI mode

2001-10-26 Thread verrue . jean-pierre
ID: 8785 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Filesystem function related Operating System: AIX 4.3.2 PHP Version: 4.0.4 New Comment: whether, It should matter. when php binary run from command line. the 'file.php' is

[PHP-DEV] Bug #13399 Updated: Segmentation fault (11) in apache when using mcrypt_generic

2001-10-26 Thread derick
ID: 13399 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6, 4.0.8-dev Assigned To: derick New Comment: Found the prob, fix is under way. Derick Previous Comments:

[PHP-DEV] Warnings in sapi/servlet

2001-10-26 Thread Sebastian Bergmann
servlet.c C:\home\php\php4\sapi\servlet\servlet.c(393) : warning C4090: 'function': Different 'const'-identifier C:\home\php\php4\sapi\servlet\servlet.c(393) : warning C4022: '_efree': Pointer type for parameter 1 different from declared one C:\home\php\php4\sapi\servlet\servlet.c(397) :

[PHP-DEV] ......

2001-10-26 Thread
Title: ÀÎÅÍ³Ý ½Ç¹°º¹±ÇÆǸŠ»çÀÌÆ® ³ë´ÙÁöŬ·´ÀÓ´Ù...^^

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

2001-10-26 Thread Edin Kadribasic
The only possible valid point here is that the character encoding specification in XHTML uses ?xml version=... encoding=...? although this can also be done through a meta http-equiv... tag so it is quite possible to write perfectly valid XHTML without forcing people to use ?php ...?

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

2001-10-26 Thread Derick Rethans
On Fri, 26 Oct 2001, Edin Kadribasic wrote: The only possible valid point here is that the character encoding specification in XHTML uses ?xml version=... encoding=...? although this can also be done through a meta http-equiv... tag so it is quite possible to write perfectly valid XHTML

[PHP-DEV] Bug #13835: long2ip gives wrong result/binary arithmatic does not work

2001-10-26 Thread corney
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.x, 4.x PHP version: 4.0.6 PHP Bug Type: Network related Bug description: long2ip gives wrong result/binary arithmatic does not work When I use long2ip or binary arithmetics it's does not work correctly. e.g

[PHP-DEV] Bug #13835 Updated: long2ip gives wrong result/binary arithmatic does not work

2001-10-26 Thread derick
ID: 13835 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Network related Operating System: FreeBSD 3.x, 4.x PHP Version: 4.0.6 New Comment: Works fins for me on Linux/FreeBSD 4.4 with PHP 4.1.0RC1 and PHP 4.2.0dev. So it seems to be fixed. Can you

[PHP-DEV] Bug #13836: With Apache multiview support, $HTTP_GET_VARS always NULL

2001-10-26 Thread dzy
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: With Apache multiview support, $HTTP_GET_VARS always NULL PHP 4.0.6 WIN32 precompiled binary Apache 1.3.22 WIN32 precompiled binary Apache has content

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-26 Thread sniper
ID: 13824 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: Please try adding this to your configure line: --enable-sigchild Also, you should propably be using

[PHP-DEV] Bug #13829 Updated: scriptname/?var1=var doesnt work

2001-10-26 Thread sniper
ID: 13829 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: *URL Functions Operating System: RH linux 6.2 PHP Version: 4.0.6 New Comment: I think this is related to bug #13836. What is your apache version ? --Jani Previous Comments:

[PHP-DEV] Bug #13836 Updated: With Apache multiview support, $HTTP_GET_VARS always NULL

2001-10-26 Thread edink
ID: 13836 Updated by: edink Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Apache related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Already reported (and probably Apache bug): http://bugs.apache.org/index.cgi/full/8582

[PHP-DEV] Bug #13837: imap_open fails

2001-10-26 Thread darkbrain
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: IMAP related Bug description: imap_open fails It seems that php4.0.6 try to open the imap connection thought cram-md5 authentication only, so if your imap server don't support it you can't open

Re: [PHP-DEV] Bug #13834: SID already defined

2001-10-26 Thread Hartmut Holzgraefe
Jani Taskinen wrote: Hartmut, I see you have assigned the bug #11643 and you state there that you had a fix for this? AFAIR this has been reverted by Thies? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List

[PHP-DEV] Bug #13836 Updated: With Apache multiview support, $HTTP_GET_VARS always NULL

2001-10-26 Thread sniper
ID: 13836 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Apache related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: This indeed is Apache bug. I can reproduce this with Apache 1.3.22. --Jani Previous Comments:

[PHP-DEV] Bug #13829 Updated: scriptname/?var1=var doesnt work

2001-10-26 Thread sniper
ID: 13829 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: *URL Functions Operating System: RH linux 6.2 PHP Version: 4.0.6 New Comment: My guess is you're using Apache 1.3.22 and this is a bug in it. --Jani Previous Comments:

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

2001-10-26 Thread Sterling Hughes
Jani Taskinen wrote: I'd rather see these magic hacks to be removed altogether.. +1 for removing short-tags and the hacks. These aren't hacks from a technical perspective. I personally am also for ?php= ? its quite useful as a shortcut instead of ?php echo ?, i

Re: [PHP-DEV] Bug #13836 Updated: With Apache multiview support,$HTTP_GET_VARS always NULL

2001-10-26 Thread Derick Rethans
Hey Jani, FYI: afaik, I told someone to file this with the Apache guys. So there might be a bug report/ more info there. Derick On 26 Oct 2001 [EMAIL PROTECTED] wrote: ID: 13836 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Apache

[PHP-DEV] Bug #13824 Updated: /usr/libexec/libphp4.so: undefined symbol: mm_create

2001-10-26 Thread louigi600
ID: 13824 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: linux slackware 8.0 PHP Version: 4.0.6 New Comment: ok it seams that oracle8 libraries are not down compatible with oracle7 libs. No need for

[PHP-DEV] fopen

2001-10-26 Thread Waldemar Brand Neto
I triedfopen as folow: line 151 $abre = fopen(ftp://usr:[EMAIL PROTECTED]/csn.txt", "w"); 176 fwrite($abre,$linha.CHR(13).CHR(10)); 178 fclose($abre); And this erros ocuursWarning: fopen("ftp:[EMAIL PROTECTED]/csn.txt","w") - Success in /home/kompatscher/www/piloto/csn/CsnArquivo.php on

[PHP-DEV] mysql link resource error on php 4.0.6

2001-10-26 Thread Rafael
Hi All.. I don't have very knowledge about php source code, but I've noticed that, in version 4.0.6, the mysql support has beed rewriten ( or at least, part of the code ). The problem is that now, I'm getting some strange errors when calling mysql_query() using the link resource

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

2001-10-26 Thread Rasmus Lerdorf
I'd rather see these magic hacks to be removed altogether.. +1 for removing short-tags and the hacks. There are many hacks. For example, it is completely non-SGML and non-XML compliant to use inside a PI tag. So if we were to go through and really remove all the magic hacks everyone would

[PHP-DEV] Re: Bug #11967 Updated: scan_set_error_return MUST NOT be inline

2001-10-26 Thread emanuele . lombardi
Dear Jani, The snap of 200110260300 now compiles properly under Compaq Tru64 Unix 5.1A. I upgraded my O.S. from 5.1 to 5.1A, but the reason why the compilation now works is for sure the elimination you have done of the line inline void scan_set_error_return(int numVars,pval

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

2001-10-26 Thread Andi Gutmans
At 02:41 PM 10/26/2001 +0200, Sterling Hughes wrote: Jani Taskinen wrote: I'd rather see these magic hacks to be removed altogether.. +1 for removing short-tags and the hacks. These aren't hacks from a technical perspective. I personally am also for ?php= ? its quite useful

[PHP-DEV] Bug #11967 Updated: scan_set_error_return MUST NOT be inline

2001-10-26 Thread emanuele . lombardi
ID: 11967 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Compaq Tru64 Unix 5.1 PHP Version: 4.0.6 New Comment: Dear Jani, The snap of 200110260300 now compiles properly under Compaq Tru64 Unix

[PHP-DEV] Bug #11967 Updated: scan_set_error_return MUST NOT be inline

2001-10-26 Thread derick
ID: 11967 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Compaq Tru64 Unix 5.1 PHP Version: 4.0.6 New Comment: Fixed - closed Previous Comments:

[PHP-DEV] Bug #13839: mysql_db_query does converts EURO symbol

2001-10-26 Thread Martin_Rauch
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_db_query does converts EURO symbol Try this $headline = This is a #8364; prize; mysql_db_query( $db, insert into article set

[PHP-DEV] Bug #13840: register object as a session varaible

2001-10-26 Thread kelly . shih
From: [EMAIL PROTECTED] Operating system: winNT and win2000 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: register object as a session varaible I have to use a COM object to do authentication. This is our OLD ASP code and working very good.

[PHP-DEV] RE: Bug #13829 Updated: scriptname/?var1=var doesnt work

2001-10-26 Thread Dan Durrer
1.3.22, I was using 1.3.19 before upgrading to 4.0.6 Dan -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 5:09 AM To: [EMAIL PROTECTED] Subject: Bug #13829 Updated: scriptname/?var1=var doesnt work ID: 13829 Updated by: sniper Reported

[PHP-DEV] Bug #13840 Updated: register object as a session varaible

2001-10-26 Thread hholzgra
ID: 13840 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: winNT and win2000 PHP Version: 4.0.6 New Comment: this is a bug database, not a support channel please ask your question on eg. the php-general mailing

[PHP-DEV] Bug #13840 Updated: register object as a session varaible

2001-10-26 Thread kelly . shih
ID: 13840 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: winNT and win2000 PHP Version: 4.0.6 New Comment: Bug report. session_register() function can not register object data type. Previous Comments:

Re: [PHP-DEV] Bug #13840 Updated: register object as a session varaible

2001-10-26 Thread Markus Fischer
On Fri, Oct 26, 2001 at 03:53:11PM -, [EMAIL PROTECTED] wrote : session_register() function can not register object data type. This is wrong, it can (tested with CVS). - Markus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] Bug #13840 Updated: register object as a session varaible

2001-10-26 Thread hholzgra
ID: 13840 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: winNT and win2000 PHP Version: 4.0.6 New Comment: php sessions can store every PHP data type including objects php sessions can *not* store information from outside of

RE: [PHP-DEV] Package extension proposal

2001-10-26 Thread Richard Heyes
AM 2.) the PEAR-Installer create a package file of the 'your' AM format from the XML package file maybe would be better. Let's see what other people think. I forgot a possiblity, one task of the installer should be to store data of the installed pear-packages in flat-file database. This

[PHP-DEV] Bug #13839 Updated: mysql_db_query does converts EURO symbol

2001-10-26 Thread sander
ID: 13839 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment: mysql uses a different character-set than your browser does. Therefor, it prints character 128 (the euro-sign)

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

2001-10-26 Thread Yasuo Ohgaki
Andi Gutmans wrote: We definitely can't remove short tags as it is too common. However, I have always been against the short ?= notation because it just saves I do not prefer to use short tags also. This is one of the reason why I prefer to have ?php=. I think many people enables ? or %

Re: [PHP-DEV] Package extension proposal

2001-10-26 Thread Stig S. Bakken
I definitely agree that this would be a cool thing to have. Today PEAR packages do all of this with PHP code, a more tightly integrated package concept would be very nice. Comments below. Stanislav Malyshev wrote: Below is the proposal for PHP packaging extension. The intentions is for PHP

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-26 Thread Stig S. Bakken
Stanislav Malyshev wrote: SSB Basically, I think we should postpone fixing all of this for the SSB ZE2-version of PHP, so we can do it proper. I think this could be done without waiting for ZE2. ZE1 has everything that is needed for this, if only you do not insist on having keyword for

[PHP-DEV] Bug #13841: new session ID with each session_start()

2001-10-26 Thread thomas
From: [EMAIL PROTECTED] Operating system: Red Hat 6.1 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: new session ID with each session_start() I am making a desperate cry. I seem to be the only one on the face of the planet who has this problem. Whenever

[PHP-DEV] Bug #13842: Member variables in parent and child classes overwrite each other

2001-10-26 Thread dfplant
From: [EMAIL PROTECTED] Operating system: Windows NT 5.0 build 2195 PHP version: 4.0.6 PHP Bug Type: Class/Object related Bug description: Member variables in parent and child classes overwrite each other I'm not all that familiar with PHP, so it's possible I haven't

[PHP-DEV] Help!!!!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct

[PHP-DEV] Bug #9422 Updated: Apache hangs when Win goes to standby

2001-10-26 Thread php
ID: 9422 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: win98, win98SE PHP Version: 4.0.4 New Comment: still the same with php-4.0.8-dev-20011004.exe as mod php, did you try it (maybe all my

[PHP-DEV] Bug #13844: wddx and disable-sessions

2001-10-26 Thread cox
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0CVS-2001-10-26 PHP Bug Type: Compile Failure Bug description: wddx and disable-sessions If I try to compile php with --enable-wddx and --disable-sessions I get: ./.libs/libphp4.a(wddx.o): In function

[PHP-DEV] mysql prepared statements

2001-10-26 Thread andrew watson
i'd like to get people's feedback on the possibility/ feasibility of implementing prepared statements in php for atleast MySQL and perhaps more. i'm new to the list, so maybe you've already discussed this. i'd like to start developing something like this soon unless someone else is already

Re: [PHP-DEV] mysql prepared statements

2001-10-26 Thread Rasmus Lerdorf
i'd like to get people's feedback on the possibility/ feasibility of implementing prepared statements in php for atleast MySQL and perhaps more. i'm new to the list, so maybe you've already discussed this. i'd like to start developing something like this soon unless someone else is

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

2001-10-26 Thread Andrei Zmievski
At 04:34 AM 10/27/01 +0200, Zeev Suraski wrote: At 14:39 26/10/2001, Jani Taskinen wrote: I'd rather see these magic hacks to be removed altogether.. +1 for removing short-tags and the hacks. +1 for kicking Jani in the PHP congress :) I can't be there, so you'll have to do the job for both of

Re: [PHP-DEV] mysql prepared statements

2001-10-26 Thread Rasmus Lerdorf
Ok, well prepared statements to me mean that the SQL engine has pre-compiled the SQL which is something MySQL doesn't support. If all you want is an easier way to manage your queries using placeholders it seems like a pretty trivial little thing to do in user space. eg. function

Re: [PHP-DEV] mysql prepared statements

2001-10-26 Thread l0t3k
im working on this. contact me via email if you'd like to help... Andrew Watson [EMAIL PROTECTED] wrote in message 5.1.0.14.0.20011026220832.00a20c40@pop-server">news:5.1.0.14.0.20011026220832.00a20c40@pop-server... for example in PERL DBD::mysql you can prepare statements like so: $sql =

[PHP-DEV] CVS Account Request: gleep

2001-10-26 Thread Andrew Watson
i would like access so that i might work on adding functionality to the mysql extension (php4/ext/mysql) -- 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:

[PHP-DEV] Bug #13845: undefined variable warning

2001-10-26 Thread gavirial
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: undefined variable warning * Let´s say I´ve got this in an html file: form action=processcrazy.php method=post input type=text name=crazy

[PHP-DEV] Bug #13845 Updated: undefined variable warning

2001-10-26 Thread sniper
ID: 13845 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Windows 98 PHP Version: 4.0.4pl1 New Comment: Please ask support questions on the mailing lists: http://www.php.net/support.php Hint: Check your

[PHP-DEV] Bug #13844 Updated: wddx and disable-sessions

2001-10-26 Thread sniper
ID: 13844 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: Linux PHP Version: 4.0CVS-2001-10-26 New Comment: Fixed in CVS. Thank you for reporting this. --Jani Previous Comments:

[PHP-DEV] PATH_INFO doesn't work -- resolution?

2001-10-26 Thread ajames
Hello, I have noticed messages dating back to last year discussing whether PATH_INFO works on Windows servers. BACKGROUND: PATH_INFO is the original term given to the environment variable that contains extra path information supplied after the end of the (in those days) executable file, such

Re: [PHP-DEV] Bug #13834: SID already defined

2001-10-26 Thread Jani Taskinen
On Fri, 26 Oct 2001, Hartmut Holzgraefe wrote: Jani Taskinen wrote: Hartmut, I see you have assigned the bug #11643 and you state there that you had a fix for this? AFAIR this has been reverted by Thies? Uhm..you committed something and that was reverted? This has been reported still not