[PHP-DEV] Bug #14750: exit signal Floating point exception (8)

2001-12-28 Thread bugs
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-RELEASE #0 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: exit signal Floating point exception (8) We upgrated to the latest PHP and still getting these errors on ANY php page that uses decimals and

[PHP-DEV] Bug #14457 Updated: Pspell ceases to work on upgrade from 4.0.6 to 4.1.0

2001-12-28 Thread vlad
ID: 14457 Updated by: vlad Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Pspell related Operating System: Linux 2.4.7 (RH7.2) PHP Version: 4.1.0 New Comment: ... well, in the original bug report you had: '--with-pspell=/usr/local/share' and in the new one you have

Re: [PHP-DEV] Getting rid of --disable-session configure option.

2001-12-28 Thread Sascha Schumann
> Problem is in loading *.so file at start up. > Session module is designed to provide globals > for sub modules, if session module is not compiled > in and user load sub module, it spits "undefined > symbol" error at start up. > Runtime "undefined symbol" error for perfectly valid > php.ini (or c

[PHP-DEV] Bug #14746 Updated: Problem whith option --with-mnogosearch

2001-12-28 Thread mrobinso
ID: 14746 Updated by: mrobinso Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: mnoGoSearch related Operating System: Red Hat 7.2 PHP Version: 4.1.0 New Comment: What version of mnogosearch are you using? The current stable version of mnogosearch compiles fine (mnoGo

Re: [PHP-DEV] References - good or bad

2001-12-28 Thread Alan Knowles
Andi Gutmans wrote: > As I mentioned on the ZE2 mailing list there general rule of thumb is: > a) Objects should be passed by reference. > b) Everything else including arrays should be used by value whenever > possible semantically. > > In the ZE2 objects will join b). Is there a proposed sytna

Re: [PHP-DEV] Getting rid of --disable-session configure option.

2001-12-28 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello, > > in your code you can easily do this: > > #ifndef HAVE_PHP_SESSION > #error: no session support in this PHP build > #endif > > there is no need to get rid of --disable-session then It is okay to compile without session module. > > > I only wonder how exac

[PHP-DEV] Bug #14749: array_reduce() causes segmentation faults

2001-12-28 Thread dave
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: array_reduce() causes segmentation faults This drove me crazy. array_reduce() causes segmentation faults when used in a complex, recursive manner. I'm pr

[PHP-DEV] libphp4.so compress problem (fwd)

2001-12-28 Thread Derick Rethans
-- Forwarded message -- Date: Fri, 28 Dec 2001 13:05:02 -0500 From: Matt McClendon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libphp4.so compress problem Hello-- I was having a problem and was searching google groups for solutions when I came upon a solution you gave to

[PHP-DEV] Bug #14748: ftp_put problems

2001-12-28 Thread blaloggia
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.5 PHP Bug Type: FTP related Bug description: ftp_put problems Okay, I've scoured the bug reports and the message lists and I'm not convinced that it's even possible to upload from a local file to an ftp server u

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2001-12-28 Thread Vlad Krupin
consensus... well, it wasn't reached. I guess, the overloaded solution - exit(string, int) - is the last thing that was proposed and not too many people objected to. My understanding is that that's what will happen. Or am I wrong again? -being short this time- Vlad Markus Fischer wrote: >

Re: [PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2001-12-28 Thread Markus Fischer
Yo guys, Derick, Zeev, Everybody who participated in the discussions ... where were we now? :-) *smiles* - Markus On Fri, Dec 28, 2001 at 09:39:37PM -, [EMAIL PROTECTED] wrote : > From: [EMAIL PROTECTED] > Operating system: > PHP version: 4.1.1 > PHP Bug T

[PHP-DEV] Bug #14747: Return exitcodes to shell ($?)

2001-12-28 Thread bernd . herbold
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Return exitcodes to shell ($?) Hi, I tried to use PHP in connection with shellprogramming. I would be fine if you could return exit codes to shellscripts

[PHP-DEV] Bug #14746: Problem whith option --with-mnogosearch

2001-12-28 Thread pescobar
From: [EMAIL PROTECTED] Operating system: Red Hat 7.2 PHP version: 4.1.0 PHP Bug Type: mnoGoSearch related Bug description: Problem whith option --with-mnogosearch Hi... I have a problem in configuration of php-4.0.6 and php-4.1.0 when I use the option --with-mnogosearch

[PHP-DEV] Bug #14745 Updated: unlink handles relative links oddly

2001-12-28 Thread caldwell
ID: 14745 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: ulink handles relative links oddly Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: Linux 2.4.4-ac6 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=1

[PHP-DEV] Bug #14745: ulink handles relative links oddly

2001-12-28 Thread caldwell
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4-ac6 PHP version: 4.1.1 PHP Bug Type: Filesystem function related Bug description: ulink handles relative links oddly I am using the relative path "../includes/gifs/" in a script "upload.php". This script is in a director

[PHP-DEV] Bug #14744 Updated: destructor emulation problem (references?)

2001-12-28 Thread cox
ID: 14744 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.1.0 New Comment: The paste seems that wasn't very good, sorry. The correct code: register(); } function register() {

[PHP-DEV] Need karma to close bugs 14602, 14616

2001-12-28 Thread Adam Dickmeiss
I need karma to remove @EXTRA_LIBS@ from Zend/Makefile.am in the defintion of libZend_la_LDFLAGS to solve bugs #14602 and #14616. Zend people please respond this. CVS account: dickmeiss Happy new year, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data

[PHP-DEV] Bug #14739 Updated: xmltree

2001-12-28 Thread mfischer
ere is a "short" exemple: $myXML = ' ]>

[PHP-DEV] Bug #14744: destructor emulation problem (references?)

2001-12-28 Thread cox
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: destructor emulation problem (references?) I catched a bug in the PEAR object destructor emulation and could isolate the problem in this script. regist

[PHP-DEV] Bug #14739 Updated: xmltree

2001-12-28 Thread sebastien . barbieri
$myXML = ' ]> 20011228 1903 Economie Economie

[PHP-DEV] Bug #14743 Updated: infite method calls

2001-12-28 Thread mfischer
ID: 14743 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Reproducible crash Operating System: Linux PHP Version: 4.1.0 New Comment: And still there's nothing PHP can do about it (this has been discussed in the past a few times). Bogus. Previous Comm

[PHP-DEV] Bug #14741 Updated: is_file returns an error rather than if a file exists or not

2001-12-28 Thread mfischer
ID: 14741 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: FreeBSD 4.3 PHP Version: 4.1.0 New Comment: This has been fixed in 4.1.1 . Closing. Previous Comments: ---

[PHP-DEV] Bug #14739 Updated: xmltree

2001-12-28 Thread mfischer
ID: 14739 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DOM XML related Operating System: Linux PHP Version: 4.1.0 New Comment: Please provide a short, self-contained example for further references (you know, single php file with xml source in a

[PHP-DEV] Bug #14743: infite method calls

2001-12-28 Thread cox
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: infite method calls This script (stupid) makes php crash. I know is a fail of the developer but still a crash. updateA('new value'); } functi

[PHP-DEV] Bug in bugs.php.net?

2001-12-28 Thread Andrey Hristov
When I saw a recent message on the PHP-DEV lists an idea of that stripslashes() is not applied to the output before a mail about a bug is sent Example : From: [EMAIL PROTECTED] Operating system: don\'t care PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug descriptio

[PHP-DEV] Bug #14742: Example is wrong

2001-12-28 Thread php
From: [EMAIL PROTECTED] Operating system: don\'t care PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Example is wrong http://download.php.net/manual/en/function.strftime.php This is a mistake. print (strftime ("%A, in French "));

[PHP-DEV] Bug #14741: is_file returns an error rather than if a file exists or not

2001-12-28 Thread watford
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: is_file returns an error rather than if a file exists or not That code throws this error: Warning: stat failed for .php (errno=2 - No su

RE: [PHP-DEV] unsubscibe

2001-12-28 Thread James Cox
actually, try sending mail to [EMAIL PROTECTED] Thanks, James Cox > -Original Message- > From: Alexander Wagner [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 5:38 PM > To: Oleg Nazarevych; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] unsubscibe > > > Oleg Nazarevych wrote

Re: [PHP-DEV] unsubscibe

2001-12-28 Thread Alexander Wagner
Oleg Nazarevych wrote: > unsubscibe try unsubscribe with r regards Wagner -- Cynic, n.: A blackguard whose faulty vision sees things as they are, not as they ought to be. -- Ambrose Bierce, "The Devil's Dictionary" -- PHP Development Mailing List To unsubscribe, e-m

[PHP-DEV] Bug #14740 Updated: fsockopen() won't timeout

2001-12-28 Thread l0cky
ID: 14740 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Old Operating System: Win98 Operating System: Win98 and Win2k PHP Version: 4.1.0 New Comment: A simple query to a server with fsockopen() won't timeout if the requested server is do

[PHP-DEV] Bug #14740: fsockopen() won't timeout

2001-12-28 Thread l0cky
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: fsockopen() won't timeout A simple query to a server with fsockopen() won't timeout if the requested server is down. $serverquery = fsockopen($host, $port, &$

[PHP-DEV] unsubscibe

2001-12-28 Thread Oleg Nazarevych
unsubscibe -- PHP Development Mailing List 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 #14739: xmltree

2001-12-28 Thread sebastien . barbieri
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: DOM XML related Bug description: xmltree The xmltree function works very well (faster and shorter to write) but it seems that there is a problem when the DTD is in the header of the xml source.

[PHP-DEV] Bug #14729 Updated: after phpinfo() is called, web page is still running...

2001-12-28 Thread wfottley
ID: 14729 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: Windows XP PHP Version: 4.1.0 New Comment: I'm sorry, this is not a DNS issue. when I mentioned I setup to Windows XP systems, I also used on on MY network at the off

[PHP-DEV] CVS Account Request: bradmssw

2001-12-28 Thread Brad House
I have written an extension to php for the MCVE engine. It can be loaded as a module or compiled into the code base, and would like to have it distributed with PHP. I would need commit access in order to maintain the module. The product, MCVE is a credit card processing engine similar in pur

[PHP-DEV] Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2001-12-28 Thread goba
ID: 14734 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Tested again. Yes you are right. It would be good to have it listed only in _SERVER, as the other vars. Previous Comments:

Re: [PHP-DEV] References - good or bad

2001-12-28 Thread Andi Gutmans
As I mentioned on the ZE2 mailing list there general rule of thumb is: a) Objects should be passed by reference. b) Everything else including arrays should be used by value whenever possible semantically. In the ZE2 objects will join b). Basically what this means, as long as you're not changing

[PHP-DEV] References - good or bad

2001-12-28 Thread Brian Moon
Ok, there has been some discussion on the ZE2 list about returning references from functions and it has gotten me looking at references in general. Phorum deals with some pretty large arrays and so far that has made us faster than other BB's. I want to keep it that way. First, the question: Whe

[PHP-DEV] Bug #14730 Updated: return wrong charset

2001-12-28 Thread sander
ID: 14730 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MSSQL related Operating System: Windows2000Pro PHP Version: 4.1.0 New Comment: Can you provide a (short) sample script? Previous Comments: -

[PHP-DEV] Bug #14727 Updated: implode() does not implode in order

2001-12-28 Thread sander
ID: 14727 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: win 98 PHP Version: 4.0.6 New Comment: Implode works fine. Probably an error in your script. Ask support questions on [EMAIL PROTECTED] Previous Comments: --

[PHP-DEV] Bug #14729 Updated: after phpinfo() is called, web page is still running...

2001-12-28 Thread sander
ID: 14729 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IIS related Operating System: Windows XP PHP Version: 4.1.0 New Comment: Probably a netwrok/dns problem. Ask support questions on [EMAIL PROTECTED] Previous Comments: ---

Re: [PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Stig Venaas
On Fri, Dec 28, 2001 at 05:00:20PM +0100, Edwin Boersma wrote: > At 16:51 28-12-01, you wrote: > >On Fri, Dec 28, 2001 at 04:30:33PM +0100, Edwin Boersma wrote: > > > Hi there, > > > > > > My provider stopped the DNS service on the server that runs mySQL and > > > PHP. By result, the function GetH

[PHP-DEV] Bug #14738: array_pad dies with large pad length

2001-12-28 Thread brianm
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: array_pad dies with large pad length This code: $arr=array(); $arr=array_pad($arr, 65535, md5(microtime())); causes this output: [Fri Dec 28 10:01:38 2

[PHP-DEV] Bug #14737: PDF DLL is not working

2001-12-28 Thread ralf . dreger
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: PDF DLL is not working - New Installation - OS W2K Server Sp2 Eng - Standart IIS installation - Terminal Services (not yet) - phpMyAdmin 2.2.2

[PHP-DEV] Bug #14736: about error_reporting for $_GET

2001-12-28 Thread Xuefer
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: about error_reporting for $_GET suggest that it should be possible to turn off warnning of undefined index of $_GET ans $_POST and so on.. example: su

Re: [PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Stig Venaas
On Fri, Dec 28, 2001 at 04:30:33PM +0100, Edwin Boersma wrote: > Hi there, > > My provider stopped the DNS service on the server that runs mySQL and > PHP. By result, the function GetHostByAddr() is useless. Can I tell PHP > to use another DNS server to lookup the IP-address? No PHP uses whateve

[PHP-DEV] Development question: DNS lookups

2001-12-28 Thread Edwin Boersma
Hi there, My provider stopped the DNS service on the server that runs mySQL and PHP. By result, the function GetHostByAddr() is useless. Can I tell PHP to use another DNS server to lookup the IP-address? Regards, Edwin -- PHP Development Mailing List To unsubscribe, e-mai

[PHP-DEV] Bug #14732 Updated: Broken links in global.ent

2001-12-28 Thread georg
ID: 14732 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: all PHP Version: 4.1.1 New Comment: broken links fixed for - adabas - ldap - libiconv Previous Comments:

[PHP-DEV] Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2001-12-28 Thread mfischer
ID: 14734 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: It's printed in _SERVER too (apache 1.3.22/php 4.1.0). Previous Comments: --

[PHP-DEV] Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2001-12-28 Thread goba
ID: 14734 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Just a note: in the PHP 4.1.0 phpinfo() output, all the predefined vars are printed as _SERVER and _ENV members, except PHP_SELF, it is

[PHP-DEV] Bug #14734 Updated: new superglobals ($_SERVER, etc.) not documented

2001-12-28 Thread mfischer
ID: 14734 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Summary: default HTTP vars and PHP_SELF not available Old Status: Bogus Status: Open Old Bug Type: Scripting Engine problem Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Valid point. I'm r

[PHP-DEV] Bug #14734 Updated: default HTTP vars and PHP_SELF not available

2001-12-28 Thread abraham_guyt
ID: 14734 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Hi All, Thanks for the replies. The docs tell me that using globally registered vars presents a security risk a

[PHP-DEV] Bug #14734 Updated: default HTTP vars and PHP_SELF not available

2001-12-28 Thread mfischer
ID: 14734 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Win XP PHP Version: 4.1.0 New Comment: The correct way would be to use $_SERVER['PHP_SELF'] ; this is guaranteed to work with and without register_globals = off. Prev

[PHP-DEV] Bug #14732 Updated: Broken links in global.ent

2001-12-28 Thread goba
ID: 14732 Updated by: goba Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: all PHP Version: 4.1.1 New Comment: Please commit that little script into phpdoc into the scripts directory. We have some scripts there to test XML files, such as the entitie

[PHP-DEV] Bug #14734 Updated: default HTTP vars and PHP_SELF not available

2001-12-28 Thread rasmus
ID: 14734 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Then don't turn register_globals off. Turning off register_globals gets rid of all the globals. If you still wa

[PHP-DEV] Bug #14734: default HTTP vars and PHP_SELF not available

2001-12-28 Thread abraham_guyt
From: [EMAIL PROTECTED] Operating system: Win XP PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: default HTTP vars and PHP_SELF not available When using PHP with track_vars On and register_globals Off (recommended setting), PHP doesn't know the bui

[PHP-DEV] Bug #14687 Updated: Ignoring @'s after set_error_handler() is used

2001-12-28 Thread zeev
ID: 14687 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: Redhat 7.0, Solaris 7 PHP Version: 4.0.6 New Comment: It's the programmer's responsibility to honor error_reporting in the error handler. The error hand

[PHP-DEV] Bug #14706 Updated: Apache won't load php4apache.dll

2001-12-28 Thread daniel . steylemans
ID: 14706 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: I uninstalled and reinstalled Apache and PHP for the 3rd time. Now, when I test the Apache configuration, it says:

[PHP-DEV] Bug #14733: header() not working

2001-12-28 Thread jukka . pakkanen
From: [EMAIL PROTECTED] Operating system: NT4sp6a PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: header() not working header() function doesn't redirect the browser to new location. Example test.php file: http://www.qnet.fi";); ?> Nothing happens whe

[PHP-DEV] Bug #14732: Broken links in global.ent

2001-12-28 Thread georg
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Broken links in global.ent Hi, just wrote a little script and checked global.ent url.adabas: unknown host (www.adabas.com) url.hyperwave-proto: docume

[PHP-DEV] Bug #11341 Updated: OCI8 returns null password on logon at ora7

2001-12-28 Thread w . steenhoff
ID: 11341 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: OCI8 related Operating System: AIX PHP Version: 4.0.4pl1 New Comment: Solution as described in bug id 13525 works. Set NLS_LANG before starting apache: export NLS_LANG=English

[PHP-DEV] Bug #14731: read_exif_data crash reading specific images

2001-12-28 Thread jt-news
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: read_exif_data crash reading specific images When calling read_exif_data with a picture taken with a Kodak DC240 it causes PHP to crash. (This error is

[PHP-DEV] Bug #13154 Updated: ODBC query to Openingres 2.0 fail with scs_p_GetTblAttribs: DRV_DDTables failed

2001-12-28 Thread lobbin
ID: 13154 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: ODBC related Operating System: Solaris 8 PHP Version: 4.0.6 Assigned To: ahill New Comment: No feedback. Closing. Previous Comments: -

Re: [PHP-DEV] Proposed patch for /php4/win32/install.txt

2001-12-28 Thread Phil Driscoll
On Friday 28 December 2001 2:03 am, James Cox wrote: > Since the url specified for browscap.ini is dead, and i can't find a cached > version, i am proposing a patch to remove the link (And assoc. text) from > the page. > To the best of my knowledge, install.txt is now built by a script which gen

Re: [PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread Peter Petermann
> bytecode, the idea was just to merge php code (either zipped) or just > appended to the php binary, and making it execute code from the end of > it'self.. For windows something like that exists.. Plot did it.. The URL was: www.deskcode.com/phpcompiler but doesnt seem to exist any longer. but i t

[PHP-DEV] Persistent connection to Oracle with OCI

2001-12-28 Thread Berlina
Hi to everybody, Im trying to use persistents connections to an Oracle Database through PHP, for manageing transactions, and have some problems. My Schema: * Web Server: Apache 1.3.22 on a Linux RedHat 7.0 * PHP: 4.1.1 compiled with oracle module functions (OCI*) * Data Base: Oracle 8.1.7 on a

Re: [PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread derick
Hello, On Fri, 28 Dec 2001, Alan Knowles wrote: > Ok, this may seem totaly crazy :) > > I was having a look at the issue of the php compiler (really > distributing a single executable) of php code. - we are starting to > develop php-gtk apps and it seemed usefull - it appears that the > prev

[PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread Alan Knowles
Ok, this may seem totaly crazy :) I was having a look at the issue of the php compiler (really distributing a single executable) of php code. - we are starting to develop php-gtk apps and it seemed usefull - it appears that the previous effort at doing this has dissappeared of the face of

Re: [PHP-DEV] DBA extension

2001-12-28 Thread Andrey Hristov
Open win32/php_modules.dsw with VisualC. Select DBA as an active project. Rebiuld all. HTH Andrey Hristov - Original Message - From: "David Robinson (AU)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 1:12 AM Subject: [PHP-DEV] DBA extension > Hello >

Re: [PHP-DEV] Re: Bug #14679 Updated: Crash with RH ucd-snmp libs-- BUGFIX

2001-12-28 Thread Henning Schmiedehausen
On Fri, 2001-12-28 at 09:21, Henning Schmiedehausen wrote: > Hi, > > attached is an even more complete patch that doesn't just enable the > usage of the sbuf stuff in snmp but checks for the vendor modified > libraries. It works with RH 6.x (vendor modified) and should work with > the original st

Re: [PHP-DEV] Re: Bug #14679 Updated: Crash with RH ucd-snmp libs-- BUGFIX

2001-12-28 Thread Henning Schmiedehausen
On Mon, 2001-12-24 at 16:24, Markus Fischer wrote: > On Mon, Dec 24, 2001 at 12:27:48PM +0100, Henning Schmiedehausen wrote : > > Great, if you would tell me how to add a comment to an existing bug > > report if I'm neither owner nor developer. > > Don't forget to set a password. > > > And

[PHP-DEV] Bug #14730: return wrong charset

2001-12-28 Thread bib
From: [EMAIL PROTECTED] Operating system: Windows2000Pro PHP version: 4.1.0 PHP Bug Type: MSSQL related Bug description: return wrong charset Dataset return incorrect charset. I use russian win-1251 charset. With version 4.0.5 work fine. -- Edit bug report at: http://bugs.