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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo