[PHP-DEV] PHP 4.0 Bug #9539: extract() does not overwrite old values in a while loop with the EXTR_OVERWRITE

2001-03-03 Thread scott
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

[PHP-DEV] Bug #10480: ISAPI module conflicts with asp.dll

2001-04-24 Thread scott
. 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=10480edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] PHP 4.0 Bug #10480 Updated: ISAPI module conflicts with asp.dll

2001-04-24 Thread scott
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 called an interface

[PHP-DEV] Bug #12136: set_error_handler doesn't trap all errors

2001-07-13 Thread scott
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

[PHP-DEV] Bug #13068: mcrypt_module_open causes seg fault

2001-08-30 Thread scott
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 report at: http://bugs.php.net/?id=13068edit=1

[PHP-DEV] Bug #13068 Updated: mcrypt_module_open causes seg fault

2001-08-30 Thread scott
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 library permissions, etc. Any ideas? Scott

[PHP-DEV] Bug #13070: chop/rtrim don't whack null bytes as advertised

2001-08-30 Thread scott
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

[PHP-DEV] Bug #13501: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-01 Thread scott
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

[PHP-DEV] Bug #13501 Updated: --with-iodbc, --with-ibm-db2 doesn't work together when using ./configure

2001-10-22 Thread scott
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-10-22 09:34:56] [EMAIL PROTECTED] It's your

[PHP-DEV] Bug #15230: memory_limit not obviously disabled for windows binary

2002-01-25 Thread scott
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. -- Edit bug report at: http

[PHP-DEV] Bug #15230 Updated: memory_limit not obviously disabled for windows binary

2002-01-25 Thread scott
. 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. Previous Comments

[PHP-DEV] db paging with MS SQL 7

2001-02-03 Thread Scott Parks
are 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]

[PHP-DEV] RE: [PHP-DB] Re: [PHP] No same username

2001-02-25 Thread Scott Bernard
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

[PHP-DEV] Compile problem on linux with latest cvs

2001-04-22 Thread Scott Wolf
pache-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 Administrator Aginet - http://www.a

[PHP-DEV] Zend Optimizer

2001-04-27 Thread Scott Wolf
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

[PHP-DEV] Output seems to be out of order

2001-04-29 Thread Scott Wolf
Here is the script I was running to get some info. ? echo htmlheadtitleSystem Info/title/headbody; echo pre; 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())

[PHP-DEV] Problem with 4.0.6 through 4.2RC2

2002-04-11 Thread Scott Carr
.) 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.org/imp/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] PHP's vision

2002-06-03 Thread Scott Carr
factor. Nor should putting the stuff in PHP because the different platforms have different means of making the stuff happen. In essance PHP would become it's own Web Server, which would bring about a whole new level of potential issues. Not to mention time frame to get it implemented. -- Scott Carr

Re: [PHP-DEV] Call perl from PHP

2002-06-26 Thread Scott Carr
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 PROTECTED] Date: Tue, 25 Jun 2002 11:03:09 +0930

[PHP-DEV] [PATCH] Fix 17858 - Apache2+safe_mode

2002-08-29 Thread Scott Lamb
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/apache2filter/sapi_apache2.c,v

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-01 Thread Scott Carr
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]: I am

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-01 Thread Scott Carr
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.org/ Quoting

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-03 Thread Scott Carr
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

[PHP-DEV] Opening files for write from php modules

2003-03-10 Thread Scott Baker
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

[PHP-DEV] Re: Opening files for write from php modules

2003-03-10 Thread Scott Baker
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 to compile