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

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

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

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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c incomplete_class.c php_incomplete_class.h var.c /ext/wddx wddx.c

2001-08-06 Thread Sander Steffann
r example, an extension to access a scanner. You don't want this loaded everywhere, just in your scanner application, and certainly not in your webserver. In a few words: For a webserver: ban dl() For generic scripting: keep dl() Sander. -- PHP Development Mailing List <http://www.php.

Re: [PHP-DEV] Bug #12716: Add the imagecopyresizedbicubic function

2001-08-13 Thread Sander Roobol
I can't close this bug yet but I'm sure somebody will... It's a duplicate of 9875... Thanks, Sander - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 5:23 PM Subject: [PHP-DEV] Bug #12716: Add the image

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

2001-08-15 Thread Sander Roobol
aviour) of the crypt()-algoritm. The problem is not the random salt. The problem seems to be that crypt (at least, in this case) only uses the first 12 characters (or less). Sander - Original Message - From: "Marcus Vinicius" <[EMAIL PROTECTED]> To: "PHP Bug Dat

Re: [PHP-DEV] Help me

2001-08-19 Thread Sander Roobol
You're supposed to ask questions like these on the php-general mailinglist (or in this case maybe the php-db mailinglist). But to help you a bit: mysql_query("UPDATE user SET password=password('$password') WHERE user='root'"); Sander - Original Message -

Re: [PHP-DEV] who can help me?

2001-08-27 Thread Sander Roobol
This is not the mailinglist for support questions. Use PHP-GENERAL instead. Sander - Original Message - From: "king" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 6:11 PM Subject: [PHP-DEV] who can help me? > i use win98se, where

Re: [PHP-DEV] PHP Building problem with Freetype

2001-09-03 Thread Sander Roobol
Ask support questions on PHP-GENERAL. - Original Message - From: Florent CHANTRET To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 4:42 PM Subject: [PHP-DEV] PHP Building problem with Freetype Hi there,   I want to compile PHP 4.0.6 with GD (it wo

Re: [PHP-DEV] Re: Bug #13104 Updated: GD problem

2001-09-03 Thread Sander Roobol
But you didn't specify it. Configure --with-png-dir=/path/to/png Sander - Original Message - From: "Erdenemandal Bat-Erdene" <[EMAIL PROTECTED]> To: "Bug Database" <[EMAIL PROTECTED]> Sent: Monday, September 03, 2001 4:42 PM Subject: [PHP-DE

Re: [PHP-DEV] Pulling a random image

2001-09-03 Thread Sander Roobol
Please ask support questions on the PHP-GENERAL mailinglist. - Original Message - From: Brad R. C. To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 5:00 PM Subject: [PHP-DEV] Pulling a random image Hello everyone... I have been working on this ran

Re: [PHP-DEV] Bug #13218 Updated: Problema con nXmeros binarios

2001-09-09 Thread Sander Roobol
Might be something for the Bug reporting Dos And Don'ts: -Don't write in any language other than English. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 09, 2001 11:39 AM Subject: [PHP-DEV] Bug #13218 Updated: Problema con nXmeros binarios

Re: [PHP-DEV] Versioning (resent AGAIN due to lack of replies)

2001-09-16 Thread Sander Steffann
check the version and the optional parts. 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] Versioning (resent AGAIN due to lack of replies)

2001-09-17 Thread Sander Steffann
gt; > You mean this: > http://www.php.net/manual/en/function.imagetypes.php Yes, but in a generic way, so other extensions use it too. Sander. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-26 Thread Sander Steffann
(I think ;) So that's a +1 from me too. 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: exit() / die()

2001-09-29 Thread Sander Steffann
k lately, and I was surprised that exit() didn't do what I expected. But PHP is still (mostly) a web-server language, and there it would make no sense indeed. Changing my vote to -1 on changing and +1 on introducing a new function :) Sander. -- PHP Development Mailing List <http://www.p

[PHP-DEV] Apache module doesn't compile on Win32 with latest CVS

2001-10-18 Thread Sander Roobol
of 'XtOffsetOf' ..\..\ext/standard/file.h(51) : fatal error C1017: invalid integer constant expression Error executing cl.exe. php4apache.dll - 2 error(s), 6 warning(s) Sander -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Sander Roobol
> Actually it is just a note next to the submit button. But it should do > the job. Can't you check for duplicate messages? Construct a query which checks if there's already a row with that e-mail adres, subject, etc... that should really do it... Sander -- PHP Development Ma

<    4   5   6   7   8   9