[PHP] SUMMARY: Seg fault when using SNMP on Redhat 7.x

2002-01-11 Thread Richard Ellerbrock
I have been having problems with Segmentation faults when using SNMP with PHP. This used to work just fine on my Redhat 6.2 box. Appears that the problem is related to the way the standard Redhat 7.x ucd-snmp RPM is built. Rebuilding the RPM using the latest software obtained from

[PHP] register_globals and E_ALL error reporting

2002-03-13 Thread Richard Ellerbrock
The following code generates a warning when register_globals=off and error reporting is set to E_ALL. How do I define the constant in another way not to generate a warning? This is with php 4.1.1. I use defines extensively throughout my code and it is making my debugging difficult through the

[PHP] Is this code safe?

2002-03-28 Thread Richard Ellerbrock
$result=mysql_query(DELETE FROM customer WHERE customer=$cust, $ds) and $result=mysql_query(DELETE FROM custinfo WHERE customer=$cust, $ds) and $result=mysql_query(DELETE FROM revdns WHERE customer=$cust, $ds) and

RE: [PHP] Re: Cross DB application

2002-04-16 Thread Richard Ellerbrock
On Tue, 16 Apr 2002 01:48:34 +0200, James Cox wrote: Hello ! I'm planning to write a database application for MySQL, and then port it to PostrgeSQL. Is there any library or class that could help me to write/maintain just one source code for both MySQL and PostgreSQL ? I think your

[PHP] Re: [PHP-DB] Re: [PHP] Re: Cross DB application

2002-04-20 Thread Richard Ellerbrock
On Thu, 18 Apr 2002 16:05:13 +0200, Manuel Lemos wrote: Hello, Sp wrote: Hi Manuel, I still don't see a problem in others telling their experiences with certain packages. If someone has just used metabase or has just used adodb then I would like to hear how easy/hard it was to port to

[PHP] Re: [PHP-DB] Re: [PHP] Re: Cross DB application

2002-04-22 Thread Richard Ellerbrock
On Sun, 21 Apr 2002 00:54:39 +0200, Manuel Lemos wrote: Hello, Richard Ellerbrock wrote: If you want to hear experiences of people that tried Metabase, try asking in Metabase mailing list ( http://groups.yahoo.com/group/metabase-dev/ ) or BinaryCloud mailing lists ( http

[PHP] External interaction with php app

2002-04-25 Thread Richard Ellerbrock
I need an external polling application that needs to feed data into a database. The database interface is web driven through php. The problem with php is that it cannot spawn itself to multiple threads - this is a requirement of my poller to reduce the poll time. Perl works perfectly for this,

[PHP] Re: putenv and gettext

2002-05-10 Thread Richard Ellerbrock
On Wed, 08 May 2002 22:09:59 +0200, Gerard Samuel wrote: The reason for this thought was that I have given up on gettext because it requires putenv(), and most people who are using my script wouldn't be able to use it because safe_mode is on. You are correct! But this is how the gettext

[PHP] Workaround for binary arithmatic

2001-07-31 Thread Richard Ellerbrock
is NOT 0; I now have to call an external perl program to do the calc. I have a bug logged with php development, but the answer I got is that this will not work till you can have unsigned longs in php. I am using php 4.0.6 Please copy me on replies. TIA -- Richard Ellerbrock [EMAIL PROTECTED

Re: [PHP] Workaround for binary arithmatic

2001-07-31 Thread Richard Ellerbrock
I thought about that but that would require almost everybody using my app (OpenSource) requiring a rebuild of php. This would really detract from its usefulness. -- Richard Ellerbrock [EMAIL PROTECTED] Phil Driscoll [EMAIL PROTECTED] 2001/07/31 04:02:50 Use the gmp extension. -- Phil

[PHP] IP address management tool

2001-05-08 Thread Richard Ellerbrock
not want to re-invent the wheel. Any pointers will be most grateful. Please copy me on replies as I am not on the list. Thanks. -- Richard Ellerbrock [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Integer size limitations

2001-05-15 Thread Richard Ellerbrock
wrong results!!!). Is there anyway to make the number unsigned or a long int as in C? Else, how do I do binary arithmetic for IP addresses? This is using 4.04p1. -- Richard Ellerbrock [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Why PHP doesn't work with Apache2?

2003-01-23 Thread Richard Ellerbrock
On Thu, 23 Jan 2003 12:28:21 -0800, Richard Baskett wrote: Ok I am hearing a bad rumor that Red Hat 8.0 and the Mac xserve both come with Apache 2.. now is this a rumor or is this true? If it's true.. why? And does anybody have any experience in uninstalling Apache 2 on the xserve and does