Req #7507 [Wfx]: Better ODBC error reporting/fetching

2010-12-01 Thread torben
Edit report at http://bugs.php.net/bug.php?id=7507&edit=1 ID: 7507 Updated by: tor...@php.net Reported by:tor...@php.net Summary:Better ODBC error reporting/fetching Status: Wont fix Type: Feature/Change Request Package:

#26405 [NEW]: Runtime DLL linking from extension module code (GetProcAddress)

2003-11-25 Thread torben at greystork dot com
From: torben at greystork dot com Operating system: Win32 PHP version: 4.3.4 PHP Bug Type: IIS related Bug description: Runtime DLL linking from extension module code (GetProcAddress) Description: This is mainly for your information, since it may shed some

#24274 [Com]: New 'function' variable_exists(); patch included

2003-06-20 Thread torben at thebuttlesschaps dot com
ID: 24274 Comment by: torben at thebuttlesschaps dot com Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 4CVS-2003-06-20 (stable) New Comment: Hmm. A non-messed-up patch can be

Bug #16400 Updated: $_FILES array and mp3 files

2002-04-02 Thread torben
types of similar size to the MP3s which you are uploading? i.e. are you sure it's not a max_file_size problem? Torben Previous Comments: [2002-04-02 17:06:52] [EMAIL PROTECTED] I am using PHP4.2.0RC1. When referencing

Bug #16046 Updated: isset & empty parse error w/ objects

2002-03-13 Thread torben
, it gives an example. You're not using empty() on a variable in your example; you're using it on an anonymous value (specifically, the return value of a function). Torben Previous Comments: [2002-03-13 16:

Bug #16045 Updated: count($array) logical error

2002-03-13 Thread torben
correct results: Results: Count: 1 Count: 0 This is on version 4.2.0-dev. and 4.1.2. What does this script produce for you? Torben Previous Comments: [2002-03-13 15:11:08] [EMAIL PROTECTED] Hello

Bug #16029 Updated: Feature Request on mysql_fetch_array()

2002-03-12 Thread torben
like that. What you can do is: 'select tbl1.colA as tbl1_colA, tbl2.colA as tbl2_colA. . .' Torben Previous Comments: [2002-03-12 19:55:38] [EMAIL PROTECTED] When you SELECT two columns from different t

Bug #16015 Updated: Online Documentation Differs in languages

2002-03-12 Thread torben
before it did the English. Changes to the manual can take a while to propagate. Torben Previous Comments: [2002-03-12 05:35:45] [EMAIL PROTECTED] I have found a difference in two PHP manuals which both are online at

Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2002-03-11 Thread torben
think that if $PHP_SELF is to be documented outside of the $_SERVER list, it should be worded carefully to prevent users wondering why $PHP_SELF isn't available in the global scope. Torben Previous Comments: [20

Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2002-03-11 Thread torben
to be documented outside of the $_SERVER list, it should be worded carefully to prevent users wondering why $PHP_SELF isn't available in the global scope. Torben Previous Comments: [2002-01-04 01:16:40] [

Bug #14998 Updated: Can't name a class 'Directory'

2002-03-11 Thread torben
ID: 14998 Updated by: [EMAIL PROTECTED] -Summary: Can't name a class 'Directory' Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Red Hat Linux 7.0 PHP Version: 4.

Bug #15842 Updated: Fopen function

2002-03-02 Thread torben
ID: 15842 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Apache related Operating System: windows XP PHP Version: 4.1.2 New Comment: The bug system is not the appropriate forum fo

Bug #15723 Updated: dir->read() class/function fails when directory contains subdirectory '0'

2002-02-25 Thread torben
' evaluates to false in PHP. Torben Previous Comments: [2002-02-26 00:30:26] [EMAIL PROTECTED] $d = dir('.'); while ($entry = $d->read()) { echo "$entry \n"; } $d->close(); The ab

Bug #15694 Updated: array_filter does not work withing classes

2002-02-23 Thread torben
ter): Note: Instead of a function name, an array containing an object reference and a method name can also be supplied. So the correct code would be: Torben Previous Comments: [2002-02-23 19:56

Bug #12720 Updated: An unnecessary extra slash

2002-02-20 Thread torben
esn't break HTML conformance at all. I suppose if you were desparate to get rid of it you could use output buffering and run a regex replace over the buffer before you send it to the browser. I rather strongly suspect your problem is elsewhere. Torben Previou

Bug #15553 Updated: fopen() when using r+ overwrites whateva is at top

2002-02-14 Thread torben
'r+' does: http://www.php.net/fopen The underlying system call does not support prepending to files--this is a pretty common request, in fact. For solutions, please ask on the [EMAIL PROTECTED] support list or check out http://www.php.net/support.php for help. Torben

Bug #14343 Updated: in_array wrongly matches zero

2002-02-13 Thread torben
/language.types.string.php#language.types.string.conversion Torben Previous Comments: [2002-02-13 16:30:12] [EMAIL PROTECTED] It would be very nice if you guys would document this "feature" so people like me don't

Bug #8087 Updated: fsockopen declaration

2002-02-13 Thread torben
ID: 8087 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: 4.0.2 New Comment: This bug has been fixed in CVS. Previous C

Bug #15516 Updated: odbc_execute() param clobber fix (Patch included)

2002-02-13 Thread torben
checks for safe_mode and open_basedir. Torben Index: php_odbc.c === RCS file: /repository/php4/ext/odbc/php_odbc.c,v retrieving revision 1.115 diff -u -r1.115 php_odbc.c --- php_odbc.c 30 Jan 2002 21:54:54 -

Bug #15517 Updated: odbc_execute() special quoted parameter handling not documented

2002-02-12 Thread torben
ID: 15517 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: 4.1.1 Assigned To: torben New Comment: This bug has been

Bug #15517 Updated: odbc_execute() special quoted parameter handling not documented

2002-02-11 Thread torben
ID: 15517 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: All PHP Version: 4.1.1 -Assigned To: +Assigned To: torben New Comment: Just assigning to myself

Bug #15517: odbc_execute() special quoted parameter handling not documented

2002-02-11 Thread torben
happening if one is stuck with using '' to escape single quotes instead of \'? Unless I'm missing something, I'll add that as a feature request later today. Torben -- Edit bug report at http://bugs.php.net/?id=15517&edit=1 -- Fixed in CVS:http://b

Bug #15516: odbc_execute() param clobber fix (Patch included)

2002-02-11 Thread torben
. - Test script: - Output: Before: \'/home/torben/odbc.ini\' After: \'/home/torben/odbc.ini\0 - Patch: In

Bug #11619 Updated: Socket function examples scripts aren't working with latest CVS

2002-02-10 Thread torben
es as well. The current examples work (at least on 4.2.0-dev). Reopen if you can't get the current versions to work. :) Torben Previous Comments: [2001-06-24 18:31:06] [EMAIL PROTECTED] Try the example found her

Bug #15464 Updated: readdir function bug with 0 name directory

2002-02-10 Thread torben
docs in cvs now. Should show up in the online manual within a few days. Torben Previous Comments: [2002-02-10 12:50:21] [EMAIL PROTECTED] Bog

Bug #15093 Updated: $_FILES and other global array are not documented

2002-02-09 Thread torben
ID: 15093 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Duplicate +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: 4.1.1 Previous Comments: --

Bug #14538 Updated: dirname fix broke behaviour that it had since PHP 3

2002-02-09 Thread torben
ID: 14538 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: 4.1.0 New Comment: This bug has been fixed in CVS. Previous Co