Re: [PHP] GetImageSize problem

2001-01-21 Thread Thies C. Arntzen
On Sun, Jan 21, 2001 at 03:05:31PM +, Sue Bailey wrote: > I have a bunch of images living on one ISP's server which I want to use > on another page on another ISP's server, with GetImageSize. I RTFM, and > see "The filename needs to be either relative to the current document, > or an absolute

[PHP-CVS] cvs: php4 / NEWS

2001-01-23 Thread Thies C. Arntzen
thies Tue Jan 23 07:30:32 2001 EDT Modified files: /php4 NEWS Log: #found this by playing with phpMyAdmin. Index: php4/NEWS diff -u php4/NEWS:1.569 php4/NEWS:1.570 --- php4/NEWS:1.569 Mon Jan 22 18:09:09 2001 +++ php4/NEWS Tue Jan 23 07:30:27 2

[PHP-CVS] cvs: php4 /ext/imap php_imap.c

2001-02-21 Thread Thies C. Arntzen
thies Wed Feb 21 12:33:46 2001 EDT Modified files: /php4/ext/imap php_imap.c Log: fix possible leak. Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.56 php4/ext/imap/php_imap.c:1.57 --- php4/ext/imap/php_imap.c:1.56 Sun Feb 18

Re: [PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-22 Thread Thies C. Arntzen
On Thu, Feb 22, 2001 at 01:26:45PM +0200, Andi Gutmans wrote: > You only have the module globals during requests (rinit/rshutdown). You > can't access them in module init/module shutdown. could you explain why? ok the the midgard PHP_MINIT_FUNCTION does not allocate a tsrm_id for the mod

Re: [PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-22 Thread Thies C. Arntzen
NCTION(assert) { #ifdef ZTS assert_globals_id = ts_allocate_id(sizeof(php_assert_globals), (ts_allocate_ctor) php_assert_init_globals, NULL);#else php_assert_init_globals(ASSERTLS_C); #endif stupid me... tc > > Andi > > At 12:34 PM 2/22/2001 +0100, Thies C. Arntzen wrote: &g

[PHP-CVS] cvs: php4 /ext/oci8 oci8.c

2001-03-02 Thread Thies C. Arntzen
thies Fri Mar 2 01:12:55 2001 EDT Modified files: /php4/ext/oci8 oci8.c Log: @- Fixed binding of ROWIDs in OCI8. (Thies) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.112 php4/ext/oci8/oci8.c:1.113 --- php4/ext/oci8/oci8.c:1.112 Tue

[PHP] removing and item out of a string

2001-03-06 Thread Brian C. Doyle
Hello all, I need to remove a comma from inside of 2 quotes ie "1,234.56" I need to change that to "1234.56" Unfortunatly I can not do reg_replace(",","","1,234.56"); This is inside a csv file. Brian C. Doyle Coach Team Force Earthlink Technical Support [EMAIL PROTECTED]

Re: [PHP] PHP w/ Oracle OCI8 - how stable?

2001-03-20 Thread Thies C. Arntzen
On Tue, Mar 20, 2001 at 07:20:35AM -0500, Hardy Merrill wrote: > I configured PHP --with-oci8=/path/to/oracle/home, and I'm seeing > "flaky" behavior when I restart Oracle without restarting the > web server - ORA-03113 and ORA-03114 errors all over. Then when > I restart the webserver everything

[PHP-CVS] cvs: php4 /ext/qtdom config.m4

2001-03-20 Thread Thies C. Arntzen
thies Tue Mar 20 11:19:30 2001 EDT Modified files: /php4/ext/qtdom config.m4 Log: make qtdom compile on Mandrake-cooker Index: php4/ext/qtdom/config.m4 diff -u php4/ext/qtdom/config.m4:1.2 php4/ext/qtdom/config.m4:1.3 --- php4/ext/qtdom/config.m4:1.2

[PHP-CVS] cvs: CVSROOT / avail cvsusers

2001-04-14 Thread Thies C. Arntzen
thies Sat Apr 14 00:57:16 2001 EDT Modified files: /CVSROOTavail cvsusers Log: add Andy Sautins + karma for oci8 Index: CVSROOT/avail diff -u CVSROOT/avail:1.144 CVSROOT/avail:1.145 --- CVSROOT/avail:1.144 Thu Apr 12 09:35:40 2001 +++ CVSROOT/avail

[PHP-CVS] cvs: php4 /ext/oci8 CREDITS

2001-04-14 Thread Thies C. Arntzen
:1.1 Mon Nov 20 02:31:28 2000 +++ php4/ext/oci8/CREDITS Sat Apr 14 01:06:40 2001 @@ -1,2 +1,2 @@ OCI8 -Stig Bakken, Thies C. Arntzen +Stig Bakken, Thies C. Arntzen, Andy Sautins -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-CVS] cvs: CVSROOT / avail

2001-04-14 Thread Thies C. Arntzen
thies Sat Apr 14 01:26:21 2001 EDT Modified files: /CVSROOTavail Log: some karma for the 2 new oci8 guys Index: CVSROOT/avail diff -u CVSROOT/avail:1.145 CVSROOT/avail:1.146 --- CVSROOT/avail:1.145 Sat Apr 14 00:57:16 2001 +++ CVSROOT/avail Sat A

[PHP-CVS] cvs: php4 /ext/oci8 CREDITS oci8.c

2001-04-14 Thread Thies C. Arntzen
thies Sat Apr 14 01:38:46 2001 EDT Modified files: /php4/ext/oci8 CREDITS oci8.c Log: @- Added temporary LOB support in OCI8 (Patch by David Benson) Index: php4/ext/oci8/CREDITS diff -u php4/ext/oci8/CREDITS:1.2 php4/ext/oci8/CREDITS:1.3 --- php4/ext

[PHP-CVS] cvs: php4 /ext/oci8 config.m4 oci8.c oci8.dsp

2001-04-14 Thread Thies C. Arntzen
thies Sat Apr 14 02:51:29 2001 EDT Modified files: /php4/ext/oci8 config.m4 oci8.c oci8.dsp Log: enable temporary LOBs when we detect oracle 8.1 enabled by default in Win32 project! Index: php4/ext/oci8/config.m4 diff -u php4/ext/oci8/config.m4

[PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-14 Thread Thies C. Arntzen
thies Sat Apr 14 03:30:05 2001 EDT Modified files: /php4 TODO-4.1.txt Log: . Index: php4/TODO-4.1.txt diff -u php4/TODO-4.1.txt:1.2 php4/TODO-4.1.txt:1.3 --- php4/TODO-4.1.txt:1.2 Fri Apr 13 16:52:15 2001 +++ php4/TODO-4.1.txt Sat Apr 14 03:3

Re: [PHP] store array in a file?

2001-04-15 Thread Juan C. Borrero
The info pulled from a Database (Mysql) is already stored in an array, then you can move the pointer back and forward when you need it. You can send it to the first "record" and re read it several times... withmysql_data_seek ($result, 0); goes to the first record again. JuanCaBo -

[PHP-CVS] cvs: CVSROOT / avail

2001-04-17 Thread Thies C. Arntzen
thies Tue Apr 17 00:31:36 2001 EDT Modified files: /CVSROOTavail Log: fix my own karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.146 CVSROOT/avail:1.147 --- CVSROOT/avail:1.146 Sat Apr 14 01:26:21 2001 +++ CVSROOT/avail Tue Apr 17 00:31:35 200

Re: [PHP] FastCGI and PHP

2001-04-20 Thread Thies C. Arntzen
On Wed, Apr 18, 2001 at 01:58:03PM +0200, Alexander Skwar wrote: > (Learning from my last mistake, I'll now try to make clear right away what > each sentence means *G*) > > Introductory lines: > I want to write a FastCGI compatible PHP script. In order to do so, PHP > obviously need to recompile

[PHP-CVS] cvs: CVSROOT / gen_acl_file.m4

2001-04-20 Thread Thies C. Arntzen
thies Fri Apr 20 23:48:43 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 Log: give asautins,dbenson karma for oci8 and docs Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.150 CVSROOT/gen_acl_file.m4:1.151 --- CVSROOT/gen_acl_file.m4

[PHP-CVS] cvs: php4 /ext/oci8 oci8.c

2001-04-23 Thread Thies C. Arntzen
thies Mon Apr 23 04:54:02 2001 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed ZTS buidl - still some WS pollution left Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.118 php4/ext/oci8/oci8.c:1.119 --- php4/ext/oci8/oci8.c:1.118 Thu

Re: [PHP] Detecting error in OCIExecute calls

2001-05-09 Thread Thies C. Arntzen
On Tue, May 08, 2001 at 03:01:58PM -0700, Robert Mena wrote: > Hi, I am accessing an oracle database from PHP using > stored procedures available. > > I'd like to detect when a problem occurs in order to > stop trying to fetch results. In mysql I check for > rc=0 as an error. The php doc does n

Re: [PHP] Has anyone tried to make telnet client with php?

2001-05-11 Thread Thies C. Arntzen
ONT = chr(252); $WILL = chr(251); $theNULL = chr(0); $c = $this->getc(); if ($c === false) return $buf; if ($c == $theNULL) { conti

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-11 Thread Thies C. Arntzen
On Fri, May 11, 2001 at 06:51:35AM -0700, Robert Mena wrote: > Hi, I have a development machine with 4.0.4pl1 which > has been used for creating a set of scripts to access > oracle (using stored procedures). > > It seems to be working fine (the problems that I've > encountered seems to be related

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-12 Thread Thies C. Arntzen
x40065000) > libdl.so.2 => /lib/libdl.so.2 (0x4009f000) > libpthread.so.0 => /lib/libpthread.so.0 > (0x400a4000) > libc.so.6 => /lib/libc.so.6 (0x400b7000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 > (0x4000) > > - Thanks. > --- &

[PHP] mktime Help

2001-05-14 Thread Brian C. Doyle
Hello all, About 2 months ago I upgrade my php to 4.0.4pl1 and since then my mktime fucntion will not work I am tring and I expect to see 05:00 but i get 19:00 or 18:59 What happend? Before the upgrade it worked fine. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[PHP] SetHandler & PHP (parsing pages through a php script)

2002-01-08 Thread C J Michaels
Server version: Apache/1.3.22 (Unix) + mod_php/4.1.1 Hello, Short Question: What is php's apache handler, i.e. for use with the "SetHandler" statement? Longer Version: I would like to parse every URI that is requested on a certain VirtualHost, through a specific PHP script. I have _almost_ fig

[PHP] Re: SetHandler & PHP (parsing pages through a php script)

2002-01-10 Thread C J Michaels
Thanks to the help of Philip Hallstrom we discovered a solution to my problem. I'm posting it for posterity. Apache seems to be able to use the mime type for SetHandler, so... SetHandler application/x-httpd-php ...works perfectly. Thanks, --Chris C J Michaels wrote in message &l

[PHP] Content

2002-01-15 Thread Daniel C. Sobral
his is not possible with PHP? Thanks for any help, -- Daniel C. Sobral [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Content

2002-01-15 Thread Daniel C. Sobral
sion variable I have these variables, but these variables are NOT what I want. Well, I want them, but that's the easy part. The problem is the content. -- Daniel C. Sobral (8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] The superior man u

[PHP] 8 bit check sum???? Not 32 bit

2002-01-16 Thread Brian C. Doyle
Hello all, I currently have a perl subroutine that uses an 8 bit check sum. From what I have found, in books and the site, php will only do 32 bit. Here is what I have currently sub _hash_domain { return uc( unpack('H2',

[PHP] Re: http error 405

2002-01-30 Thread Daniel C. BAUFAY
HTTP Error 405. 405 Method Not Allowed. The problem seems to lie with the headers sent. Are the headers in your code the real ones ? Obviously they cannot work (no .dev domain...) Do you perform HTTP authentication at some point ? (Must be BASIC in order to work with other browsers). -- PHP Ge

[PHP] mail() - 7bit headers

2002-02-07 Thread Martin C. Petersen
How do i encode 8 bit text to 7 bit in php so that the mail server (courier) won't complain about 8 bit content in the header (From:) while still enabling mailreaders to decode it? Regards Martin Petersen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Re: Mail stopped working - Somewhat Urgent

2002-02-07 Thread Martin C. Petersen
Bryan Gintz wrote: > All of a sudden Mail through PHP just stopped working, we can do it > through the command line, but refuses to work in PHP. > Any ideas? Does the maillog mention any errors? How about the webserver log? Best regards Martin -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Trying to put ips into database

2002-02-08 Thread Daniel C. BAUFAY
And for efficiency you could convert and store IP addresses in numeric format. See INET_NTOA and INET_ATON. Subject: Re: [PHP] Trying to put ips into database From: Matt Drake <[EMAIL PROTECTED]> Date: Fri, 8 Feb 2002 11:52:26 -0600 (CST) To: <[EMAIL PROTECTED]> On Fri, 8 Feb 2002, De

[PHP] Re: Table exists?

2002-02-09 Thread Martin C. Petersen
Nick Wilson wrote: > What would be the easiest way to see if a MySQL table exists with PHP? > I can do it by checking against mysql_list_tables() but that seems a > little clumsy. Is there a better way? Do a select on the table - if the query returns true the table exists otherwise the test is in

Re: [PHP] naver.com ????

2002-04-16 Thread Barry C. Hawkins
Yep, that's what it is. Outlook 2002 called for the Korean language support files when I clicked on one of those last week. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On Tue, 16 Apr 2002 14:32:49 +1000 Brad Hubbard <[EMAIL PROTECTED]> wrote:

Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Barry C. Hawkins
scrape, and maybe we can be of more help. -- Sincerely, Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] "Robert Cummings" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Richard Baskett wrote: > > > > I bet

Re: [PHP] Object Reference Serialization

2002-05-02 Thread Thies C. Arntzen
On Fri, May 03, 2002 at 12:34:01AM +1200, Adam Langley wrote: > Hi everyone, > > Im trying to store an object which contains an associative array of classes, > each of which contains an array of classes, so a 3-tier hierachy, in the > session object. However, the final tier gets lost upon > seria

[PHP] preg_grep Help (Regular expresion)

2002-05-11 Thread Brian C. Doyle
Hello all, I have a file that has ip address in it.. I need to pull those ip addresses out. Currently I am trying: $ips=preg_grep("/^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/",$file); print_r(array_values ($ips)); And well i am getting nothing! Anyone? -- PHP General Mailing List (http://ww

Re: [PHP] Re: preg_grep Help (Regular expresion)

2002-05-12 Thread Brian C. Doyle
Hello all, I did foget to mention that I had $file as $file=file("Status.htm"); and it reads the file as 1 line it seams. At 11:31 PM 5/12/02 +1200, Jason Morehouse wrote: >$file needs to be an array: > > $file = file("myfile.txt"); > >On Sun, 12 May

Re: [PHP] stupid error, please kick me (and send me a solution)

2002-06-03 Thread Lejanson C. Go
try this jule.. $link_glob = "mysql_connect('$host_glob', '$un_glob', '$pw_glob')"; $temp= PASSWORD($password); $query = "INSERT INTO user values('0', '$fname', '$lname', '$email', '$username', '$temp');"; i think this will work..=) i hope ive done something. - Original Message -

Re: [PHP] Database abstraction layer oci

2002-03-09 Thread Thies C. Arntzen
hi, the fastest and most powerful is always to use the native api. i would use the PHP oci driver. tc On Fri, Mar 08, 2002 at 09:00:17AM -0500, Andrew Hill wrote: > I suggest simply using ODBC. > > Best regards, > Andrew Hill > Director of Technology Evangelism > http://ww

Re: [PHP] Oracle ORA_ functions and blobs / clobs

2002-03-21 Thread Thies C. Arntzen
On Thu, Mar 21, 2002 at 12:33:13PM +1100, Bradley Goldsmith wrote: > Hi All, > > Is it possible to store/fetch blobs/clobs with the oracle (ORA not > OCI8) functions? no tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Oracle

2002-03-26 Thread Thies C. Arntzen
On Mon, Mar 25, 2002 at 02:49:07PM -0500, Scarbrough, Jeb (ISS Atlanta) wrote: > Is it possible to create a transaction the involves multiple pages using PHP > and oracle. For example, can I log onto oracle using OCIPLogon on one page > named master, insert information, go to the next page named

[PHP] PHP and Postgresql with out local Postgresql

2002-04-04 Thread Brian C. Doyle
Hello all, How can I get linux php binary to access a remote postgresql server with out building postgresql on the "local system" I want to do it like it is done on windows. Example just load a dll file well .so in the script? dl('extensions/php_pgsql.dll'); but dl('what_ever.so'); -- PH

Re: [PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread Barry C. Hawkins
Dave, Did you use the URL: http://www.domain.com Or did you use the fully-qualified domain name (FQDN): www.domain.com For connecting to the MySQL server, the connection functions expect an FQDN, not a URL. But, you may already know that. Just checking. Regards, Barry C

[PHP] Compiling php-4.1.2 on Mac OS 10.1.3 w/udpated tools

2002-04-10 Thread Barry C. Hawkins
failed make[1]: *** [libphp4.la] Error 1 make: *** [all-recursive] Error 1 Thanks in advance for any suggestions, and please correct me if this is improper for the general list. Regards, Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -- PHP General Mailing

Re: [PHP] help with detective work?

2002-04-10 Thread Barry C. Hawkins
Nick, My guess is either permissions on the directory/files of your DocumentRoot for Apache and/or the Shared Object and MIME configurations of the Apache server where your script is located. Yuck, -- Barry C. Hawkins Systems Consultant [EMAIL PROTECTED] On Wed, 10 Apr 2002 20:53:59

Re: [PHP] Re: arguments against php / mysql?

2002-04-10 Thread Barry C. Hawkins
oor. Once that initial "yes" has been given, the subsequent steps might come more easily. Best of luck, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] Mallen Baker wrote: > Hi - the company we're talking to about doing some work on a simple > site / d

Re[2]: [PHP] Re: arguments against php / mysql? - CORRECTION

2002-04-10 Thread Barry C. Hawkins
Substitute "open-source averse execs" for "open-source execs"; sorry about that. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On Wed, 10 Apr 2002 15:43:51 -0400 "Barry C. Hawkins" <[EMAIL PROTECTED]> wrote: Mallen, It

Re: [PHP] popen(); problem, the function don`t finds the command......

2002-04-11 Thread Barry C. Hawkins
Hermann, Maybe change: $saslpasswd = "/usr/sbin/saslpasswd -p $username"; to: $saslpasswd = "/usr/sbin/saslpasswd -p " . $username; I assume $username is being assigned somewhere. Regards, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] On

[PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
ge replies). Am I one of very few persons experiencing this? If not, could we (or have we already) adopt some policy to enable those with this challenge to see code on postings? Regards, -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -- PHP General Mailing

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
. At least I would hope so. By the way, thanks for getting PHP going. I love having an alternative to ASP. -- Barry C. Hawkins Systems Consultant All Things Computed [EMAIL PROTECTED] -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
-Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Posting with script tags, or a plea not to On Friday 12 April 2002 03:51, Barry C. Hawkins wrote: > List members, > I am sure th

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
messages I just viewed in webmail, and presto, they look fine. It's definitely their app. I could create an email address and password for you on Earthlink just to let you see it firsthand. However, I am sure you have much better things to do with your time. Regards, -- Barry C. Ha

RE: [PHP] Posting with script tags, or a plea not to

2002-04-11 Thread Barry C. Hawkins
Test Earthlink Mailcenter's "view source" hyperlink to "mimeget.php3?": Subject: PHP Test Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> X-Originating-IP: 66.149.18.3 Thank

Re: [PHP] Problems inserting single quote into Oracle database

2001-10-30 Thread Thies C. Arntzen
On Tue, Oct 30, 2001 at 09:54:19PM -0800, Hugh Danaher wrote: > I don't know if this will work for Oracle but try putting a backslash before > the single quote mark (e.g. it\'s) the ' should then taken as another > character by php. > Hope this works for you. single quotes are escaped using a

[PHP] Date problems

2001-11-02 Thread Raymond C. Rodgers
#x27;m hoping it's just something simple that I'm doing wrong. Thanks, Raymond -- Raymond C. Rodgers [EMAIL PROTECTED] Home Page: http://bbnk.dhs.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] Serial Port Programing

2001-11-12 Thread Brian C. Doyle
Hello all, Does PHP have the ability to control a serial port? I see we can use the Printer but that was All I saw. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] PHP with ORACLE 8i/9i

2001-11-16 Thread Thies C. Arntzen
On Fri, Nov 16, 2001 at 10:49:17AM +0100, Steve Haemelinck wrote: > Question: > > I want to build php withd support for ORACLE 8i or 9i. > Normally you use the option with-oci=. So far so good. > How can I achieve this when the oracle database is running on another > server? you need to ins

Re: [PHP] PHP + librairies OCI8 + IPlanet Web Server

2001-11-19 Thread Thies C. Arntzen
On Mon, Nov 19, 2001 at 12:54:05PM +0100, Damien LEBLANC wrote: > Hi, > >I have installed PHP 4.0.4pl1 on a Sun/OS 5.6 server with iPlanet Web > Server 4.1. I want to access to an Oracle database with the OCI8 > librairies. I have an Oracle client 8.1.5 installed on my server. > > I have r

Re: [PHP] PHP & Oracle9i

2001-11-20 Thread Thies C. Arntzen
On Tue, Nov 20, 2001 at 09:20:19PM +0100, Steve Haemelinck wrote: > Is it possible to use Oci-functions with Oracle 9i database ? yes. configure --with-oci8 should do the trick. tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP] phpinfo() returning Zero Sized Reply

2001-12-04 Thread Brian C. Doyle
hello all, I have a script with and getting Zero Sized Reply i have increased my timeout in php.ini and no change. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

Re: [PHP] phpinfo() returning Zero Sized Reply

2001-12-04 Thread Brian C. Doyle
Okay so i got rid of the echo and still no go.. I am using version 4.0.6 At 08:11 PM 12/4/2001 +0200, Valentin V. Petruchek wrote: >phpinfo() is a function itself. It needn't echo: >phpinfo(); >?> > >Zliy Pes, http://www.zliypes.com.ua >- Original Message --

Re: [PHP] How to compile PHP-4.1.0 or 4.0.6 with Oracle-9i ?

2001-12-11 Thread Thies C. Arntzen
On Tue, Dec 11, 2001 at 10:38:26PM +0700, Somsak RAKTHAI wrote: > Dear sir, > Now I install "Oracle-9i" running on RedHat-7.2. > > In php-4.0.6 and php-4.1.0 have option for Oracle-7 or 8 below. > > --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is >

Re: [PHP] Re: php telnet

2001-12-20 Thread Thies C. Arntzen
ll($what) { $buf = ''; while (1) { $IAC = chr(255); $DONT = chr(254); $DO = chr(253); $WONT = chr(252); $WILL = chr(251);

Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread Thies C. Arntzen
On Wed, Mar 21, 2001 at 12:52:33PM -, André Langhorst wrote: > andre Wed Mar 21 04:52:33 2001 EDT > > Modified files: > /php4 run-tests.php > Log: > win32 fixes again > > Index: php4/run-tests.php > diff -u php4/run-tests.php:1.18 php4/run-tests.php:1.1

Re: [PHP] oracle last inserted

2001-03-25 Thread Thies C. Arntzen
On Mon, Mar 26, 2001 at 10:19:28AM +0800, Chien-pin Wang wrote: > > If you use sequence to generate your last_inserted_id, then you can always > get that ID by calling > > SELECT sequence_name.CURRVAL > FROM DUAL; > > within the same session. re, tc > > Chien

[PHP-CVS] cvs: php4 /ext/oracle oracle.c

2001-03-27 Thread Thies C. Arntzen
thies Tue Mar 27 06:55:03 2001 EDT Modified files: /php4/ext/oracleoracle.c Log: fixed newly introduced crash in ora_bind Index: php4/ext/oracle/oracle.c diff -u php4/ext/oracle/oracle.c:1.60 php4/ext/oracle/oracle.c:1.61 --- php4/ext/oracle/oracle.c:1

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/oracle oracle.c

2001-03-27 Thread Thies C. Arntzen
thies Tue Mar 27 07:04:21 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/oracleoracle.c Log: MFH Index: php4/ext/oracle/oracle.c diff -u php4/ext/oracle/oracle.c:1.60 php4/ext/oracle/oracle.c:1.60.2.1 --- php4/ext/oracle/oracle.c:1.60 Sun

[PHP] Compairing Times

2001-03-29 Thread Brian C. Doyle
Hello All, how do I compare 2 times. What i want to do is $time=date("H:i:s",mktime(0,1,03,0,0,0)); IF ($time > 00:00:35) { echo "Too High"}; when I do this all i ever get is Too High no matter what the value of time is -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP-CVS] cvs: php4 /pear IT[X].xml package.dtd

2001-03-29 Thread Thies C. Arntzen
On Thu, Mar 29, 2001 at 09:54:27PM -, Ulf Wendel wrote: > uwThu Mar 29 13:54:27 2001 EDT > > Added files: > /php4/pearIT[X].xml are u sure that [] are valid characters on all filesystens? tc -- PHP CVS Mailing List (http://www.php.net/)

Re: [PHP-CVS] cvs: php4 /pear ITX.xml IT[X].xml

2001-03-30 Thread Thies C. Arntzen
On Fri, Mar 30, 2001 at 09:16:55AM -, Ulf Wendel wrote: > uwFri Mar 30 01:16:55 2001 EDT > > Added files: > /php4/pearITX.xml > > Removed files: > /php4/pearIT[X].xml > Log: > - Renamed the file following Thies sug

Re: [PHP] reusing MySQL results -- resetting mySQL pointer with mysql_data_seek()

2001-04-04 Thread Juan C. Borrero
Nope. Mysql_data_seek($result,0) and it is. - Original Message - From: "Daevid Vincent" <[EMAIL PROTECTED]> To: "Mark Roedel" <[EMAIL PROTECTED]>; "George Wright" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 3:18 PM Subject: RE: [PHP] reusing MySQL results -- r

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2001-04-04 Thread Thies C. Arntzen
thies Wed Apr 4 14:40:41 2001 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: make it compile with 6.5.x postgresql notices are now send to the standard error-log Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.95 php4/ex

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/pgsql pgsql.c php_pgsql.h

2001-04-04 Thread Thies C. Arntzen
thies Wed Apr 4 14:51:59 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/pgsql pgsql.c php_pgsql.h Log: MFH - make postgresql compiel against 6.5.x Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.93.2.4 php4/ext/pgsql/pgsql.c:1.93

[PHP-CVS] cvs: CVSROOT / avail

2001-04-05 Thread Thies C. Arntzen
thies Thu Apr 5 16:25:45 2001 EDT Modified files: /CVSROOTavail Log: add karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.139 CVSROOT/avail:1.140 --- CVSROOT/avail:1.139 Thu Apr 5 08:32:44 2001 +++ CVSROOT/avail Thu Apr 5 16:25:45 2001 @@ -5

[PHP-CVS] cvs: php4 /ext/oci8 oci8.c

2001-04-11 Thread Thies C. Arntzen
thies Wed Apr 11 08:46:04 2001 EDT Modified files: /php4/ext/oci8 oci8.c Log: never initialize oci in OCI_THREADED mode. seems to break win32. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.113 php4/ext/oci8/oci8.c:1.114 --- php4/ext/oci8

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/oci8 oci8.c

2001-04-11 Thread Thies C. Arntzen
thies Wed Apr 11 08:48:07 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/oci8 oci8.c Log: MFH - never initialize OCI in OCI_THREADED mode Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.113 php4/ext/oci8/oci8.c:1.113.2.1 --- php4

[PHP-CVS] cvs: php4 /ext/oci8 oci8.c php_oci8.h

2001-04-13 Thread Thies C. Arntzen
thies Fri Apr 13 07:43:40 2001 EDT Modified files: /php4/ext/oci8 oci8.c php_oci8.h Log: @ - OCI8 now supports binding of collections @ (Patch by Andy Sautins <[EMAIL PROTECTED]>) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c

[PHP-CVS] cvs: php4 /ext/standard string.c

2001-04-13 Thread Thies C. Arntzen
thies Fri Apr 13 11:22:14 2001 EDT Modified files: /php4/ext/standard string.c Log: @- Fixed crash in pathinfo() Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.193 php4/ext/standard/string.c:1.194 --- php4/ext/standard/string.c:1.1

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/standard string.c

2001-04-13 Thread Thies C. Arntzen
thies Fri Apr 13 11:23:08 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/standard string.c Log: @- Fixed crash in pathinfo() Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.193 php4/ext/standard/string.c:1.193.2.1 --- php4/ex

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-21 Thread Thies C. Arntzen
On Wed, Jun 20, 2001 at 05:33:18PM +0200, Confuser wrote: > I understand that OCIPLogon creates a persitant connection to the Oracle DB, > to improve > performance... And I must say it does ! > > However, since OCILogoff is best not used with a persitant logon (and in the > latest versions, > it

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-21 Thread Thies C. Arntzen
On Thu, Jun 21, 2001 at 03:19:09PM +0300, Rouvas Stathis wrote: > > Unfortunately, you are not doing anything wrong. > Persistent connections and PHP/Ora do not play well with each other. ??? - please elaborate. tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-21 Thread Thies C. Arntzen
On Thu, Jun 21, 2001 at 09:32:31PM +0300, Rouvas Stathis wrote: > "Thies C. Arntzen" wrote: > > > > On Thu, Jun 21, 2001 at 03:19:09PM +0300, Rouvas Stathis wrote: > > > > > > Unfortunately, you are not doing anything wrong. > > > Persisten

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 02:47:39AM +0300, Rouvas Stathis wrote: > "Thies C. Arntzen" wrote: > > please send me a "minimal" testcase that shows this > > behaviour! i'll look into that then. > > I said that I'll have it on Monday, but cu

[PHP] Re: [phplib] Oracle Database keeps disconnecting - or something

2001-06-22 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 02:26:43PM +0100, Taylor, Stewart wrote: > Hello, > > Just in case anyones got any ideas. > > I've been testing an application for a few weeks on a test server without > any problems. > After releasing it onto the live server, which is - according to the > administrator

Re: [PHP] Oracle Database keeps disconnecting - or something

2001-06-22 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 02:23:14PM +0100, Taylor, Stewart wrote: > Hello, > > Just in case anyones got any ideas. > > I've been testing an application for a few weeks on a test server without > any problems. > After releasing it onto the live server, which is - according to the > administrator

Re: [PHP] OCIExecute hangs with invalid sql statement

2001-06-23 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 11:27:42AM +0100, Euan Greig wrote: > The following code works fine if passed a valid sql statement in $sql, but > if not it hangs. > > $this->conn=OCIPLogon($orauser,$orapwd,$tns) or >die ("Could not log on to database"); > $this->stmnt = OCIParse($this->conn, $sql) o

Re: [PHP] Oracle Database keeps disconnecting - or something

2001-06-23 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 09:16:08PM +0300, Rouvas Stathis wrote: > Do you experience any other sort of problems other than those warnings? > I mean, is anything wrong with the data? Normally, nothing should be > wrong. > > I have seen the same messages (especially the "service handle not > intitia

Re: [PHP] Oracle Database keeps disconnecting - or something

2001-06-25 Thread Thies C. Arntzen
On Sun, Jun 24, 2001 at 09:50:05PM +0300, Rouvas Stathis wrote: > "Thies C. Arntzen" wrote: > > > > On Fri, Jun 22, 2001 at 09:16:08PM +0300, Rouvas Stathis wrote: > > > Do you experience any other sort of problems other than those warnings? > > &

Re: [PHP] Oracle Database keeps disconnecting - or something

2001-06-26 Thread Thies C. Arntzen
On Mon, Jun 25, 2001 at 04:17:50PM +0300, Rouvas Stathis wrote: > "Thies C. Arntzen" wrote: > > > > On Sun, Jun 24, 2001 at 09:50:05PM +0300, Rouvas Stathis wrote: > > > "Thies C. Arntzen" wrote: > > > > > > > > On Fri, Jun

Re: [PHP] Help with PHP/Oracle and serializing data

2001-06-26 Thread Thies C. Arntzen
On Mon, Jun 25, 2001 at 01:42:18PM -0500, Michael Champagne wrote: > I'm developing a web application and would like to be able to store the state > of the application in an Oracle table by serializing a bunch of variables and > storing them in the database. Has anyone done this? What datatype w

Re: [PHP] Help with PHP/Oracle and serializing data

2001-06-26 Thread Thies C. Arntzen
On Tue, Jun 26, 2001 at 06:42:00AM -0400, infoz wrote: > > If the data will be less than ~4K, use 'varchar2', otherwise use 'long'. do not use long as long are not fully supported in oracle (and never were). tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] PHP and Windows XP

2001-06-28 Thread Young C. Fan
""elias"" <[EMAIL PROTECTED]> wrote in message 9heq8k$e6$[EMAIL PROTECTED]">news:9heq8k$e6$[EMAIL PROTECTED]... > Why not? > if it works with WinME and PWS, I suppose it will with XP too. I was under the impression that XP is the next in line after Win 2000, not the 95/98/Me line. Young --

[PHP] Image generation

2001-06-28 Thread Young C. Fan
Hi, I'd like to write some scripts that resize high-res jpegs and gifs into smaller jpegs and gifs. What are the best tools for doing this? I've heard of the GD library and ImageMagick. Which one is better? Are there others? I'll definitely have to generate gif's, so png support by itself isn't s

[PHP] IRC Gateway Functions

2001-07-03 Thread Brian C. Doyle
Hello all, I am trying to use the IRC Gateway Functions and am concerned that I may not have PHP configured correctly. The problem with that is that i can not find anything to add to the configure line to add the functions. Currently all I have in my code is and i get Fatal error: Call to u

Re: [PHP] raw POST data

2001-07-05 Thread Thies C. Arntzen
On Thu, Jul 05, 2001 at 09:14:36AM +0200, Xavier Paz wrote: > Hi, > > Is there any way to get the raw POST data sent by the client? I mean the > full data, before parsing into PHP variables. no - you would have to hack it up hint: serch for _RAW_ in /functions/post.c tc > > I am us

Re: [PHP] optimal code

2001-07-05 Thread Thies C. Arntzen
On Thu, Jul 05, 2001 at 02:29:12PM +0300, Adrian Ciutureanu wrote: > Is any of the versions below more effective? > > /** Version 1 **/ > if($condition) { > // some big code > } else { > // other big code > } > ?> > > /** Version 2 **/ > if($condition) { >

Re: [PHP] Binding PHP Arrays to Oracle Arrays in OCI library - can you do it?

2001-07-06 Thread Thies C. Arntzen
On Fri, Jul 06, 2001 at 11:38:48AM +0100, Neil Kimber wrote: > > We have a nice PHP framework that handles all of of our interactions with > Oracle via OCI calls. It works beautifully and gives us no problems. > However, the one thing that we cannot get working is the calling of an > Oracle store

<    1   2   3   4   5   6   >