[PHP-DEV] Bug #15044 Updated: Signal 11/access violation w/user registered session handler

2002-01-15 Thread yohgaki
ID: 15044 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Old Bug Type: Reproducible crash Bug Type: Session related Operating System: Redhat 7.1/Windows ME PHP Version: 4.1.1 New Comment: I'll make this one a duplicate since there is bug report for this. P

[PHP-DEV] Bug #15064: for loops do not work properly (is it a feature or a bug?)

2002-01-15 Thread nohn
From: [EMAIL PROTECTED] Operating system: Windows NT 4 PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: for loops do not work properly (is it a feature or a bug?) for ($i=1; $i==20; $i++) { echo($i); } does not work, while for ($i=1; $i>=20;

Re: [PHP-DEV] Bug #15060: Keine Ahnung was Ihr hier wollen tut!

2002-01-15 Thread Hartmut Holzgraefe
please use the bug database frontend for replies as direct email replies won't be recorded with the bug report itself so they get lost -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List To unsubscribe, e-mail:

[PHP-DEV] Bug #11716 Updated: Segmentation fault(coredump) in Apache(DSO-enabled) startup

2002-01-15 Thread lobbin
ID: 11716 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: AIX 4.3.3 Old PHP Version: 4.0.6 PHP Version: 4.1.1 New Comment: Can you provide some output from make/configure where .libs/libphp4.so.0 is referenced? Previ

[PHP-DEV] Bug #11716 Updated: Segmentation fault(coredump) in Apache(DSO-enabled) startup

2002-01-15 Thread cmlee
ID: 11716 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: This is my testing environment: AIX 4.3.3 gcc 2.95.3 Apache 1.3.22 PHP 4.1.1 It wor

[PHP-DEV] Bug #15044 Updated: Signal 11/access violation w/user registered session handler

2002-01-15 Thread charles . haley
ID: 15044 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Redhat 7.1/Windows ME PHP Version: 4.1.1 New Comment: > Is MySQL return NULL for null fields? Then you > MUST NOT return NULL, but return

Re: [PHP-DEV] session module

2002-01-15 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Hello, > > Sessions are complex enough already. Doing hacks on the hash by yourself > is a very bad idea IMO. > > Derick I agree, it could be a bad idea. I only remeber how session module initilizes $HTTP_SESSION_VARS/$_SESSION. Besides, adding element to PS(http_se

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

2002-01-15 Thread Yasuo Ohgaki
There are people complaining about the bug introduced from 4.1.0. (i.e. session module & serializer module) There are tmp workaround, but actual bug will not be fixed by these workaround. There are unwanted hehaviors with tmp workaround also. (i.e. multiple MINIT function exection. There might be

Re: [PHP-DEV] session module

2002-01-15 Thread derick
Hello, Sessions are complex enough already. Doing hacks on the hash by yourself is a very bad idea IMO. Derick On Wed, 16 Jan 2002, Yasuo Ohgaki wrote: > brad lafountain wrote: > > I tried that and it works... but.. > > > > if the session isn't started then the hash isn't created.. > > and the

[PHP-DEV] Bug #15058 Updated: crash on complex page

2002-01-15 Thread derick
ID: 15058 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Mac OS X 10.1.2 (Build 5P48) PHP Version: 4.1.1 New Comment: Hello, I'm afraid that there can be little done about it, to me it seems a stack overflow. I guess that it is

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

2002-01-15 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.1.0 or later Previous Comments: --

[PHP-DEV] Please check this one for math.c -Protos/ BUG or FEATURES?

2002-01-15 Thread Wolfgang Drews
Hi, tonight i read some math.c-source, and stumbled over some things, that appeared a little strange to me. Please have a look at the following list. If you are the opinion, that i should make a bug- report for this ones, i will do. If you can fix it without a report, i will be even more happy (w

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

2002-01-15 Thread yohgaki
ID: 15036 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Old Bug Type: Feature/Change Request Bug Type: Dynamic loading Operating System: Any Old PHP Version: 4.0CVS-2002-01-14 PHP Version: 4.1.0 or later New Comment: This is actually a bug from 4.1.0 :) It w

[PHP-DEV] Re: Upgraded from 4.0.6 to 4.1.1 and now apache segfaults

2002-01-15 Thread Yasuo Ohgaki
Russ Goodwin wrote: > I actually switched to the stock php.ini-recommended to find out if there > was a problem in my php.ini and it behaves no differently. > > All the "extensions=" lines are commented out in that file. > > Thanks for the try. Anything else? I'll take all the advice, hints, a

Re: [PHP-DEV] php_session_register_serializer()

2002-01-15 Thread Yasuo Ohgaki
brad lafountain wrote: > Yeah i know that wddx is a serializer... > but.. it only works when compiled staticaly into php > you can't create a module .dll or .so and create a new serizlier > and have it link correctly. Updated php_session.h so that php_session_register_serializer/module is availa

[PHP-DEV] Re: Upgraded from 4.0.6 to 4.1.1 and now apache segfaults

2002-01-15 Thread Russ Goodwin
I actually switched to the stock php.ini-recommended to find out if there was a problem in my php.ini and it behaves no differently. All the "extensions=" lines are commented out in that file. Thanks for the try. Anything else? I'll take all the advice, hints, and guesses I can get, as I'm cle

Re: [PHP-DEV] php_session_register_serializer()

2002-01-15 Thread Yasuo Ohgaki
brad lafountain wrote: > Yeah i know that wddx is a serializer... > but.. it only works when compiled staticaly into php > you can't create a module .dll or .so and create a new serizlier > and have it link correctly. I think serializer can be registered with this. int php_session_register_seri

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-15 Thread garth
ID: 14797 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Oh yeah, the other reason I think it's a bug is because the behaviour is not

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-15 Thread garth
ID: 14797 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: The Solution: - You need to add the drive letter as follows

Re: [PHP-DEV] php_session_register_serializer()

2002-01-15 Thread brad lafountain
Yeah i know that wddx is a serializer... but.. it only works when compiled staticaly into php you can't create a module .dll or .so and create a new serizlier and have it link correctly. --- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote: > Brad Lafountain wrote: > > I'm writing an extension and i want

[PHP-DEV] REMOVEING apidoc.txt and apidoc-zend.txt

2002-01-15 Thread Yasuo Ohgaki
Hi all. apidoc.txt and apidoc-zend.txt are obsolete. If nobody going to maintain these files, they should be removed, IMO. (It's still useful, though) If we want to keep these, how about make a new directory "docs" to keep verious text documents that is better to be distributed with source. Any

Re: [PHP-DEV] Re: MCVE -- php ext -- where it should be committed, etc

2002-01-15 Thread Brad House
Yasuo Ohgaki wrote: > Brad House wrote: > >> Hi, just joined the list, already got CVS write >> access for maintaining the MCVE module. Looking >> back through some of the mailing lists, saw some >> comments as to where it should be committed to. > > > /pear/PECL/mcve? > > There is no downlo

[PHP-DEV] Re: MCVE -- php ext -- where it should be committed, etc

2002-01-15 Thread Yasuo Ohgaki
Brad House wrote: > Hi, just joined the list, already got CVS write > access for maintaining the MCVE module. Looking > back through some of the mailing lists, saw some > comments as to where it should be committed to. /pear/PECL/mcve? There is no download directory and user must checkout from

[PHP-DEV] Bug #15061 Updated: strtotime

2002-01-15 Thread jimw
ID: 15061 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: linux PHP Version: 4.0.5 New Comment: daylight savings time. Previous Comments: [2002-

[PHP-DEV] Re: Upgraded from 4.0.6 to 4.1.1 and now apache segfaults

2002-01-15 Thread Yasuo Ohgaki
I guess you are loading incompatible modules from your php.ini. Get rid of all extensions including zend extensions. -- Yasuo Ohgaki Russ Goodwin wrote: > Hi- > > I've searched high and low (bugs.php.net and google) and can't seem to find > anyone with this same problem, I'm not entirely convi

[PHP-DEV] Bug #15063: shm_attach() ignores size and permissions

2002-01-15 Thread samc
From: [EMAIL PROTECTED] Operating system: Debian/testing Linux 2.2.18pre21 PHP version: 4.1.0 PHP Bug Type: Semaphore related Bug description: shm_attach() ignores size and permissions it seems regardless of how much you specify in the function call, the default of 10,000 ov

[PHP-DEV] Bug #15062: apache crash in php4ts.dll

2002-01-15 Thread imajes
From: [EMAIL PROTECTED] Operating system: Windows 2000 + Apache PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: apache crash in php4ts.dll i am running latest "stable" 1.3 apache on my windows 2000 machine here. When i execute the following code (both

[PHP-DEV] Bug #15044 Updated: Signal 11/access violation w/user registered session handler

2002-01-15 Thread yohgaki
ID: 15044 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Redhat 7.1/Windows ME PHP Version: 4.1.1 New Comment: FYI, I don't have problem with user save handler with PostgreSQL at all. Is MySQL return NULL for nu

[PHP-DEV] MCVE -- php ext -- where it should be committed, etc

2002-01-15 Thread Brad House
Hi, just joined the list, already got CVS write access for maintaining the MCVE module. Looking back through some of the mailing lists, saw some comments as to where it should be committed to. So this is a formal question asking where everyone wants it placed. Since RedHat CCVS is discontinued,

[PHP-DEV] Bug #15061: strtotime

2002-01-15 Thread info
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: Date/time related Bug description: strtotime result from following operation is 23 hours instead of expected 24: echo ((StrToTime ('02-04-01') - StrToTime ('02-03-31')) / 3600) everything

Re: [PHP-DEV] php_session_register_serializer()

2002-01-15 Thread Yasuo Ohgaki
Brad Lafountain wrote: > I'm writing an extension and i want to register a serializer. The > php_session_register_serializer functions isn't an exported function. > Is there another way around it or should that function be exported? > > - Brad What kind of problem you have? Session module suppor

[PHP-DEV] Bug #15053 Updated: Floating point exception

2002-01-15 Thread yohgaki
ID: 15053 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: FreeBSD 4.4 PHP Version: 4.1.1 New Comment: Please read do and don't. Send backtrace from debug enabled PHP. Previous Comments:

[PHP-DEV] Bug #15058 Updated: crash on complex page

2002-01-15 Thread yohgaki
ID: 15058 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Mac OS X 10.1.2 (Build 5P48) PHP Version: 4.1.1 New Comment: Your PHP is not built with --enable-debug option. Could you send backtrace again? Previous C

Re: [PHP-DEV] session module

2002-01-15 Thread Yasuo Ohgaki
brad lafountain wrote: > I tried that and it works... but.. > > if the session isn't started then the hash isn't created.. > and there isn't a way to start it, is there? > I would like it so i don't have to use > call_user_function(); > > I still think the session extension would make a nice ap

Re: [PHP-DEV] Bug #15060: Keine Ahnung was Ihr hier wollen tut!

2002-01-15 Thread Egon Schmid
From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 12:18 AM Subject: [PHP-DEV] Bug #15060: Keine Ahnung was Ihr hier wollen tut! > From: [EMAIL PROTECTED] > Operating system: win 2000 > PHP version: 4.0.6 > PHP Bug Type: Date/time related > B

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Ulf Wendel
Markus Fischer wrote: > On Wed, Jan 16, 2002 at 12:07:17AM +0100, Ulf Wendel wrote : > >>Who's gonna implement it ;) >> > > You. I doubt this, btw. here's something related: http://www.php-tools.de/index.php?file=patTemplateOverview.xml My plans for the near future do not include thi

[PHP-DEV] Bug #15060 Updated: Keine Ahnung was Ihr hier wollen tut!

2002-01-15 Thread mfischer
ID: 15060 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: win 2000 PHP Version: 4.0.6 New Comment: Keine Ahnung was du uns sagen willst. 1) English 2) Search the bug database for duplicates/solutions first 3) Be

[PHP-DEV] Bug #15060: Keine Ahnung was Ihr hier wollen tut!

2002-01-15 Thread joachim . furrer
From: [EMAIL PROTECTED] Operating system: win 2000 PHP version: 4.0.6 PHP Bug Type: Date/time related Bug description: Keine Ahnung was Ihr hier wollen tut! Das Problem ist bei der Ausgabe der Wochenformatierung des Timestamps, dass ab diesem Jahr die Formatierung eine Woche

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Markus Fischer
On Wed, Jan 16, 2002 at 12:07:17AM +0100, Ulf Wendel wrote : > Who's gonna implement it ;) You. :-) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Ulf Wendel
Kristian Köhntopp wrote: > The following code is slow and very ad-hoc. Still, I'd like you > to have a look at it and think about it - I'll gather reviews and > opinions and probably turn it into C at some later time. Your suggestions hits my needs to almost 100%. People say that I tend to

[PHP-DEV] Re: [PEAR-DEV] magic_quotes_gpc Off (was Re: [PEAR-DEV] Pearwebsite and magic quotes)

2002-01-15 Thread Paul DuBois
At 23:34 +0100 1/15/02, Tomas V.V.Cox wrote: >Lukas Smith wrote: >> >> Actually the default is on and even though I do not like them myself I >> think this is what most people develop against. So I guess it might make >> things easier if you keep it on as well. > >I don't think it makes things

[PHP-DEV] magic_quotes_gpc Off (was Re: [PEAR-DEV] Pear website and magic quotes)

2002-01-15 Thread Tomas V.V.Cox
Lukas Smith wrote: > > Actually the default is on and even though I do not like them myself I > think this is what most people develop against. So I guess it might make > things easier if you keep it on as well. I don't think it makes things easy. See what magic_quotes_gpc means: quote in the My

[PHP-DEV] Bug #15059: compile fails when I add cyrus support

2002-01-15 Thread shillier
From: [EMAIL PROTECTED] Operating system: SuSE Linux7.2 linux-2.4.9 PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: compile fails when I add cyrus support Hi, Vanilla php-4.1.1 src tree, here's my command sequence: # ./configure --with-zlib --enabl

[PHP-DEV] Bug #15058: crash on complex page

2002-01-15 Thread jonatan
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.1.2 (Build 5P48) PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: crash on complex page when rendering a rather complex page php causes apache to crash. the page causes a 1200 line function (in a 600

[PHP-DEV] Bug #15020 Updated: Segfault - something to do with arBuckets

2002-01-15 Thread charlie
ID: 15020 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Linux (SuSE 7.2) PHP Version: 4.1.1 New Comment: Here are two sample pages that cause the crash on my machine: == login.php == You

[PHP-DEV] Bug #15057: getimagesize() crashes when offline

2002-01-15 Thread jonatan
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.1.2 (Build 5P48) PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: getimagesize() crashes when offline when i am offline from the internet and access a file which contains only: http://www.php.ne

[PHP-DEV] Bug #14457 Updated: Pspell ceases to work on upgrade from 4.0.6 to 4.1.0

2002-01-15 Thread clarkron
ID: 14457 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Operating System: Linux 2.4.7 (RH7.2) PHP Version: 4.1.0 New Comment: pspell with php-4.1.1 causes apache-1.3.22ssl to core dump when starting apache. Sa

[PHP-DEV] Upgraded from 4.0.6 to 4.1.1 and now apache segfaults

2002-01-15 Thread Russ Goodwin
Hi- I've searched high and low (bugs.php.net and google) and can't seem to find anyone with this same problem, I'm not entirely convinced it's a bug, but if I should post it to the bugs db, please let me know... I'm running Apache 1.3.22, MySQL 3.23.46, cURL 7.8, mod_ssl 2.8.5 and PHP 4.0.6/4.1.

[PHP-DEV] Bug #15056 Updated: rpm build problem: apxs capabilities misdetected

2002-01-15 Thread gerd
ID: 15056 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Compile Issues Operating System: linux PHP Version: 4.1.1 New Comment: --- php-4.1.1/sapi/apache/config.m4 Mon Nov 19 01:52:02 2001 +++ php-4.1.1.new/sapi/apache/config.m4 Tue Jan 15 20:46

[PHP-DEV] Bug #15056: rpm build problem: apxs capabilities misdetected

2002-01-15 Thread gerd
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: rpm build problem: apxs capabilities misdetected When I compile my self-created php rpm the configure script misdetects the capabilities of the installed apxs

[PHP-DEV] Bug #15055: setting a _GET[] variable does not set it in _REQUEST

2002-01-15 Thread pete
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: *General Issues Bug description: setting a _GET[] variable does not set it in _REQUEST If you set a variable in the $_GET array, it will not show up in the $_REQUEST array. This will out

[PHP-DEV] Bug #15040 Updated: Socket

2002-01-15 Thread webmaster
ID: 15040 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment: Ok, here's what MS has to say about what causes that error: WSAECONNRESET (10054) Connection reset by peer. An e

[PHP-DEV] Bug #15040 Updated: Writting Issues to UDP Sockets

2002-01-15 Thread webmaster
ID: 15040 User updated by: [EMAIL PROTECTED] Old Summary: Socket Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment: It didn't get the second half of my last statement, the fflush DIDN'T work either. This is still

[PHP-DEV] Re: [PHP-DOC] config options / php.ini settings

2002-01-15 Thread Rasmus Lerdorf
I think php.net/ini going to the right place would be good. So I guess "ini" would be my suggestion. -Rasmus On Tue, 15 Jan 2002, Gabor Hojtsy wrote: > Hi! > > We just noticed a major problem in the docs, and so we > would like to invent a new name for php.ini settings. > > Now look at > http:

[PHP-DEV] Bug #14484 Updated: apache2 has not loaded php module

2002-01-15 Thread miro1
ID: 14484 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: Linux PHP Version: 4.1.0 New Comment: I have a same problem - Apache 2.0.28 + php4.1.1, linux kernel 2.4.10. Previous Comments:

[PHP-DEV] Bug #14556 Updated: PHP 4.1.0 and Apache 2.0.28 Beta incompatible statically and as DSO

2002-01-15 Thread miro1
ID: 14556 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: RedHat Linux 7.2 PHP Version: 4.1.0 New Comment: The same problem - to link php4.1.1 to Apache 2.0.28 statically. There are bad che

[PHP-DEV] config options / php.ini settings

2002-01-15 Thread Gabor Hojtsy
Hi! We just noticed a major problem in the docs, and so we would like to invent a new name for php.ini settings. Now look at http://www.php.net/manual/en/install.configure.php and http://www.php.net/manual/en/configuration.php pages I am sure that it is confusing for people, to have two complet

[PHP-DEV] Bug #15007 Updated: New superglobals not documented

2002-01-15 Thread philip
ID: 15007 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Website problem Operating System: N/A PHP Version: 4.1.1 New Comment: The _ in "_SERVER" get's ignored. _SERVER_ is the same, 553 of unrelated results (I swear it

[PHP-DEV] Bug #15040 Updated: Socket

2002-01-15 Thread webmaster
ID: 15040 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment: I added $w=fflush($fp); after sending the line $w=fputs ($fp, URLUnEncode($Commands["DATA"])); Previous Comments:

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Sebastian Bergmann
Kristian Köhntopp wrote: > Finally, I always liked the ability of the Roxen webserver to > bind code to tags. Having Roxen's tag, for instance, in mind I wrote, after a lecture in my University's ''XML'' class I attend this term, TINX. TINX (This Is Not XSP), which I put into PEAR, curren

[PHP-DEV] Bug #15054: copy has wrong permissions

2002-01-15 Thread andy
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Filesystem function related Bug description: copy has wrong permissions copy() does not preserve file permissions. specifically, it will add execute permissions to the new file. -- Edit bug re

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2002-01-15 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Assigned To: jason New Comment: Just wamted to give you an update that I have not had much time to work on this lately, but I am planning on ge

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Martin Jansen
On Tue, 15 Jan 2002 18:34:24 +0100, Kristian Köhntopp wrote: >The following code is slow and very ad-hoc. Still, I'd like you >to have a look at it and think about it - I'll gather reviews and >opinions and probably turn it into C at some later time. For the ones which are unable to understand t

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread daniel
ID: 15052 Updated by: daniel Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 New Comment: instead of: search.php&id=1 try: search.php?id=1 Kind Regards, Da

[PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Kristian Köhntopp
After quite some experimentation with XSLT as well as several template packages, I have come to the conclusion that XSLT has several drawbacks. For one, it makes simple things like variable replacement in HTML more complicated, but makes complex things like conversion of a HTML table into a pie c

[PHP-DEV] Bug #10002 Updated: sprintf() and floating point

2002-01-15 Thread pgerzson
ID: 10002 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Debian PHP Version: 4.1.1 New Comment: I played with ini settings (to be frank remove the php.ini), and now examples work fine. Pre

[PHP-DEV] Bug #15053: Floating point exception

2002-01-15 Thread buliwyf
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Floating point exception I compiled Apache 1.3.22 and php4.1.1 with support to mysql 3.22.26 Everything was ok... but i get this message every second on th

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread imajes
ID: 15052 Updated by: imajes Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 Previous Comments:

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread imajes
ID: 15052 Updated by: imajes Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 New Comment: $id is not a reserved variable, and should be useable where-ever you code. You mig

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread rdv
ID: 15052 User updated by: [EMAIL PROTECTED] Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 Previous Comments: --

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread rdv
ID: 15052 User updated by: [EMAIL PROTECTED] Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 New Comment: Hi, I hope this is really a bug and I'm not too stupid: In a large

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread rdv
ID: 15052 User updated by: [EMAIL PROTECTED] Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 Edit this bug report at http://bugs.php.net/?id=15052&edit=1 -- PHP Developmen

[PHP-DEV] Bug #15052 Updated: Reserved Variable Name "id" ?

2002-01-15 Thread rdv
ID: 15052 User updated by: [EMAIL PROTECTED] Old Summary: Reserved Variable Name "id" ? Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Variables related Operating System: WIn2k PHP Version: 4.0CVS-2002-01-15 Edit this bug report at http://bugs.php.net/?id=15052&edit=1 -- PHP Developmen

[PHP-DEV] Bug #15052: Reserved Variable Name "id" ?

2002-01-15 Thread rdv
From: [EMAIL PROTECTED] Operating system: WIn2k PHP version: 4.0CVS-2002-01-15 PHP Bug Type: Variables related Bug description: Reserved Variable Name "id" ? Hi, I hope this is really a bug and I'm not too stupid: In a larger script I used to embed variables in links, lik

[PHP-DEV] Bug #15051: assigning a reference of a part of an array to itself

2002-01-15 Thread kaufmann
From: [EMAIL PROTECTED] Operating system: S.u.S.E Linux 7.1 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: assigning a reference of a part of an array to itself the script $data[1][a] = 1; $data = &$data[1];// crashes here without --enable-

[PHP-DEV] Bug #15040 Updated: Socket

2002-01-15 Thread webmaster
ID: 15040 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Sockets related Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment: I'm sorry I should have made this clear. This was a pre-existing VB App that I have been runnin

Re: [PHP-DEV] session module

2002-01-15 Thread brad lafountain
I tried that and it works... but.. if the session isn't started then the hash isn't created.. and there isn't a way to start it, is there? I would like it so i don't have to use call_user_function(); I still think the session extension would make a nice api. - Brad --- Yasuo Ohgaki <[EMAIL P

[PHP-DEV] Bug #15050 Updated: preg_replace backslashes " or ' character

2002-01-15 Thread sander
ID: 15050 Updated by: sander Old Summary: preg_replace backslashes " or ' character Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PCRE related Operating System: MDK Linux PHP Version: 4.1.0 New Comment: Not a bug. RTM on Magic Quotes. Previous Comments: ---

[PHP-DEV] Bug #14173 Updated: preg_match incorrectly parses data with binary zero

2002-01-15 Thread andrei
ID: 14173 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PCRE related Operating System: Win98 PHP Version: 4.0.6 New Comment: Fixed in CVS - thanks. Previous Comments: [2001-11

[PHP-DEV] Bug #15050: preg_replace backslashes " or ' character

2002-01-15 Thread joyeux
From: [EMAIL PROTECTED] Operating system: MDK Linux PHP version: 4.1.0 PHP Bug Type: PCRE related Bug description: preg_replace backslashes " or ' character output: something and one " something and one \" - in executable mode preg_replace adds a backslash. Why?

[PHP-DEV] php_session_register_serializer()

2002-01-15 Thread brad lafountain
I'm writing an extension and i want to register a serializer. The php_session_register_serializer functions isn't an exported function. Is there another way around it or should that function be exported? - Brad __ Do You Yahoo!? Send FREE video ema

[PHP-DEV] Bug #14480 Updated: HTML garbaged, server crash

2002-01-15 Thread lobbin
ID: 14480 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: iPlanet related Operating System: HP-UX 11.0, NSAPI PHP Version: 4.0.6 New Comment: Status -> Closed. Previous Comments:

[PHP-DEV] Bug #14480 Updated: HTML garbaged, server crash

2002-01-15 Thread sernil
ID: 14480 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: iPlanet related Operating System: HP-UX 11.0, NSAPI PHP Version: 4.0.6 New Comment: Bug disappeared with PHP 4.1.1 (4.1.0 was not installed). I'm not really convinced it was PHP, anyway. Before I

[PHP-DEV] Bug #15048 Updated: xml displayed in program listing in manual/en/migration.truefalse.php

2002-01-15 Thread hholzgra
ID: 15048 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: 4.1.1 New Comment: fixed in CVS, thanks for the report Previous Comments: --

[PHP-DEV] Bug in msessiond/phoenix

2002-01-15 Thread mlwmohawk
If you are using msesson, and have downloaded phoenix-011223a.tgz you are encouraged to update to phoenix-011223b.tgz, there is a small typo takes the address of a pointer instead of the pointer in reqmsession.cpp, in reqUniq() and reqRandStr(). Memory corruption is very likely. -- PHP Develop

[PHP-DEV] Bug #15048: xml displayed in program listing in manual/en/migration.truefalse.php

2002-01-15 Thread pgl
From: [EMAIL PROTECTED] Operating system: - PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: xml displayed in program listing in manual/en/migration.truefalse.php not sure if this is a website problem really, but this page: http://www.php.net/ma

[PHP-DEV] Bug #15044 Updated: Signal 11/access violation w/user registered session handler

2002-01-15 Thread charles . haley
ID: 15044 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Redhat 7.1/Windows ME PHP Version: 4.1.1 New Comment: Thanks for the "die" tip. I am not supplying a serializer, but instead am depending

[PHP-DEV] Bug #15044 Updated: Signal 11/access violation w/user registered session handler

2002-01-15 Thread yohgaki
ID: 15044 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Redhat 7.1/Windows ME PHP Version: 4.1.1 New Comment: That's strange. read should treat '' well. That is your serializer? BTW, don't use die(), but r

Re: [PHP-DEV] Showing images using PHP

2002-01-15 Thread Alexander Wirtz
Hello Eduardo, you forgot to output a header first: In the future you should post this kind of question to php-general, as this is the list for developing php, not developing _with_ php :-) Kind regards, Alexander -- | Alexander Wirtz | eMail: [EMAIL PROTECTED]| |

[PHP-DEV] Showing images using PHP

2002-01-15 Thread Eduardo Melo
How does PHP due with images ? I have the following code that do not show the image on screen. What does is wrong ? Thanks, Eduardo Melo Computer Programmer _ Join the world’s largest e-mail service with MSN Hotmail. http://ww

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

2002-01-15 Thread sander
ID: 15035 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Apache2 related Operating System: win 2000 pro PHP Version: 4.1.1 New Comment: The apache modules are appearently not compatible with different versions. You should wait until the final version is

[PHP-DEV] Bug #14152 Updated: foreach() can create objects with blank property names

2002-01-15 Thread lobbin
ID: 14152 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Class/Object related Operating System: Linux 2.2.16-enterprise PHP Version: 4.0.5 New Comment: Bogus, user error. Previous Comments: -

[PHP-DEV] Bug #15040 Updated: Socket

2002-01-15 Thread sander
ID: 15040 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: Windows NT 4.0 PHP Version: 4.1.1 New Comment: Are you sure this is a problem with PHP and not with Visual Basic??? Previous Comments: --

[PHP-DEV] Bug #15014 Updated: space character

2002-01-15 Thread sander
ID: 15014 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Website problem Bug Type: ODBC related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Ask support questions on the appropriate mailinglist. Previous Comments: ---

[PHP-DEV] Bug #15047 Updated: Dr. Watson Excel COM Instance

2002-01-15 Thread derick
ID: 15047 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: COM related Operating System: Windows NT4.0 SP4 PHP Version: 4.1.0 New Comment: Only submit once Previous Comments: [200

[PHP-DEV] Bug #15046 Updated: Dr. Watson Excel COM Instance

2002-01-15 Thread derick
ID: 15046 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: COM related Operating System: Windows NT4.0 SP4 PHP Version: 4.1.0 New Comment: Please submit only once! Previous Comments: --

[PHP-DEV] Bug #15047: Dr. Watson Excel COM Instance

2002-01-15 Thread roboreb
From: [EMAIL PROTECTED] Operating system: Windows NT4.0 SP4 PHP version: 4.1.0 PHP Bug Type: COM related Bug description: Dr. Watson Excel COM Instance It has found irregular problem about application error and creates Dr. Watson log for apache service. This error occurs in

[PHP-DEV] Bug #15046: Dr. Watson Excel COM Instance

2002-01-15 Thread roboreb
From: [EMAIL PROTECTED] Operating system: Windows NT4.0 SP4 PHP version: 4.1.0 PHP Bug Type: COM related Bug description: Dr. Watson Excel COM Instance It has found irregular problem about application error and creates Dr. Watson log for apache service. This error occurs in

[PHP-DEV] Bug #15045 Updated: Dr. Watson Excel COM Instance

2002-01-15 Thread derick
ID: 15045 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: COM related Operating System: Windows NT4.0 SP4 PHP Version: 4.1.0 New Comment: Submitted twice Previous Comments: [2002

[PHP-DEV] Bug #15045: Dr. Watson Excel COM Instance

2002-01-15 Thread roboreb
From: [EMAIL PROTECTED] Operating system: Windows NT4.0 SP4 PHP version: 4.1.0 PHP Bug Type: COM related Bug description: Dr. Watson Excel COM Instance It has found irregular problem about application error and creates Dr. Watson log for apache service. This error occurs in

  1   2   >