[PHP-DEV] PHP 4.0 Bug #9627 Updated: PHP.INI cannot read new values

2001-03-20 Thread sbergmann
ID: 9627 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Install and Config Assigned To: Comments: Can't reprodude with PHP 4.0.4pl1 and PHP 4.0.5-dev on Win2K. Are you sure you're editing the php.ini shown in your phpinfo() output and not a

[PHP-DEV] Re: PHP 4.0 Bug #9836 Updated: php unexpectedly ends on too long scripts

2001-03-20 Thread ing. Jan Fedak
All right. Sorry for the harsh reaction but I strongly dislike the way you guys at PHP team treat the bugs we report. So let's just cool down (at least me) and try to solve this one. No, it doesn't crash. It merely exits with status 1. (maybe it has something to do with memory limit, I don't

[PHP-DEV] PHP 4.0 Bug #9860: Unable to load dynamic library php_interbase.dll

2001-03-20 Thread vlad
From: [EMAIL PROTECTED] Operating system: WinNT 4.0 SP6 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Unable to load dynamic library php_interbase.dll other libraries loading is ok, but when i try to load php_interbase.dll it show *subj*. -- Edit

[PHP-DEV] PHP 4.0 Bug #9860 Updated: Unable to load dynamic library php_interbase.dll

2001-03-20 Thread sbergmann
ID: 9860 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Dynamic loading Assigned To: Comments: - What do you know by "it show *subj*"? - Are the Interbase client libraries correctly installed? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9860 Updated: Unable to load dynamic library php_interbase.dll

2001-03-20 Thread vlad
ID: 9860 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Dynamic loading Description: Unable to load dynamic library php_interbase.dll - What do you know by "it show *subj*"? it means that when i try dl("php_interbase.dll") or uncomment extension=php_interbase.dll

[PHP-DEV] PHP 4.0 Bug #9861: get_meta_tags does not work if name/content values are single quoted

2001-03-20 Thread paul . rees
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: get_meta_tags does not work if name/content values are single quoted A user contributed note suggests that get_meta_tags() attempts HTML 4.01

[PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-20 Thread Jason
ID: 8945 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Performance problem Description: include, require, et al. Never mind, I think that PHP can't handle parsing too many include files (Files too large/complex, more than 8 include files, not enough memory/CPU to

[PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-20 Thread sbergmann
ID: 8945 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Performance problem Assigned To: Comments: Works for me. Previous Comments: --- [2001-03-20 04:23:29] [EMAIL

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

2001-03-20 Thread sniper
ID: 9858 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Performance problem Assigned To: Comments: submitted twice. Previous Comments: --- [2001-03-20 01:45:26] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9861 Updated: get_meta_tags does not work if name/content values are single quoted

2001-03-20 Thread sniper
ID: 9861 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: Please try with latest CVS snapshot from http://snaps.php.net/ as this (IIRC) is fixed. --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8998 Updated: htmlspecialchars() DONT convert a string/array ONCE

2001-03-20 Thread stas
ID: 8998 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: Works for me. Most proboaly syntax error on user's side. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9168 Updated: unpack 'h' and 'H' formats don't work

2001-03-20 Thread stas
ID: 9168 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: H and h doesn't work by nibbles, only by bytes (i.e., you cannot really do unpack("Hnz") when n is not even. Otherwise, if you write unpack("Hz/C"), the C

[PHP-DEV] PHP 4.0 Bug #9862: fopen of http://user:pass@domain:port/file.html failed with Bad file descriptor

2001-03-20 Thread stenzel
From: [EMAIL PROTECTED] Operating system: redhat 7.0/apache 1.3.19 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: fopen of http://user:pass@domain:port/file.html failed with Bad file descriptor $file = "http://user:[EMAIL

RE: [PHP-DEV] PHP 4.0 Bug #8945 Updated: include, require, et al.

2001-03-20 Thread Neil Kimber
I've inherited a web-site where certain pages 'include' over 30 files (arrrgh!), it runs fine. In fact I'm actually very impressed with the performance of PHP with many includes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 09:44 To: [EMAIL

[PHP-DEV] PHP 4.0 Bug #9437 Updated: Function stripslashes works not correct, as i think

2001-03-20 Thread stas
ID: 9437 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: The function works right. Meaning of stripslashes is reverse of addslashes. Addslashes "escapes" the special characters, i.e. adds slash to each of them.

[PHP-DEV] PHP 4.0 Bug #9120 Updated: unexpected behavior of chop(), ltrim(), rtrim(), and trim()

2001-03-20 Thread stas
ID: 9120 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Strings related Assigned To: Comments: Works for me perfectly - except that \v is not recognized by PHP. Who needs it anyway?. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9437 Updated: Function stripslashes works not correct, as i think

2001-03-20 Thread A . Ivanov
ID: 9437 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Strings related Description: Function stripslashes works not correct, as i think The function works right. Meaning of stripslashes is reverse I don't think so. of addslashes. Addslashes "escapes" the special characters,

[PHP-DEV] PHP 4.0 Bug #9863 Updated: global $var incompatibility between PHP 3 4

2001-03-20 Thread hholzgra
ID: 9863 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Assigned To: Comments: can't reproduce anymore, please ignore Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9864: In php.ini file.Enabled the ldap utility by removing the semicolon

2001-03-20 Thread santoshm
From: [EMAIL PROTECTED] Operating system: windows NT PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: In php.ini file.Enabled the ldap utility by removing the semicolon In php.ini file.Enabled the ldap utility by removing the semicolon given in the

[PHP-DEV] PHP 4.0 Bug #9866: upload_tmp_dir not recognized in .htaccess

2001-03-20 Thread raarts
From: [EMAIL PROTECTED] Operating system: RedHat 7 PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: upload_tmp_dir not recognized in .htaccess in 4.0.3.pl1 upload_tmp_dir was not recognized in php.ini This was indeed fixed in 4.0.4pl1. But it

[PHP-DEV] PHP 4.0 Bug #9240 Updated: unserialize fails non-determenistic on large objects

2001-03-20 Thread brian
ID: 9240 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Variables related Description: unserialize fails non-determenistic on large objects I have noticed a tendancy for this to occur when the server is particularly short on memory. My impression is that it is

[PHP-DEV] PHP 4.0 Bug #9867: Forms with enctype=multipart/form-data add \r\n to the variables

2001-03-20 Thread alsanche
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Forms with enctype="multipart/form-data" add "\r\n" to the variables Details: When retrieving the value of a variable coming from a form,

[PHP-DEV] PHP 4.0 Bug #9868: Missing .dll.

2001-03-20 Thread damienjp
From: [EMAIL PROTECTED] Operating system: windows 95 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: Missing .dll. When i downloaded this Program it then stared telling me that there is a .DLL FILE missing.It wouldn't lit me Complete the Installyion.

[PHP-DEV] PHP 4.0 Bug #9862 Updated: fopen of http://user:pass@domain:port/file.html failed with Bad file descriptor

2001-03-20 Thread sniper
ID: 9862 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: Works for me with latest CVS. Please try the latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

Re: [PHP-DEV] PHP 4.0 Bug #9864: In php.ini file.Enabled the ldaputility by removing the semicolon

2001-03-20 Thread Jani Taskinen
On 20 Mar 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: windows NT PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: In php.ini file.Enabled the ldap utility by removing the semicolon In php.ini file.Enabled the ldap utility by

[PHP-DEV] PHP 4.0 Bug #9868 Updated: Missing .dll.

2001-03-20 Thread phildriscoll
ID: 9868 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *General Issues Assigned To: Comments: Some questions: Can you confirm that you are installing via the php installer downloaded from the downloads page on www.php.net. I believe

[PHP-DEV] PHP 4.0 Bug #9865 Updated: php4.0.4pl1 compile with Apache 2.0.14alpha

2001-03-20 Thread sniper
ID: 9865 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: The Apache2 support in PHP is still experimental. And Apache2 itself isn't released yet either so.. Anyway, you should try with the latest CVS as

[PHP-DEV] enctype=multipart/form-data

2001-03-20 Thread pnovotny
Hi, please, could you help me ?? I configured ( probably not at all ) Apache, MySQL on WinNT4.0. "Everything" looks fine, but one thing doesn't work. When I want to use form with enctype="multipart/form-data", I can't. Program is terminated and error apache page is displayed ( without this

[PHP-DEV] Debugger protocol

2001-03-20 Thread Varun Shoor
Hi there, I have been working on an Open Source IDE for PHP but from what i heard in the #php the debugger protocol is no more open in PHP4? And only binaries are distributed and above all it is illegal to reverse engineer the protocol. Why in the world is this done?... I mean PHP is

[PHP-DEV] PHP 4.0 Bug #9867 Updated: Forms with enctype=multipart/form-data add \r\n to the variables

2001-03-20 Thread sniper
ID: 9867 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: Wild guess: You're using the RPMs from RedHat? Please try with the latest CVS snapshot from http://snaps.php.net/ as I can't reproduce this.

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
ok, I have managed to add a member variable, but am having problems when i try to retreive it using zend_find_hash here's the code : for the extension : PHP_FUNCTION(create_object) { ... other stuff add_property_string(return_value,"foo","hello!",1); ... other stuff

[PHP-DEV] PHP 4.0 Bug #9869: ODBC - odbc_exec does not seem to work with an Access db

2001-03-20 Thread bruceg
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: ODBC - odbc_exec does not seem to work with an Access db I am unable to use PHP/Openlink ODBC to get specific rows based on my SELECT statement form a MS

Re: [PHP-DEV] feature request

2001-03-20 Thread Phil Driscoll
That is the only thing that I see of any real use as well. I was just humoring Andi and his idea that we would soon be requesting that feature of knowing which one failed the test. I was really voting no for the original feature - just returning true or false - unless it can be shown (and

[PHP-DEV] PHP 4.0 Bug #9870: PHP dies with segfault when a post request has no content-type

2001-03-20 Thread teo
From: [EMAIL PROTECTED] Operating system: SuSE7.0 PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: PHP dies with segfault when a post request has no content-type [Tue Mar 20 15:09:20 2001] [error] PHP Warning: No content-type in POST request in Unknown

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
zend_hash_find(obj-value.obj.properties,"foo",sizeof("foo"),(void**)tmpSt ring); You're almost correct, sizeof("foo") should be sizeof("foo")+1 Cheerio, Marc. -- 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 #9870 Updated: PHP dies with segfault when a post request has no content-type

2001-03-20 Thread sniper
ID: 9870 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Assigned To: Comments: This is fixed in CVS. A bit differently though. The check for content_type_dup is put a bit earlier so it doesn't even get into the handler if it's null.

[PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Joey Smith
According to the DMCA [ 1201(f) ], legal precedent [ see http://home.joeysmith.com/~joey/sony-v-connectix.html ], and common practice, there is nothing that prohibts a "clean room implementation". (http://www.boreworms.com/karellen/rev-eng.html). That said: PHP *is* open. The

[PHP-DEV] PHP 4.0 Bug #9871: MySql connection failed

2001-03-20 Thread badlup
From: [EMAIL PROTECTED] Operating system: NT 4 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: MySql connection failed Warning: MySQL Connection Failed: Can't create a new thread (errno 11). If you are not out of available memory, you can

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 03:24:00PM +0100, Marc Boeren wrote: zend_hash_find(obj-value.obj.properties,"foo",sizeof("foo"),(void**)tmpSt ring); You're almost correct, sizeof("foo") should be sizeof("foo")+1 hmm... still not working :( Cheerio, Marc. -- PHP Development Mailing

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
You're almost correct, sizeof("foo") should be sizeof("foo")+1 hmm... still not working :( My fault for not reading on beyond the first typo: zend_printf("foo = %s",tmpString); should probably be zend_printf("foo = %s", (*tmpString)-value.str.val); but I may be wrong on the level of

[PHP-DEV] Fwd: BEST Network Marketer Leads

2001-03-20 Thread jennivaughn_02
ATTENTION! I Found this company on the internet. They came very highly recommended by several of my friends and associates. They have the most qualified leads I have ever worked. Forget those generic phone leads... sign up 5 out of 15 or more every time!! They Are having a 33% off sale

[PHP-DEV] PHP 4.0 Bug #9872: Couldn't access all file via gz* functions

2001-03-20 Thread vaab
From: [EMAIL PROTECTED] Operating system: linux 2.4.1 on a LFS (www.LinuxFromScratch.org) PHP version: 4.0.4pl1 PHP Bug Type: Zlib Related Bug description: Couldn't access all file via gz* functions I have php 4.0.4pl1 under Apache. My zlib is version 1.1.2. I've had

Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Wez Furlong
On 2001-03-21 03:03:00, "Varun Shoor" wrote: working on an Open Source IDE for PHP but from what i heard in the #php the debugger protocol is no more open in PHP4? And only binaries are distributed and above all it is illegal to reverse engineer the protocol. Why in the world is this

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 03:59:29PM +0100, Marc Boeren wrote: You're almost correct, sizeof("foo") should be sizeof("foo")+1 hmm... still not working :( My fault for not reading on beyond the first typo: zend_printf("foo = %s",tmpString); should probably be zend_printf("foo =

RE: [PHP-DEV] Extension help

2001-03-20 Thread Marc Boeren
Hi! even though i did convert_to_string_ex(tmpString) ? You should still do that, but the only thing that really does is set the zval type to IS_STRING, and the value union is set accordingly (instead of e.g. a long in value.lval, you get the value as a string in value.str.val (and the

Re: [PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Wez Furlong
On 2001-03-20 14:22:54, Joey Smith [EMAIL PROTECTED] wrote: I have been told that the Zend Debugger license explicitly prohibits such activity. I, for one, do not begrudge Zend trying to make a little money. Just because some of us manage to live an idealistic world does not mean

[PHP-DEV] Re: PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread Clay Claiborne
After rebuilding with debugging support as you suggested, I got the following output: This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb) run -X Starting program: /usr/sbin/httpsd -X Cannot access memory at address 0x40701af4 (gdb) And this is the backtrace:

[PHP-DEV] website bug

2001-03-20 Thread Bela Spahn
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: website search function here is the output after performing a search for the word "global" on the whole site Search Results Warning:

Re: [PHP-DEV] Extension help

2001-03-20 Thread Stanislav Malyshev
BM but I may be wrong on the level of indirection. BM The zval cannot automagically be put in a %s and treated as a string, you BM should manually extract the pointer to the actual string. BM BM even though i did convert_to_string_ex(tmpString) ? The convert_to_string_ex makes tmpString to be

[PHP-DEV] PHP 4.0 Bug #9875: bicubic jpg resize

2001-03-20 Thread nymph
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.4pl1 PHP Bug Type: GD related Bug description: bicubic jpg resize Someone posted a bicubic jpeg resize in the help list for imagecopyresized function and it would be nice if this was built into the regularly

Re: [PHP-DEV] [IANAL] Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Stanislav Malyshev
WF Personally, I found the Zend IDE a little slow and unresponsive WF on my windows box (most likely down to Java) and I am loath to Try using JIT-enabled JRE (IBM's?), it could improve things... WF I wonder how many other people out there in dev land would like WF to see it working in this

[PHP-DEV] Extension help mailing list???

2001-03-20 Thread Marc Boeren
is there full documentation of the Zend API - i found the stuff on the zend website to be useful, but didn't cover everything. If there is, I couldn't find it either. So it's that and the source code itself. If anyone knows about more documentation, could someone put it up (or just a

[PHP-DEV] PHP 4.0 Bug #8476 Updated: Class documentaion request

2001-03-20 Thread bobw123
ID: 8476 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Documentation problem Description: Class documentaion request jmcastagnetto, Possibly you do not have your error reporting set to max Bob Previous Comments:

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 05:15:58PM +0100, Marc Boeren wrote: BTW, (*tmpString)-value.str.val == Z_STRVAL_PP(tmpString) but the latter looks much nicer :) Granted, but that's what happens if you just examine the code and don't read the documentation :-) is there full documentation of the

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: Apache dies After rebuilding with debugging support as you suggested, I got the following output: This GDB was configured as "i386-redhat-linux"... (no debugging symbols

Re: [PHP-DEV] Extension help mailing list???

2001-03-20 Thread Stanislav Malyshev
MB If there is, I couldn't find it either. The docs are at http://www.zend.com/apidoc/ -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] RE: PHP 4.0 Bug #9627 Updated: PHP.INI cannot read new values

2001-03-20 Thread moisey . g . oysgelt
I check it many times. It looks like PHP writes this info into system and then reads from there. I could fix it only by rebuilding system Moisey Oysgelt [EMAIL PROTECTED] -Original Message- From:php-dev [mailto:[EMAIL PROTECTED]] Sent:

[PHP-DEV] PHP 4.0 Bug #9825 Updated: COM with Seagate Crystal Reports

2001-03-20 Thread phanto
ID: 9825 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: can you provide a short code snippet, i can't reproduce this. Previous Comments: --- [2001-03-18

[PHP-DEV] PHP 4.0 Bug #9281 Updated: Using a dll

2001-03-20 Thread phanto
ID: 9281 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: no feedback Previous Comments: --- [2001-02-15 13:26:34] [EMAIL PROTECTED] user

Re: [PHP-DEV] Extension help

2001-03-20 Thread Barry Mitchelson
On Tue, Mar 20, 2001 at 06:48:39PM +0200, Stanislav Malyshev wrote: BM is there full documentation of the Zend API - i found the stuff BM on the zend website to be useful, but didn't cover everything. Well, that's the most full one that exists. Eventually, it should be extended to cover the

[PHP-DEV] PHP 4.0 Bug #9876: OCIPLogon flaky after restart Oracle

2001-03-20 Thread merrill
From: [EMAIL PROTECTED] Operating system: Redhat 6.1 Linux PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: OCIPLogon flaky after restart Oracle ./configure' '--prefix=/var/php' '--with-config-file-path=/var/php' '--enable-track-vars'

RE: [PHP-DEV] PHP 4.0 Bug #9876: OCIPLogon flaky after restart Oracle

2001-03-20 Thread Andy Sautins
I wouldn't exactly say the OCI interface has a bug. This is pretty common behavior for oracle drivers ( JDBC/ODBC drivers tend to do the same thing ). That's not to say that is an ideal situation ( It's nice to not have to bounce a server-farm when the database goes away ). As I

Re: [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2001-03-20 Thread Sebastian Bergmann
Uwe Steinmann wrote: steinm Tue Mar 20 07:01:14 2001 EDT Modified files: /php4/ext/domxmlphp_domxml.c php_domxml.h Log: - complete rewrite of domxml module. It is now mostly conform to DOM Level 2 though some classes and methods are still missing The

[PHP-DEV] PHP 4.0 Bug #9400 Updated: Duplicate symbol with GD

2001-03-20 Thread l_faillie
ID: 9400 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Sockets related Description: Duplicate symbol with GD Hi Jani, 1/ Yes I compile my self Apache because I found only HPUX 11 binary (and because, in security point of view, it's safter). 2/ I compile

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

2001-03-20 Thread Derick Rethans
On Tue, 20 Mar 2001, Andi Gutmans wrote: andi Tue Mar 20 10:13:21 2001 EDT Added files: (Branch: PHP_4_0_5) /php4/sapi/fastcgiCREDITS Makefile.in README.FastCGI config.m4 fastcgi.c php.sym php_fastcgi.h Log: - MFH

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

2001-03-20 Thread Andi Gutmans
At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: andi Tue Mar 20 10:13:21 2001 EDT Added files: (Branch: PHP_4_0_5) /php4/sapi/fastcgiCREDITS Makefile.in README.FastCGI config.m4

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Apache dies added --imap-ssl to the configure. That got rid of undefined symbol: SSL_CTX_set_tmp_rsa_callback but not the orginal problem. It still dies. New build (after rm config.cache , make clean)

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

2001-03-20 Thread Andi Gutmans
At 07:41 PM 3/20/2001 +0100, Jani Taskinen wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: At 08:32 PM 3/20/2001 +0100, Derick Rethans wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: andi Tue Mar 20 10:13:21 2001 EDT Added files: (Branch: PHP_4_0_5)

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

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Andi Gutmans wrote: I couldn't find any indication that this can break any of the other sapi builds so I don't think there's a problem with adding it. Okay. But still I find it very annoying that we don't follow the rules we have created. Just for the record. :) And I hope

Re: [PHP-DEV] Extension help

2001-03-20 Thread Sterling Hughes
On Tue, 20 Mar 2001, Barry Mitchelson wrote: ok, I have managed to add a member variable, but am having problems when i try to retreive it using zend_find_hash here's the code : for the extension : PHP_FUNCTION(create_object) { ... other stuff

[PHP-DEV] PHP 4.0 Bug #9878: gmmktime is 1 hour off during standard time

2001-03-20 Thread bfoddy
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: gmmktime is 1 hour off during standard time gmmktime is producing a timestamp 1 hour off when the timezone is standard time. If you compare a

[PHP-DEV] PHP 4.0 Bug #9879: ISAPI Not handleing connections to MySQL correctly

2001-03-20 Thread peter
From: [EMAIL PROTECTED] Operating system: Win NT PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: ISAPI Not handleing connections to MySQL correctly When running php as an isapi filter, php connects and works properly, but does not reuse persistant

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

2001-03-20 Thread Andi Gutmans
At 07:57 PM 3/20/2001 +0100, Jani Taskinen wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: I couldn't find any indication that this can break any of the other sapi builds so I don't think there's a problem with adding it. Okay. But still I find it very annoying that we don't follow the rules

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

2001-03-20 Thread Zeev Suraski
At 20:57 20/3/2001, Jani Taskinen wrote: On Tue, 20 Mar 2001, Andi Gutmans wrote: I couldn't find any indication that this can break any of the other sapi builds so I don't think there's a problem with adding it. Okay. But still I find it very annoying that we don't follow the rules we have

[PHP-DEV] PHP 4.0 Bug #9880: Apache Core dumps when trying to execute. No compilation errors.

2001-03-20 Thread jason . gulledge
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-Enterprise-1 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Apache Core dumps when trying to execute. No compilation errors. GNU gdb 5.0 Copyright 2000

[PHP-DEV] PHP 4.0 Bug #9881: Varibles are not defined

2001-03-20 Thread echoz
From: [EMAIL PROTECTED] Operating system: Win95 PHP version: 4.0.4pl1 PHP Bug Type: Variables related Bug description: Varibles are not defined ?php switch ($e) { case "list"; // do this break; case "add"; // do that break; } ? everytime i call the script without the

[PHP-DEV] PHP 4.0 Bug #9882: Problem with site

2001-03-20 Thread tovo12
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Problem with site I'm not sure if this will reach the right person, but I searched for docs on the while funciotn, and recieved the following warnings at

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread derick
ID: 9881 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Variables related Assigned To: Comments: Read www.php.net/error_reporting please, this is not a bug Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread torben
ID: 9881 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Assigned To: Comments: Well, define $e then. ;) Or put a '@' in front of it to suppress the error. Or turn down the error_reporting(). Check the manual for more information on using the

[PHP-DEV] PHP 4.0 Bug #9881 Updated: Varibles are not defined

2001-03-20 Thread hholzgra
ID: 9881 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Variables related Assigned To: Comments: because you are using $e in the switch statement although it has never been given a value before if this annoies you turn of E_NOTICE warning level or wrap your

[PHP-DEV] PHP 4.0 Bug #9882 Updated: Problem with site

2001-03-20 Thread hholzgra
ID: 9882 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: thats what webmaster@... adresses are good for Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8646 Updated: rand() or getrandmax() is broken

2001-03-20 Thread ohrn
ID: 8646 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Math related Assigned To: Comments: The proposed fix looks ok. Applied to CVS. Previous Comments: --- [2001-01-10

[PHP-DEV] PHP 4.0 Bug #9850 Updated: Apache dies

2001-03-20 Thread cjc
ID: 9850 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Description: Apache dies I am able to build a php-4.04p1 that works if I leave out imap support. Also imap support doesn't build properly without kerberos and imap-ssl support. Previous Comments:

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

2001-03-20 Thread Zeev Suraski
It's an inherent 'feature' of opensource projects, which has its advantages and disadvantages. One of the good things about OSS is the relatively short 'time to market'. The price is that you have to be willing to accept buglets. The trick is to find the right mixture between time to market

[PHP-DEV] PHP 4.0 Bug #8883 Updated: explode() and empty strings

2001-03-20 Thread ohrn
ID: 8883 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Arrays related Assigned To: Comments: count(explode(",","foo")) == 1 (Short enough?) Previous Comments: --- [2001-01-24

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

2001-03-20 Thread Sascha Schumann
The SAPI extension was never used by anyone before so there's no harm in adding it (this is not changing/patching existing functionality). It does make two changes to two build files but I took a very close look at them and it doesn't seem like they can cause us problems. Regardless of

[PHP-DEV] RE: PHP 4.0 Bug #9636 Updated: error message

2001-03-20 Thread Smith, Robert W.
Thanks. I was able to configure and install, however I get the message from Netscape browser, "Document contains no data," and from IE, "The page cannot be displayed" when trying test.php. I followed the directions for editing mime.types and obj.conf. Is there any more documentation referencing

[PHP-DEV] PHP 4.0 Bug #9748 Updated: wrong behavior of is_dir() and is_file() on a dir-link

2001-03-20 Thread ohrn
ID: 9748 Updated by: ohrn Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions Assigned To: Comments: What do you mean with directory link? A Windows "shortcut" to a directory? Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread phanto
ID: 9718 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: could you try again with the latest cvs version. i've rewritten a lot. harald Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9837 Updated: Cannot connect with a remote MTS server

2001-03-20 Thread phanto
ID: 9837 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: are you sure you have granted your webserver to invoke your com-object ? if your servers are not in the same winnt domain you have to set the access permissions for your

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM I think that you've fixed the problem. Thanks. Previous Comments:

Re: [PHP-DEV] Debugger protocol

2001-03-20 Thread Björn Schotte
* Stanislav Malyshev wrote: personally know at least two, not counting Zend Debugger. I'm sure there There is no Zend Debugger. I only know of "ZendIDE" which has a zend extension that seems to be a debugger. If there would be a "Zend Debugger", I could say "I want to purchase the Zend

[PHP-DEV] PHP 4.0 Bug #9883: octal representation

2001-03-20 Thread koen
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: octal representation Hi there, I don't know if this is a bug, but while writing a form to enter lap times like: hours,minutes,seconds,milliseconds

[PHP-DEV] Changing ip2long() return value to string

2001-03-20 Thread Sean R. Bright
IP addrs are unsigned longs and zvals only handle signed longs, so the only way to avoid 0 values is to convert to a string before returning. Anyone have issue with this? Sean -- === Sean Bright [EMAIL PROTECTED] / [EMAIL

[PHP-DEV] ImageMagick module for PHP

2001-03-20 Thread Ragnar Kjørstad
Hi I see there is a Image Magick module for php3 but not php4. Why was it removed? Is there any work in progress for reimplementing it? (we need it badly, and will considder joining the development) -- Ragnar Kjrstad Zet.no -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] Bi-directional popen()

2001-03-20 Thread Anil Madhavapeddy
This has come up a few times, but is there any chance of having a bi-directional popen() that doesn't depend on the underlying system call supporting it? It would hugely speed up and clean up a lot of code that interacts with the system, but right now it only works under FreeBSD/BSDi that I

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

2001-03-20 Thread Joey Smith
Well, IIUC, this is really all Jani is trying to say...RC2 is could be considered invalid now... On Tue, 20 Mar 2001, Zeev Suraski wrote the following to Sascha Schumann : In my humble opinion (humility is a virtue), new modules are fine to add while in the release process, as long as

[PHP-DEV] PHP 4.0 Bug #9884: Using a return in an included file causes a major abnormality.

2001-03-20 Thread ceo
From: [EMAIL PROTECTED] Operating system: NT/Freebsd PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Using a return in an included file causes a major abnormality. According to documentation and common sense, using a return inside an include,

[PHP-DEV] PHP 4.0 Bug #9884 Updated: Using a return in an included file causes a major abnormality.

2001-03-20 Thread ceo
ID: 9884 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Using a return in an included file causes a major abnormality. in my stupidity, i spelt weird.inc wrong... but you guys are smart, so i'll assume you can correct it.. =) (sorry) Previous

Re: [PHP-DEV] ImageMagick module for PHP

2001-03-20 Thread Rasmus Lerdorf
Because it didn't work, and the ImageMagick library is absolutely horrible. Have a look at the Imlib2 extension. -Rasmus On Wed, 21 Mar 2001, [iso-8859-1] Ragnar Kjørstad wrote: Hi I see there is a Image Magick module for php3 but not php4. Why was it removed? Is there any work in

  1   2   >