[PHP-DEV] Bug #13759 Updated: Commandline: querystring parser buggy

2001-10-19 Thread sander
ID: 13759 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: Submitted 3 times... Previous Comments

[PHP-DEV] Bug #13762 Updated: Segmentation fault when configures are generating files

2001-10-19 Thread sander
ID: 13762 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.5 PHP Version: 4.0.6 New Comment: Submitted twice. Previous Comments: [2001

[PHP-DEV] Bug #13763 Updated: SQL Compute

2001-10-19 Thread sander
ID: 13763 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: PHP options/info functions Bug Type: Sybase (dblib) related Operating System: LINUX REDHAT 7 PHP Version: 4.0.6 New Comment: Can you provide a sample script? Previous Comments

[PHP-DEV] Bug #13763 Updated: SQL Compute

2001-10-20 Thread sander
ID: 13763 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Sybase (dblib) related Bug Type: Sybase-ct (ctlib) related Operating System: LINUX REDHAT 7 PHP Version: 4.0.6 New Comment: I think you're doing something wrong. I don't think it&

[PHP-DEV] Bug #12083 Updated: addslashes

2001-10-20 Thread sander
ID: 12083 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Win32 PHP Version: 4.0.5 New Comment: addslashes() works fine for me on binary data... Unlikely to be a bug: ask support questions on the appropriate

[PHP-DEV] Bug #13413 Updated: Seg Fault when urlencoding a binary string

2001-10-20 Thread sander
ID: 13413 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Strings related Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: Reproduced on Win2K (PHP-4.1.0RC1, Apache 1.3.22, it simply crashes) and Debian Linux (PHP-4.0.6 on Apache 1.3.20

[PHP-DEV] Bug #13284 Updated: Other behavior of chunk_split in 4.07

2001-10-20 Thread sander
ID: 13284 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Strings related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-09-13 New Comment: Works fine for me on 4.1.0RC1. Previous Comments

[PHP-DEV] Bug #12753 Updated: stristr Bug

2001-10-20 Thread sander
ID: 12753 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Strings related Operating System: Linux 7.1 PHP Version: 4.0.6 New Comment: Unable to reproduce with 4.1.0RC1. Previous Comments

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-20 Thread sander
ID: 13743 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Can you provide a sample script? It might be a problem with GD 2.0, which is still beta. You can

[PHP-DEV] Bug #13208 Updated: problems using old .php3 extension - general protection faults

2001-10-21 Thread sander
ID: 13208 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Apache related Operating System: Windows 2000 Professional, updat PHP Version: 4.0.6 New Comment: User input: "Server Side Included" As far as I know, SSI can not include dynam

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-21 Thread sander
ID: 13743 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: I've heard something about GD being not thread safe (at least, not on Windows). Can someone co

[PHP-DEV] Bug #12863 Updated: what does pg_freeresult return?

2001-10-19 Thread sander
ID: 12863 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Bug Type: Documentation problem Operating System: PHP Version: 4.0.6 New Comment: I think (according to the source) it returns TRUE on success, FALSE on error. Can someone confirm this, and add it

Re: [PHP-DEV] RfC: version names

2003-01-31 Thread Sander Steffann
I've no idea, do you? I think we just should not allow submissions with > test results if they're not made by a snapshot or our phport.sh thingy > for automatic testing. Sounds a lot more reliable :) Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on bug list

2003-02-03 Thread Sander Roobol
ort.phps > Looks good and useful. +1. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: New CLI switches (was [PHP-DEV] Using CLI as a shell)

2003-02-04 Thread Sander Roobol
f this over -r. PHP isn't supposed to be used like this. If it things get too complicated for -r, write a separate script instead of hacking up the command line. -1 on this. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Two ZE2 problems

2003-02-21 Thread Sander Roobol
easy to work around this problem, it breaks BC. And there's another problem: class foo {} class bar { var $baz = 'foo'; } $bar = new bar(); $foo = new $bar->baz; // let's call this line 6 It runs fine on ZE1, but ZE2 bails out with "parse error, unexp

Re: [PHP-DEV] Two ZE2 problems

2003-02-21 Thread Sander Roobol
E2 bails out with "parse error, unexpected > | T_OBJECT_OPERATOR on line 6". > > Should this work? YOu are using new with a returned value that is not an > object. Yes. The following example works with both ZE1 and 2, so there's no reason that the code above shouldn't. cl

Re: [PHP-DEV] extra realpath() found

2003-02-24 Thread Sander Roobol
On Sun, Feb 23, 2003 at 01:25:34PM -0800, Rasmus Lerdorf wrote: > Hey Sander, you fixed a problem back in July where you introduced a second > realpath() call into the main execute_script() function. > [...] > php_fopen_primary_script() calls expand_filepath() which does the realpath

Re: [PHP-DEV] Data Hiding Implementation in PHP Classes

2002-08-16 Thread Sander Roobol
The Zend Engine 2 implements this. See http://www.php.net/ZEND_CHANGES.txt Sander On Fri, Aug 16, 2002 at 03:13:57AM -0500, Ben Dischinger wrote: > Hello, > > My question is if there is anyone working on an implementation of data hiding in >php? IE Public, private, and protecte

Re: [PHP-DEV] [PATCH] fix for bug #18654

2002-08-20 Thread Sander Roobol
Thanks, I've committed the patch to CVS. Sander On Mon, Aug 19, 2002 at 03:42:12PM +0200, Christophe Sollet wrote: > hi, >this patch fix bug #18654 by extending the nvexp definition. >The diff contains the resulting re2c var_unserializer.c. > > [snip] > > --

Re: [PHP-DEV] [PATCH] fix for bug #18654

2002-08-20 Thread Sander Roobol
Yeah, should have done that immediately. Committed. On Tue, Aug 20, 2002 at 09:41:54PM +0200, Christophe Sollet wrote: > Sander Roobol wrote: > > Can it be merged in the 4.2 branch too ? > It would be great to have 4.2.3 without this bug. > > Christophe > > >

Re: [PHP-DEV] RFC: run-tests.php + diff

2002-08-22 Thread Sander Roobol
It's a good idea, but I'd rather see an unified diff with some context. Maybe use diff when it's available, and fall back on this code when it's not. Sander On Thu, Aug 22, 2002 at 02:46:57AM +0200, Marcus Boerger wrote: > The following patch produces *.diff files si

Re: [PHP-DEV] Antispam system

2002-09-01 Thread Sander Roobol
See http://master.php.net/manage/users.php (when it's up again) Sander On Sun, Sep 01, 2002 at 08:28:46PM +0200, CHAILLAN Nicolas wrote: > Hello, many people that try to send me a mail are stopped by the antispam > system, they should answer to the message so I can get the mail, thi

Re: [PHP-DEV] getopt function

2002-09-28 Thread Sander Roobol
based PHP scripts. > > If there are no objections, I'd like to commit this over the weekend > (at which point I'll also write the associated documentation). > > Comments are, of course, welcome. +1 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] auto_prepend/append: does the PHP engine cache the

2002-09-30 Thread Sander Steffann
wing in our Apache virtual hosts: ServerName www.example.com DocumentRoot/var/www/www.example.com/ SetEnv cityapeldoorn SetEnv region_id 97 SetEnv module_name index You can then access these from PHP: Good luck, San

Re: [PHP-DEV] Scratching the 4.3 branch

2002-10-06 Thread Sander Roobol
+1 on removing the branch - to avoid problems with staying in sync with head -1 on the php5 module - it'll move the sync problems to another place Sander On Sun, Oct 06, 2002 at 11:01:02AM +0200, Derick Rethans wrote: > On Sun, 6 Oct 2002, Zeev Suraski wrote: > > > I thi

Re: [PHP-DEV] Segfault in implode()

2002-10-06 Thread Sander Roobol
On Sun, Oct 06, 2002 at 12:10:17PM +0200, Martin Jansen wrote: > FYI: Yesterdays snapshot segfaults with the following line of code: > > $foo = implode("", array()); > ?> Fixed in CVS, thanks for the report. Sander -- PHP Development Mailing

Re: [PHP-DEV] using run-tests.php on windows

2002-10-07 Thread Sander Roobol
tests.php in a moment. > It does have security implications... Does it? Windows isn't secure in that way anyway... Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Anyone confirm this?

2002-10-07 Thread Sander Roobol
It appears to be a typo. See http://cvs.php.net/diff.php/php4/ext/standard/quot_print.c?r1=1.10&r2=1.11 The old code checked [i+1] and [i+2], while the new (rev. 1.11) code checks [i+1] twice... Sander On Mon, Oct 07, 2002 at 09:35:53AM -0400, Dan Kalowsky wrote: > > > Begin forw

Re: [PHP-DEV] is_executable (was: RE: DBX tests failing)

2002-10-07 Thread Sander Roobol
FAT filesystems). Don't know what NTSEC exactly is, but I assume it's similar too (or maybe the same as) NTFS. That means we need some filesystem dependant code too Unless someone implements it all, I'd rather see the function missing than returning a (possibly bogus) true

Re: [PHP-DEV] auto_prepend_file and auto_append_file

2002-10-08 Thread Sander Roobol
ns a user > should use "" as their value. +1 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bundled gd

2002-10-11 Thread Sander Roobol
or ext/gd/libgd/gdft.c: > [ snip ] > It was added and then removed.. It was removed because it appeared to be already fixed by one of the other patches. This patch broke it again. Please try a snapshot to see if it works for you. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Curl multi interface in php_curl

2002-10-13 Thread Sander Roobol
might be postponed until 4.3.0 is branched. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Sander Roobol
; out there and if it saves us any more grief, all the better. > > Objections? Nope, +1. > I ll post the patch for gdImageRotate (another name in mind ? ;) ) > function tonight. It should be just imagerotate(), that's more consistent with the other image* functions. Sander

Re: [PHP-DEV] Forked ext/gd by default

2002-10-21 Thread Sander Steffann
Hi, > I think we should use forked version of gd library by default for 4.3.0. > From what I hear it is already the best version of any of them out there > and if it saves us any more grief, all the better. Objections? Sounds wonderful! +1 from me. Sander. -- PHP Development Mai

Re: [PHP-DEV] Proposal for naming tests

2002-10-25 Thread Sander Roobol
bug17123.phpt > Tests for functions .phptdba_open.phpt > General tests for extensions .phpt dba3.phpt +1 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CLI ini selection

2002-10-28 Thread Sander Roobol
settings. I agree, this is probably enough. But... doesn't this deserve a NEWS entry? I can't find one... Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] ereg to pcre conversion

2002-11-01 Thread Sander Roobol
people > who still rely on those, using PCRE. We probably have to make a bunch of tests to see if we don't break BC with this patch. If we don't break BC, and only then, I would give +1 on this patch. Too many people rely on the ereg_* functions, so IMO we really can't afford

Re: [PHP-DEV] run-test output

2002-11-02 Thread Sander Roobol
e(ob_get_level()) { ob_end_clean(); } This way we are sure that _all_ output buffers are closed (maybe someone has zlib.output_compression on, or an auto_prepend file that starts a couple of buffers...) Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-03 Thread Sander Steffann
this yet, but I expect that in the future we will have customers asking for something like this... I expect this extension will be very valueable for a lot of PHP users. Keep up the good work! Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP.ini and Virtual Hosts

2002-11-07 Thread Sander Roobol
Please don't crosspost. And certianly don't crosspost to the wrong lists. Ask support questions on [EMAIL PROTECTED] Sander On Thu, Nov 07, 2002 at 11:13:55AM -0500, Matt L wrote: > A possible client wants to do this: > > - disable errors to browser output > - redirect t

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Sander Roobol
e software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by ... Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3.0 released

2002-12-27 Thread Sander Steffann
espectfully The second path is wrong, and respectfully should be respectively. But I'm glad the CLI is 'official' now! :) Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] safe_mode redesign

2001-02-04 Thread Sander Steffann
curity features... Sander. - Original Message - From: "Jason Greene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 9:53 PM Subject: [PHP-DEV] safe_mode redesign > Is anyone up for a d

Re: [PHP-DEV] Re: safe_mode redesign

2001-02-04 Thread Sander Steffann
.. I know :( Maybe we could make a document that describes what a module/extension should do to be considered 'safe-mode compatible'. That way it would be easier for the module author to check his code. I don't believe anyone is intentionaly writing 'insecure' code. Sander.

[PHP-DEV] PHP 4.0 Bug #9714: array_walk crashes

2001-03-12 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: array_walk crashes this example: $t[Line][4][21] = 14; $t[Line][1][1] = 1; $t[Line][2][12] = 12; $t[Line][1][3] = 3; $t[Line][3][20] = 13; ksor

Re: [PHP-DEV] fprintf

2001-12-22 Thread Sander Roobol
. > > Does PHP have an fprintf function? We don't have one. Use fputs($fp, sprintf(...)) instead. No need to create a feature-request: we already have one: http://bugs.php.net/bug.php?id=1027 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [E

Re: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Sander Roobol
> Any other thoughts? Blame M$! Sander > > FB > > > > > > >From: "Chris Newbill" <[EMAIL PROTECTED]> > >To: "'Fred B'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > >Subject: RE: [PHP-DEV] Re: Bug

Re: Re[2]: [PHP-DEV] Re: Bug #14653 Updated: Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()

2001-12-22 Thread Sander Roobol
/home.netscape.com/assist/net_sites/pushpull.html Sander > > > http://www.mywebsite.com/junk.zip";> > > > and doesn't belong into the HTTP header. > > Kind Regards, > Daniel Lorch > > > > -- > PHP Development Mailing List <http://www.ph

Re: [PHP-DEV] Build questions

2001-12-23 Thread Sander Roobol
utomatically, no matter what SAPI you choose. > Last question : Why the compile time is bigger in times compared to linux? Don't know. Is it? Sander > > TIA > > Andrey Hristov > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe

[PHP-DEV] Fw: Typos?

2001-12-27 Thread Sander Roobol
> I think that it have to be > Zend ships with such a function, called zend_copy_ctor() (the previous PHP equivalent was pval_copy_constructor()). It's not just on that page. Every function call has ()() instead of (). Anyway, this is a doc problem. Forwarded to PHP-DOC. Sander --

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Sander Steffann
from Stig S. Bakken summarises nicely what I'm trying to say: > > http://marc.theaimsgroup.com/?l=php-dev&m=100313140811956&w=2 Sounds very useful. I'm using PHP more and more instead of shellscripts, mostly because I am more familiar with it. +1 from me Sander. --

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Sander Steffann
Hi, We do exactly the same with Apache SetEnv: SetEnv media_regionaamapeldoorn SetEnv media_regioid 27 SetEnv media_module index And we get them in the PHP script with $GLOBALS['HTTP_SERVER_VARS']['media_regionaam']; Works

Re: [PHP-DEV] FOSDEM 2002

2002-01-18 Thread Sander Steffann
Hi, > Sterling and I will have a session there, it's just not updated on the > site I guess. Any idea when your session will be? Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [PHP-DEV] Webmin & PHP... strange problems!

2002-01-26 Thread Sander Roobol
On 2002.01.26 11:04 Prakash wrote: > Hi, > > file bbb.cgi > > > > #!/usr/local/bin/php -q Why are you runnign PHP in quiet mode? Try removing that -q. BTW, this is not the right place to ask such questions. Ask questions like this one on PHP-GENERAL. Sander -- PH

[PHP-DEV] [PATCH] fix for #14899

2002-02-01 Thread Sander Roobol
Below is the patch for bug #14899 about imagetypes() not reporting support for GIFs. Can someone apply this patch? Sander Index: gd.c === RCS file: /repository/php4/ext/gd/gd.c,v retrieving revision 1.175 diff -u -r1.175 gd.c

[PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Sander Roobol
quest. Unfortunately my C skills and my knowlegde of PHP internals are by far not supporting to implement this. However, I would like hear any reactions on this proposal. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-06 Thread Sander Steffann
lot of our customers use PHP, and I think almost every customer would have scripts that break. (which is not acceptable ofcouse) Please don't do this... (That's a -1 from me) Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclus ion(?)]

2002-02-06 Thread Sander Steffann
though, but lets stick to this point for now :) Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Nostalgia

2002-02-07 Thread Sander Steffann
Please stop discussing people, and start discussing PHP. Be mature enough to let this rest. This discussion will lead nowhere. Thanks ;) Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #11526: PHP reveals C++ Comments

2001-06-18 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: W2k, RedHat 7.x PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: PHP reveals C++ Comments If in the example the line with the comment ends with "0x0D 0x0D 0x0A", the line is sent to the browser! -- E

[PHP-DEV] Links to companies supporting / teaching PHP

2001-06-26 Thread Sander Steffann
Hi, To keep it short and simple: A related company is teaching PHP courses. Is there a place where things like this could be mentioned on the php.net site? Thanks, Sander Steffann Computel Standby BV / www.nederland.net / php.nederland.net -- PHP Development Mailing List <http://www.php.

[PHP-DEV] Bug description: Mail Cc header problem

2001-07-12 Thread Simon Sander
From: [EMAIL PROTECTED] Operating system: Windows 2000 proffesional PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: Mail Cc header problem Hi, In mail function on windows for windows paltform there is a nasty bug (I think). I'm trying to execute folowing code

[PHP-DEV] Bug #10810: unset in function doesn't work on global arrays

2001-05-11 Thread Martin . Sander
From: [EMAIL PROTECTED] Operating system: RedHat 7.0 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: unset in function doesn't work on global arrays unset in function doesn't work on global arrays example: $v) { echo "ar[$k] = $v \n";

[PHP-DEV] Re: Bug #10810 Updated: unset in function doesn't work on global arrays

2001-05-11 Thread Martin Sander
> Not a bug. The unset ($ar) in the unset all function removes the reference to the >global variabele. If you remove the "//"s, the array $ar is still available in UnsetAll() > function UnsetAll() { > > global $ar; > > //echo "t1s: n"; ListIt(); echo ":t1e n"; > > unset($ar);

Re: [PHP-DEV] Re: php and winxp

2001-10-29 Thread Sander Roobol
2 and PHP 4.0.6. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: right path on WinXP to document

2001-11-11 Thread Sander Roobol
innt (for php.ini) and c:\winnt\system32 (for php4ts.dll) Windows XP uses c:\windows and c:\windows\system32 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] PHP Module in source dist?

2001-11-09 Thread Sander Roobol
> What is the feasibility of getting the module included in the source > distribution of PHP and how should I begin this process? Well... you can start by telling us what it does... Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PR

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Sander Roobol
> Then this will do the same: > $sum = `md5sum filename`; Yes it will, but only if you have safe-mode disabled, and you're running Unix or Linux. +1 for adding this function. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMA

[PHP-DEV] Re: Bugs pending for PHP 4.1.0

2001-11-18 Thread Sander Roobol
this cannot happen. We'd have to go through > > hoops to create this behavior under Linux. > > > > Under Windows, there may be a bug that breaks the multithreaded alarm > > system, and I'll check it out, but for the same reasons above, I don't > > th

Re: [PHP-DEV] Bug #14255 Updated: setcookie bug (Cookie is destroyed/Inaccessible)

2001-11-27 Thread Sander Roobol
Is your system-time correctly? Most browsers silently ignore cookies with if they are already expired... Try telnet-ing to your webserver to see whether it's a client or server problem. Sander - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> To: &

Re: [PHP-DEV] Bug #14495: PHP Windows Binary packaged with old version of GD

2001-12-13 Thread Sander Roobol
vide php_gd2.dll in a separate package on www.php.net/downloads.php, with a warning saying it's still experimental. You'll avoid the newbie users and with them a lot of bogus-bugreports, but you'll satisfy the advanced users who require special GD2-functions. Sander > --Jani >

Re: [PHP-DEV] sendmail_from in linux installation

2001-12-14 Thread Sander Roobol
ion so I can send > mail("[EMAIL PROTECTED]","Hello","msgbody","From:spammer") > If user does not set 4th argumment mail is sent with from [EMAIL PROTECTED] This is not a bug in PHP. You should check the settings of your mail transfer agent (sendmail, pro

Re: [PHP-DEV] Re: Notification of absence.

2001-12-17 Thread Sander Roobol
unt ;) Is Bubar on a server of Derick, or a non-PHP-server? I can't find it on cvs.php.net. If so, can you give me an account too, Derick? I hope this will speed up the development of 'Bubar' a bit... Sander > I really want mod_pgsql (libpq pgsql session save handler) > I

Re: [PHP-DEV] php xml documentation

2002-02-25 Thread Sander Roobol
.net/cvs.php/phpdoc/howto and download howto.html.tar.gz which contains nice instructions. Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Delete checked files

2002-02-25 Thread Sander Roobol
PHP-DEV is for the development OF PHP, not for developing WITH PHP. Ask support questions on PHP-GENERAL ([EMAIL PROTECTED]). Sander On 2002.02.25 17:04 Nautilis wrote: > Hi everybody, > > I show a list of files that I upload to the user's folder using the > next > code

[PHP-DEV] [PATCH] numerous fixes in tests

2002-03-02 Thread Sander Roobol
if anyone can have look at it and commit it. Thanks, Sander php-tests.diff.gz Description: GNU Zip compressed data -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] knowing an ip address machine

2002-03-04 Thread Sander Roobol
You're asking on the wrong list; use [EMAIL PROTECTED] for questions like these... PHP-DEV is for the development OF PHP, not for developing WITH PHP. Sander On 2002.03.04 14:43 Eduardo Melo wrote: (I like the html-support in this client :) -- PHP Development Mailing List <http://www

[PHP-DEV] Re: Bug #15907 Updated: php 4.1.x error message on trying to load 4.0.x dyn. model broken

2002-03-06 Thread Sander Roobol
Is this really critical? On 2002.03.06 18:55 [EMAIL PROTECTED] wrote: > ID: 15907 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > -Status: Open > +Status: Critical > Bug Type: Dynamic loading > Operating System: * > -PHP

Re: [PHP-DEV] cvs: ext/baby

2002-03-07 Thread Sander Steffann
Hi Rasmus/Christine, > @@ -1,2 +1,6 @@ > Christine Lerdorf > Rasmus Lerdorf > +Buster (working name only) Lerdorf > +Born 13:26 PDT Wednesday March 6, 2002 > +Weight: 9.0 pounds > +Length: 19.25 inches Congratulations! Sander. -- PHP Development Mailing List <

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Sander Roobol
It doesn't compile anymore with readline: make: *** No rule to make target `home/sander/php/head/php4/ext/readline/readline.c', needed by `home/sander/php/head/php4/ext/readline/readline.lo'. Stop. Sander On 2002.03.07 15:28 Sascha Schumann wrote: > Hi, > >

Re: [PHP-DEV] dbx

2002-03-07 Thread Sander Roobol
On 2002.03.07 18:48 "Hunter, Ray" wrote: > Does anyone off hand know if dbx is supported in php version 4.0.6? Yes it is! Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form

2002-03-12 Thread Sander Roobol
It might be a bit late, but PHP-DEV is for developing PHP, not for developing WITH PHP. Use [EMAIL PROTECTED] for support questions. Sander On 2002.03.12 20:37 Surya Saraff wrote: > Hi, > actually, I encountered serialize(), urlencode() > AND IT WORKS!!! > > first you se

Re: [PHP-DEV] Possible Cookie Bug

2002-03-13 Thread Sander Roobol
Not a bug. From the manual: "Cookies will not become visible until the next loading of a page that the cookie should be visible for." See http://www.php.net/manual/en/function.setcookie.php for more. Sander On 2002.03.13 16:19 Andy Woolley wrote: > Hi All, > > I think I mig

Re: [PHP-DEV] Possible Cookie Bug

2002-03-13 Thread Sander Roobol
Please, discuss stuff like this on the appropriate mailinglist! PHP-DEV is for developing PHP, not for developing WITH PHP. Most of you should know that by now :) Sander On 2002.03.13 18:00 Hartmut Holzgraefe wrote: > Andy Woolley wrote: >> Ok, I hear what you are saying and accep

Re: [PHP-DEV] Additional warning for mail()

2002-03-16 Thread Sander Roobol
the shell required for popen() can't be > > executed (tested on linux/freebsd). > > No objection here. +1 for this (makes debugging easier). Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] streams crash

2002-03-16 Thread Sander Roobol
Apache crashes when running _any_ script (even phpinfo(); segfaults). CLI works fine. Backtrace: #0 0x400e7476 in fflush () from /lib/libc.so.6 #1 0x402ff5b7 in php_stdiop_flush (stream=0x8169bc4) at /home/sander/php/head/php4/main/streams.c:500 #2 0x402fee39 in php_stream_flush (stream

Re: [PHP-DEV] streams crash

2002-03-16 Thread Sander Roobol
Hello, Unfortunately, it still fails. Configures & compiles fine, but crashes Apache. The backtrace is still the same. Sander On 2002.03.16 12:25 Wez Furlong wrote: > Hi Sander, > > I've added some asserts and removed a bogus php_stream_flush > call; update your streams.

Re: [PHP-DEV] streams crash

2002-03-16 Thread Sander Roobol
Hello Wez, You hack makes it work again. It doesn't crash anymore. Tnx, Sander On 2002.03.16 12:56 Wez Furlong wrote: > Sander, > > in main/main.c on line 576 there is a ZEND_REGISTER_RESOURCE > call. Can you comment out that line and try again? > I'd expect a le

Re: [PHP-DEV] RFC: user-space streams ?

2002-03-17 Thread Sander Roobol
That would be really cool!!! +398473 on this! One small point: I think it would be better if the function names have more descriptive names, like stream_open(), stream_close(), etc. Sander On 2002.03.17 15:37 Wez Furlong wrote: > I thought it might be nice to allow people writing cl

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-22 Thread Sander Roobol
ut for the readline extension too: phpext_session_ptr, phpext_readline_ptr, phpext_readline_ptr, phpext_pspell_ptr, (...) phpext_openssl_ptr, phpext_ncurses_ptr, phpext_ncurses_ptr, phpext_mysql_ptr, Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for php.ini-* as mentioned in commit for /ext/crack/crack.dsp

2002-03-29 Thread Sander Roobol
Done. On 2002.03.28 19:55 Joseph Tate wrote: > Here it is. Will someone with karma please commit it? > > Thanks, > Joseph > -- > PHP Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List To un

Re: [PHP-DEV] W32api functions

2002-04-04 Thread Sander Roobol
On 2002.04.04 13:25 [EMAIL PROTECTED] wrote: > I thought it was moved to PECL, but it seems it is copied. My bad... It is NOT in PECL!!! :) See http://cvs.php.net/cvs.php/pear/PECL Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-QA] Re: Exif doesn't compile

2002-04-04 Thread Sander Roobol
On 2002.04.04 16:59 Marcus Börger wrote: > That doesn't work because it is not a constant. So someone with MS VC > should check the > value of the variable __mb_cur_max. Then we can set it. Or does > anyone have a better idea? FYI: the value of __mb_cur_max is 1. Sander --

Re: [PHP-DEV] separator constant

2002-04-05 Thread Sander Roobol
gt; > > > DIRECTORY_SEPARATOR ?? > > And since what version is it available? Come on, Andrei. "Use the source, Luke!" Anyway, according to NEWS, it was added in 4.0.6 Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Bug #15580 Updated: sapi_apache2.c fails to compile with Apache 2.0.28

2002-04-06 Thread Sander Roobol
em... you'll hear from me if it's a PHP problem... Sander On 2002.04.06 18:22 Jani Taskinen wrote: > > Anyone tested 2.0.35 with 4.2.0-dev yet? Should we put > some version check to the configure there? > > --Jani > > > > On Sat, 6 Apr 2002, Jani T

Re: [PHP-DEV] Upload alert

2002-04-08 Thread Sander Roobol
You're asking on the wrong place (again). This list is for developing PHP, not for developing WITH PHP. Send support questions to [EMAIL PROTECTED] Sander On 2002.04.08 19:07 Rodolfo Silva wrote: > Hi! > > I need a php script to alert me (with a pop up window or something >

Re: [PHP-DEV] Let's fork GD!

2002-04-12 Thread Sander Steffann
e to other formats gradually, without breaking existing scripts. We still have users who use GIF output, and it would be nicer to say to them: migrate to PNG because it is more efficient, than: migrate to PNG *NOW* otherwise your site won't work anymore... Oh, yes, and a +1 from me on

Re: [PHP-DEV]

2002-04-26 Thread Sander Steffann
Hi, > From: http://www.w3.org/TR/2000/REC-xml-20001006#sec-pi > > [16] PI ::='' Char*)))? '?>' > [17] PITarget ::=Name - (('X' | 'x') ('M' | 'm') ('L' | 'l')) > > [3] S::=(#x20 | #x9 | #xD | #xA)+ > [2] Char ::=#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFF

Re: [PHP-DEV] include text from online-site

2002-05-09 Thread Sander Roobol
You're asking this on the wrong list. This list is for developing PHP, not for developing WITH PHP. Ask questions like these on [EMAIL PROTECTED] Anyway, you can open remote files using fopen() and read them just like normal files. See http://php.net/fopen for more information. Sande

<    3   4   5   6   7   8   9   >