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

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

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] 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] 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] 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.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] 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] 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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] [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] [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] 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] CLI SAPI (was Re: [PHP-DEV] 4.3 release call to arms)

2002-07-25 Thread Sander Steffann
> I think the only remaining issue here is to be able to have a separate > config/ini file for cli. While we're at it we might as well support > SAPI-specific config files, so PHP first looks for php-$SAPI.ini, then > php.ini. Sounds like a good idea. Sander. -- PHP De

[PHP-DEV] Error in zend2_example.phps

2002-07-18 Thread Sander Steffann
I think zend2_example.phps has a little error in example 6: The display function is defined as: function display() { print $this->name; print "\n"; } But then it is called with: print $person->getName()->display(); Either the function should use return, or the ca

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Sander Roobol
Damn... well.. give me 11 and 36 then... Sander On Mon, Jul 01, 2002 at 08:18:13PM +0200, [EMAIL PROTECTED] wrote: > On Mon, 1 Jul 2002, Sander Roobol wrote: > > > I'll start with pack 43... > > Too late, that was just claimed... by me :) > > Derick > > &

Re: [PHP-DEV] [PHP-QA] PHP Annual Bughunt!

2002-07-01 Thread Sander Roobol
I'll start with pack 43... Sander On Mon, Jul 01, 2002 at 03:25:47PM +0200, [EMAIL PROTECTED] wrote: > Hello QA-ers, > > it's the time of the year again, time for the PHP Bug Hunt Event! Although > this is the first time, I'm pretty sure it will be fine. >

Re: [PHP-DEV] [PATCH REPOST] Suggested fix for #16458: header() does not replace headers but always produces duplicates

2002-06-18 Thread Sander Roobol
I've commited the patch to CVS. Thanks for your help. Just a small note: strnicmp() is not available on unix, it's called strncasecmp(). PHP uses a macro to wrap strncasecmp() to strncasecmp() on Windows. Sander On Mon, Jun 17, 2002 at 02:12:17PM -0700, Michael Sisolak wrote: &g

[PHP-DEV] RE: PHP profiling results under 2.0.37 Re: Performance of Apache 2.0 Filter

2002-06-09 Thread Sander Striker
pool, that >> should help speed things up a lot. (The mallocs and frees are >> going to be especially problematic within multithreaded MPMs.) > We're already doing this for Win32. Check out > ZEND_DO_MALLOC/ZEND_DO_FREE/ZEND_DO_REALLOC in zend_alloc.c. Note that in

Re: [PHP-DEV] oo != php

2002-06-07 Thread Sander Steffann
think it should be considered seriously... If one of these conditions can not be met for a certain feature, it won't be worth adding IMHO. Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Sander Steffann
ate my co-worker about using undocumented features, but doing this through programming language constructs makes this a lot easier (and I can be SURE nobody uses that code where they shouldn't). Just my personal reasons why I would like private methods :) Sander. -- PHP Development Maili

Re: [PHP-DEV] isset multiple arguments, when?

2002-06-01 Thread Sander Roobol
The change was made in revision 1.7 of zend_language_parser.y. The tags show that the change made it into PHP 4.0.6. See http://cvs.php.net/cvs.php/Zend/zend_language_parser.y for more. Sander On 2002.06.01 19:14 Philip Olson wrote: > Hello, > > When did isset() allow for multiple

Re: [PHP-DEV] value passing from html form to php variable.

2002-06-01 Thread Sander Roobol
ernal variables) Sander On 2002.06.01 17:33 Wei Wang wrote: > I am not sure if this is the right place to ask this naive question. > > I got a simple form addform.html and add.php look like the following. > But everytime I got empty value from firstname and lastname. It seems > like

Re: [PHP-DEV] Compiling for Win32

2002-05-30 Thread Sander Roobol
it's easier to install Cygwin on Windows and compile PHP from there. Cygwin is an open source unix environment for Windows. More information is available on www.cygwin.com. Sander On 2002.05.30 17:50 Braulio José Solano Rojas wrote: > Hello! > > I would like to compile PHP for win32.

Re: [PHP-DEV] $_FILES, is there ant bug?

2002-05-27 Thread Sander Roobol
Which version of PHP are you running? Versions before 4.1.0 don't have the $_* variables. $_FILES may be an exception, it might be only available in 4.2.0 and later, but I'm not sure about that. Sander On 2002.05.27 19:47 Daniel CAstro wrote: > My code is much more extense tha

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

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

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

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

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

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

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: Can you please provide your confi

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: A configure line wouldn't hurt either... Previous Comme

[PHP-DEV] Bug #15472 Updated: Imap_open crashes php

2002-02-09 Thread sander
ID: 15472 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux Debian SID PHP Version: 4.1.1 New Comment: To properly diagnose this bug, we

[PHP-DEV] Bug #15471 Updated: XML parser do not let use '<' in any attribute inside XML file

2002-02-09 Thread sander
ID: 15471 Updated by: [EMAIL PROTECTED] -Summary: XML parser do not let use '<' in any attribute inside XML file Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: XML related Operating System: Windows XP PHP Versio

[PHP-DEV] Bug #15462 Updated: Syntax Errors

2002-02-09 Thread sander
ID: 15462 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: win95 PHP Version: 4.1.1 New Comment: If you can't be more specific this bug will

[PHP-DEV] Bug #15449 Updated: Bug running PHP Mod@ Win XP

2002-02-09 Thread sander
ID: 15449 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Apache related Operating System: Windows XP PHP Version: 4.1.1 New Comment: Dupe... (tnx reel_taz) Previous Comments

[PHP-DEV] Bug #15454 Updated: GMP problems with php 4.1.1

2002-02-09 Thread sander
ID: 15454 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Math related Operating System: Linux Red Hat 7.2 PHP Version: 4.1.1 New Comment: Can you post your configure line, and

[PHP-DEV] Bug #15452 Updated: undefined reference to `dn_skipname'

2002-02-09 Thread sander
ID: 15452 Updated by: [EMAIL PROTECTED] -Summary: undefined reference to `dn_skipname' Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: SunOS 5.8 SPARCstation-20 PHP Versio

[PHP-DEV] Bug #12682 Updated: res://c:\windows\system\shdoclc.dll/dnserror.htm

2002-02-08 Thread sander
ID: 12682 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Any Operating System: windows ME PHP Version: 4.0.6 New Comment: The bug system is not the appropriate forum for asking support questions. For a l

[PHP-DEV] Bug #15451 Updated: bindtextdomain not work

2002-02-08 Thread sander
ID: 15451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: windows 2000 server PHP Version: 4.1.1 New Comment: RTFM: bindtextdomain requires Gettext. The bug system is not

[PHP-DEV] Bug #15438 Updated: include_once fails when comparing output to a value

2002-02-08 Thread sander
ID: 15438 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: RTM! You can't include_once check fo

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 #15406 Updated: Very strange include error

2002-02-07 Thread sander
ID: 15406 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Variables related Operating System: Linux PHP Version: 4.1.1 New Comment: Can you provide a _self contained_ sample scr

[PHP-DEV] Bug #15413 Updated: preg_split drops characters

2002-02-07 Thread sander
ID: 15413 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: PCRE related Operating System: win PHP Version: 4.0.6 New Comment: Very likely to be a error in your regex. Ask support qu

[PHP-DEV] Bug #15416 Updated: Configure fails when compiling with imap support

2002-02-07 Thread sander
ID: 15416 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Linux (Slackware 8.x / current) PHP Version: 4.1.1 New Comment: RTM: www.php.net/imap

[PHP-DEV] Bug #15418 Updated: bzdecompress returning negative numbers instead of strings

2002-02-07 Thread sander
ID: 15418 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Bzip2 Related Operating System: Linux (2.4.17 ix86) PHP Version: 4.1.1 New Comment: This is probably fixed in CVS. Reopen

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

[PHP-DEV] Bug #15395 Updated: Zero Length Session Files and Sessions not recognized

2002-02-06 Thread sander
ID: 15395 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Session related Operating System: Linux 2.2.19 PHP Version: 4.1.1 New Comment: Ok. Closing. Previous Comments:

[PHP-DEV] Bug #15389 Updated: slow ldap connect

2002-02-06 Thread sander
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: Performance problem +Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment

[PHP-DEV] Bug #15400 Updated: Queries Crashing PHP.EXE

2002-02-06 Thread sander
ID: 15400 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Are you calling mssql_connect() this way o

[PHP-DEV] Bug #15381 Updated: $_FILES["X"]["name"] strips local path from the users entered name

2002-02-05 Thread sander
ID: 15381 Updated by: [EMAIL PROTECTED] -Summary: $_FILES["X"]["name"] strips local path from the users entered name Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Variables related Operati

[PHP-DEV] Bug #15380 Updated: Invalid Type Conversion In XOR Operand

2002-02-05 Thread sander
ID: 15380 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Scripting Engine problem Operating System: ANY PHP Version: 4.2.0-dev New Comment: Some results (exactly the same with ZE1 and 2): echo "12" ^

[PHP-DEV] Bug #15384 Updated: Seriously Dangerous Exploit

2002-02-05 Thread sander
ID: 15384 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Apache related Operating System: All Windows Versions PHP Version: 4.1.1 New Comment: This is a dupe... Previous Com

[PHP-DEV] Bug #15370 Updated: Class Visibility methods

2002-02-04 Thread sander
ID: 15370 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Duplicate Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: PLEASE, search the bug-db. There is alrea

[PHP-DEV] Bug #15360 Updated: The Function ImageCreateFromPNG lose some colors

2002-02-04 Thread sander
ID: 15360 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Which version of GD are you using? If your PNG cont

[PHP-DEV] Bug #14983 Updated: mail function buffer overflow

2002-02-03 Thread sander
ID: 14983 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: There was no feedback needed; somehow the status was still set to

[PHP-DEV] Bug #15356 Updated: Warning when running CGI

2002-02-03 Thread sander
ID: 15356 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Red Hat Linux 7.2 PHP Version: 4.1.0 New Comment: If it does work normally WITHOUT the Z

[PHP-DEV] Bug #15354 Updated: errr

2002-02-03 Thread sander
ID: 15354 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Old Bug Type: Documentation problem Bug Type: *Compile Issues Operating System: Linux PHP Version: 4.1.1 New Comment: RTM: http://www.php

[PHP-DEV] Bug #9206 Updated: unable to load file to the disk

2002-02-02 Thread sander
ID: 9206 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IIS related Operating System: Win NT 4 PHP Version: 4.0.4pl1 New Comment: No feedback was provided for this bug, so it is being suspended. If you are able to provide the information that was requested

[PHP-DEV] Bug #8517 Updated: BLOB functions don't work with IB6

2002-02-02 Thread sander
ID: 8517 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: InterBase related Operating System: Linux 2.2.17 PHP Version: 4.0.4 New Comment: No feedback was provided for this bug, so it is being suspended. If you are able to provide the information that was re

  1   2   3   4   5   6   7   8   9   >