Re: [PHP-DEV] Output Compression Issues

2001-08-15 Thread John Donagher
On Wed, 15 Aug 2001, Rasmus Lerdorf wrote: > But a second call to Header("Content-Encoding:") will replace the first > one. If no content has gone out yet, overwriting a previous > Content-Encoding header is trivial. I am not sure what you mean when you > say that this doesn't do the job for so

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Ron Chmara
Edin Kadribasic wrote: > http://linuxtoday.com/news_story.php3?ltsn=2001-08-13-009-20-OP > This guy claims that PHP has been 'left in the dust' by ASP.NET. Uh... if a viable, tested, deployed product was shipping, that may eventually be substantiated. Quick show of hands: Who has deployed an ent

Re: [PHP-DEV] Output Compression Issues

2001-08-15 Thread Rasmus Lerdorf
> ob_end_{clean,flush} will stop the output buffering and compression, but the > header 'Content-Encoding: gzip' is already sent, at that point. Since we can't > (to my knowledge, please correct me if this is the case) remove the header, the > best we can do is replace it with the second header()

[PHP-DEV] CVS Account Request

2001-08-15 Thread CVS Account Request
Full name: Ryan Bloom Email: [EMAIL PROTECTED] ID:rbb Purpose: Port to Apache 2.0. I just need access to the sapi/apache2filter code right now. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Output Compression Issues

2001-08-15 Thread John Donagher
We've run into some trouble with output compression, specifically when using PHP to generate PDF's, and send them directly to the browser with an overridden mime-type. It appears as though the browser support for this is rather lame; even recent versions of Netscape hand Acrobat the compressed ve

[PHP-DEV] Bug #12747 Updated: ***BUG in Autoconf--please report***

2001-08-15 Thread cynic
ID: 12747 Updated by: cynic Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Compile Failure Operating System: Mandrake Linux 8.0 PHP Version: 4.0CVS-2001-08-14 New Comment: user error -> bogus Previous Comments: --

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread John Donagher
On Wed, 15 Aug 2001, Brian Moon wrote: > Could someone please tell me what other then marketing speak that .NET has > on PHP? I guess I just don't see it. I mean, yeah, if you want to develop > junk at a fast pace you can use MS products. I was a VB programmer for > years. I know the reliabil

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Gavin Sherry
On Wed, 15 Aug 2001, Brian Moon wrote: > Could someone please tell me what other then marketing speak that .NET has > on PHP? I guess I just don't see it. I mean, yeah, if you want to develop > junk at a fast pace you can use MS products. I was a VB programmer for > years. I know the reliabil

[PHP-DEV] Bug #12777 Updated: Segmentation fault (11) : mcrypt

2001-08-15 Thread derick
ID: 12777 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Reproducible crash Operating System: Linux PHP Version: 4.0CVS-2001-08-15 Old Assigned To: Assigned To: derick New Comment: This is not a known bug, but I'll check it out. Derick Previous

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Brian Moon
Could someone please tell me what other then marketing speak that .NET has on PHP? I guess I just don't see it. I mean, yeah, if you want to develop junk at a fast pace you can use MS products. I was a VB programmer for years. I know the reliability and performance cost of doing things the MS

[PHP-DEV] Bug #12783: xmlDocFile needs absolute path

2001-08-15 Thread nick
From: [EMAIL PROTECTED] Operating system: WinME PHP version: 4.0.6 PHP Bug Type: DOM XML related Bug description: xmlDocFile needs absolute path When loading an XML file with xmlDocFile using a relative path (ie the XML is in the same dir as the script), I get: Fatal erro

[PHP-DEV] Bug #8874 Updated: ftp_nlist and rawlist not working

2001-08-15 Thread steve
ID: 8874 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: FTP related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.4 New Comment: Per my previous message, I no longer have access to the FreeBSD server to try it. Prev

[PHP-DEV] Bug #12782: ImageCopyResampled ignores srcX, and SrcY

2001-08-15 Thread vwallen
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.1 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageCopyResampled ignores srcX, and SrcY I have experienced an issue identical to bug #12780, on a Linux machine running RedHat 7.1, Apache 1.3.20, PHP

[PHP-DEV] Bug #12778 Updated: Could not find/open font

2001-08-15 Thread sniper
ID: 12778 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Linux Redhat 7.1 PHP Version: 4.0.6 New Comment: RTFM: You have to pass the _full_ path to the font file. --Jani Previous Comments: -

[PHP-DEV] Bug #12781: Java loader

2001-08-15 Thread hisun
From: [EMAIL PROTECTED] Operating system: Windows2000 Pro PHP version: 4.0.6 PHP Bug Type: Java related Bug description: Java loader I wrote these notes into php.ini,but when I run my php,I get an Error:Fatal error: java.lang.NoClassDefFoundError: net/php/reflect in d:\apac

[PHP-DEV] Bug #12780: ImageCopyResampled ignores srcX and srcY parameters

2001-08-15 Thread barnabas
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageCopyResampled ignores srcX and srcY parameters The Source X and Y parameters are ignored by the function ImageCopyResampled. This may be a bug with the GD

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Markus Fischer
Ok, good. Mystery resolved (at least for me). Every new PHP day brings news ;) On Wed, Aug 15, 2001 at 08:08:20PM -0500, Andrei Zmievski wrote : > At 03:10 AM 8/16/01 +0200, Markus Fischer wrote: > >So where does this leave us now ? > > > >Altough your smarty.so couldn't complain about duplicate

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Andrei Zmievski
At 03:10 AM 8/16/01 +0200, Markus Fischer wrote: >So where does this leave us now ? > >Altough your smarty.so couldn't complain about duplicate >functions it also registered only once. > >When then do other extension obiously seem to register twice >(refering to the duplicate error function name)

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Markus Fischer
So where does this leave us now ? Altough your smarty.so couldn't complain about duplicate functions it also registered only once. When then do other extension obiously seem to register twice (refering to the duplicate error function name) ? - Markus On Wed, Aug 15, 2001 at 06:01:57PM -0700, [

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread rasmus
On Wed, 15 Aug 2001, Andrei Zmievski wrote: > At 02:53 AM 8/16/01 +0200, Markus Fischer wrote: > >I tested with php_opengl.dll under windows ... Rasmus was right, > >zillions of duplicate blabla errors. But under Linux with > >php-gtk, as Andrei said, nothing. > > > >Special Case ? > > Maybe beca

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread rasmus
> At 05:38 PM 8/15/01 -0700, Rasmus Lerdorf wrote: > >You will see lots and lots of errors about functions being redefined, so > >yes, it is a very bad idea to load a shared library twice. > > error_reporting(E_ALL); > dl('php_gtk.so'); > dl('php_gtk.so'); > > Doesn't seem to complain. Try it fro

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Andrei Zmievski
At 02:53 AM 8/16/01 +0200, Markus Fischer wrote: >I tested with php_opengl.dll under windows ... Rasmus was right, >zillions of duplicate blabla errors. But under Linux with >php-gtk, as Andrei said, nothing. > >Special Case ? Maybe because php_gtk.so doesn't register any functions, only classes?

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Markus Fischer
I tested with php_opengl.dll under windows ... Rasmus was right, zillions of duplicate blabla errors. But under Linux with php-gtk, as Andrei said, nothing. Special Case ? - Markus On Wed, Aug 15, 2001 at 07:43:56PM -0500, Andrei Zmievski wrote : > At 05:38 PM 8/15/01 -0700, Rasmus Lerdorf wro

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Andrei Zmievski
At 05:38 PM 8/15/01 -0700, Rasmus Lerdorf wrote: >You will see lots and lots of errors about functions being redefined, so >yes, it is a very bad idea to load a shared library twice. error_reporting(E_ALL); dl('php_gtk.so'); dl('php_gtk.so'); Doesn't seem to complain. -Andrei -- PHP Developm

Re: [PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Rasmus Lerdorf
> From a technical aspect, is it safe to load a particular > extension twice ? Does it only hit performance (loading the > .dll/.so twice) or are there some other caveats which can lead to > unexpected behaviour ? > > Example is an extension already loaded in php.ini via > extension=foo.so and in

[PHP-DEV] Safe to load extension twice ?

2001-08-15 Thread Markus Fischer
From a technical aspect, is it safe to load a particular extension twice ? Does it only hit performance (loading the .dll/.so twice) or are there some other caveats which can lead to unexpected behaviour ? Example is an extension already loaded in php.ini via extension=foo.so and in the script i

[PHP-DEV] Bug #12779: Quote operators

2001-08-15 Thread NetChains
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Quote operators PHP needs quote operators like Perl's q// and qq//. Thanks. It would be extremely useful not having to escape double quotes while writing form

[PHP-DEV] Development of php Code that emulates asp

2001-08-15 Thread Patrick Pease
Ok, There is a peice of asp code that does sopm realy uselfull. It creates a mini Session, the function is called Application If you dont want to make a Full copy of Application do sopm like this newfunction = Application(Session){ $Session = $Session . ".txt"; touch ($Session); } That is all i ne

RE: [PHP-DEV] Linux Today Article

2001-08-15 Thread Zeev Suraski
Very nice non-PC statement! :) Zeev At 02:20 16-08-01, Blake Schwendiman wrote: >Just my opinion, but right now (meaning this year, maybe a little longer) I >feel that PHP is more than adequate for developing small, medium and large >sites. I work on both sides of the fence. My day job has bee

[PHP-DEV] Bug #12778: Could not find/open font

2001-08-15 Thread tim
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Could not find/open font I don't know whether it's just me but i keep getting this message when trying to use the 'ImageTTFText' function. I saw in ano

RE: [PHP-DEV] Linux Today Article

2001-08-15 Thread Blake Schwendiman
Just my opinion, but right now (meaning this year, maybe a little longer) I feel that PHP is more than adequate for developing small, medium and large sites. I work on both sides of the fence. My day job has been developing portions of large web sites using ASP/COM/COM+ and the evolution of thes

[PHP-DEV] Bug #12777: Segmentation fault (11) : mcrypt

2001-08-15 Thread mneto
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0CVS-2001-08-15 PHP Bug Type: Reproducible crash Bug description: Segmentation fault (11) : mcrypt Hi, I've trying to use mcrypt and php (4.06 or 4.07-dev) with no luck. Everytime I use I got a [notice] chi

[PHP-DEV] Bug #12757 Updated: utf8_encode doesn't terminate strings with '\0'

2001-08-15 Thread sniper
ID: 12757 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Strings related Operating System: any PHP Version: 4.0.6 New Comment: Could you add a short script that demonstrates what the bug is? --Jani Previous Comments:

[PHP-DEV] Bug #12776: 4.0.7RC1: array_walk crash

2001-08-15 Thread troels
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: 4.0.7RC1: array_walk crash In both PHP 4.0.2, 4.0.6 and 4.0.7RC1: The following code crashes PHP: 'v'); array_walk($arr,'test'); // This will crash:

Re: [PHP-DEV] basic_functions.c broken

2001-08-15 Thread Zeev Suraski
Fixed. At 01:35 16-08-01, Alexander Wirtz wrote: >Hi folks, > > >basic_functions.c > >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2065: > >'zif_exp2' : > > nichtdeklarierter Bezeichner > >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2099: > >Initialisier > >ung

[PHP-DEV] Bug #12774 Updated: phpinfo()'s "Build Date" should show the time as well.

2001-08-15 Thread sniper
ID: 12774 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Solaris PHP Version: 4.0.6 New Comment: Added. Unfortunately this won't make it to the next version. We already started the RC process.. --Jani Pr

Re: [PHP-DEV] basic_functions.c broken

2001-08-15 Thread Alexander Wirtz
Hi folks, >basic_functions.c >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2065: >'zif_exp2' : > nichtdeklarierter Bezeichner >D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2099: >Initialisier >ung ist keine Konstante >D:\home\php\php4\ext\standard\basic_functions

Re: [PHP-DEV] CVS Compile Problem

2001-08-15 Thread Markus Fischer
What version of libtool ? 1.4a ? 1.4b ? On Wed, Aug 15, 2001 at 08:42:45PM +0100, Dave Wilson wrote : > Hi, if anyone has a moment, could you tell me what I'm doing wrong? Along with > the checked out PHP CVS I took today, I also downloaded and compiled the latest > libtool, autoconf, and automa

[PHP-DEV] Bug #12775 Updated: Incorrect result using references and objects

2001-08-15 Thread jeroen
ID: 12775 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Suspended Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.0.6 New Comment: Shallow copying of objects and arrays bit you... Will be fixed in PHP 5 Suspended (it could be called a 'fe

[PHP-DEV] Bug #12775: Incorrect result using references and objects

2001-08-15 Thread wayne
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Incorrect result using references and objects If you set a property of an object to a global variable, it is no longer possible to make a copy of that obj

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread John Donagher
On Wed, 15 Aug 2001, Edin Kadribasic wrote: > > Maybe Zend has some feedback from their enterprise clients on > > what features are requested, etc. > > It would be great to hear if anyone else has had a chance to play with the > new Microsoft toys. > As a PHP contributor and long-time user

[PHP-DEV] Bug #12772 Updated: gd functions saving jpgs in blue/black/white/grey

2001-08-15 Thread tollerson
ID: 12772 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: w2k/NT 4.0 PHP Version: 4.0.6 New Comment: thank you, sorry about the repeat bug report, but doing a general search for windows and gd in the bug database DID NOT give

[PHP-DEV] Bug #12772 Updated: gd functions saving jpgs in blue/black/white/grey

2001-08-15 Thread sniper
ID: 12772 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: w2k/NT 4.0 PHP Version: 4.0.6 New Comment: Not a bug. See #11976 (last comment by Rasmus) --Jani Previous Comments: -

[PHP-DEV] Bug #12774: phpinfo()'s "Build Date" should show the time as well.

2001-08-15 Thread andy
From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: phpinfo()'s "Build Date" should show the time as well. phpinfo() shows useful stuff like: System SunOS flr4 5.7 Generic_106541-04 sun4u sparc Bu

[PHP-DEV] basic_functions.c broken

2001-08-15 Thread Sebastian Bergmann
basic_functions.c D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2065: 'zif_exp2' : nichtdeklarierter Bezeichner D:\home\php\php4\ext\standard\basic_functions.c(306) : error C2099: Initialisier ung ist keine Konstante D:\home\php\php4\ext\standard\basic_functions.c(307) : error C20

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Edin Kadribasic
> WSDL and UDDI are not Microsoft toys, however Microsoft was > involved in the development and with the specification, I > assume. I meant .NET. It is the biggest competitor to Apache/PHP after all. Edin -- PHP Development Mailing List To unsubscribe, e-mail: [EMA

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Andrei Zmievski
On Wed, 15 Aug 2001, Sebastian Bergmann wrote: > WSDL and UDDI are not Microsoft toys, however Microsoft was > involved in the development and with the specification, I > assume. > > WSDL is "just" an XML format. WSDL support in PHP could be > implemented as a PEAR class that draws upon

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Sebastian Bergmann
Edin Kadribasic wrote: > It would be great to hear if anyone else has had a chance to play > with the new Microsoft toys. WSDL and UDDI are not Microsoft toys, however Microsoft was involved in the development and with the specification, I assume. WSDL is "just" an XML format. WSDL supp

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Edin Kadribasic
> > Where are the WSDL and UDDI implementations? > > What are WSDL and UDDI? Are there libraries out there can be > wrapped into an extension? I didn't know myself until now but UDDI stands for "Universal Description Discovery and Integration". It has to do with 'managing the discovery of web

[PHP-DEV] Bug #12773: gethostbyname with timeout

2001-08-15 Thread richard
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: gethostbyname with timeout gethostbyname can appear to hang indefinitely; I assume that this happens if the expected DNS responses are not forthcoming. Unfortu

[PHP-DEV] Bug #12772 Updated: gd functions saving jpgs in blue/black/white/grey

2001-08-15 Thread tollerson
ID: 12772 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Old Operating System: w2k Operating System: w2k/NT 4.0 PHP Version: 4.0.6 New Comment: I tested this and found the same problem is also happening with WinNT 4.0 Previous Comments: --

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Stig Sæther Bakken
[Sterling Hughes <[EMAIL PROTECTED]>] > On Wed, 15 Aug 2001, Zeev Suraski wrote: > > > At 10:23 15-08-01, Stig Sæther Bakken wrote: > > >[Hi, > > > > > >I think one of the problems with this is that even if php-dev comes up > > >with a system for determining which feature it wants to see in PHP,

Re: [PHP-DEV] Linux Today Article

2001-08-15 Thread Sebastian Bergmann
Edin Kadribasic wrote: > Where is the PHP enterprise component architecture? What exactly would that be? > What about clustering and failover? This has nothing to do with the language, IMHO, but with the platform, ie. the web server. I guess there are solutions to provide clustering and

[PHP-DEV] Bug #12772: gd functions saving jpgs in blue/black/white/grey

2001-08-15 Thread tollerson
From: [EMAIL PROTECTED] Operating system: w2k PHP version: 4.0.6 PHP Bug Type: GD related Bug description: gd functions saving jpgs in blue/black/white/grey (using IIS 5.0) I upgraded php 4.0.4 to 4.0.6. I had these lines in my code to resize images: $im2 = ImageCreate($t

[PHP-DEV] Re: libmysql and MS Visual Studio .NET

2001-08-15 Thread Sebastian Bergmann
Michael Widenius wrote: > The fix is to change in strtoll.c the define LONGLONG to > USE_LONGLONG and do the same change in strto.c libmysql now builds fine, but the stranke linkage error (Unresolved external symbol _bc_out_num in function _pn) remains. As far as I can tell, this is not a

[PHP-DEV] Linux Today Article

2001-08-15 Thread Edin Kadribasic
http://linuxtoday.com/news_story.php3?ltsn=2001-08-13-009-20-OP This guy claims that PHP has been 'left in the dust' by ASP.NET. Any truth in that observation? Has anyone tried it (ASP.NET and the whole .NET thingy). Edin >From the article: There will be Apache defenders who will bristle at th

[PHP-DEV] Bug #12747 Updated: ***BUG in Autoconf--please report***

2001-08-15 Thread onaias
ID: 12747 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Mandrake Linux 8.0 PHP Version: 4.0CVS-2001-08-14 New Comment: Thanks. I had libtool installed in /usr/local while the others are in /usr. P

[PHP-DEV] CVS Compile Problem

2001-08-15 Thread Dave Wilson
Hi, if anyone has a moment, could you tell me what I'm doing wrong? Along with the checked out PHP CVS I took today, I also downloaded and compiled the latest libtool, autoconf, and automake (as recommended) to avoid any difficulty. I compiled all three tools in /usr (--prefix=/usr). When I tried

[PHP-DEV] Bug #12733 Updated: cURL crash (reproducible)

2001-08-15 Thread sterling
ID: 12733 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Linux 2.2.19-x86 PHP Version: 4.0CVS-2001-08-14 New Comment: Its a cURL bug (so quoth the author of cURL). the problem is your supplying the CURLOPT_POST argume

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Zeev Suraski
At 21:24 15-08-01, Sterling Hughes wrote: > Oh - I see! So the "Zend" on the License is really just shorthand for > "Zeev and Andi", has nothing to do with Zend Technologies Ltd. Good > to know. ;)) In practice, pretty much, yes. I don't remember Doron's, Adi's or Daniel's last

[PHP-DEV] problem with gcc datetime

2001-08-15 Thread Chris Gardner
i'm getting a rather wierd problem here. i'm trying a standard make of the php source (actually of the php-4.0.6 source.) i keep getting this compile error on the datetime.c file. i've also gone to cvs and grabbed the latest datetime.c and gotten the same results. is anyone else getting someth

[PHP-DEV] Re: [PHP-QA] 4.0.7RC1 rolled

2001-08-15 Thread Zeev Suraski
Done! At 21:32 15-08-01, Jani Taskinen wrote: >Could you add a symbolic link for it: > >php-4.0.7RC-latest.tar.gz > >And keep that linked to the latest. > >--Jani > > >On Wed, 15 Aug 2001, Zeev Suraski wrote: > > >http://www.php.net/~zeev/php-4.0.7RC1.tar.gz (not mirrored) > > > > > > -- Zeev S

[PHP-DEV] Bug #12723 Updated: Addition to bug 12507

2001-08-15 Thread pixl
ID: 12723 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: RedHat 6.2 (2.2.19) PHP Version: 4.0.6 New Comment: Have been running past two days with out problem. Did a total recompile of apac

[PHP-DEV] Bug #12635 Updated: href="#botton" gives wrong url

2001-08-15 Thread jeroen
ID: 12635 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: ? PHP Version: 4.0.4 New Comment: "php could refrain from inserting the session_id if the link contains only an anchor (like: href="#bottom"), because this means that the page is

RE: [PHP-DEV] Please..

2001-08-15 Thread David Hjortsoe
Hi, > I'm more than welcome to accomidate you, > and Zend, so we can get these issues resolved instead of having > these constant bad feelings. As I wrote in my last email, what are those issues -- it would be nice to have them outlined in a comprehensible manner instead of, as now, they bein

Re: [PHP-DEV] Please..

2001-08-15 Thread Sterling Hughes
On Wed, 15 Aug 2001, Zeev Suraski wrote: > At 13:41 15-08-01, Sascha Schumann wrote: > > > If you feel like bickering, go on bicker and make populist statements as > > > much as you'd like, just let the rest of us do what we're good at, which is > > > developing PHP. Perhaps setting up a separat

[PHP-DEV] Bug #12766 Updated: easter_days breaks for year before 1753

2001-08-15 Thread martin
ID: 12766 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Calendar related Operating System: Linux 2.4.x PHP Version: 4.0.6 New Comment: Based on the documentation for the easter_days command, this behaviour would appear to be deliberate. It seems that th

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Sterling Hughes
On Wed, 15 Aug 2001, Zeev Suraski wrote: > At 12:15 15-08-01, Sterling Hughes wrote: > >On Wed, 15 Aug 2001, Zeev Suraski wrote: > > > > > At 10:23 15-08-01, Stig Sæther Bakken wrote: > > > >[Hi, > > > > > > > >I think one of the problems with this is that even if php-dev comes up > > > >with a s

[PHP-DEV] Bug #12771: new_object_array()

2001-08-15 Thread ron
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: new_object_array() I was hoping that the dynamic creation of objects could be extended to support it's parameters in an array format like the functions

Re: [PHP-DEV] Engine 2

2001-08-15 Thread Cynic
Fresh tree doesn't build w/ ZE2: zend_variables.c: In function `zval_persist': zend_variables.c:155: structure has no member named `properties' zend_variables.c:156: structure has no member named `properties' *** Error code 1 Stop in /usr/local/src/php4/Zend. *** Error code 1 Stop in /usr/local

[PHP-DEV] Bug #12770: ODBC and PHP help needed.. Advanced

2001-08-15 Thread webmaster
From: [EMAIL PROTECTED] Operating system: win98 with PWS PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: ODBC and PHP help needed.. Advanced What i want to do is retrieve data from a table in access using odbc. I can retrieve info correctly, except from when i

[PHP-DEV] Bug #12769 Updated: php.exe cannot execute

2001-08-15 Thread derick
ID: 12769 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: win2k server PHP Version: 4.0.6 New Comment: We here are not at Microsoft, so we can't guess the error from that number. Please post your script in the

[PHP-DEV] Bug #12769: php.exe cannot execute

2001-08-15 Thread aliyuksel
From: [EMAIL PROTECTED] Operating system: win2k server PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: php.exe cannot execute Event Type: Information Event Source: Application Popup Event Category: None Event ID: 26 Date: 8/

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Zeev Suraski
At 20:35 15-08-01, Daniel Beulshausen wrote: >isn't that exactly what i meant in my first mail? :) I'm thick ;) Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

[PHP-DEV] 4.0.7RC1 rolled

2001-08-15 Thread Zeev Suraski
http://www.php.net/~zeev/php-4.0.7RC1.tar.gz (not mirrored) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Daniel Beulshausen
At 20:23 15.08.2001 +0300, Zeev Suraski wrote: >At 20:20 15-08-01, Daniel Beulshausen wrote: >>At 19:33 15.08.2001 +0300, Zeev Suraski wrote: >>>At 18:40 15-08-01, Daniel Beulshausen wrote: At 17:36 15.08.2001 +0200, Daniel Beulshausen wrote: >At 18:20 15.08.2001 +0300, Zeev Suraski wrote:

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Zeev Suraski
At 20:20 15-08-01, Daniel Beulshausen wrote: >At 19:33 15.08.2001 +0300, Zeev Suraski wrote: >>At 18:40 15-08-01, Daniel Beulshausen wrote: >>>At 17:36 15.08.2001 +0200, Daniel Beulshausen wrote: At 18:20 15.08.2001 +0300, Zeev Suraski wrote: >Is there any reason to have them even exported

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Daniel Beulshausen
At 19:33 15.08.2001 +0300, Zeev Suraski wrote: >At 18:40 15-08-01, Daniel Beulshausen wrote: >>At 17:36 15.08.2001 +0200, Daniel Beulshausen wrote: >>>At 18:20 15.08.2001 +0300, Zeev Suraski wrote: Is there any reason to have them even exported? I think we can just nuke SAPI_API altogeth

[PHP-DEV] Re: weirdness on make install

2001-08-15 Thread Colin Viebrock
Nevermind ... I just saw the bug report and notice that it's fixed in CVS. - Colin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] weirdness on make install

2001-08-15 Thread Colin Viebrock
This is with using the 4.0.6 release tarball. config and make work fine, but make install fails with a weird message I've never seen before: Making install in pear make[1]: Entering directory `/home/cmv/sources/php-4.0.6/pear' make[2]: Entering directory `/home/cmv/sources/php-4.0.6/pear' shtool

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Zeev Suraski
At 18:40 15-08-01, Daniel Beulshausen wrote: >At 17:36 15.08.2001 +0200, Daniel Beulshausen wrote: >>At 18:20 15.08.2001 +0300, Zeev Suraski wrote: >>>Is there any reason to have them even exported? I think we can just >>>nuke SAPI_API altogether (I could be wrong, we might be referencing them

[PHP-DEV] Bug #12767 Updated: Apache compile with php4.0.6

2001-08-15 Thread sniper
ID: 12767 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: *Compile Issues Bug Type: Compile Failure Operating System: AIX 4.3.3.0 PHP Version: 4.0.6 New Comment: Could you please try the latest CVS snapshot from http://snaps.php.net/ since this

Re: [PHP-DEV] Console Work [woah]

2001-08-15 Thread Dave Wilson
ext/pcntrl/ ext/ncurses [!] select () Wooah! I posted 15 mins ago and, well, umm, that's the fastest and most complete response I've ever got from a list. :] PHP < * :P -dw Do You Yahoo!? Get your free @yahoo.co.uk address at http://

Re: [PHP-DEV] Console Work

2001-08-15 Thread Jason Greene
> My last 'feature request' is that of either a select () ability (I see 4.0.6 > has a function called select in ext/standard/file.c (and ext/sockets/???.c) but > I have not played with it), or another ability to read from files / fifos / > character devices in a non-blocking way. Particularly, /

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Daniel Beckham
Everyone loves to hate Perl don't they? Daniel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Andrei Zmievski" <[EMAIL PROTECTED]>; "Zeev Suraski" <[EMAIL PROTECTED]>; "Sterling Hughes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Sæther Bakken @gecadsoftware.c

Re: [PHP-DEV] Console Work

2001-08-15 Thread Jason Greene
fork is already implemented, along with signals, waitpid, and all the wait.h macros in the pcntl extension. -Jason - Original Message - From: "Dave Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 11:04 AM Subject: [PHP-DEV] Console Work > Hi there

[PHP-DEV] Bug #12768: wordwrap crashes with 4 parameters and width=0

2001-08-15 Thread marc . pohl
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: wordwrap crashes with 4 parameters and width=0 hi, i discovered a small bug in wordwrap. if you call this function with 4 parameters and a width of 0 your

[PHP-DEV] Console Work

2001-08-15 Thread Dave Wilson
Hi there, I'm new to the list (only subscribed 2 mins ago!). I have subscribed a) to say bloody well done on a great language! and b) I am trying to find information on a few things related to console php (php -q)... First off, I wrote a small addition to ext/standard/exec.c that adds a fork () f

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread teo
Hi Andrei! On Wed, 15 Aug 2001, Andrei Zmievski wrote: > On Wed, 15 Aug 2001, Zeev Suraski wrote: > > like. That's why the situation wouldn't change radically if/when the > > engine license changes, much like it wasn't any different *before* the > > engine license was even introduced, in the P

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Daniel Beulshausen
At 17:36 15.08.2001 +0200, Daniel Beulshausen wrote: >At 18:20 15.08.2001 +0300, Zeev Suraski wrote: >>Is there any reason to have them even exported? I think we can just nuke >>SAPI_API altogether (I could be wrong, we might be referencing them >>somewhere, but I don't think we do) > >not sure

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Daniel Beulshausen
At 18:20 15.08.2001 +0300, Zeev Suraski wrote: >Is there any reason to have them even exported? I think we can just nuke >SAPI_API altogether (I could be wrong, we might be referencing them >somewhere, but I don't think we do) not sure, but we can add it later if it breaks :) daniel >At 17:5

Re: [PHP-DEV] SAPI_API glitch

2001-08-15 Thread Zeev Suraski
Is there any reason to have them even exported? I think we can just nuke SAPI_API altogether (I could be wrong, we might be referencing them somewhere, but I don't think we do) At 17:58 15-08-01, Daniel Beulshausen wrote: >hi > >currently if extensions want to define their own SAPI_POST_*_FUNC

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Zeev Suraski
At 18:13 15-08-01, Andrei Zmievski wrote: >On Wed, 15 Aug 2001, Zeev Suraski wrote: > > like. That's why the situation wouldn't change radically if/when the > > engine license changes, much like it wasn't any different *before* the > > engine license was even introduced, in the PHP 3.0 days. Hav

[PHP-DEV] Bug #12767: Apache compile with php4.0.6

2001-08-15 Thread mhepwort
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3.0 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: Apache compile with php4.0.6 Whenever I try to compile Apache server 1.3.20 including the libphp4.a module, make crashes with a code 8. It compiles just f

Re: [PHP-DEV] Setting up RFC

2001-08-15 Thread Andrei Zmievski
On Wed, 15 Aug 2001, Zeev Suraski wrote: > like. That's why the situation wouldn't change radically if/when the > engine license changes, much like it wasn't any different *before* the > engine license was even introduced, in the PHP 3.0 days. Having regulators > over the 'kernel' of the proj

Re: [PHP-DEV] Re: Bug #12745: problem with the randomic generation of salt when a use crypt("pass")

2001-08-15 Thread Sander Roobol
Not a bug in PHP. Verified with htpasswd (couldn't get a simple crypt-demonstration-script working :-) $ ./htpasswd -d -nb test 11lei11lao11 returned test:Au7LW/UPElj0c $ ./htpasswd -d -nb test 11lei11lao11whatever returned test:Au7LW/UPElj0c I guess it's a bug (or an undocumented behaviour) of t

[PHP-DEV] SAPI_API glitch

2001-08-15 Thread Daniel Beulshausen
hi currently if extensions want to define their own SAPI_POST_*_FUNC (fdf, mbstring) they'll run into trouble, because they are defined as 'SAPI_API void ... my_handler'. this however doesn't work, because you'll need to define SAPI_EXPORTS (to export it) and are thus loosing the sapi_globals_

[PHP-DEV] Bug #12766: easter_days breaks for year before 1753

2001-08-15 Thread martin
From: [EMAIL PROTECTED] Operating system: Linux 2.4.x PHP version: 4.0.6 PHP Bug Type: Calendar related Bug description: easter_days breaks for year before 1753 The easter_days function returns bad data for years <= 1752. Here is a way to verify. Because Easter always falls

Re: [PHP-DEV] Please..

2001-08-15 Thread Sebastian Bergmann
Zeev Suraski wrote: > Don't say that I *have* to do it, because I don't. I didn't say that you have to do it. What I meant to make clean was that the best choice of authors for a documentation of a piece of software like the Zend Engine are its inventors. With the Zend Engine this happens

[PHP-DEV] CVS Account Request

2001-08-15 Thread CVS Account Request
Full name: Vincent Blavet Email: [EMAIL PROTECTED] ID:vblavet Purpose: Adding a class Archive_Tar in the experimental part of PEAR. Stig Bakken is aware of this request. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

  1   2   >