Re: AW: [PHP-DEV] Re: PDM Meeting Notes

2005-11-25 Thread Andreas Ahlenstorf
That's why you can't assure security... Please read: ... this special type of security... Regards, A. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: AW: [PHP-DEV] Re: PDM Meeting Notes

2005-11-25 Thread Andreas Ahlenstorf
Am 25.11.2005 um 10:51 schrieb Matthias Pigulla: Because of bugs in the safe_mode implementation (forgetting some checks?) or conceptual problems? Safe mode doesn't work 'cos there are lots of third party libraries which PHP relies on and don't take care of the safe mode. That's why you c

Re: [PHP-DEV] Issues with PHP 5 on Windows 98

2005-09-30 Thread Andreas Ahlenstorf
Am 27.09.2005 um 15:47 schrieb Wez Furlong: My suggestion is to start with a fresh copy of win98 and install only Just for information: It works now. I tried it with a fresh install of Windows 98, but there's still the problem with the missing export. After an install of Internet Explorer

Re: [PHP-DEV] Issues with PHP 5 on Windows 98

2005-09-27 Thread Andreas Ahlenstorf
Am 27.09.2005 um 15:47 schrieb Wez Furlong: It sounds like your system is broken. You should never copy these low-level system DLLs between windows versions. I'll never try it again :) My suggestion is to start with a fresh copy of win98 and install only MS updates to get the DLLs that you

Re: [PHP-DEV] Issues with PHP 5 on Windows 98

2005-09-27 Thread Andreas Ahlenstorf
Am 27.09.2005 um 13:47 schrieb Steph: Any idea which export is missing? http:// www.dependencywalker.com/ has an easy-to-use tool for checking .dlls. A great hint. I already looked for such a tool but I never came across the right keywords for Google ;) I put the DependencyWalker image

Re: [PHP-DEV] Issues with PHP 5 on Windows 98

2005-09-27 Thread Andreas Ahlenstorf
Am 27.09.2005 um 13:18 schrieb James Ellis: Why are you using Windows 98.. it's full of holes and has been superseded? For myself, I'm using a brand new G5 from that fruit company in California, running that shiny and blinking os (I really love it and I would never switch back). But we h

[PHP-DEV] Issues with PHP 5 on Windows 98

2005-09-27 Thread Andreas Ahlenstorf
Hi, I try do get PHP 5.0 running on a fresh Windows 98 box. Unfortunately there are some issues with some missing dlls. I was able to sort most of them out (e.g. missing ODBC32.dll), but there is at least one that I'm unable to fix. PHP (php5ts.dll) complains about a missing OLEAUT32.DLL

Re: [PHP-DEV] ref fix revisited

2005-09-14 Thread Andreas Ahlenstorf
Am 14.09.2005 um 15:40 schrieb Derick Rethans: $filename = sprintf('%s.%s', md5(uniqid(rand(), true)), array_pop (explode('.', $name))); echo $filename; D'oh - I see it. My ISP changed the PHP version once again. It's now PHP 5.0.5. I'm very very sorry for the confusion. A. -- PHP Inte

Re: [PHP-DEV] ref fix revisited

2005-09-14 Thread Andreas Ahlenstorf
Am 14.09.2005 um 15:10 schrieb Derick Rethans: Of course it does, you have a ) too much. Besides this, the following I should drink more coffee... script does not make a fatal error: Fatal error: Only variables can be passed by reference in /home/www/ core/media.class.php on line 221

Re: [PHP-DEV] ref fix revisited

2005-09-14 Thread Andreas Ahlenstorf
Am 14.09.2005 um 14:36 schrieb Derick Rethans: Since we can detect a ref to a temp var at call time now, how about making a local copy in the function and effectively treat it as a by-value arg and also issue an E_NOTICE or an E_STRICT? I think that would solve the corruption problem without b

[PHP-DEV] No recent Win32 snapshots of PHP 5.0.x available

2005-07-27 Thread Andreas Ahlenstorf
Hi, The last snapshot of PHP 5.0.x (including the PECL extensions) for Win32 is from Jul 22. But I need one from today. Is this delay desired? Andreas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SQlite row size

2005-07-19 Thread Andreas Ahlenstorf
Am 19.07.2005 um 22:23 schrieb Wez Furlong: Just because it is the library default; the intention is to make php generate sqlite files compatible with other applications that use sqlite. Ah, that makes sense :) To be honest, support for blob style data in sqlite 2 and below is pretty crappy

[PHP-DEV] SQlite row size

2005-07-19 Thread Andreas Ahlenstorf
Hi, I'm playing around with SQlite in PHP 5 and as far as I can see, the row size is limited to 1 MB, even it's possible to set it up to 16 MB. What's the reason for it? I know I can change it for myself when I recompile the extension, but that's quiet hard on Windows without a compiler a