I switched to PHP 5.3.2 and to fastcgi and that seems to have cured the
problem.
Thanks for the reply
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, Jul 19, 2010 at 9:54 AM, SteveW wrote:
> I have various database / php apps running on a hosted windows machine.
>
> All apps run ok.
>
> We have installed a windows 2003 server machine and the apps run fine.
> However if 2 users hit the Search button at the same
I have various database / php apps running on a hosted windows machine.
All apps run ok.
We have installed a windows 2003 server machine and the apps run fine.
However if 2 users hit the Search button at the same time we get a PHP
access violation and I have to restart IIS.
This is not
Hi,
The error I posted about the other day, "PHP has encountered an
Access Violation at .", is recurring on an intermittent basis. I find that
once it starts occurring, it continues happening for about an entire day,
and then it mysteriously stops occurring again for a day or two.
On Fri, 2009-10-16 at 15:52 -0700, Jim Lucas wrote:
> Marshall Burns wrote:
> > I am developing a crawler. It has worked fine throughout testing until this
> > morning, when suddenly it started yielding an access violation error. I have
> > not been able to find any explanation of this. I've reduc
Marshall Burns wrote:
> I am developing a crawler. It has worked fine throughout testing until this
> morning, when suddenly it started yielding an access violation error. I have
> not been able to find any explanation of this. I've reduced the script to
> the following test code:
>
>
I am developing a crawler. It has worked fine throughout testing until this
morning, when suddenly it started yielding an access violation error. I have
not been able to find any explanation of this. I've reduced the script to
the following test code:
==
T
Please ignore.
Newbie error solved
Thanks
From: Ernie Kemp [mailto:ernie.k...@sympatico.ca]
Sent: July-28-09 9:34 PM
To: php-general@lists.php.net
Subject: [PHP] Access Denied
Line in Program:
//connect to server and select database
//connect to server and select database
Ernie Kemp wrote:
Line in Program:
//connect to server and select database
//connect to server and select database
$mysqli = mysqli_connect("localhost", "jdoe", "doepass", "testdb");
//create and issue the query
$sql = "SELECT f_name, l_name FROM auth_users WHERE username =
'".$_POST[
Line in Program:
//connect to server and select database
//connect to server and select database
$mysqli = mysqli_connect("localhost", "jdoe", "doepass", "testdb");
//create and issue the query
$sql = "SELECT f_name, l_name FROM auth_users WHERE username =
'".$_POST["username"]."' AND pa
Paul - a PHP API is built into the current version of FileMaker
Server. You do not need any third party classes or anything else. Some
info:
http://www.filemaker.com/support/technologies/php.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
At 11/14/2007 01:02 AM, George Pitcher wrote:
Paul,
> What I'm really looking for is a PHP class that will read FileMaker
> files in their native format. I'm beginning to suspect that none
> exists in the public arena. Someone please tell me there is!
...
I'm just exporting my tables (files
Paul,
> What I'm really looking for is a PHP class that will read FileMaker
> files in their native format. I'm beginning to suspect that none
> exists in the public arena. Someone please tell me there is!
I've been a Filemaker user (and had some Lasso and Frontier driven sites
once). I still u
Thanks Daniel.
However, as soon as I started reading the fx-php documentation I ran into this:
"FX.php is a PHP class which parses the XML output by FileMaker Pro's
web companion..."
The FM Web Companion is another whole ball of wax and appears to be a
live agent running on the server hostin
On Nov 12, 2007 5:58 PM, Paul Novitski <[EMAIL PROTECTED]> wrote:
> Can someone please point me to some PHP code or documentation for
> accessing FileMaker Pro tables with PHP? So far googling Zend and
> world-wide hasn't found me what I'm seeking.
>
> Thanks,
> Paul
>
> --
> PHP General Mailing L
Can someone please point me to some PHP code or documentation for
accessing FileMaker Pro tables with PHP? So far googling Zend and
world-wide hasn't found me what I'm seeking.
Thanks,
Paul
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Friday, September 21, 2007 4:12 PM
To: Eric Lommatsch
Cc: php-general@lists.php.net
Subject: Re: [PHP] Access name of variable in $_POST array
Please include the list when replying.
Eric Lommatsch wrote:
> -Origi
:[EMAIL PROTECTED]
Sent: Saturday, September 22, 2007 6:26 PM
To: 'Daniel Brown'; 'Stut'
Cc: Eric Lommatsch; php-general@lists.php.net
Subject: RE: [PHP] Access name of variable in $_POST array
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
>
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: 21 September 2007 23:27
> To: Stut
> Cc: Eric Lommatsch; php-general@lists.php.net
> Subject: Re: [PHP] Access name of variable in $_POST array
>
> On 9/21/07, Stut <[EMAIL PROTECTED]
gt; Cc: php-general@lists.php.net
> > Subject: Re: [PHP] Access name of variable in $_POST array
> >
> > Eric Lommatsch wrote:
> >> I am writing a PHP script that is going to accept variables that are
> >> passed from a PDF form and should write both the name of t
Please include the list when replying.
Eric Lommatsch wrote:
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Friday, September 21, 2007 3:09 PM
To: Eric Lommatsch
Cc: php-general@lists.php.net
Subject: Re: [PHP] Access name of variable in $_POST array
Eric Lommatsch
Eric Lommatsch wrote:
I am writing a PHP script that is going to accept variables that are passed
from a PDF form and should write both the name of the variable and its value
to a text file.
I can get the value that I want to retrieve with out problem. However, even
though I have searched t
Hello,
I am writing a PHP script that is going to accept variables that are passed
from a PDF form and should write both the name of the variable and its value
to a text file.
I can get the value that I want to retrieve with out problem. However, even
though I have searched through the PHP.n
ouch... hey it's work rite now... thanks a lot for your help Edward
and Stut, i really apprieciate it...
br///
On 8/9/07, Stut <[EMAIL PROTECTED]> wrote:
> Suprie wrote:
> > function getDB()
> > {
> > return $this->$db;
> > }
>
> There should not be a $ before db. It should be
> -Original Message-
> From: Suprie [mailto:[EMAIL PROTECTED]
> Sent: 09 August 2007 11:13
> To: php-general@lists.php.net
> Subject: [PHP] Access parent property from child
>
>
> dear all ...
>
> i have question, i've tried look at google but sti
Suprie wrote:
function getDB()
{
return $this->$db;
}
There should not be a $ before db. It should be $this->db. That's why
PHP is telling you the property is empty... because it is.
-Stut
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
dear all ...
i have question, i've tried look at google but still can't figured out
how to do it...
i want access parent property from child object the code was like
id;
}
protected function setId($id)
{
$this->id = $id;
}
function getDB()
{
return $this
Uh. (Embarrassed)
Thanks anyway!!
-W
""Casey Chu"" <[EMAIL PROTECTED]> kirjoitti
viestissä:[EMAIL PROTECTED]
> $value holds the value of the current array element.
>
> On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I Have an array $toplevel containing arrays:
>> Array (
>>
$value holds the value of the current array element.
On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote:
Hello,
I Have an array $toplevel containing arrays:
Array (
[0] => Array (
[0] => 1
[1] => 1
[2] => eka
[3] => eka.php )
[1] => Array (
Hello,
I Have an array $toplevel containing arrays:
Array (
[0] => Array (
[0] => 1
[1] => 1
[2] => eka
[3] => eka.php )
[1] => Array (
[0] => 2
[1] => 1
[2] => toka
[3] => toka.php )
[2] => Array (
- Original Message -
From: "Alain Roger" <[EMAIL PROTECTED]>
To: "PHP General List"
Sent: Wednesday, November 08, 2006 9:22 PM
Subject: Re: [PHP] access to DB and security
Hi Satyam,
if i understood well, in this special hidden (from web) folder, you writ
Hi Satyam,
if i understood well, in this special hidden (from web) folder, you write an
include file, where you only return an opened connection... something like
$db (where $db =mysql_connect("$host", "$user",
"$user_pwd",false,CLIENT_MULTI_STATEMENTS) ; for example)
and only this $db open conne
- Original Message -
From: "Alain Roger" <[EMAIL PROTECTED]>
Hi,
My web hoster gave me a login and password with which i can connect to DB,
perform some actions as DB owner / superuser just for my DB.
If i use this login + password to connect and perform some actions from my
web pages
On Wed, November 8, 2006 11:05 am, Alain Roger wrote:
> My web hoster gave me a login and password with which i can connect to
> DB,
> perform some actions as DB owner / superuser just for my DB.
> If i use this login + password to connect and perform some actions
> from my
> web pages, everybody c
Hi,
My web hoster gave me a login and password with which i can connect to DB,
perform some actions as DB owner / superuser just for my DB.
If i use this login + password to connect and perform some actions from my
web pages, everybody can hack my DB and do what they want.
My web hoster will not
did you try mysql 5.0.24a? there where some problems with 5.0.24
(segfaults...)
--
View this message in context:
http://www.nabble.com/PHP-Access-Violations-tf023.html#a6227018
Sent from the PHP - General forum at Nabble.com.
--
PHP General Mailing List (http://www.php.net/)
To
Hi Wolf,
Please correct me if I'm wrong, but neither of these tools from the
MySQL team can SSH tunnel. I need that.
-Chris
On 9/8/06, Wolf <[EMAIL PROTECTED]> wrote:
MySQL Query Tool
MySQL Admin Tool
Both free, both work flawlessly w/ MySQL and both maintained by MySQL
Wolf
Christopher W
MySQL Query Tool
MySQL Admin Tool
Both free, both work flawlessly w/ MySQL and both maintained by MySQL
Wolf
Christopher Watson wrote:
> Following up on this now...
>
> I have successfully installed Apache 2.0.59 (Win32), and configured
> successfully for PHP 5.1.6 and MySQL 5.0.24. The app i
Following up on this now...
I have successfully installed Apache 2.0.59 (Win32), and configured
successfully for PHP 5.1.6 and MySQL 5.0.24. The app is running fine,
but I ran a few manipulation queries from the SQLyog interface and
Apache did crash. I'll have try to reproduce the problem again
Spoke too soon. After a reboot, I had only IE and Homesite open,
making changes to PHP code and running the app, and it hit an access
violation. So SQLyog ain't it.
-Chris
On 9/6/06, Christopher Watson <[EMAIL PROTECTED]> wrote:
Thanks for the input, Jon. I'll get to the Apache and IIS resta
Thanks for the input, Jon. I'll get to the Apache and IIS restart
suggestions soon.
Meanwhile, I think I have a semi-repeatable recipe for getting the
access violation to happen. As far as I can tell, everything is cool
until I open up SQLyog and do some sort of database manipulation
within it.
Hi Chris,
memtest run over several hours, with 2000% coverage. No errors.
-Chris
On 9/5/06, Chris <[EMAIL PROTECTED]> wrote:
Run memtest or something over your machine, sounds more like a hardware
issue than anything else.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
Christopher Watson wrote:
Hi Wolf,
Set up PHP error logging. Proceeded to do some regular development.
Created some PHP errors in my code to test logging. Worked great.
Expected errors occurred and got logged.
Five minutes into the session, wham! This error is what comes up in
the browser:
Hi Wolf,
Set up PHP error logging. Proceeded to do some regular development.
Created some PHP errors in my code to test logging. Worked great.
Expected errors occurred and got logged.
Five minutes into the session, wham! This error is what comes up in
the browser:
"PHP has encountered an Ac
First thing you need to do is log the boot through the crash of PHP, it
sounds like something is getting hung in the processes and crapping out.
Personally, I run Apache on windows and Linux machines. It has less
tendency to die and gives a great log of when something happens. First
step is gett
OK, this is starting to get really annoying. I think it's time I
posted this to php-general, and see if there is anything anyone knows
about it.
For a while now (about two years), I have been developing on a laptop
configured as listed below. I'll provide the versions of software I
am currently
$_SERVER['REMOTE_ADDR'] will give you the proxy ip if they have one, and the
browser sends the info, the user might change it to blahblahblah for all we
know...
On 1/4/06, Jay Blanchard <[EMAIL PROTECTED]> wrote:
>
> [snip]
> Is there any way to client's IP address inside a php document. I am
[snip]
Is there any way to client's IP address inside a php document. I am
trying to generate a code that depends on the IP address of the client.
[/snip]
http://us3.php.net/manual/en/reserved.variables.php#reserved.variables.serve
r
$_SERVER['REMOTE_ADDR']
but it may not always be reliabl
Nilanjan Dasgupta wrote:
> Hi,
> Is there any way to client's IP address inside a php document. I am
> trying to generate a code that depends on the IP address of the client.
>
> thanks a lot,
> Nilanjan
>
Give a look at $_SERVER, and more specifically $_SERVER["REMOTE_ADDR"]
http://php.net/
$_SERVER['REMOTE_ADDR']
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server
HTH
Nilanjan Dasgupta wrote:
Hi,
Is there any way to client's IP address inside a php document. I
am trying to generate a code that depends on the IP address of the
client.
thanks a l
Nilanjan Dasgupta wrote:
Hi,
Is there any way to client's IP address inside a php document. I am
trying to generate a code that depends on the IP address of the client.
Yes.
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]
Hi,
Is there any way to client's IP address inside a php document. I am
trying to generate a code that depends on the IP address of the client.
thanks a lot,
Nilanjan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Curt Zirzow wrote:
On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote:
I want to read headers submitted by the client. Are these available
through some global array somewhere?
You will notice all the HTTP_* values in:
var_dump($_SERVER);
hi Curt,
although there is lots of
On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote:
> I want to read headers submitted by the client. Are these available
> through some global array somewhere?
You will notice all the HTTP_* values in:
var_dump($_SERVER);
Curt.
--
cat .signature: No such file or directory
--
P
I want to read headers submitted by the client. Are these available
through some global array somewhere?
Thanks,
Mike
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello all!
Consider this...
Web Server A belongs to an intranet and hosts sites internally, Server
A can only access external web resources via proxy http://proxy:8080 .
How does Server A access resources from Server B which is in the
internet using PHP?
A typical scenario:
Server A needs to dis
Hi,
I need to access both MySQL and SQL server 2000 in a PHP script on RHEL
3. In phpinfo(), I noticed 'supported databases' shows 'MySQL ODBC
PostgreSQL Microsoft SQL Server FrontBase Oracle 8 (oci8)'. And
'Configure Command' has '--with-unixODBC=shared' included. Do I need to
install a
@lists.php.net
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Access and PHP
Just looked into this recently and here's a brief rundown of what I've
found:
1. If you run PHP on a non-Windows system, your only option seems to be
making a connection to a remote ODBC data source (hosted on a Windows
machine
Just looked into this recently and here's a brief rundown of what I've found:
1. If you run PHP on a non-Windows system, your only option seems to be making
a connection to a remote ODBC data source (hosted on a Windows machine
presumably). There was something..err.. ODBTP (?) that would work
I haven't used access with php(mainly due to the fact that I use php
on linux), but any access use I've seen so far was through OBDC(and
that was in phpBB). I suggest you consider both this, and dogging your
way through MS's COM docs.
On 8/3/05, David Wills <[EMAIL PROTECTED]> wrote:
> I am lookin
I am looking for some resources to use my Access Databases with PHP, anyone
have a good link?
David
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, May 3, 2005 10:57 am, Don said:
> I am using php 4.3.11 on a RedHat Linux server running Apache. I have a
> requirement where I need to take a flat file containing formatted data and
> produce an Access 97 MDB file.
>
> Does anyone know of a class or library that will enable me to do this?
Hi,
I am using php 4.3.11 on a RedHat Linux server running Apache. I have a
requirement where I need to take a flat file containing formatted data and
produce an Access 97 MDB file.
Does anyone know of a class or library that will enable me to do this?
Thanks,
Don
On Saturday 16 April 2005 07:18 am, Mark Sargent wrote:
> Marek Kilimajer wrote:
> > Mark Sargent wrote:
> >> Hi All,
> >>
> >> I can access the database from the terminal on Fedora 3,
> >>
> >> [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p
> >> Enter password:
> >> Welcome to the MySQL m
Marek Kilimajer wrote:
Mark Sargent wrote:
Hi All,
I can access the database from the terminal on Fedora 3,
[EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.10a-stan
Mark Sargent wrote:
Hi All,
I can access the database from the terminal on Fedora 3,
[EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.10a-standard
Type 'help;' or '\
Hi All,
I can access the database from the terminal on Fedora 3,
[EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.10a-standard
Type 'help;' or '\h' for help. Type '\
Thursday, 24 March 2005 12:19 AM
> To: Rob Agar
> Subject: Re: [PHP] access violation
>
>
> Hello Rob,
>
> Tuesday, March 22, 2005, 4:14:55 PM, you wrote:
> R> That's interesting - it also started happening for me after
> R> installing PHP 5.0.3. But I h
Hello Rob,
Tuesday, March 22, 2005, 4:14:55 PM, you wrote:
R> That's interesting - it also started happening for me after
R> installing PHP 5.0.3. But I have reverted to 4.3.10 for now, and I
R> can't see how installing 5.0.3 into an entirely separate directory
R> can break my old php install. Hmm
hi Leif
Glad to know I'm not the only one ;)
> The only system stuff we have in common is the OS. The
> webserver is Sambar, and PHP is 5.0.3. It didn't start having
> this issue till I updated the PHP to 5.0.3, so I'm going to
> reinstall it at some point to see if that helps any.
That's int
Hello Rob,
Monday, March 21, 2005, 10:32:36 PM, you wrote:
R> Anyone else had a problem like this? I couldn't find anything in the
R> php or apache bug databases that sounded like the same problem.
R> Windows XP pro SP2
R> Apache/1.3.33 (Win32)
R> PHP/4.3.10
I have something similar on one web
hi all
All of a sudden, my local install of Apache has started throwing access
violation errors. It's happening pretty frequently, particularly when
hitting the refresh button on a page generated from POST data, causing a
re-POST, but isn't 100% reproducible.
Anyone else had a problem like this?
Robert Sossomon wrote:
> Anyone know of any classes or files for a way to write an Access readable
> file
> from PHP and MySQL?
http://php.net/fputcsv
As a special bonus, virtually EVERY database/spreadsheet program on the
planet will be able to read/import a file created with this with NO
hassle
> Anyone know of any classes or files for a way to write
> an Access readable file from PHP and MySQL?
Google produced http://www.phpfreaks.com/tutorials/61/0.php on a
search for "Microsoft Access" php.
Haven't read it. Looks like what you need.
- Chris
--
PHP General Mailing List (http://ww
Anyone know of any classes or files for a way to write an Access readable file
from PHP and MySQL?
Thanks!
Robert
--
Robert Sossomon, Business and Technology Application Technician
4-H Youth Development Department
200 Ricks Hall, Campus Box 7606
N.C. State University
Raleigh NC 27695-7606
Phone:
Is there any way/document/direction to access the under hood dom object
which is created in php land from the c code inside php extensions?
something like this:
in the php code, I do:
$domdoc = new DOMDocument;
$domdoc->loadXML($strXMLData);
$domnode = $domdoc->firstChild;
//... some operations o
I have a client who wants to update their access database that sits on their XP/IIS
box. I plan on using PHP/ODBC connection to do this, however I am not up-to-speed on
pitfalls or best pratices concerning access and odbc over the web or if I should
suggest a better course of action, since I a
Curlys wrote:
-rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php
group and owner like this ,
how does it workable plz help
thanx
curlys
The fact that root owns the php script does not mean it runs as root -
you need the suexec or sudo mechanism for that and it's described in t
Curlys wrote:
-rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php
group and owner like this ,
how does it workable plz help
chown www /path/to/zeed.php
Peter.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oup and owner like this ,
> how does it workable plz help
>
> thanx
> curlys
>
>
> - Original Message -
> From: "John Holmes" <[EMAIL PROTECTED]>
> To: "Curlys" <[EMAIL PROTECTED]>
> Cc: "PHP" <[EMAIL PROTECTED
; <[EMAIL PROTECTED]>
Sent: Friday, August 13, 2004 7:13 PM
Subject: Re: [PHP] access a file
Curlys wrote:
> when run this script from the command prompt, it is working.
>
>
> shell_exec ('killall -HUP abc.pl');
>
> ?>
>
> Terminated the application
Curlys wrote:
when run this script from the command prompt, it is working.
shell_exec ('killall -HUP abc.pl');
?>
Terminated the application ...
but , when it is put this file in a apache web server run via web browser
( accessing a URL with a Link ) it doesn't work . what should i
Curlys wrote:
hi ,
when run this script from the command prompt, it is working.
shell_exec ('killall -HUP abc.pl');
?>
Terminated the application ...
but , when it is put this file in a apache web server run via web browser
( accessing a URL with a Link ) it doesn't work . what sho
hi ,
when run this script from the command prompt, it is working.
Terminated the application ...
but , when it is put this file in a apache web server run via web browser
( accessing a URL with a Link ) it doesn't work . what should i have to do ?
thanx
curlys
--
PHP General
Scot L. Harris wrote:
I'm running a PHP system that relies on knowing the location of the
terminal to handle a lot of '911' (999) type things. I know that
REMOTE_ADDR can not be relied on, but with fixed IP addresses on a local
network it works fine. However I now have a customer who has a Termi
On Mon, 2004-08-09 at 03:16, Lester Caine wrote:
> At the risk of getting my head bitten off I ask this again, as I am not
> getting any help anywhere.
>
> I'm running a PHP system that relies on knowing the location of the
> terminal to handle a lot of '911' (999) type things. I know that
> RE
- Original Message -
From: "Lester Caine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 09, 2004 3:16 PM
Subject: [PHP] Access CLIENTNAME
> At the risk of getting my head bitten off I ask this again, as I am not
> getting any help anyw
At the risk of getting my head bitten off I ask this again, as I am not
getting any help anywhere.
I'm running a PHP system that relies on knowing the location of the
terminal to handle a lot of '911' (999) type things. I know that
REMOTE_ADDR can not be relied on, but with fixed IP addresses o
I am developing a php app on a win 2003 server with
iis6. Unfortunately, I don't know the version of sql
server or php.
I have been testing code since last Thursday and just
started getting this error:
PHP has encountered an Access Violation at 02B80AFD
This error doesn't happen every time, e
So, I found a solution to my problem. I still do not know what was
causing the PHP Access Violation errors, but I have an idea, which I
will relate in this message.
As many suggested, I have pared down my mail sending class by rewriting
it down to about 250 lines of code. Previously, the
Let me point something out here: I was a goof and had an authentication
setting wrong. When I changed it back to LOGIN, it sends e-mail just
fine. So, all is well... sort of. Every 3rd or 4th run of the script
still generates the Access Violation message. However, since it happens
intermitt
same thing work on
windows Me)..
Post when you find a solution, draws my intrest..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Ben Ramsey" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I've asked about PHP Access Violation erro
hey, i think the reason you get no reply is becauase no one knows why it
happens
From: Ben Ramsey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp
Date: Tue, 06 Apr 2004 14:27:08 -0400
I've asked about PHP Access Violation er
I've asked about PHP Access Violation errors before (this very same
error, as a matter of fact), and every time I ask, I get no response.
It's been 24 hours, and no one on php-general, pear-general, or #php and
#pear in Freenode IRC has responded to this particular post.
Do I
I'm getting the following error when using the Mail_smtp package from PEAR:
PHP has encountered an Access Violation at 0177A8B4
It does not occur everytime I use it, but even when send() returns true,
e-mail messages are not being sent. However, it all worked fine a week
ago when I was testing
Hello
I need data from a Microsoft Access database; however my hosting does not
allow ODBC connections with php; so I was wondering if there is a way to
import the access database to Mysql by a process in the server (like for
example someone uploads the database thru a form, and after the uploadin
On Wednesday 25 February 2004 06:19 pm, Jeff Schwartz wrote:
> Does anyone know how to access a DNS record? Can it be done with fopen?
it could be done with fsockopen (*grins maniacally*)... but
php.net/dns_get_record may be a better way to go.
>
> Jeff
>
>
> -
> D
Does anyone know how to access a DNS record? Can it be done with fopen?
Jeff
-
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anyone know what this error means:
PHP has encountered an Access Violation at 77FCC61F
I'm running PHP 5.0 beta 3 on IIS 5.0 on a Win2K machine. I received
the above error message multiple times after changing addslashes($value)
to str_replace("'", "
Perhaps you should re-open the bug report. It was closed due to lack of
feedback, so it's prolly not fixed yet. Can you get a backtrace? Reproducing
code? Need more details...
With regard to the second paragraph, the obvious solution is to use Linux...
Evan Nemerson
On Thursday 11 September
1 - 100 of 191 matches
Mail list logo