[PHP-DEV] PHP 4.0 Bug #8994 Updated: socket_set_timeout works only once

2001-03-22 Thread tom . anheyer
ID: 8994 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Network related Description: socket_set_timeout works only once please fix this issue for the final 4.0.5. It is not fixed in 4.0.5RC1. I think it's easy to fix. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9913: zend_hash error in apache error-log

2001-03-22 Thread comandante
From: [EMAIL PROTECTED] Operating system: Linux 2.2.18 PHP version: 4.0.1 PHP Bug Type: Unknown/Other Function Bug description: zend_hash error in apache error-log I have apache filling up the logfiles with a bunch of : bFatal error/b: ht=402cb664 is already destroyed in

[PHP-DEV] PHP 4.0 Bug #9896 Updated: segfaults at $xmldoc-add_root(root);

2001-03-22 Thread chregu
ID: 9896 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: DOM XML related Description: segfaults at $xmldoc-add_root("root"); test-program: $xmldoc = domxml_new_xmldoc('1.0'); $xmldoc-add_root("bla"); gdb backtrace: Program received signal SIGSEGV, Segmentation

Re: [PHP-DEV] is_reference() ?

2001-03-22 Thread Stanislav Malyshev
BS Here it is in detail: BS BS http://www.php.net/bugs.php?id=8937 BS http://www.php.net/bugs.php?id=8972 Ohh. Please read my comment at the end of the report. I explained evertything there. Doing it other way means rewriting the engine. -- Stanislav Malyshev, Zend Products Engineer [EMAIL

[PHP-DEV] PHP 4.0 Bug #9915: openssl_seal

2001-03-22 Thread pigo
From: [EMAIL PROTECTED] Operating system: Win2000 Professional PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: openssl_seal I use document example I can't run openssl_seal on win2000 pro , but linux is ok. Other openssl function is ok , only

[PHP-DEV] PHP 4.0 Bug #9913 Updated: zend_hash error in apache error-log

2001-03-22 Thread sniper
ID: 9913 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: Does this happen with PHP 4.0.4pl1 too? (upgrade anyway!) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9914 Updated: session_id loss with redirection via header() method

2001-03-22 Thread sniper
ID: 9914 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Old-Bug Type: *Session related Bug Type: Documentation problem Assigned To: Comments: You're right, the session id is not added when doing redirects. You have to do it 'manually', with something like

Re: [PHP-DEV] Re: cvs: php4(PHP_4_0_5)/sapi/fastcgi

2001-03-22 Thread Zeev Suraski
At 12:14 22/3/2001, Ron Chmara wrote: 1. Adding new/experimental extensions _can_ invisibly bug the rest of a build, if they require such nastiness as the recent pthread debugging. It's not only a minor configure issue when a built app breaks due to library issues, because extensions can be

[PHP-DEV] PHP 4.0 Bug #9916: fopen() in w or a mode to a remote server (via HTTP)don't give back any error

2001-03-22 Thread ba1ba
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: *Directory/Filesystem functions Bug description: fopen() in w or a mode to a remote server (via HTTP)don't give back any error $fp = fopen("http://www.server.com/data/file.txt);

[PHP-DEV] PHP 4.0 Bug #9917: left open Oracle cursors break mail() function

2001-03-22 Thread andrewmc
From: [EMAIL PROTECTED] Operating system: Sequent DYNIX/ptx 4.4.8 PHP version: 4.0.4 PHP Bug Type: Mail related Bug description: left open Oracle cursors break mail() function PHP 4.0.4 staticly compiled into Apache 1.3.14 with Oracle 7.3.4 support - configure line as

[PHP-DEV] PHP 4.0 Bug #9918: cannot compile php4 with pdflib

2001-03-22 Thread jbalcomb
From: [EMAIL PROTECTED] Operating system: redhat linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: cannot compile php4 with pdflib i am trying to compile php4 with pdflib support and am recieving the error 'pdflib extension requires pdflib 3.'

[PHP-DEV] PHP 4.0 Bug #9918 Updated: cannot compile php4 with pdflib

2001-03-22 Thread sniper
ID: 9918 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: Could you please try with latest CVS snapshot from http://snaps.php.net/ ? And also, check your config.log as this might not be PDF extension that

[PHP-DEV] PHP 4.0 Bug #9840 Updated: seg fault on apache

2001-03-22 Thread sniper
ID: 9840 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Assigned To: Comments: Please open a new bug report with correct email address. And before doing that, generate a proper backtrace, ie. add the --enable-debug into your configure

[PHP-DEV] PHP 4.0 Bug #9920: clearing sun_family when binding to AF_UNIX socket

2001-03-22 Thread jack
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Sockets related Bug description: clearing sun_family when binding to AF_UNIX socket patch is as easy as this: diff -uNr php-4.0.4pl1/ext/sockets/sockets.c

[PHP-DEV] PHP 4.0 Bug #9920 Updated: clearing sun_family when binding to AF_UNIX socket

2001-03-22 Thread sniper
ID: 9920 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sockets related Assigned To: Comments: Fixed in CVS. Thanks for the patch! --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9190 Updated: Can't bind UNIX socket

2001-03-22 Thread sniper
ID: 9190 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sockets related Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-02-09 06:26:22] [EMAIL

Re: [PHP-DEV] PHP 4.0 Bug #9858 Updated: mail() still doesn't sendcc

2001-03-22 Thread Joey Smith
I did find some oddities under win32 with the mail() function in general. I spent much time just trying to get the build working again on my win32 box. I will look into it later today, I hope. On Thu, 22 Mar 2001, [EMAIL PROTECTED] wrote the following to Joey Smith : Hello, Did your Win32

Re: [PHP-DEV] PHP 4.0 Bug #9858 Updated: mail() still doesn't sendcc

2001-03-22 Thread Hartmut Holzgraefe
Joey Smith wrote: I did find some oddities under win32 with the mail() function in general. I spent much time just trying to get the build working again on my win32 box. I will look into it later today, I hope. i wantet to rework this for a long time now (and to get SMTP as an option for

[PHP-DEV] PHP 4.0 Bug #9898 Updated: gd and mck fail to link but did in 4.0.4pl1

2001-03-22 Thread wez
ID: 9898 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Problem Description: gd and mck fail to link but did in 4.0.4pl1 Sorry - I should have been more verbose. Yes, I did cvsclean and buildconf a number of times, tried manually deleting the

[PHP-DEV] PHP 4.0 Bug #9921: Wrong File Created Date and Wrong Filesize

2001-03-22 Thread lopes
From: [EMAIL PROTECTED] Operating system: WINNT4 PHP version: 4.0.4 PHP Bug Type: Filesystem function related Bug description: Wrong File Created Date and Wrong Filesize ?php $fhandle = opendir("."); while (false!=($file = readdir($fhandle))) { if

[PHP-DEV] PHP 4.0 Bug #9922: Error compiling Zend Parser

2001-03-22 Thread m . fanciulli
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0 Latest CVS (22/03/2001) PHP Bug Type: Compile Failure Bug description: Error compiling Zend Parser Hi, we'e a problem compiling PHP 4.0 latest (22/3/2001). We type in a ./configure

[PHP-DEV] PHP 4.0 Bug #9923: Wrong behavior of xsl output method 'html'

2001-03-22 Thread A . Veremyev
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.3pl1 PHP Bug Type: Sablotron XSL Bug description: Wrong behavior of xsl output method 'html' The "W3C Recommendation 16 November 1999" says: - The html output method should not

[PHP-DEV] PHP 4.0 Bug #9924: Warning: Undefined index: Service[1]

2001-03-22 Thread john
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: Warning: Undefined index: Service[1] I am dynamically creating input fields in my form with their values stored in an array: input type="Hidden"

[PHP-DEV] PHP 4.0 Bug #9922 Updated: Error compiling Zend Parser

2001-03-22 Thread hholzgra
ID: 9922 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: looks like you do not have /usr/ccs/bin in your path? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9925: Failure during make when configured with Informix

2001-03-22 Thread chris . dew
From: [EMAIL PROTECTED] Operating system: SCO OpenServer 5.05 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Failure during make when configured with Informix I configured php4 with just --my-sql --with-apache=../apache_1.3.19 --enable-track-vars and

[PHP-DEV] PHP 4.0 Bug #9922 Updated: Error compiling Zend Parser

2001-03-22 Thread m . fanciulli
ID: 9922 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: Error compiling Zend Parser No, we've /usr/ccs/bin in PATH. Now the problem is present even when compiling as CGI. Marco Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9924 Updated: Warning: Undefined index: Service[1]

2001-03-22 Thread hholzgra
ID: 9924 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Arrays related Assigned To: Comments: i would suggest that you put qoutes arround *all* tag attribute values: input type="Hidden" name="Service[?php echo $counter ?]"

[PHP-DEV] PHP 4.0 Bug #9906 Updated: Problems with result-set from temporary tables

2001-03-22 Thread joey
ID: 9906 Updated by: joey Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sybase-ct (ctlib) related Assigned To: Comments: I have a hard time believing that this is a PHP bug. #1: Try upgrading to a newer release. #2: Here is what I tried to test your bug: create proc phpb as

[PHP-DEV] PHP 4.0 Bug #9926: Warning: Undefined index: Service[1]

2001-03-22 Thread john
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: Warning: Undefined index: Service[1] I am dynamically creating input fields in my form with their values stored in an array: input type="Hidden"

Re: [PHP-DEV] PHP 4.0 Bug #9911: Segmentation fault of httpd(w/mod_php4)

2001-03-22 Thread Joey Smith
Can you possibly try it with the real Sybase CT Library, rather than FreeTDS? Also, if you built --enable-debug, send me the backtrace ([EMAIL PROTECTED]), let me tak a look at it. On 22 Mar 2001, [EMAIL PROTECTED] wrote the following to...: From: [EMAIL PROTECTED] Operating

[PHP-DEV] Bug report (Compilation Failure)

2001-03-22 Thread Sergio Faure
From: [EMAIL PROTECTED]Operating system: Solaris 8 (SPARC version)PHP version: 4.0.4pl1PHP Bug Type: Compile FailureBug description: C compiler cannot create executables...when i run ./configure --with-mysql --with-apxs i get this:--my gcc compiler version is :gcc version 2.95.3 20010315

[PHP-DEV] PHP 4.0 Bug #9928: Feature rqst: timeout in readline

2001-03-22 Thread jack
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: Feature rqst: timeout in readline Will timeout ever be added in functions like readline or fopen, fgets etc. ? They can work with URL's but you never know how

[PHP-DEV] PHP 4.0 Bug #9922 Updated: Error compiling Zend Parser

2001-03-22 Thread hholzgra
ID: 9922 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: i just tried builds from fresh checkouts ( plain configure/make) on Solars 2.5.1 and 2.7 without problems, so i still guess it's a problem with your

Re: [PHP-DEV] Bug report (Compilation Failure)

2001-03-22 Thread Hartmut Holzgraefe
from what i see in configures output i'd guess your $PATH got screwed? config.log should contain some more hints or maybe you have to (re)run buildconf to get configure up to date? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 Besuchen Sie uns auf der CeBIT

[PHP-DEV] PHP 4.0 Bug #9929: Symbol referencing errors

2001-03-22 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: unOS 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: Symbol referencing errors === src/modules/extra === src/modules gcc -c -I./os/unix -I./include

[PHP-DEV] PHP 4.0 Bug #9931: under Communicator 4.76 {basename(PHP_SELF) doesn't return value}

2001-03-22 Thread ieleja
From: [EMAIL PROTECTED] Operating system: Linux RH6.2 PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: under Communicator 4.76 {basename(PHP_SELF) doesn't return value} from phorSale//common/common.functions.php { $retStr .= "a href=" .

[PHP-DEV] PHP 4.0 Bug #9932: Finds wrong -lz if there are lots of build options

2001-03-22 Thread pete_lancashire
From: [EMAIL PROTECTED] Operating system: Solaris 7 Sparc PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: Finds wrong -lz if there are lots of build options System has libz in two places in /usr/openwin/lib /usr/openwin/lib/libz.so.1 in

[PHP-DEV] PHP 4.0 Bug #9923 Updated: Wrong behavior of xsl output method 'html'

2001-03-22 Thread joey
ID: 9923 Updated by: joey Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sablotron XSL Assigned To: Comments: If I'm reading this correctly, you are complaining about Sablotron's behavior, not PHP's, right? PHP Team is not responsible for Sablotron. Please repor

[PHP-DEV] PHP 4.0 Bug #9934: faulty dbmfetch()

2001-03-22 Thread sma_husain
From: [EMAIL PROTECTED] Operating system: Windows NT/2000 PHP version: 4.0.4pl1 PHP Bug Type: DBM/DBA related Bug description: faulty dbmfetch() sample code: ? $db = dbmopen("test007","n"); dbminsert($db,"key1","data1"); dbminsert($db,"key2","data3");

[PHP-DEV] CVS Account Request

2001-03-22 Thread CVS Account Request
Full name: Romolo Manfredini Email: [EMAIL PROTECTED] ID: romolo Purpose: Contributing to php development under linux mainly for bug fixex -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] PHP 4.0 Bug #9936: Unable to register functions when starting apache

2001-03-22 Thread ryan
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Unable to register functions when starting apache compile options: ./configure --with-apxs=/usr/sbin/apxs --enable-versioning

[PHP-DEV] Safe mode issues

2001-03-22 Thread Romolo Manfredini
Release: CVS tree 2001-03-21 and php4.0.4-pl1 Some remarks about missed funzionality and bugs fopen function, even in read mode miserably fails on any file not owned by the script owner even if the the web server process owner has read permissions, on it. As any file created by php is owned by

[PHP-DEV] PHP 4.0 Bug #9853 Updated: pg_cmdtuples function does not exist

2001-03-22 Thread dbeu
ID: 9853 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Assigned To: Comments: fixed in cvs Previous Comments: --- [2001-03-19 23:16:09] [EMAIL PROTECTED] The

[PHP-DEV] PHP 4.0.4.pl1 Bug

2001-03-22 Thread Larry Schartman
From: [EMAIL PROTECTED] Operating system: HP-UX 10.20 PHP version: 4.0.4pl1 PHP Bug Type: Directory function related Bug description: readdir doesn't work see Bug ID # 9058 Greetings, I have unknowingly followed the same path that Brian has in bug report # 9058. Namely,

[PHP-DEV] PHP 4.0 Bug #9937: pg_close close any connection open with the same connection string

2001-03-22 Thread romolo
From: [EMAIL PROTECTED] Operating system: Suse Linux 7.0 - apache 1.3.17 PHP version: 4.0 Latest CVS (22/03/2001) PHP Bug Type: PostgreSQL related Bug description: pg_close close any connection open with the same connection string ?php $conn=pg_connect("connection string");

[PHP-DEV] PHP 4.0 Bug #9938: Incorrect documentation in Spanish Session handler fuctions

2001-03-22 Thread lilloxx1
From: [EMAIL PROTECTED] Operating system: LINUX PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: Incorrect documentation in Spanish Session handler fuctions I don't speak in English so good, so i go to the spanish section of the session handling

[PHP-DEV] PHP 4.0 Bug #9939: libphp4.sl is not DSO

2001-03-22 Thread Ed . Werzyn
From: [EMAIL PROTECTED] Operating system: HP/UX 11.0 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: libphp4.sl is not DSO Steps: ./configure --with-apxs(No errors) make (No errors) ... Making all in . /bin/sh

[PHP-DEV] PHP 4.0 Bug #9941: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: SunOS macsprod 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: ocilogon doesn't exist This is the error when trying to connect: Fatal error: Call to

[PHP-DEV] PHP 4.0 Bug #9209 Updated: imap_fetchstructure doesnt return envelope of 'message/rfc822'-subparts

2001-03-22 Thread JoergLudwig
ID: 9209 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Description: imap_fetchstructure doesnt return envelope of 'message/rfc822'-subparts From: Ryan Finnie [mailto:[EMAIL PROTECTED]] I saw your bug report on bugs.php.net -- pity a 3rd party can't add comments or I

Re: [PHP-DEV] PHP 4.0 Bug #9940: php cgi crashes when using ob_start callback function

2001-03-22 Thread Daniel Beckham
It appears that my bug report is a duplicate of 9805, but mine does include a backtrace. Daniel - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 22, 2001 2:51 PM Subject: [PHP-DEV] PHP 4.0 Bug #9940: php cgi crashes when using ob_start callback

[PHP-DEV] Quick help needed

2001-03-22 Thread Nick Loman
Hey all, Anyone give me a few tips on how to use gdb to debug Apache? Specifically the -X mode doesn't seem to do very much (I can't seem to get pages in this mode). I would really like to be able to get core files from segfaults of child processes. Is this possible? Then are there any special

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist I reran the configuration;make clean;make install. The make clean helped..and It finally worked. Thanks anyway Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9942: function proliferation making the online manual useless

2001-03-22 Thread delme
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: function proliferation making the online manual useless as a longtime php user who relies on the online manual, i just want to make sure someone's aware

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist This was fixed by using "make clean"...etc Previous Comments: --- [2001-03-22 16:21:03] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9941 Updated: ocilogon doesn't exist

2001-03-22 Thread jason . gulledge
ID: 9941 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: OCI8 related Description: ocilogon doesn't exist This was fixed by using "make clean"...etc Previous Comments: --- [2001-03-22 17:51:57] [EMAIL PROTECTED]

Re: [PHP-DEV] pspell/aspell breaking

2001-03-22 Thread Seth Northrop
hey again. Had to recompile.. and, this time it failed compiling PHP; Here's the output: $ ./configure --without-gd --without-xml --enable-calendar --with-mysql --with-config-file-path=/usr/local/apache_ssl/etc --enable-debug=no --with-pspell --with-apache=../apache_1.3.19 snip $ make snip

[PHP-DEV] PHP 4.0 Bug #9943: Php y mysql

2001-03-22 Thread alegz
From: [EMAIL PROTECTED];[EMAIL PROTECTED] Operating system: Linux Red hat 7.0 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: Php y mysql Hola: Instale red hat 7 y desintale php4 y tengo unos parches que un profesor nos dio para que php y mysql

[PHP-DEV] PHP 4.0 Bug #9944: Sablot and zlib

2001-03-22 Thread uros
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 4.3beta PHP version: 4.0 Latest CVS (22/03/2001) PHP Bug Type: *Install and Config Bug description: Sablot and zlib Hi! I tried to install php with a lot of modules including Sablot This is my output checking

[PHP-DEV] PHP 4.0 Bug #9945: Support for UDB/DB2?

2001-03-22 Thread chris
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: Support for UDB/DB2? Hello, Let me start by saying I am a huge fan and love PHP! What a wonderful piece of work. I use it on my personal website and I

[PHP-DEV] PHP 4.0 Bug #9945 Updated: Support for UDB/DB2?

2001-03-22 Thread cnewbill
ID: 9945 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: Oops, forgot your other question. I could be wrong but I am positive it runs faster as an server module, as it doesn't need to be loaded into memory each time

[PHP-DEV] Sybase_ct on linux core and LANG variable

2001-03-22 Thread Brian Foddy
I just thought I would pass this along, it might be the cause of some bug reports. Using Linux Mandrake 7.2 and Sybase Open client 11.1.1, php4.0.4p1. I was getting a core (illegal instruction) on apache startup when I had the sybase modules installed in PHP. However, I knew it worked fine on

[PHP-DEV] PHP 4.0 Bug #9946: asctime_r has wrong number of arguments

2001-03-22 Thread shrub
From: [EMAIL PROTECTED] Operating system: Irix 5.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: asctime_r has wrong number of arguments To correct this error: main.c: In function `php_message_handler_for_zend': main.c:582: too few arguments to

Fwd: [PHP-DEV] Sybase_ct on linux core and LANG variable

2001-03-22 Thread Brian Foddy
That's is the sybase_ct libraries, just for clarification. ==BEGIN FORWARDED MESSAGE== I just thought I would pass this along, it might be the cause of some bug reports. Using Linux Mandrake 7.2 and Sybase Open client 11.1.1, php4.0.4p1. I was getting a core

[PHP-DEV] PHP 4.0 Bug #9947: function mssql undefine

2001-03-22 Thread jwaiwit
From: [EMAIL PROTECTED] Operating system: win 2000 server PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: function mssql undefine -- Edit Bug report at: http://bugs.php.net/?id=9947edit=1 -- PHP Development Mailing List http://www.php.net/

[PHP-DEV] write access to Zend

2001-03-22 Thread Stephen van Egmond
I have some patches for Zend (TSRM, in particular, to get threads running on the BeOS). I already have a CVS account for php.net, but it's not valid for Zend. What am I missing? Should I just post them? -- ,,, (. .) +--ooO-(_)-Ooo --- -- - - - - | Stephen van

[PHP-DEV] PHP 4.0 Bug #9948: possible bug in strtotime

2001-03-22 Thread jaybinks
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: possible bug in strtotime when providing the string "3/23/01 1:01:29 PM" to strtotime it produces in-correct output Im assuming you wish to make this

[PHP-DEV] PHP 4.0 Bug #9949: stack read error

2001-03-22 Thread sdv
From: [EMAIL PROTECTED] Operating system: win98se.rus PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: stack read error Ïðîãðàììà PHP âûçâàëà îøèáêó îáðàùåíèÿ ê ñòåêó â ìîäóëå PHP_GD.DLL ïî àäðåñó 015f:01183b12. Ðåãèñòðû: EAX= CS=015f EIP=01183b12

[PHP-DEV] PHP 4.0 Bug #9950: Error while running ./configure Apache

2001-03-22 Thread smphp
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Error while running ./configure Apache After installing Oracle 8.1.7 on SuSE 7.1 (and installing the fix for glibc 2.1 from SuSE), apache doesn't