[PHP] Hmmm? PHP+PostgreSQL

2001-10-24 Thread Alexey Prohorenko
I've installed PostgreSQL into /usr/local/pgsql, then I tried to include into my PHP support for PostgreSQL and made next: (I had pre-compiled support for mySQL before that) make clean ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-versioning

[PHP] LONGINT... ? to be or not to be?...

2001-08-28 Thread Alexey Prohorenko
Hello, I have one question. How can PHP work with longint (in C we call them unsigned long) variables? F.e., I want to do next thing: 65536 4096 = 0 (this is right) 65536 65536 = 65536 (again, everything is okay) 196608 65536 =