[PHP] SuSE 8.0 php 4.1.2 .spec file

2002-12-05 Thread Razvan Cosma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Maybe I should post this to the -install mlist, but it is not the installation (./configure, make...) that causes problems, but the fact that I want to keep dependencies. So - does anyone have a working $subj? Thank you very much for any hi

[PHP] snmp problems

2003-02-14 Thread Razvan Cosma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Suse 8.0, ucdsnmp-4.2.3-145, tried both php-4.1.2 and 4.3.0, compiled from source, snmp support enabled. bash# snmpget 1.2.3.4 "communitystring" .1.3.6.1.2.1.2.2.1.1.2 interfaces.ifTable.ifEntry.ifIndex.2 = 2 But if I try the following lines:

[PHP] snmp_set_quick_print or snmpwalkoid issue ?

2002-05-01 Thread Razvan Cosma
First of all, gretings to everyone (I'm new here). And the problem: #!/usr/local/bin/php -q results in: interfaces.ifTable.ifEntry.ifOutOctets.1: interfaces.ifTable.ifEntry.ifOutOctets.1 = Counter32: 137600220 interfaces.ifTable.ifEntry.ifOutOctets.2: interfaces.ifTable.ifEntry.ifOutOctets.2 =

Re: [PHP] Re: snmp_set_quick_print or snmpwalkoid issue ?

2002-05-03 Thread Razvan Cosma
OID, > timeticks, integers, etc.. > > Ray Hunter > > > > "Razvan Cosma" <[EMAIL PROTECTED]> wrote in message > Pine.LNX.4.44.0205011203110.32753-10@mach2">news:Pine.LNX.4.44.0205011203110.32753-10@mach2... > > First of all, gretings to everyone (

[PHP] snmp replies not printed

2002-05-16 Thread Razvan Cosma
Hello, I have installed php 4.1.2 and ucd 4.2.4 both from tarballs on a linux box, and compiled php both as an apache module and standalone (same options, except for the --with-apxs). Now, when I use snmpwalk or whatever other function from within apache, it works (almost) correctly: snmp_set_q

Re: [PHP] what is php.ini on linux?

2002-05-16 Thread Razvan Cosma
there is, is is called... php.ini :) It should reside in /etc, if there is none, create it and add whatever options you need in it. In the source tree you will find two files - php.ini-dist and php.ini-recommended which might be of help. On Thu, 16 May 2002, andy wrote: > Hi there, > > I am won