Re: [PHP-DEV] Pear::db and odbc issue

2002-11-20 Thread Andreas Karajannis
See: http://www.php.net/manual/en/function.odbc-num-rows.php For a SELECT clause this _can_ be the number of rows available. Note: Using odbc_num_rows() to determine the number of rows available after a SELECT will return -1 with many drivers. -Andreas -- Andreas Karajannis mediaworx berlin

[PHP-DEV] CVS Account Request: asmodean

2002-07-30 Thread Andreas Nilsson
I am going to work on the swedish translation of the PHP documentation (sv translation projekt is led by Jome - [EMAIL PROTECTED]). -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: 52

2002-07-28 Thread Andreas Frriberg
i love php -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] include text from online-site

2002-05-09 Thread Andreas Indahl
I want to include text from my stats at http://setiathome.ssl.berkeley.edu/ on my own homepage using PHP. Can I do it? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] odbc problems in 4.2

2002-04-24 Thread Andreas Karajannis
tried was wasn't compiled with HAVE_SQL_EXTENDED_FETCH (so only the simple SQLFetch that can only move forwards gets used; the rownum parameter is ignored in this case) or that your DM wasn't configured to use it's cursor library. -Andreas -- Andreas Karajannis mediaworx berlin AG Fon (0 30) 2

[PHP-DEV] Bug #15312: Upload problem Win Explorer 5.0, 5.1

2002-01-31 Thread andreas . berger
From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Upload problem Win Explorer 5.0, 5.1 Server: Windows NT, Windows 2000, IIS Client: Explorer v 5.0, 5.1 Problem: Can not get upload file to

[PHP-DEV] Bug #15312 Updated: Upload problem Win Explorer 5.0, 5.1

2002-01-31 Thread andreas . berger
ID: 15312 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=15312edit=1 -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bug #15312 Updated: Upload problem Win Explorer 5.0, 5.1

2002-01-31 Thread andreas . berger
ID: 15312 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.1.1 New Comment: Server: Windows NT, Windows 2000, IIS Client: Explorer v 5.0, 5.1 Problem: Can not get

[PHP-DEV] Bug #15312 Updated: Upload problem Win Explorer 5.0, 5.1

2002-01-31 Thread andreas . berger
ID: 15312 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 4.1.1 New Comment: My fault, I was too fast reporting. It works fine. Previous Comments:

[PHP-DEV] CVS Account Request: ott

2002-01-06 Thread Andreas Otterstein
translation PHP manual into german -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug in 4.1.0; _SESSION

2001-12-21 Thread Andreas Aderhold
Hi All, found a bug this one will cause a infinte loop in 4.1: ?php global $_SESSION; // this will cause a infinite loop session_start(); phpinfo() ? Te docs say that $_SESSION is auto-global in 4.1.0 but it does not say, that the explicit global declaration is not allowed. However I would like

RE: [PHP-DEV] Bug in 4.1.0; _SESSION

2001-12-21 Thread Andreas Aderhold
Hi Andi, I guess this bug needs to be fixed somehow but I'd probably just not allow it to be defined as global. Well that's of course the easiest solution. But does not solve the problem. The whole reason for making it an auto-global was so that it'll be easy to use. People know (and

RE: [PHP-DEV] Bug in 4.1.0; _SESSION

2001-12-21 Thread Andreas Aderhold
of the script (i.e. $_SESSION = 0) has no effect at all. This happens on Linux/Apache as well as on NT/IIS. Best, Andi -- www.binarycloud.com Zeev At 14:59 21/12/2001, Andreas Aderhold wrote: Hi All, found a bug this one will cause a infinte loop in 4.1: ?php global $_SESSION; // this will cause

[PHP-DEV] Bug #14241: Cannot use both zlib.output_compression and output_handler together

2001-11-26 Thread andreas . schmitz
From: [EMAIL PROTECTED] Operating system: linux - 2.2 php 4.1.0 PHP version: 4.0CVS-2001-11-26 PHP Bug Type: Output Control Bug description: Cannot use both zlib.output_compression and output_handler together I have updated from 4.0.6 to 4.1.0 and when I run httpd -t the

[PHP-DEV] ext/helmpe: calling a php function (not user defined function)

2001-11-19 Thread Andreas Aderhold
Hi All, I'm trying to write my first php extension. I studied the source and the api docs, also read the chapter about hacking the core in the phpwizards book. But I can not find any resources on what I want to do: calling a php function in a module. I know about calling a user defined

[PHP-DEV] Re: ext/helmpe: calling a php function (not user defined function)

2001-11-19 Thread Andreas Aderhold
Hi Arne, Look in the ext/ catalogue of the php source, there is a script (ext-skel) there that will generate a sceleton for you to work with ! Cool, that worked. Thanks! Look at the code it generates and discover that it is not all that difficult :-) Yeppers. But the problem I have is

[PHP-DEV] Extension / calling require_once()

2001-11-18 Thread Andreas Aderhold
Hi There, can I call a php-function from inside a php extension? I mean simply doing a call to the ZE that does call the method that the php function/construct require_once() triggers. Would be very cool if this is possible. Andi -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Re: Package extension proposal

2001-10-28 Thread Andreas Aderhold
Hi Stanislav, Below is the proposal for PHP packaging extension. The intentions is for PHP to have the package system kind of like what Perl and other languanges have. The comments and suggestions are most welcome, as usual. Especially the experience with packaging system from other

[PHP-DEV] Feauture request/proposal: import

2001-10-27 Thread Andreas Aderhold
Hi All, What do you guys think of a import feauture for php. This allows developers to use packages and a package trees for including files. We're using a php written import for the binarycloud app framework with grat success. It's extremly handy, easy to use, clear and straight forward. We

[PHP-DEV] Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-14 Thread Andreas Sartori
' for inclusion (include_path='.:/php/includes:/usr/INFO/web-docs/search:/usr/INFO/web-docs/classes') in /usr/INFO/web-docs/test.php on line 3 At 02:44 14.09.2001 -0400, Sterling Hughes wrote: On Fri, 14 Sep 2001, Andreas Sartori wrote: how do i have to configure php so that it resolves? the address

Re: [PHP-DEV] Unable to find stream pointer

2001-09-13 Thread Andreas Gietl
On Wednesday 12 September 2001 13:11, Andreas Gietl wrote: why is it that nobody answers my question? Does nobody know an answer? Hi PHP-Developers, i am sending this mail to php-dev because nobody seems to know an answer in php-general and i did not find anything in the archives. Maybe

Re: [PHP-DEV] Unable to find stream pointer

2001-09-13 Thread Andreas Gietl
On Thursday 13 September 2001 15:55, you wrote: the error occurs in the following lines: $pop = imap_open('{' . $servr . '}' . $folder, $user, $passwd); $text = imap_fetchbody($pop, $mail, $part_no); On Wed, 12 Sep 2001, Andreas Gietl wrote: Hi PHP-Developers, i am

[PHP-DEV] Unable to find stream pointer

2001-09-12 Thread Andreas Gietl
where this error originates? thanx andreas -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] AW: Bug #11672 Updated: Apache didn´t start: SSL_CTX_set_tmp_rsa_callback

2001-06-26 Thread Andreas Boehm
Hello Jani, This is now fixed in CVS. For now, workaround is to just add --with-openssl to your configure line. (And remember to delete config.cache before reconfiguring! And do 'make clean' after configure, before 'make') Thank you very much for you answer. But it doesn´t work now ;( I

[PHP-DEV] Bug #11519: Problem with bitwise operator and big integers

2001-06-19 Thread Andreas . Schwarz
From: [EMAIL PROTECTED] Operating system: SunOS PHP version: 4.0.5 PHP Bug Type: *Math Functions Bug description: Problem with bitwise operator and big integers If I use the bitwise operator with an integer (bit 32 is set), the result is wrong. ? /* ** result is wrong

[PHP-DEV] Bug? GetImageSize PHP4.0.5RC1

2001-04-11 Thread Andreas Kaiser
any values. If I do an ImageCreateFromJpeg and look the imagesx and imagesy values everything is allright. An image/jpeg is working well with the same GetImageSize code. On Linux/PHP4.0.4 there are no problems. Andreas -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] PHP 4.0 Bug #9930 Updated: only small psubset of rfc1867 accepted

2001-03-29 Thread andreas
to this address. But the footer of your email is a little bit confusing :-) : "ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9930edit=2" Greetings Andreas Previou

[PHP-DEV] Re: PHP 4.0 Bug #9930 Updated: only small subset of rfc1867 accepted

2001-03-27 Thread Andreas Pistoor
Hello Jani, it seems, 'diff -u' is not as unified as that the diff of AIX would know anything about it. I do not have a GNU-diff handy, so I send you the full rfc1867.c, as it is not too big, I hope. Andreas == EASY

[PHP-DEV] PHP 4.0 Bug #9930 Updated: only small psubset of rfc1867 accepted

2001-03-23 Thread andreas
in that listing. Andreas Previous Comments: --- [2001-03-22 11:34:24] [EMAIL PROTECTED] Hello, the documentation tells in chapter 19: "PHP is capable of receiving file uploads from any RFC-1867 compliant br

[PHP-DEV] PHP 4.0 Bug #9708 Updated: double #defined V_RENAME, the second

2001-03-13 Thread andreas
_NO_PROTO extern void *alloca(); #else /* _NO_PROTO */ #include stdlib.h /*size_t is defined in here*/ extern void *alloca(size_t); #endif /* _NO_PROTO */ #endif /* _H_ALLOCA */ Regards Andreas Pistoor Previous Comments

[PHP-DEV] PHP 4.0 Bug #9703 Updated: missing alloca-prototype in AIX

2001-03-13 Thread andreas
*/ #include stdlib.h /*size_t is defined in here*/ extern void *alloca(size_t); #endif /* _NO_PROTO */ #endif /* _H_ALLOCA */ Regards Andreas Pistoor Previous Comments: --- [2001-03-12 08:29:42] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9708 Updated: double #defined V_RENAME, the second

2001-03-13 Thread andreas
ID: 9708 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: double #defined V_RENAME, the second Sorry! The last comment was put in the wrong context. Andreas Previous Comments

[PHP-DEV] PHP 4.0 Bug #9701: error in checking for dlfcn.h

2001-03-12 Thread andreas
include dlfcn.h So configure guessed wrongly, dlfcn.h would be missing. I edited config.cache and rerun configure. Now I got another compile failure later. :-) Regard Andreas Pistoor -- Edit Bug report at: http://bugs.php.net/?id=9701edit=1 -- PHP Development Mailing List http://www.php.n

[PHP-DEV] PHP 4.0 Bug #9703: missing alloca-prototype in AIX

2001-03-12 Thread andreas
1250 were caused by the mix of char and unsigned char at the call to php_base64_decode. I inserted type casts there. Regard Andreas Pistoor -- Edit Bug report at: http://bugs.php.net/?id=9703edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] PHP 4.0 Bug #9706: double #defined V_RENAME

2001-03-12 Thread andreas
sysvshm.h. So I have protected this include against redefining V_RENAME: #ifdef V_RENAME #define PHP_V_RENAME V_RENAME #undef V_RENAME #endif #include sys/types.h #include sys/ipc.h #include sys/shm.h #ifdef PHP_V_RENAME #ifdef V_RENAME #undef V_RENAME #endif #define V_RENAME PHP_V_RENAME #undef PHP_V_R

[PHP-DEV] PHP 4.0 Bug #9707: syntax error in ext/ftp/ftp.h

2001-03-12 Thread andreas
h contains these lines: typedef enum ftptype { FTPTYPE_ASCII, FTPTYPE_IMAGE, } ftptype_t; The last "," is too much. I removed it. Regard Andreas Pistoor -- Edit Bug report at: http://bugs.php.net/?id=9707edit=1 -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] PHP 4.0 Bug #9708: double #defined V_RENAME, the second

2001-03-12 Thread andreas
ded some code to save V_RENAME: #ifdef V_RENAME #define PHP_V_RENAME V_RENAME #undef V_RENAME #endif #include sys/ipc.h #include sys/shm.h #ifdef PHP_V_RENAME #ifdef V_RENAME #undef V_RENAME #endif #define V_RENAME PHP_V_RENAME #undef PHP_V_RENAME #endif Regard Andreas Pistoor PS.

Re: [PHP-DEV] PHP 4.0 Bug #9261: odbc to an oracle 'view' fails

2001-02-14 Thread Andreas Karajannis
. I'm unsure to what type the cursor should be set, if not specified. Either keep the existing behaviour and be backwards compatible or use the default static cursor provided. Any Opinions? -Andreas -- Andreas Karajannis mediaworx berlin AG Fon (0 30) 2 75 80 - 266 Fax (0 30) 2 75 80 - 200