[PHP-DEV] Bug #10680 Updated:

2001-05-04 Thread hholzgra
ID: 10680 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.5 Assigned To: Comments: this is a bug database, not a support forum please ask one of the resources listed under http://php.net/support.php, especially th

[PHP-DEV] Bug #10679 Updated: IMAP_UID doen't return what it should

2001-05-04 Thread chagenbu
ID: 10679 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: this is not what the uid is. see previous closed bug report. Previous Comments: --

[PHP-DEV] Bug #10680:

2001-05-04 Thread freeaudit
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: i run a php file under command line.i find it is difficult to pass an argument .Can you give me a help? -- Edit Bug report at: http://bugs.php.net/?id=10680

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c php_mysql.h

2001-05-04 Thread Sebastian Bergmann
Zeev Suraski wrote: > zeevFri May 4 18:42:15 2001 EDT > > Modified files: > /php4/ext/mysql php_mysql.c php_mysql.h > Log: > emalloc()'d strings must be freed before the request shutdown; > Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN php_mysql.c D:\Pr

[PHP-DEV] bugs.php.net fails again..

2001-05-04 Thread Jani Taskinen
Warning: MySQL Connection Failed: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug in /local/Web/sites/phpweb/bugs.php on line 77 Unable to connect to SQL server. This is now 3/4th time in short time I get

[PHP-DEV] PHP 4.0 Bug #10580 Updated: Access Violation using ADODB

2001-05-04 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Description: Access Violation using ADODB Same bug, access violation using ADODB and MSXML Parser, but using a 4.0.6 build, dated 2001-05-04. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10539 Updated: still - unresolved reference to compress

2001-05-04 Thread dtalk
ID: 10539 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Compile Failure Description: still - unresolved reference to compress Still fails, but error in config.log is quite puzzling. yp would suggest an NIS-related problem, but we don't use it ... [snip] configur

[PHP-DEV] Bug #8949 Updated: imap_8bit() does not encode leading dots correctly

2001-05-04 Thread vlad
ID: 8949 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0.4pl1 Assigned To: Comments: Not really a bug, but a known problem with buggy MTA's and clients. Also, fixing it would need to be done within the c-client, not PHP, an

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Vlad Krupin
Isn't that how it already works? bug list doesn't seem too much of a burden for me:) I just fix a bug at a time at my own leisurly pace. Although it would be nice to know what's more critical to fix and what's not. Otherwise I pick my own random bugs... Vlad Billy Rose wrote: > It is obviou

[PHP-DEV] Bug #7531 Updated: imap_qprint faultly returns empty string

2001-05-04 Thread vlad
ID: 7531 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IMAP related PHP Version: 4.0.1pl2 Assigned To: Comments: That's not a bug. This is a malformed quoted-printable encoding (read FRC 2045 section 6.7). If you try to do imap_qprint("=\r\nE9") (w

RE: [PHP-DEV] Zend API changes

2001-05-04 Thread Sean R. Bright
Billy: Meet the QA team :) [EMAIL PROTECTED] > -Original Message- > From: Billy Rose [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 04, 2001 7:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Zend API changes > > > It is obvious that this project has a tremendous amount of > ef

[PHP-DEV] PHP 4.0 Bug #10678 Updated: distinction between false and "0" (string)

2001-05-04 Thread ms
ID: 10678 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Description: distinction between false and "0" (string) ah .. sorry. thanks for the explanation. Previous Comments: --- [2001-05-04 19:34

[PHP-DEV] Bug #10665 Updated: Requesting additional functions in OpenSSL module (working patch available)

2001-05-04 Thread wez
ID: 10665 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Feature/Change Request PHP Version: 4.0.5 Assigned To: wez Comments: It's now in CVS; please verify that it works and I'll close this report. Thanks for the patch! --Wez. Previous Comments:

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Billy Rose
It is obvious that this project has a tremendous amount of effort from many people. Would it make sense to have someone, or a small group of people, whose task is to handle all of the release / testing issues? They would be "handed" over a release candidate from the development group to test and c

[PHP-DEV] PHP 4.0 Bug #10448 Updated: PHP core dumps after array_init

2001-05-04 Thread bfoddy
ID: 10448 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Reproduceable crash Description: PHP core dumps after array_init I believe the root cause of this is a dupe of 2220. I used a DL module with debugging turned on. Previous Comments: -

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
I've applied Saschas patch to latest CVS; it's more or less gone in as supplied, although I've slightly modified resource allocation/checking (if emalloc fails then PHP dies, so there is no need to check the return value) and made the padding constants case sensitive in "php space". Sascha, I wou

[PHP-DEV] Bug #10678 Updated: distinction between false and "0" (string)

2001-05-04 Thread torben
ID: 10678 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: This has been discussed several times on the mailing lists; check the archives at http://marc.theaimsgroup.com. The answer is in t

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Zeev Suraski
You can always suggest... :) At 02:14 5/5/2001, Billy Rose wrote: >The company I work for has a very quick bug turn over rate. I was wondering >if I may make a few suggestions concerning release issues / bugtracking? > >- Original Message - >From: "Zeev Suraski" <[EMAIL PROTECTED]> >To: "

[PHP-DEV] Bug #10679: IMAP_UID doen't return what it should

2001-05-04 Thread rick
From: [EMAIL PROTECTED] Operating system: Seawolf (Red hat) PHP version: 4.0.4pl1 PHP Bug Type: IMAP related Bug description: IMAP_UID doen't return what it should From: "Rick Gigger" <[EMAIL PROTECTED]> All email messages have a unique identifier. It is a long string tha

[PHP-DEV] Bug #10678: distinction between false and "0" (string)

2001-05-04 Thread ms
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: distinction between false and "0" (string) There is a subtle problem with functions returning 'false' as an return status indication. Take for example strstr(hay

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Zeev Suraski
Guys, We're not holding votes about this stuff. Definitely not now. Without trying to initiate a discussion, please bear in mind that if we break compatibility completely, we're screwing companies that chose PHP. It'll put PHP in a very unprofessional light. Food for thought; We're way too

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Billy Rose
The company I work for has a very quick bug turn over rate. I was wondering if I may make a few suggestions concerning release issues / bugtracking? - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Fri

Re: [PHP-DEV] __FILE__ constant

2001-05-04 Thread Jon Parise
On Fri, May 04, 2001 at 06:31:37PM -0400, Jon Parise wrote: > > >works fine here. Or do you meant something > > > else, Chuck? > > > > The value is set; it's just missing all path delimiters. So if the file is > > actually /var/www/foo/bar.php, echo __FILE__ gives me "varwwwfooobar.php". > >

Re: [PHP-DEV] __FILE__ constant

2001-05-04 Thread Jon Parise
On Fri, May 04, 2001 at 04:28:56PM -0400, Chuck Hagenbuch wrote: > >works fine here. Or do you meant something > > else, Chuck? > > The value is set; it's just missing all path delimiters. So if the file is > actually /var/www/foo/bar.php, echo __FILE__ gives me "varwwwfooobar.php". > Which

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Joe Brown
1++; ""Wez Furlong"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Sterling Hughes" <[EMAIL PROTECTED]> wrote: > > On Fri, 4 May 2001, Chuck Hagenbuch wrote: > > > That's a problem with it being an option, yes. I'd vote for > > > just making php case sensiti

Re: [PHP-DEV] PHP 4.0 Bug #10675 Updated: Executing background job from PHP causes session lock-up

2001-05-04 Thread Joe Brown
This sounds as if it may be a disk caching issue. Is your session data stored in files (the default)? flush() dumps io to the web browser, is there a file_flush()? <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ID: 10675 > User Update by: [EMAIL PROTECTED] >

[PHP-DEV] CVS Account Request

2001-05-04 Thread CVS Account Request
Full name: Stephen Schadt Email: [EMAIL PROTECTED] ID: sschadt Purpose: Bug testing and comments for OpenLink ODBC -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Shaun Batterton
Y'all need to stop. If this feature is optional, then it won't affect any existing scripts, and on the other hand, people may actually benifit from the change. If someone uses the optional feature, and it makes that script non-portable then that is that person's problem. This is just a roadbloc

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On Fri, May 04, 2001 at 09:09:51PM +0100, Wez Furlong wrote: > > On 2001-05-04 20:47:25, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > > Even though it is 4 functions, I think users will find it easier to > > > work with functions called openssl_public_encrypt, > > > openssl_private_decrypt etc.

[PHP-DEV] Bug #10677: Session lifetimes beyond browse on per session basis

2001-05-04 Thread andrew
From: [EMAIL PROTECTED] Operating system: Linux (RH6) PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Session lifetimes beyond browse on per session basis Something that's been requested in the annoated manuals but I don't see an actual feature r

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> > I've used SSLeay back in 1996 once, and then a few weeks ago for my > patch. > > You don't need to be an openssl expert, but as with all cryptography you > > should have some basic understanding before using it. > > which is why i'm still confused on how you intend to get any of the > openssl

Re: [PHP-DEV] __FILE__ constant

2001-05-04 Thread Chuck Hagenbuch
Quoting Sebastian Bergmann <[EMAIL PROTECTED]>: >works fine here. Or do you meant something > else, Chuck? The value is set; it's just missing all path delimiters. So if the file is actually /var/www/foo/bar.php, echo __FILE__ gives me "varwwwfooobar.php". Which means that dirname(__FILE__)

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Stig Venaas
On Fri, May 04, 2001 at 09:09:51PM +0100, Wez Furlong wrote: > On 2001-05-04 20:47:25, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > Even though it is 4 functions, I think users will find it easier to > > work with functions called openssl_public_encrypt, > > openssl_private_decrypt etc. It also se

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread spencer 'sporty' portee
> I've used SSLeay back in 1996 once, and then a few weeks ago for my patch. > You don't need to be an openssl expert, but as with all cryptography you > should have some basic understanding before using it. which is why i'm still confused on how you intend to get any of the openssl functions to

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On 2001-05-04 20:47:25, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > Even though it is 4 functions, I think users will find it easier to > > work with functions called openssl_public_encrypt, > > openssl_private_decrypt etc. It also separates them from possible > > symmetric enryption later on.

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On 2001-05-04 20:21:28, "Sascha Kettler" <[EMAIL PROTECTED]> wrote: > > Sounds ok, although I wouldn't call it openssl_key_* but openssl_asym_* > > similar. > > Yeah, that sounds better. > > > I don't know what people would prefer: Separate functions or a > > boolean. What's the general opinio

Re: [PHP-DEV] __FILE__ constant

2001-05-04 Thread Sebastian Bergmann
Chuck Hagenbuch wrote: > It was a change in Zend (I'm nearly positive) that broke the __FILE__ > constant. I've heard one person verify this and one person say it > works for them; can people running latest cvs (and latest cvs of > Zend, as well) say if it works for them or not? works fine

[PHP-DEV] Bug #10674 Updated: I cannot confoigure php4 with postgres sql

2001-05-04 Thread sniper
ID: 10674 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues PHP Version: 4.0.4 Assigned To: Comments: This is not a support forum. Ask these questions on [EMAIL PROTECTED] or [EMAIL PROTECTED] Previous Comments:

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
On 2001-05-04 20:21:28, "Sascha Kettler" <[EMAIL PROTECTED]> wrote: > Sounds ok, although I wouldn't call it openssl_key_* but openssl_asym_* > similar. Yeah, that sounds better. > I don't know what people would prefer: Separate functions or a > boolean. What's the general opinion on that? IMHO

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
On 2001-05-04 20:47:25, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > Even though it is 4 functions, I think users will find it easier to > work with functions called openssl_public_encrypt, > openssl_private_decrypt etc. It also separates them from possible > symmetric enryption later on. So are we

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Wez Furlong
"Sterling Hughes" <[EMAIL PROTECTED]> wrote: > On Fri, 4 May 2001, Chuck Hagenbuch wrote: > > That's a problem with it being an option, yes. I'd vote for > > just making php case sensitive, period. > +1 for that! :) +1 --Wez. -- PHP Development Mailing List To unsubscri

[PHP-DEV] __FILE__ constant

2001-05-04 Thread Chuck Hagenbuch
It was a change in Zend (I'm nearly positive) that broke the __FILE__ constant. I've heard one person verify this and one person say it works for them; can people running latest cvs (and latest cvs of Zend, as well) say if it works for them or not? I tried to poke around in Zend a bit to see what

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
[...] > Even though it is 4 functions, I think users will find it easier to > work with functions called openssl_public_encrypt, > openssl_private_decrypt etc. It also separates them from possible > symmetric enryption later on. > > How about returning the result like this: > > string openssl_pu

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Hartmut Holzgraefe
Sterling Hughes wrote: > > neither the book chapter you defined to be the official documentation > > nor the readme files describe the complete api > > > > e.g. it's very hard to get the clue what all the *FETCH macros are good > > for from the so called official documentation > > > > do you stil

[PHP-DEV] PHP 4.0 Bug #10675 Updated: Executing background job from PHP causes session lock-up

2001-05-04 Thread millz
ID: 10675 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: Executing background job from PHP causes session lock-up Executed a perl script in the background like this: perl scriptname.pl $otherParams 2> /dev/null 1> /dev/null Perl script forks and parent

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Stig Venaas
On Fri, May 04, 2001 at 09:21:28PM +0200, Sascha Kettler wrote: > > On 2001-05-04 17:59:03, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > > followed up on that. It would be good if you and Sascha Kettler could > > > agree on how the API should be > > > > How about: > > > > openssl_key_encrypt( >

Re: [PHP-DEV] PHP 4.0 Bug #10668 Updated: preg_replace backquote failure

2001-05-04 Thread Andrei Zmievski
On Fri, 04 May 2001, [EMAIL PROTECTED] wrote: > ID: 10668 > User Update by: [EMAIL PROTECTED] > Status: Analyzed > Bug Type: PCRE related > Description: preg_replace backquote failure > > H'm... I'm confused. :-) To complicate things further, the e-mails display half as >many backslashes as th

[PHP-DEV] Bug #10639 Updated: include() & require()

2001-05-04 Thread sniper
ID: 10639 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *Function Specific Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: Please add some short example scripts into this bug report. Which explains what you're t

[PHP-DEV] PHP 4.0 Bug #10668 Updated: preg_replace backquote failure

2001-05-04 Thread smoonen
ID: 10668 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: PCRE related Description: preg_replace backquote failure H'm... I'm confused. :-) To complicate things further, the e-mails display half as many backslashes as the web page. :-) Since I'm not sure what you mean, I'll exha

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Wez Furlong
On 2001-05-04 19:59:23, "Andrei Zmievski" <[EMAIL PROTECTED]> wrote: > On Fri, 04 May 2001, Sterling Hughes wrote: > > Well maybe not manpage style. I think there should be some Javadoc-like > > comments in the Zend source, the same way the apache portable runtime is I remember the Amiga coding

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Wez Furlong
On 2001-05-04 20:01:42, "Colin Viebrock" <[EMAIL PROTECTED]> wrote: > One "problem" with case sensitivity (perhaps) is that it may make some > scripts non-portable. > > Say I develop a super-duper PEAR class using case-sensitive code (cause > that's what I have on my server). Someone who is runn

[PHP-DEV] Bug #10676: sybase_connect

2001-05-04 Thread sthomas
From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.5 PHP Bug Type: Sybase-ct (ctlib) related Bug description: sybase_connect We've been having problems with this since php 4.0.3. Here is a full backtrace of a running (not for long) httpd child that dies a

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On 2001-05-04 18:22:03, "Sascha Kettler" <[EMAIL PROTECTED]> wrote: > > You won't need to pass the algorithm by an arg, as the key already > contains > > the algorithm identification (pkey->type). I haven't used any DSA > encryption > > yet, but maybe you can just add the code to the switch stat

[PHP-DEV] Bug #10675: Executing background job from PHP causes session lock-up

2001-05-04 Thread millz
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: Executing background job from PHP causes session lock-up Executed a perl script in the background like this: perl scriptname.pl $otherParams 2> /dev/null 1

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On 2001-05-04 17:59:03, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > followed up on that. It would be good if you and Sascha Kettler could > > agree on how the API should be > > How about: > > openssl_key_encrypt( > string data, // to encrypt > string &crypted, // encrypted result > mi

[PHP-DEV] Bug #10668 Updated: preg_replace backquote failure

2001-05-04 Thread andrei
ID: 10668 Updated by: andrei Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: PCRE related PHP Version: 4.0.5 Assigned To: Comments: Oops, \\1 instead of \1. Previous Comments: --- [2001-05-04 15:17:15] [EMAIL PRO

[PHP-DEV] Bug #10668 Updated: preg_replace backquote failure

2001-05-04 Thread andrei
ID: 10668 Updated by: andrei Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: PCRE related PHP Version: 4.0.5 Assigned To: Comments: Ok, I made a little mistake, use "f('1')" rather than "f('\1')". Previous Comments: -

[PHP-DEV] Bug #9571 Updated: Undefined symbols in apache build using PHP 4.0.4pl1

2001-05-04 Thread ahill
ID: 9571 Updated by: ahill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: Previous Comments: --- [2001-04-16 22:34:28] [EMAIL PROTECTED

[PHP-DEV] Bug #10369 Updated: Openlink4/ODBC odbc_field_type returns nothing

2001-05-04 Thread ahill
ID: 10369 Updated by: ahill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: Firstly, please use --with-iodbc instead of --with-iodbc. Also, this is most likely not a PHP issue but a database specific issue, and w

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Sterling Hughes
On Fri, 4 May 2001, Chuck Hagenbuch wrote: > Quoting Colin Viebrock <[EMAIL PROTECTED]>: > > > One "problem" with case sensitivity (perhaps) is that it may make some > > scripts non-portable. > > That's a problem with it being an option, yes. I'd vote for just making php > case sensitive, period.

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Chuck Hagenbuch
Quoting Colin Viebrock <[EMAIL PROTECTED]>: > One "problem" with case sensitivity (perhaps) is that it may make some > scripts non-portable. That's a problem with it being an option, yes. I'd vote for just making php case sensitive, period. -chuck -- must... find... acorns... *thud* -- PHP D

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
On 2001-05-04 18:22:03, "Sascha Kettler" <[EMAIL PROTECTED]> wrote: > You won't need to pass the algorithm by an arg, as the key already contains > the algorithm identification (pkey->type). I haven't used any DSA encryption > yet, but maybe you can just add the code to the switch statements. Yes

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
On 2001-05-04 19:05:05, "spencer 'sporty' portee" <[EMAIL PROTECTED]> wrote: > > On Fri, May 04, 2001 at 07:22:03PM +0200, Sascha Kettler wrote: > > > You won't need to pass the algorithm by an arg, as the key already contains > > > the algorithm identification (pkey->type). I haven't used any DSA

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Wez Furlong
On 2001-05-04 17:59:03, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > followed up on that. It would be good if you and Sascha Kettler could > agree on how the API should be How about: openssl_key_encrypt( string data, // to encrypt string &crypted, // encrypted result mixed key, // key to u

[PHP-DEV] Bug #9571 Updated: Undefined symbols in apache build using PHP 4.0.4pl1

2001-05-04 Thread ahill
ID: 9571 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: This is true. To follow the standard more closely we have removed some files and standardized the iODBC Driver Manager SDK. The current SDK is contain

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Colin Viebrock
> The question was under what key the class entry should be stored... At any > rate, it's a non-issue; Saving the 'beautiful' version of the class name > is possible, but is a bit hacky IMHO. There should be an optional case > sensitive mode, and we'll introduce one in one of the future version

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Andrei Zmievski
On Fri, 04 May 2001, Sterling Hughes wrote: > Well maybe not manpage style. I think there should be some Javadoc-like > comments in the Zend source, the same way the apache portable runtime is > documented or state threads library is (yeah, yeah, I know, don't end > sentences with prepositions :)

Re: [PHP-DEV] php got stomped on in shootout, but shouldn't have...

2001-05-04 Thread hzimmer
> Howdy. So I was checking out Perl, Ruby, and Java's > performance specs on a language shootout, and PHP got stomped on. > It was safely sitting at the bottom of the list (check out the score > card page). > > > http://www.bagley.org/~doug/shootout/ Ouch, this sucks... cool fuck

[PHP-DEV] Bug #10137 Updated: Apache repots a crash afer executing the php script

2001-05-04 Thread jmoore
ID: 10137 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.1pl2 Assigned To: Comments: No feedback. Closing Previous Comments: --- [200

[PHP-DEV] Bug #10124 Updated: Cookies are being read

2001-05-04 Thread jmoore
ID: 10124 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Apache related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: --- [2001-04-02

[PHP-DEV] PHP 4.0 Bug #10666 Updated: preg_replace 'e' modifier

2001-05-04 Thread smoonen
ID: 10666 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PCRE related Description: preg_replace 'e' modifier Also, as a merely informational aside, PHP's use of $1 is in this instance actually incompatible with Perl. Perl, in a s///e expression, treats $n as a variable rather than ex

[PHP-DEV] Bug #10118 Updated: mysql_query() shows unwanted warnings when no result set returned.

2001-05-04 Thread jmoore
ID: 10118 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: --- [2001-04-02 1

[PHP-DEV] Bug #10106 Updated: Garbage files created when trying to load an extension which doesn't exist(?)

2001-05-04 Thread jmoore
ID: 10106 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Configuration Issues PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: --- [2001

[PHP-DEV] Bug #9172 Updated: fopen-wrapper does not work

2001-05-04 Thread jmoore
ID: 9172 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: ---

[PHP-DEV] Bug #8727 Updated: Post problem with thttpd

2001-05-04 Thread jmoore
ID: 8727 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Other web server PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback. Closing Previous Comments: --- [2001-04-02

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Sterling Hughes
On Fri, 4 May 2001, Hartmut Holzgraefe wrote: > Zeev Suraski wrote: > > > > Hope is always a good thing :) > > There's a good starting point already, people are more than welcome to > > extend it. > > besides all political/philosophical issues (licensing and such ...) > > i am talking about a *re

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Zeev Suraski
At 21:05 4/5/2001, Hartmut Holzgraefe wrote: >PS: about the "welcome" thing above ... > >- you should know that i have put a lot of work into the manual >(both english and german) and the function tables Hartmut, I wasn't trying to understate your work on the manual; I told you personally

[PHP-DEV] Bug #10670 Updated: Compile as Apache 2.0 module fails

2001-05-04 Thread sas
ID: 10670 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: You need a newer Apache version then. PHP contains the latest API changes of Apache 2.0. You might want to try an Apache 2.0 snapshot as

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Joe Brown
Well you should, damnit! ;-) "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... At 20:20 4/5/2001, Björn Schotte wrote: >* Zeev Suraski wrote: > > There's a good starting point already, people are more than welcome to > > extend it. > >I don't unders

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Zeev Suraski
At 20:20 4/5/2001, Björn Schotte wrote: >* Zeev Suraski wrote: > > There's a good starting point already, people are more than welcome to > > extend it. > >I don't understand why people should work in their spare-time >on a tool which is published under the Zend Licence (which is >similar to QPL).

Re: SV: [PHP-DEV] erealloc and the API

2001-05-04 Thread Zeev Suraski
At 20:32 4/5/2001, Johan Ekenberg wrote: >Zeev, > >thanks, that made all the difference! > >I got a suggestion from another PHP-developer that mixing calls to >emalloc() and strcpy() might be a problem. Is this so? Not it's not; A block you get from emalloc() is very much the same as a block yo

[PHP-DEV] Re: Bug #10642 Updated: error connecting to database

2001-05-04 Thread David Miller
I didn't include a path on the configure. (I used the PHP libs?) - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 1:02 PM Subject: Bug #10642 Updated: error connecting to database > ID: 10642 > Updated by: sniper > Reported

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread spencer 'sporty' portee
> On Fri, May 04, 2001 at 07:22:03PM +0200, Sascha Kettler wrote: > > You won't need to pass the algorithm by an arg, as the key already contains > > the algorithm identification (pkey->type). I haven't used any DSA encryption > > yet, but maybe you can just add the code to the switch statements.

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Hartmut Holzgraefe
Zeev Suraski wrote: > > Hope is always a good thing :) > There's a good starting point already, people are more than welcome to > extend it. besides all political/philosophical issues (licensing and such ...) i am talking about a *reference* documentation, not a manual or howto neither the boo

[PHP-DEV] Bug #10642 Updated: error connecting to database

2001-05-04 Thread sniper
ID: 10642 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: *Install and Config Bug Type: MySQL related PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS now. I assume you used the builtin mysql libs instead of the external ones. --Jani

[PHP-DEV] Bug #10612 Updated: error connecting to database

2001-05-04 Thread sniper
ID: 10612 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config PHP Version: 4.0.5 Assigned To: Comments: Now this should really be fixed. As you propably used the builtin mysql libs instead of the external ones. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10668 Updated: preg_replace backquote failure

2001-05-04 Thread smoonen
ID: 10668 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: PCRE related Description: preg_replace backquote failure Oddly, I get the following error: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/groups/t/ta/tavi/htdocs/playground/test.php(4) : regexp c

RE: [PHP-DEV] Zend API changes

2001-05-04 Thread James Moore
> * James Moore wrote: > > And the point of this other than trying to start a flame war was Bjorn? > > I'm not starting a flame war. I just didnt understand what your comments possibly had to do with the Zend API docs. AFIAK they arnt QPL'd (and if they are it doesnt really matter although they

[PHP-DEV] PHP 4.0 Bug #10666 Updated: preg_replace 'e' modifier

2001-05-04 Thread smoonen
ID: 10666 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PCRE related Description: preg_replace 'e' modifier Okay. Then I have a problem with how backslash escaping is inconsistently applied when using \\1 and $1. Specifically, consider the following: functi

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Stig Venaas
On Fri, May 04, 2001 at 07:22:03PM +0200, Sascha Kettler wrote: > You won't need to pass the algorithm by an arg, as the key already contains > the algorithm identification (pkey->type). I haven't used any DSA encryption > yet, but maybe you can just add the code to the switch statements. Ah yes,

[PHP-DEV] Bug #10674: I cannot confoigure php4 with postgres sql

2001-05-04 Thread cjmena1
From: [EMAIL PROTECTED] Operating system: solaris 2.7 PHP version: 4.0.4 PHP Bug Type: *General Issues Bug description: I cannot confoigure php4 with postgres sql How can u configure php4 to work with postgres sql. It works fine with mysql. -- Edit Bug report at: http://b

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Björn Schotte
* James Moore wrote: > And the point of this other than trying to start a flame war was Bjorn? I'm not starting a flame war. Björn. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

RE: [PHP-DEV] Zend API changes

2001-05-04 Thread James Moore
> > There's a good starting point already, people are more than welcome to > > extend it. > > I don't understand why people should work in their spare-time > on a tool which is published under the Zend Licence (which is > similar to QPL). As we know of QPL, all developer's seem to > be equal, b

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Shaun Batterton
Good work Zeev. It's for a good cause. Everyone else just seems to be whining... "i don't wanna". Shaun On Fri, 4 May 2001, Zeev Suraski wrote: > The question was under what key the class entry should be stored... At any > rate, it's a non-issue; Saving the 'beautiful' version of the clas

Re: SV: [PHP-DEV] erealloc and the API

2001-05-04 Thread Sterling Hughes
On Fri, 4 May 2001, Johan Ekenberg wrote: > Zeev, > > thanks, that made all the difference! > > I got a suggestion from another PHP-developer that mixing calls to > emalloc() and strcpy() might be a problem. Is this so? > No, I've never experienced a problem. -Sterling -- PHP Development Mai

Re: [PHP-DEV] Bug #10673: CURL/PHP causes lengthy Apache Keepalive

2001-05-04 Thread Sterling Hughes
Working with user off the mailing list (I don't want to flood it :)... Please keep this bug open for now :))) On 4 May 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Linux > PHP version: 4.0.4pl1 > PHP Bug Type: cURL related > Bug description:

SV: [PHP-DEV] erealloc and the API

2001-05-04 Thread Johan Ekenberg
Zeev, thanks, that made all the difference! I got a suggestion from another PHP-developer that mixing calls to emalloc() and strcpy() might be a problem. Is this so? /Johan > erealloc() (like realloc()) returns a pointer to the > realloc'd string. It > may or may not be the same pointer you s

[PHP-DEV] Bug #10673: CURL/PHP causes lengthy Apache Keepalive

2001-05-04 Thread dave
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: cURL related Bug description: CURL/PHP causes lengthy Apache Keepalive Greetings. I have Apache/1.3.14 (Unix) running with PHP/4.0.4pl1 installed as a module and CURL 7.7.1 added to that. O

Re: [PHP-DEV] Bug #10644: __FILE__ missing path delimiters

2001-05-04 Thread Chuck Hagenbuch
Quoting Jani Taskinen <[EMAIL PROTECTED]>: > You're american, right? :) Guilty as charged. :) > Try checking it today..now it says 4/5/2001 (4th of May 2001). > This is of course 'wrong' as it should be 04.05.2001 which is the correct > way to show dates. Should it be changed? (just cosmetics,

Re: [PHP-DEV] openssl module for php

2001-05-04 Thread Sascha Kettler
> On 2001-05-04 17:59:03, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > This sounds good, please have a look at bug report 10665 by > > [EMAIL PROTECTED], he has implemented RSA encryption, and [EMAIL PROTECTED] > > followed up on that. It would be good if you and Sascha Kettler could > > agree on

  1   2   3   >