From:
Operating system: Windows 7 Pro 32-bit
PHP version: 5.3.6
Package: Directory function related
Bug Type: Bug
Bug description:rmdir() does not clear statcache
Description:
See bug 43137. The same bug applies to Windows.
Given a directory struc
Edit report at http://bugs.php.net/bug.php?id=49521&edit=1
ID: 49521
Updated by: da...@php.net
Reported by: waps at pisem dot net
Summary: PDO fetchObject sets values before calling constructor
-Status: Closed
+Status: Re-Opened
Type:
ID: 161
Updated by: [EMAIL PROTECTED]
Reported By: benkovsk at pha dot pvt dot cz
Status: Closed
-Bug Type: Other
+Bug Type: *General Issues
Operating System: Digital Unix v3.2D2
PHP Version: 3.0b5
Assigned To: rasmus
New Comment:
erroneous situation, it should either
not care (i.e. func_get_args is being used for some stupid reason) or
throw an error.
- Davey
Previous Comments:
[2005-07-09 05:17:59] [EMAIL PROTECTED]
Description:
I
functions work fine for me.
- Davey
Previous Comments:
[2004-07-26 21:03:16] m at shnee dot com
Description:
Its funny, when a directory is named "2003", I am unable to rmdir or
rename it. If I change
lt
$simple_xml['xmlns:bar'] = "http://bar";;
// Reload the XML so the namespace is recognised
$simple_xml = simplexml_load_string($simple_xml->asXML());
- Davey
Previous Comments:
[2004-03-26 08:09:55] [E
attributeable to the xdebug
extension. Am filing a bug with the author on those. Please disregard
those issues here.
- Davey
Previous Comments:
[2003-12-18 21:51:46] [EMAIL PROTECTED]
This is not a dup, as it is not fixed in PHP 5
ID: 26662
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Verified
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 4CVS-2003-12-18 (stable)
New Comment:
Verified on PHP5b2, FreeBSD 4.4.
PHP4 Snaps
install PEAR_Info
- Davey
Previous Comments:
[2002-11-01 01:32:58] shiva at io dot com
I would like to see a pearinfo() function that looks like phpinfo().
The output would be grouped into three sections, based on the
output on Gentoo Linux
using latest snapshot.
Somethings *definately* wrong here, just need to figure out what.
- Davey
Previous Comments:
[2003-09-27 10:23:59] [EMAIL PROTECTED]
I've now had it confirmed on *two* D
Linux boxes with a 20030927
snapshot that the hidden element does NOT get output.
Trying to confirm on other distros, versions of windows and newer FBSD
versions now.
Note: the "Expected Result" has the extraneous hidden input, please
mentally remove that ;)
- Davey
Pr
SD
I have also had someone reporting the CORRECT behaviour on Debian with
latest CVS so its quite the puzzle...
- Davey
Reproduce code:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";>
problem is reversed).
- Davey
Previous Comments:
[2003-08-20 18:56:58] [EMAIL PROTECTED]
Note that this *only* happens with the CLI for me. So is there some
difference in how this binary detects php4ts.dll to how the cgi one
* happens with the CLI for me. So is there some
difference in how this binary detects php4ts.dll to how the cgi one
does?
- Davey
Previous Comments:
[2003-08-20 18:55:51] [EMAIL PROTECTED]
OK, it seems that it finds my ZDE
s with the same error) if c:\php4\php4ts.dll is not there.
Something is going on here.
- Davey
Previous Comments:
[2003-08-20 18:50:16] [EMAIL PROTECTED]
Then there is something else at play here.
I keep my PHP insta
am now going to check which php4ts.dll it is detecting (I have quite
a few ;) and perhaps I can see why (i.e. if its the one from ZDE its
most likely that that .dll is registered with the OS and the one with
php5 is not, however PHP4 doesn't suffer from this, so something can be
done to fix this)
what is in the win32 PHP5 zip file, with a version
of 5.0.0
- Davey
Previous Comments:
[2003-08-20 07:59:04] [EMAIL PROTECTED]
You mixed up .dlls from sever releases. Not a bug
From: davey at its-explosive dot net
Operating system: n/a
PHP version: 5CVS-2003-03-05 (dev)
PHP Bug Type: Feature/Change Request
Bug description: Show Source Anchors
I think that a way to enhance PHP5 in the small area that is show_source()
is not (just) to make it valid
then when
someone goes to that link, it displays a list of languages to choose from,
then shows the file being requested in the chosen language... It will make
linking to the manual much easier, especially on multi-lingual sites.
Just a thought... not much work.
- Davey
--
Edit bug report at
echo $string ."\n";
}
does not work, and you have to do:
$string = "foo";
for($i = 0;$i <= strlen($string);$i++) {
echo $string{$i} ."\n";
}
like I said, give this some thought, perhaps toss it around on php-dev
etc..
- Davey
---
echo $string ."\n";
}
does not work, and you have to do:
$string = "foo";
for($i = 0;$i <= strlen($string);$i++) {
echo $string{$i} ."\n";
}
like I said, give this some thought, perhaps toss it around on php-dev
etc..
- Davey
--
Edit bug report at http:/
g and php_admin_value
- Davey
Previous Comments:
[2002-11-15 21:25:35] [EMAIL PROTECTED]
".htaccess also falls in the PERDIR class, and it's not a
good idea to allow setting open_basedir and the other settings
ats involved in changing these, but I would assume it's not
a major change. I would love to see this in the forthcoming 4.3 release...
- Davey
--
Edit bug report at http://bugs.php.net/?id=20377&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=20377&r=trysnapshot
Fixe
w.its-explosive.net/~davey/info.php";);) I get this
header added to the top of the page I've included.
This does not happen when I use a relative path.
http://www.its-explosive.net/~davey/header.php show what happen when I
include the file info.php using a http url to it.
---
24 matches
Mail list logo