Re: [PHP-DEV] changes to ext/session

2001-09-20 Thread Sascha Schumann
On Wed, 19 Sep 2001, [EMAIL PROTECTED] wrote: I wish to add two files to ext/session, and make some minor changes to session.c and Makefile.in That is not necessary. You can register a module on run-time by calling php_session_register_module() (check out php_session.h for the

Re: [PHP-DEV] changes to ext/session

2001-09-20 Thread Derick Rethans
Hello Mark, this is not neccesairy. You can register your own module from your extension by calling the php_session_register_module() function. We did this for SRM too. If you need some help on how to do this, don't hesitate to contact. regards, Derick On Wed, 19 Sep 2001 [EMAIL PROTECTED]

RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-20 Thread Andre Christ
Hi, Indeed, binaries (including libs) compiled with gcc 3.x aren't compatible to binaries compiled with gcc 2.95. The behaviour you discovered cannot be classified a php bug, it is rather a limitation of the new compiler version. I was under the impression that while your

[PHP-DEV] LIBSYMBOL??

2001-09-20 Thread Thomas Wentzel
Can anybody tell me what I'm supposed to do with the variable LIBSYMBOL in config.m4, when creating extensions (php-4.0.6). What does it refer to? regards Thomas -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP-DEV] LIBSYMBOL??

2001-09-20 Thread Thomas Wentzel
Never mind!! Incredible what you can learn when reading the source :) Thomas Wentzel wrote: Can anybody tell me what I'm supposed to do with the variable LIBSYMBOL in config.m4, when creating extensions (php-4.0.6). What does it refer to? regards Thomas -- PHP Development Mailing

[PHP-DEV] TSRM again

2001-09-20 Thread lo-tek
Jeroen, then i have one more question. The real problem im trying to solve is the ability to have multiple threads (different requests) access a resource which may be persistent. imagine, for instance, that i have a persistent database connection which matches the login criteria (username,

[PHP-DEV] ZTS and PHP-4.0.6

2001-09-20 Thread Thomas Wentzel
I just went from php-4.0.4 to php-4.0.6 (linux) and now my extension won't compile... A lot of bitching anywhere I use my thread safe globals.. Did anything change with respect to this between the two versions?? /Thomas -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Question about php_fopen_and_set_opened_path...

2001-09-20 Thread Andy Sautins
Not 100% sure what my question is here, but I'm curious. A little while back I was running PHP-4.0.6 on Solaris8 using apache and wanted to get an idea of expect performance and configuration issues ( was mostly curious about my apache configuration to make sure the .htaccess calls were

[PHP-DEV] Re: TSRM again

2001-09-20 Thread Jeroen van Wolffelaar
Jeroen, then i have one more question. The real problem im trying to solve is Would some one please answer this question, because this is getting somewhere (mutexs) I don't know much of. And not much is nearly nothing in this case ;-) --Jeroen -- PHP Development Mailing List

[PHP-DEV] Bug #13371: PHP Crashes with weird output sometimes

2001-09-20 Thread jlp
From: [EMAIL PROTECTED] Operating system: Windows XP Professional PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: PHP Crashes with weird output sometimes I recently installed PHP 4 on Windows XP with IIS 5... I coded the following script: ?php

[PHP-DEV] Bug #13371 Updated: PHP Crashes with weird output sometimes

2001-09-20 Thread jlp
ID: 13371 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: Windows XP Professional PHP Version: 4.0.6 New Comment: This only happens with ISAPI. Not with the cgi php.exe (I just changed to use this since I couldn't get

[PHP-DEV] Rand - continue or not?

2001-09-20 Thread jeroen
By special request: These are the pro's and contra's to the current proposal currently known with me. (see: http://www.A-Eskwadraat.nl/~jeroen/rand/ ) ###Pro's: * Hide seeding and such from the php-programmer * All randomness controllable, with clear syntax. * The choice-for-algorithm should

[PHP-DEV] Bug #13144 Updated: Can not set post_max_size in VirtualHost

2001-09-20 Thread sniper
ID: 13144 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: Linux 2.4.4 PHP Version: 4.0.6 New Comment: You should be using 'php_admin_value' instead. --Jani Previous Comments:

[PHP-DEV] Bug #13372: Typo in zend.h

2001-09-20 Thread jeffh
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Typo in zend.h zend.h:268: #define ZEND_STRS(str) (str), (sizeof(str) This macro isn't used anywhere, but it does have to potential make break things. --

[PHP-DEV] Bug #13297 Updated: segfault in ociparse()

2001-09-20 Thread graeme
ID: 13297 Updated by: graeme Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: OCI8 related Operating System: Solaris-2.6 PHP Version: 4.0.6 New Comment: From compliing Oracle not as a .so but as static module in PHP, this error shows up when running configure. checking for

[PHP-DEV] Bug #13373: imap_fetchstructure() does not return $struct-type for text types

2001-09-20 Thread rfinnie
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0CVS-2001-09-21 PHP Bug Type: IMAP related Bug description: imap_fetchstructure() does not return $struct-type for text types Bug 2181 is marked closed, but last comment indicates it should be re-opened

[PHP-DEV] Bug #13374: imap_fetchstructure() does not return $struct-type for text types

2001-09-20 Thread rfinnie
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0CVS-2001-09-21 PHP Bug Type: IMAP related Bug description: imap_fetchstructure() does not return $struct-type for text types Bug 2181 is marked closed, but last comment indicates it should be re-opened

[PHP-DEV] Bug #13374 Updated: imap_fetchstructure() does not return $struct-type for text types

2001-09-20 Thread rfinnie
ID: 13374 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: IMAP related Operating System: FreeBSD 4.3 PHP Version: 4.0CVS-2001-09-21 New Comment: hmm, don't know how this got duplicated. Previous Comments:

[PHP-DEV] Bug #13374 Updated: imap_fetchstructure() does not return $struct-type for text types

2001-09-20 Thread hholzgra
ID: 13374 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: IMAP related Operating System: FreeBSD 4.3 PHP Version: 4.0CVS-2001-09-21 Previous Comments: [2001-09-21 07:51:57]

[PHP-DEV] Bug #13375: bug with include() ?

2001-09-20 Thread kumar
From: [EMAIL PROTECTED] Operating system: LINUX PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: bug with include() ? hmmm.. didn't catch this in the include() notes or docs: PHP 4.0.5 doesn't seem to process an include() file correctly if the

[PHP-DEV] New extension: ext/msession

2001-09-20 Thread mlwmohawk
At my company we use Oracle as the main back-end server. We implemented our own session class system. Unfortunately we noticed that its a pretty big load on the server. So I started looking at PHP sessions. The problem was the same, the shared session systems, NFS and SQL, assumed reliable disk

[PHP-DEV] Bug #13376: strings from ibase_fetch_row() have hidden garbage at end

2001-09-20 Thread tsnyder
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4-ac9 Debian viariant PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: strings from ibase_fetch_row() have hidden garbage at end I'm getting hidden garbage at the end of string values returned

[PHP-DEV] Bug #13376 Updated: strings from ibase_fetch_row() have hidden garbage at end

2001-09-20 Thread rasmus
ID: 13376 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux 2.4.4-ac9 Debian viariant PHP Version: 4.0.5 New Comment: I think this may be fixed. Could you try a current snapshot from http://snaps.php.net

[PHP-DEV] Bug #13377: image copyresampled doesn't use srcx and srcy

2001-09-20 Thread tai
From: [EMAIL PROTECTED] Operating system: Linux and win98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: image copyresampled doesn't use srcx and srcy imagecopyresampled always uses the 0, 0 as the srcx and srcy. it should use a specified x and y

[PHP-DEV] Bug #13376 Updated: strings from ibase_fetch_row() have hidden garbage at end

2001-09-20 Thread tsnyder
ID: 13376 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating System: Linux 2.4.4-ac9 Debian viariant PHP Version: 4.0.5 New Comment: Sure. It may take a bit (production environment sigh), but I should be

[PHP-DEV] Bug #13378: Auto session start + obejct

2001-09-20 Thread sagi
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: Auto session start + obejct Well, this is not really a bug , but: When using session.auto_start , there is no way to load a class first, so session

[PHP-DEV] Bug #13358 Updated: Berkeley DB3 and the DBA functions

2001-09-20 Thread mark
ID: 13358 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DBM/DBA related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: Just a couple of more points of information: 1) I have now tried compiling libphp4.so every which way. I have

[PHP-DEV] Bug #13376 Updated: strings from ibase_fetch_row() have hidden garbage at end

2001-09-20 Thread rasmus
ID: 13376 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux 2.4.4-ac9 Debian viariant PHP Version: 4.0.5 New Comment: Sounds odd. Sorry to keep giving you more stuff to play with, but could you try PHP

[PHP-DEV] Bug #13379: Only one user can run php-cgi binary at the same time.

2001-09-20 Thread hdn
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.6 PHP Bug Type: Session related Bug description: Only one user can run php-cgi binary at the same time. Only one user can run php-cgi binary at the same time. It reports: PHP Fatal error: