Re: [PHP-DEV] Bug #12842 Updated: TSRM/tsrm_virtual_cwd.c:568:`mode_t' is promoted to `int'

2001-08-23 Thread Heikki Korpela
On 22 Aug 2001 [EMAIL PROTECTED] wrote: reproduced by [EMAIL PROTECTED] (bug report #11761. tsrm_virtual_cwd.c:568: `mode_t' is promoted to `int' when passed through `...' tsrm_virtual_cwd.c:568: (so you should pass `int' not `mode_t' to `va_arg') See: a recently updated stdarg(3) manual

Re: [PHP-DEV] use indent instead of fixing whitespace by hand?

2001-08-13 Thread Heikki Korpela
On Mon, 13 Aug 2001, Jani Taskinen wrote: Hehe..last time I tried indent with PHP c-sources they made it segfault. --Jani Hey people, did you remember there are other options than (g)indent out there? http://www.iua.upf.es/~mdeboer/astyle_on_commit/ -- PHP Development Mailing

Re: [PHP-DEV] Engine 2

2001-08-10 Thread Heikki Korpela
On Fri, 10 Aug 2001, Andi Gutmans wrote: I'm also interested in how many scripts are actually broken by the fact that objects are not copied when sent to functions by value and so on. Did I get this right: ?php function func1($object) { $object-foo = 'bar'; } function func2() {

Re: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-08 Thread Heikki Korpela
On Wed, 8 Aug 2001, Wez Furlong wrote: Err, that's a little odd. I would expect your system to have all of the things required for that to work. What does the config.log say about HAVE_LOCALE_H and HAVE_LANGINFO_H? I suspect this can be fixed by changing line 231 to be #if HAVE_LANGINFO_H

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

2001-08-07 Thread Heikki Korpela
On 7 Aug 2001, Stig Sæther Bakken wrote: If there were a thousand extensions, we may have to rethink it - but the good solution would probably be JIT initialization. Now we're talking! I assume it is not straightforward, what are the technical challenges in doing JIT module

Re: [PHP-DEV] Bug #12505: array_sum function total calculate error

2001-08-01 Thread Heikki Korpela
(from Arvin's 4.0.5 RPMS) -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP-DEV] Bug #12335 Updated: mail() function returns false butthe email was sent.

2001-08-01 Thread Heikki Korpela
. -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-31 Thread Heikki Korpela
your php_rand() call anyway? -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DEV] [PHP] mail() help (fwd)

2001-07-31 Thread Heikki Korpela
. As for bumping a warning when sendmail_path is null in php_mail - that sounds like a good idea. How's this look like? -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko

Re: [PHP-DEV] Proposal

2001-07-29 Thread Heikki Korpela
-- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysqlor imap

2001-07-29 Thread Heikki Korpela
-pgsql \ --without-iodbc --prefix=/usr/local --sysconfdir=/etc -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Security Issues

2001-07-28 Thread Heikki Korpela
'REPLACE_ME' php_flag track_errors On Zeev -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-DEV] Security Issues

2001-07-28 Thread Heikki Korpela
compromising stability and security is in my opinion in place. But that's of course only me. Zeev -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Security Issues

2001-07-27 Thread Heikki Korpela
it is today. I've been happy that PHP has this far not taken this matter to such limits. Zeev -- -- Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Security Issues

2001-07-27 Thread Heikki Korpela
it would be nice if there was a guide to secure programming in PHP. Oh, but wait... I think there are some; but people don't necessarily read them. They think that security issues don't concern them. -- -- Heikki Korpela