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: > > DB>> I do not know Java. In Perl, namespaces exist, so it's a > DB>> completely different ballgame. But even still, it's not the > DB>> responsibility of the user to know the inner workings of a > DB>> module or package in Perl. > > If we talking about "how to qui

[PHP-DEV] CVS Account Request: kvn

2001-10-26 Thread Vitaliy N. Kravchenko
Want to contribute the PEAR Package : class.Exel - Exel data generation class. current location: http://www.php4you.kiev.ua/source/class.PEAR.Exel.php Don't need access to all php-cvs tree, only just one direcrory..(if it possible..), for example: /pear/Exel or something.. Thanks. --

[PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut for array()

2001-10-26 Thread z4k4ri4
ID: 13846 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Any PHP Version: 4.0.6 New Comment: My browser mangling the patch see if these works --- php-4.0.6/Zend/zend_language_parser.y.zak Sun May 6 21:36:25 2

[PHP-DEV] dl() equivalent

2001-10-26 Thread Stig S. Bakken
Hi, Back in the early 3.0 days, dl() used to load stuff into the process without removing it at the end of the request. Zeev, would not yanking modules back out at request shutdown eliminate some of the evilness of dl()? - Stig -- PHP Development Mailing List To unsubsc

[PHP-DEV] Bug #13846: Patch: Use [ ] as shortcut for array()

2001-10-26 Thread z4k4ri4
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Patch: Use [ ] as shortcut for array() In my script I use a lot of nested array() or array() as parameter. So the array() things start to get in the way.

[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] Bug #13842 Updated: Member variables in parent and child classes overwrite each other

2001-10-26 Thread sniper
ID: 13842 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Class/Object related Operating System: Windows NT 5.0 build 2195 PHP Version: 4.0.6 New Comment: Works fine for me with latest CVS. Please try the development build from http://www.php4win.co

[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 register_

[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: In processcrazy.php as follows: "; ?> As you shou

[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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

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

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 execute

Re: [PHP-DEV] 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 b

Re: [PHP-DEV] sytanx again

2001-10-26 Thread Zeev Suraski
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 :) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: [PHP-DEV] mysql prepared statements

2001-10-26 Thread Andrew Watson
for example in PERL DBD::mysql you can prepare statements like so: $sql = "update user_list set first_name = ? where id = ?" $han = $dbh->prepare($sql); $han->execute('andrew',1); $han->execute('bill',2); this is a very useful thing that's implemented in a lot of different languages (PER

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 >

[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 w

[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 `ps_srlz

[PHP-DEV] Bug #13843: Command line arguments escaped magically and out of control

2001-10-26 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.6 PHP Bug Type: Program Execution Bug description: Command line arguments escaped magically and out of control 4.0.6 (safe mode), Apache 1.3.20, running as server module, under Solaris 8/Sparc When passing ar

[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 sytems

[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 information

[PHP-DEV] Bug #12952 Updated: Output buffering misbehaving

2001-10-26 Thread ryan_sokol
ID: 12952 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: Note: The function sessionResume() simply checks if a session exists for the user and continues it if it does or starts

[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 underst

[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] 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 tha

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 keywo

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 > P

Re: [PHP-DEV] 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 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 PRO

[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) differe

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 d

Re: [PHP-DEV] Massive memory leak? (4.1.0RC1)

2001-10-26 Thread Yasuo Ohgaki
Jani Taskinen wrote: > Just a little warning: This will lock your machine. > I just spend a while fixing the damages caused by the crash.. > (Maybe I should be using something else than ext2 ?) I'm using RaiserFS for test PC for Kondara distribution (kernel 2.4.4), ext2 for RedHat (kernel-2.4.7

[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: You mentioned that you have libmm.a (or .so) in /usr/lib? Does this library have mm_create symbol in it:

[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 php

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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[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: -

[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 list

[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 By:

Re: [PHP-DEV] sytanx again

2001-10-26 Thread Alexander Wirtz
> ... > I personally don't think understand why people can't just write type so slowly? :) For me it's not just the characters I don't have to type , but smoother reading. The "echo" just breaks up the visual pattern... Alex -- PHP Development Mailing List To unsubscribe,

[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] 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 € prize"; mysql_db_query( $db, "insert into article set headline='$headline'");

[PHP-DEV] Bug #13838: Default ODBC statement concurrency option does not allow some queries on MSSQL

2001-10-26 Thread f . glasner
From: [EMAIL PROTECTED] Operating system: WinNT4 SP5 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: Default ODBC statement concurrency option does not allow some queries on MSSQL I am using PHP 4.0.6 on WinNT4 SP5. The database is MSSQL 7.0. With the def

[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 #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 5.

Re: [PHP-DEV] 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 its quite usef

[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 **return_

Re: [PHP-DEV] 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 wou

[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 para

[PHP-DEV] fopen

2001-10-26 Thread Waldemar Brand Neto
I tried fopen 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 li

[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

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

Re: [PHP-DEV] 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 its quite useful as a shortcut instead of , i don't see what's ha

[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] 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

[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:

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 #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

[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 http://bugs.php.net/bug.

[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 #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 t

[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 ne

[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 try

[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 long2ip(38134

Re: [PHP-DEV] 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 although this > > can also be done through a tag so it is quite > > possible to write perfectly valid XHTML without forcing people to use > > everyw

Re: [PHP-DEV] sytanx again

2001-10-26 Thread Edin Kadribasic
> The only possible valid point here is that the character encoding > specification in XHTML uses although this > can also be done through a tag so it is quite > possible to write perfectly valid XHTML without forcing people to use > everywhere. If you want your PHP code to work everywhere you

[PHP-DEV] 문의 드립니다......

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

[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) : warning

[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] 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 alrea

[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 rem