Re: [PHP-WIN] Perplexing crash with 5.2.9+ php5ts.dll

2009-07-25 Thread Brad Waite
Richard Quadling wrote: > OK, so far so good. > > Now create a simple PHP script which you can run at the command line > which you think will cause the issue. > > If you can produce a simple test case, then allow us to run it to see > if it is reproducible. > Okay, found the problem; it's with

Re: [PHP-WIN] Perplexing crash with 5.2.9+ php5ts.dll

2009-07-24 Thread Brad Waite
Richard Quadling wrote: > 2009/7/24 Brad Waite : >> Richard Quadling wrote: >> >>> What happens if you try to run PHP from the command line? >>> >>> php -v >> PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57) >> Copyright (c) 1997-2009 The PHP Gro

Re: [PHP-WIN] Perplexing crash with 5.2.9+ php5ts.dll

2009-07-24 Thread Brad Waite
Richard Quadling wrote: > What happens if you try to run PHP from the command line? > > php -v PHP 5.2.10 (cli) (built: Jun 17 2009 16:16:57) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies with Zend Debugger v5.2.15, Copyright (c) 1999-200

[PHP-WIN] Perplexing crash with 5.2.9+ php5ts.dll

2009-07-23 Thread Brad Waite
've seen are dupes or mis-configurations, but I also haven't found anyone else experiencing this issue with recent builds. Any suggestions? Thanks, Brad Waite -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Domain name

2004-04-19 Thread Brad Thomas
Can I be l33t too? My server needs l33t to run properly... it just doesn't work if it doesn't have l33t installed... "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Personally, I'd suggest getting mod_l33t, and just modify the config file.. > But you'll need a domain name

Re: [PHP-WIN] Java

2004-04-19 Thread Brad Thomas
I say you should take two aspirin, take the week off work, close all your windows, shut off your engine and start again. "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 2004-03-17 at 02:50, S.Gultom wrote: > > why my java script always error, when i run my p

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-12 Thread Brad Lawryk
Thanks Hubo, When I make a page with that code ... it always says 'New Session'. No matter what I do the 'Session Variable Saved' never shows up. Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The code shown below is a comple

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-09 Thread Brad Lawryk
Thanks Hubo, Where would I nsert that coding? The coding should be fine though as the page works flawlessly on a Linux Server? Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > To be sure that there is no coding error, just try this simple code: &g

[PHP-WIN] Session Variables Problem (Missing)

2004-01-09 Thread Brad Lawryk
the php.ini file as many have suggested fixes the problem but it hasn't made a difference for me. Thanks -- Brad Lawryk Williams Lake TimberWolves www.wltimberwolves.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Upgrading problems

2003-09-25 Thread Brad Harriger
I'm trying to upgrade from PHP 4.0x to 4.3.3. I get the following error when trying to run a script in my browser: The procedure entry point_persist_alloc could not be located in the dynamic link library php4ts.dll. I'm running Apache 1.3.x (CGI) on Win 2k. I've copied php.ini-dist and all d

[PHP-WIN] SNMP seems to time out returns

2003-08-01 Thread Brad
Windows 2K server with Apache. Added the SNMP module (now i don't get bad function calls!). Seems when I try to use the functions it trys to get to the router, but doesn't return information. Getting "no response" : Warning: snmprealwalk(): No response from escr1e in C:\WebDoc\snmpinfo.php on line

[PHP-WIN] IMAP extension active but does not seem to try to go out to the mail host

2003-08-01 Thread Brad
Added the IMAP extension.. when i try to use it, it seems that it isn't even trying to get to the host (no hang, timeout). it responds IMMEDIATELY with the message: Warning: imap_open(): Couldn't open stream {imap.xyssx.com:143}MAIN in xxx.php on line 76 of course the subsequent calls fail as the

[PHP-WIN] Re: Getting current page details

2003-06-09 Thread Brad Thomas
a parameter in the URL. Then we take the basename of the current script pathname (ie /foo/bar.php becomes bar.php) append the question mark for the query string onto it, and then finally the query string values Brad "Rotsky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED

[PHP-WIN] Re: Recursive function within a class

2003-06-09 Thread Brad Thomas
You can, you just need to use the $this variable, so $this->a($y) "Olafsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello > > I´ve a small problem. I´ve created a class with serveal functions but when > I try to make a recursive function within the class it generates an err

[PHP-WIN] Re: I am try to upload an image to a folder on my web server

2003-06-09 Thread Brad Thomas
Hi Firstly, I would like to point out that programming with register_globals on is a bad move, in sense of security. Secondly, I'd suggest using isset for checking if there is anything in the $_FILES superglobal. (If you're using post 4.1, of course.) "Stephen K Knight" <[EMAIL PROTECTED]> wrote

[PHP-WIN] Re: Not rhetorical: Why upgrade php when current version is working fine?

2003-05-30 Thread Brad Thomas
will not work in PHP5. HTH Brad "Jim Beach" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I imagine there are some people with opinions on this list so I'd really appreciate some commentary and philosophy on this subject if you want. Deride me if you must.

Re: [PHP-WIN] Re: MsWord html

2002-11-12 Thread Brad Thomas
in message news:3778154770.2002133930@;inbox.ru... > Hi Brad, > > Monday, November 11, 2002, 1:23:52 PM, I've got: > > BT> Eradicating the world of people who use MSWord to create webpages. > > BT> *happy sigh at the thought* > > BT> HTH > BT> Brad >

[PHP-WIN] Re: MsWord html

2002-11-11 Thread Brad Thomas
Eradicating the world of people who use MSWord to create webpages. *happy sigh at the thought* HTH Brad "Steel" <[EMAIL PROTECTED]> wrote in message news:4818722902.20021110141715@;inbox.ru... > Hi php-windows, > > Does anybody knows, what regexp can help me remove almo

[PHP-WIN] Re: Form text with reserved chars

2002-11-04 Thread Brad Thomas
Hi It sounds like magic_quotes_gpc is set to On in your php.ini file.. change this value to Off if you wish to handle escaping of characters yourself. Secondly, it's advisable to research nl2br() HTH Brad "News.Php.Net" <[EMAIL PROTECTED]> wrote in message news:200211010

[PHP-WIN] Re: Any special functions need to be loded to accept forms?

2002-11-03 Thread Brad Thomas
ck[$check]) { > $error .= "Missing $dcheck[$check]"; > } > > > > Thanks! > > Luke :) > } > > This is due to a setting in your php.ini file register_globals: off If this is the case, variables that come from a form need to be accessed by the superglob

Re: [PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-15 Thread Brad Thomas
Haha. I rock :) HTH Brad "Mark A. Nichols" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Here's a code snippet. I haven't tried this yet. http://www.phpbuilder.com/mail/php-general/2000101/1850.php -----Original Mess

Re: [PHP-WIN] RE: Acces DB and PHP connection ?

2002-10-14 Thread Brad Thomas
I would think the only way you could connect to an Access Database without a DSN set would be through the use of COM, maybe? We did a little bit of ASP in TAFE last term and we connected to an Access DB without setting a DSN .. so maybe it could follow a bit of the same path. HTH Brad

[PHP-WIN] Re: $SCRIPT_NAME Problem

2002-09-24 Thread Brad Harriger
I got it figured out. I needed $PHP_SELF instead. Brad Brad Harriger wrote: > I'm trying to create a simple script that logs access to several pages > on a site I'm working on. I want to capture the date and time, address > of the PC accessing the page, and the name

[PHP-WIN] $SCRIPT_NAME Problem

2002-09-24 Thread Brad Harriger
r the line "lineOut .= $SCRIPT_NAME;" The value of $SCRIPT_NAME is always the path to the PHP executable, not the script that contains the code. How do I correct this problem. I'm running PHP 4.06 under Apache 1.3.22 on a Win 2000 PC. Thanks in advance, Brad -- PHP W

[PHP-WIN] Re: Quotes issues

2002-08-17 Thread Brad Thomas
ot;\"","",$string); > str_replace("\'","",$string); > > Please help. > > Thanks, > Ron I think you need to refer to addslashes() / stripslashes() http://www.php.net/manual/en/function.addslashes.php http://www.php.net/manual/en/f

[PHP-WIN] Re: Getting Field Names in Microsoft SQL

2002-08-16 Thread Brad Thomas
for ($a = 1; $a < $fields; $a++) { echo "" . mssql_field_name ($a) . "\n"; } echo "\n"; echo "\n"; ?> Hope this helps, I've just converted how I do it in MySQL to the functions for mssql. Brad -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Date conversion

2002-08-13 Thread Brad Thomas
"Kit Kerbel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would like to convert 2002-04-02 00:00:00 to the format, > 04-02-2002or m/d/Y > > How would I do this? > > Thanx in advance, > Kit > > > > ___

[PHP-WIN] .server side includes on Windows IIS 4.0

2002-06-07 Thread Brad Deters
To answer the 3 questions: 1.) These includes are located on the same server. 2.) Yes, all the other includes do work. They are pointing to .htm files. 3.) Yes, we would have considered it, but we looked at the proposition of changing everything over to php and using the SSI seemed to be the cl

[PHP-WIN] .server side includes on Windows IIS 4.0

2002-06-06 Thread Brad Deters
I have several pages that contain includes pointing to .htm pages. I have one include that points to a .php include. We recently switched from Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0 OS. The .php include worked before the switch, but doesn't afterward. If I go directly

[PHP-WIN] Re: Shutting down Apache on Windows

2002-05-06 Thread Brad Thomas
Hello. To shut down apache, you need to make the apache window active, and press the Ctrl + C keys. Hope this helps. Brad "Jerry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello! I just setup Apache 1.3 on Win98 using Triad.

[PHP-WIN] Re: Testing...pls ignore

2002-05-06 Thread Brad Thomas
I am also ignoring this. BT <..> http://hellkeeper.hostbet.net/ "Then" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > pls ignore this -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: HELP! Connect or no connect, that's the question...

2002-04-15 Thread Brad Thomas
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear all, > > I installed mysql for windows and had to copy some databases (including > mysql standard databases), that I have to use for my php-project. I also > installed the Apache server 1.3 ... > > My problem

[PHP-WIN] Re: Any credability lost...

2002-04-03 Thread Brad Thomas
"Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It is after 6am, I am just going to bed after several friends have left my > flat after copious amounts of vodka consumed. Just thought people might be > interested to hear and share any similar st

[PHP-WIN] Re: Editor

2002-01-17 Thread Brad Thomas
"Sanjuroe" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am looking for a light-weight editor which supports PHP tag > highlighting and indenting. > > Which editor do you recommend? > > Sanjuro > Edit

[PHP-WIN] Re: Mysql connection

2002-01-16 Thread Brad Thomas
> > Warning: MySQL Connection Failed: Can't connect to MySQL server on > > 'localhost' (10061) in c:\program files\apache > > group\apache\htdocs\db_connect.php on line 3 This error means the MySQL server isn't running. Try starting the server and try again. -- PHP Windows Mailing List (htt

[PHP-WIN] fread error

2002-01-08 Thread Brad Harriger
quot;w"); . . . while(!feof($fp)) { $linein = fgets($fp,4); /* **THIS IS LINE 53** */ if (!$linein) { echo "Reading a line"; } fwrite($fp1, $linein); } . . . fclose($fp1); fclose($fp); Thanks in

[PHP-WIN] Re: A referer code needed

2001-12-10 Thread Brad Thomas
t; to my php script (as "referer" in perl script) > I'm using Apache webserver on win98 OS. > If any one know the code to be written plz send it to me as soon as > possible. > > Thanks a lot > > > Hi. I believe the variable you are looking for is $HTTP_REFERER

[PHP-WIN] fopen question

2001-10-22 Thread Brad Harriger
Is it possible to have more than one file open at a time using fopen? -- PHP Windows 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-WIN] mysql statment

2001-09-11 Thread Brad Thomas
way if any to do that without having to do a bunch of extra coding before every sql statment just to addslashes? Thanks! Angie Set variables? $alt_spelling2 = addslashes ($alt_spelling); $description2 = addslashes ($description); Brad -- PHP Windows Mailing List (http://www.php.net/) T

[PHP-WIN] Re: What's my problem with nl2br and a text file?

2001-09-09 Thread Brad Thomas
Yes! I've got this exact same problem I think it has something to do with the format of a text file not recording file break positions But that doesn't really explain why notepad can display them perfect :( "John Asendorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROT

[PHP-WIN] PHP4-Apache-WinNT config problems

2001-09-05 Thread Brad Harriger
solve this issue? Thanks, Brad -- PHP Windows 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]

[PHP-WIN] Re: Login System

2001-09-03 Thread Brad Thomas
"Brad Thomas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > IMHO I've found MySQL better > > <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost... > > How would I go about making a

[PHP-WIN] Re: .php opening as text document

2001-08-29 Thread Brad Thomas
"Goodluckmo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > you must not correct install php. > "Craig" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi > > > > I'm trying to set up hlstats which users hlstats.php but e

[PHP-WIN] Re: Login System

2001-08-29 Thread Brad Thomas
IMHO I've found MySQL better <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost... > How would I go about making a Login system? and should I should > Flat file or MySQL? > > Let me know > Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: