Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
Patrick, Try running it thus: truss -f apachectl start That should tell you where it's dying. [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advi

Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
that it is able to open the file, but not close it. Without seeing more, that's all I can really say. [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technic

Re: [PHP] Upgraded and now apache just dies

2002-06-21 Thread Billy S Halsey
Oops, I spoke too quickly. The problem isn't with the close, it's with the door_info() syscall. Perhaps file descriptor 8 isn't a door ... [billy] -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc.

Re: [PHP] Text editor for linux

2002-02-18 Thread Billy S Halsey
o unsubscribe, visit: http://www.php.net/unsub.php >> > > >jedit > >www.jedit.org > -- === Billy S Halsey Software Problem Resolution

[PHP] Q on php://stdin

2002-02-18 Thread Billy S Halsey
re I open the file, etc.] I'm using PHP 4.1.1 on Solaris 8. Can somebody PLEASE tell me what the problem is? What stupid mistake am I making? Thanks. -bsh :-) -- =========== Billy S Halsey Software Pro

Re: [PHP] Nasty DoS in PHP | Windows only?

2002-04-18 Thread Billy S Halsey
ponses :) > > Maybe this is more of a PHP-on-IIS issue than an actual security > issue in PHP. > > Jason > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical adv

Re: [PHP] newbie problem under Solaris

2002-04-30 Thread Billy S Halsey
rk? > > Thanks in advance > > - > Emiliano H.Marmonti > Informático Módulo de Bibliotecas > Programa SIU > Ministerio de Educación de la Nación > -- /-----=[

Re: [PHP] Include Files self aware?

2002-04-30 Thread Billy S Halsey
alled as an include. > > Thanks, > Chris > > -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advice offered in this message are my | | own and not necessarily endor

Re: [PHP] Another doubt in Solaris-PHP install

2002-05-03 Thread Billy S Halsey
Emiliano, Make sure that /usr/ccs/bin is in your path. That's where ar(1) lives. /bsh/ Emiliano Marmonti wrote: >Hi people, >I've downloaded gcc package, make package and libtool package for proper compiling. >I have finished the config process. >When I try to make appears: > >libtool: ar not

Re: [PHP] Compiling PHP on Solaris 7

2002-05-15 Thread Billy S Halsey
O2 -pthreads -DZTS -prefer-pic -c -o > zend_language_parser.lo `test -f zend_language_parser.c || echo > './'`zend_language_parser.c > In file included from zend_compile.h:24, > from zend_language_parser.c:147: > zend.h:55: unix.h: No such file or directory

[PHP] dtcm interface?

2002-05-20 Thread Billy S Halsey
ke that to interface with it. (If I'm wrong, please let me know!) Thanks in advance for your help. /bsh/ -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems, Inc. ESP Solaris SW | | "All opinions and technical advice off

Re: [PHP] How to simultaneously send HTML *and* start download?

2002-05-21 Thread Billy S Halsey
Hi, Here's the shell of a script I wrote a while back to do exactly what you want: Note the format of the "Boundary" headers, especially the dashes. /bsh/ -- /-----=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsy

Re: [PHP] simple array question

2002-05-27 Thread Billy S Halsey
Jose, Try this: for ($i = 0; $i < $whatever; $i++) { $myArray[] = // ... } /bsh/ Jose Jeria wrote: > in javascript i can build an array doing like this: > > for(i=0; i < whatEver.length; i++){ > myArray[myArray.length] = // > } > > What is the equivalent to this in PHP? > Is this

Re: [PHP] timestamp confusion

2002-02-20 Thread Billy S Halsey
',$stamp - $difference); >?> > > >Seems easy enough, but 1399 doesn't seem right to me! > >Where have I lost the plot??? > > >Justin French >http://indent.com.au >http://soundpimps.com > -- =

Re: [PHP] Q on php://stdin

2002-02-20 Thread Billy S Halsey
using PHP 4.1.1 on Solaris 8. Thanks in advance, -bsh Billy S Halsey wrote: > Hi all, > > I've been trying for the last three hours to do something like this: > >#!/usr/local/bin/php -q >$fp = fopen("php://stdin", "r"); >

Re: [PHP] Q on php://stdin -- an answer!

2002-02-21 Thread Billy S Halsey
or that is opened. I don't know what other OS'es do, but that's Solaris' way of handling piped data. Would it be possible for someone to look into or offer an explanation for why the code for fgets() does an lseek() after each read? Thanks. -bsh Billy S Halsey wrote: > Hi a

Re: [PHP] Email Verification

2002-02-24 Thread Billy S Halsey
and >"pretend" to send an email to them, but cancel the request before you >actually send anything - doesn't always work though, as some servers will >report back the all users are correct > -- /---------=[ BILLY S HALSEY ]=--\ | Mem

Re: [PHP] interesting problem / NETSCAPE-related

2002-02-28 Thread Billy S Halsey
Vlad, Try IMAGE /bsh/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A silly question. :P

2002-03-08 Thread Billy S Halsey
> >I'm trying to learn PHP, but it's been kinda hard. THANKS A LOT GUYS! > >-GENESiS DESiGNS >-Sean Kennedy >-http://www.gdesigns.vcn.com > > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsystems

Re: [PHP] Checking url validation

2002-03-29 Thread Billy S Halsey
; Mark Roberts > Sr. Systems Analyst > LanApps/Web Development > The Williams Information Services Corporation > 918-573-1706 > [EMAIL PROTECTED] > > > -- /-=[ BILLY S HALSEY ]=--\ | Member of Technical Staff, Sun Microsy

Re: [PHP] Checking url validation

2002-03-29 Thread Billy S Halsey
Oops ... That's not balanced. Add another ) at the end of the if. /bsh/ Billy S Halsey wrote: > Try an extra layer of parens: > > if (($fp = fopen("http://www.anyurl.com";, "r") == NULL) > { > echo "not valid"; > } > else > {

Re: [PHP] WWW-Authenticate problem in Apache

2002-04-02 Thread Billy S Halsey
\"My Realm\""); > ?> > Whatever I input to the login box, the failed, retry message comes out and > it becomes a dead loop - login - retry - login .. > > Can anyone help me ?? > > Ken > > > -- /-=[ BILL

Re: [PHP] Adding "a" in "try.jpg"!

2002-04-08 Thread Billy S Halsey
> insert an "a" at the end of the name before the "." ? > > 2. OR.. can i insert the "a" before the "." in the > image name in my mySQL database itself. > > Either of the two solutions can work for me. > > Thanks, > T. Edison Jr. >