Nevermind... Seems the webserver was on afs filespace, and apache/php
didnt like the permissions it had there. Everything works now that I
moved it to a jfs filesystem.
Scott Baker wrote:
I'm trying to write an extention that calls a C++ lib i've written. I've
gotten the module
I'm trying to write an extention that calls a C++ lib i've written.
I've gotten the module to compile and function mostly correctly, but I
have a problem opening files for writing within functions of the lib.
My code links libpng to write image files to a img directory on the
webserver. The pr
It appears to be some kind of timeout that it is waiting for. 60 seconds tends
to be a timeout. Mabye it is trying to fill the full 2048, and waiting till the
timeout is past.
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/
Quoting Matt Haught
The file that is suspect is pear/Net/SMTP.php
mailFrom()
rcptTo()
data()
These are the functions that could have the error. The lines that show
socket->write are where you should see '\r\n'.
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.o
I have seen in the past that the SMTP code loses \r\n as it's end lines. These
need to be present or you see this hang.
SMTP end line is \r\n not \n.
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/
Quoting Matt Haught <[EMAIL PROTECTED
go
and got no response.
It doesn't help if people are using non-file generators, but that's
gotta be like 1% of the usage.
--
Scott Lamb
Index: sapi/apache2filter/sapi_apache2.c
===
RCS file: /repository/php4/sapi/apache2
ile. It's a pretty clear improvement over the current situation, though.
--
Scott Lamb
Index: sapi/apache2filter/sapi_apache2.c
===
RCS file: /repository/php4/sapi/apache2filter/sapi_apache2.c,v
retrieving revision 1.8
What wrong with:
exec('perl {script name}', $array);
?
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/
Quoting Roman Neuhauser <[EMAIL PROTECTED]>:
> > To: [EMAIL PROTECTED]
> > From: "Chhai Thach" <[EMAIL
mention time frame to get
it implemented.
--
Scott Carr
OpenOffice.org
Whiteboard-Doc Maintainer
http://whiteboard.openoffice.org/doc/
Quoting John Lim <[EMAIL PROTECTED]>:
>
> "Jani Taskinen" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAI
length of the SQL string. (The SQL string works
fine if I run it in Access.)
Are there any ideas on this??
--
Scott Carr
OpenOffice.org
Whiteboard-Doc Maintainer
http://whiteboard.openoffice.org/doc/
-
This mail sent through IMP: http://horde.o
.
But Windows php.exe doesn't show the compile-time options in phpinfo().
It used to be at the top of phpinfo()... where is it now?
By the way, I'm running IIS / CGI mode.
A side issue - why is memory_limit disabled for Windows?
Scott.
Previou
ows.
One bug report for an earlier PHP version suggested to run ./configure to
find out what compile options were set. This obviously doesn't work for
the distributed binary...
While we are on the subject, I don't suppose you can shed light on why it
isn't enabled?
Scott
ered,
I just include the full path in both the ld_library_path and libpath to see if whether
it work or not. So far, it doesn't!
Sorry, I cannot help you all any further.
Scott F.
Previous Comments:
[2001
From: [EMAIL PROTECTED]
Operating system: AIX 4.3.3
PHP version: 4.0.6
PHP Bug Type: *Configuration Issues
Bug description: --with-iodbc, --with-ibm-db2 doesn't work together when using
./configure
When proceeding to use the './configure' command and include the 2
options
Thanks for the update, however, you should note the deprecation of the older
mcrypt functions in the PHP documentation...
Cheers.
Scott
-Original Message-
From: Bug Database [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 3:29 AM
To: [EMAIL PROTECTED]
Subject: Bug #13068
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: Strings related
Bug description: chop/rtrim don't whack null bytes as advertised
trim() seems to work, but rtrim/chop don't appear to kill a null at the end
of a string variable.
--
Edit bug re
arrowed it down to the call to mcrypt_module_open. That's the one that hoses
me.
$cipher = "des";
$td = mcrypt_module_open ($cipher, "", MCRYPT_MODE_CBC, "");
Sometimes it works, other times, I get seg faults, which would rule out
ll to mcrypt_module_open. That's the one
that hoses me.
$cipher = "des";
$td = mcrypt_module_open ($cipher, "", MCRYPT_MODE_CBC, "");
Sometimes it works, other times, I get seg faults, which would rule out
library permissions, etc.
Any ideas?
Scott
--
Edit bug
From: [EMAIL PROTECTED]
Operating system: Redhat Linux 7.0
PHP version: 4.0.6
PHP Bug Type: Scripting Engine problem
Bug description: set_error_handler doesn't trap all errors
I believe this is the same bug as bug report 11803, but I think the scope
is wider than initially r
Here is the script I was running to get some info.
System Info";
echo "";
echo "posix_getpid: " . posix_getpid() . "\n\n";
echo "posix_getppid: " . posix_getppid() . "\n\n";
echo "posix_uname: " . print_r(posix_uname()) . "\n\n";
echo "posix_times: " . print_r(posix_times()) . "\n\n";
echo "";
ec
What is the highest version of php that the optimizer supports. I have gone
all through the zend web page and can not find any references to 4.0.5 or
4.0.6. Are they currently supported, or do we need to wait for update to be
made?
--
Scott Wolf - [EMAIL PROTECTED]
Network Administrator
Aginet
mance gain in running php as a SAPI instead of a CGI module
would be
nice!
Scott Gould
FOLLOWUP:
The following message appears the in the event log when asp.dll stops responding:
The server failed to load application '/LM/W3SVC/6/Root'. The error was 'The
application call
flict. Still, the performance gain in running php as a SAPI instead of a CGI module
would be nice!
Scott Gould
--
Edit Bug report at: http://bugs.php.net/?id=10480&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
uild'
make: *** [build-apache-stamp] Error 2
The machine is Linux 2.4.1. Distribution is Debian Unstable. I am compiling
the latest cvs from within my own debian package. Any ideas what is
happening. I am not an expert when it comes to c and such.
--
Scott Wolf - [EMAIL PROTECTED]
Network
From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.8
PHP version: 4.0.4
PHP Bug Type: MySQL related
Bug description: extract() does not overwrite old values in a while loop with the
EXTR_OVERWRITE
$sql = "select * from organization order by
regionalrequirement,organization
There is something called constraints in the database (generally).
You have to set that field in the database, to unique, or make a "unique"
index on that field.
regards.
idsarts.
-Mensaje original-
De: Web Admin [mailto:[EMAIL PROTECTED]]
Enviado el: Domingo, 25 de Febrero de 2001 10:2
for mysql only.
tia
-Scott
--
PHP Development 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]
27 matches
Mail list logo