[PHP-DEV] PHP 4.0 Bug #8440 Updated: fopen on a url returns success as an error

2001-01-18 Thread david
ID: 8440 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: HTTP related Description: fopen on a url returns "success" as an error It's nothing to do with redirects, no. It doesn't return a redirect response. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8841: PHP Crashed under very special circumstances

2001-01-22 Thread david
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: PHP Crashed under very special circumstances I cannot make a short script, since I dont know exactly what causes this, it seems to be session related

[PHP-DEV] PHP 4.0 Bug #9014 Updated: Content-Type included in uploaded files

2001-02-03 Thread david
ID: 9014 Updated by: david Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: HTTP related Assigned To: Comments: ok so let's close Previous Comments: --- [2001-02-03 07:33:28] [EMAIL PROTECTED

[PHP-DEV] PHP 4.0 Bug #9000 Updated: echo `cat /etc/passwd` -- bypasses open_basedir .

2001-02-03 Thread david
ID: 9000 Updated by: david Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Configuration Issues Assigned To: Comments: safe_mode disables `` safe_mode_exec_dir specifies a base directory for executables disable_functions allows you to turn disable certain functions

[PHP-DEV] PHP 4.0 Bug #9115: unserialization segfaults

2001-02-05 Thread david
) at ../sysdeps/generic/libc-start.c:92 Here's a working serialization: !cust_id|session|O:7:"session":9:{s:16:"boolAuthenticate";b:1;s:9:"strSessID";s:0:"";s:9:"intUserID";s:1:"1";s:12:"strUserLogin";s:5:"david";s:15:&qu

[PHP-DEV] PHP 4.0 Bug #9115 Updated: unserialization segfaults

2001-02-05 Thread david
Here's a working serialization: !cust_id|session|O:7:"session":9:{s:16:"boolAuthenticate";b:1;s:9:"strSessID";s:0:"";s:9:"intUserID";s:1:"1";s:12:"strUserLogin";s:5:"david";s:15:"strUserPassword";s:7:"&qu

[PHP-DEV] PHP 4.0 Bug #9111 Updated: Segmentation Fault

2001-02-05 Thread david
ID: 9111 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: dBase related Description: Segmentation Fault Fixed in 4.0.4pl1 Previous Comments: --- [2001-02-05 09:36:04] [EMAIL PROTECTED] This

[PHP-DEV] PHP 4.0 Bug #9144: /tmp/php?????? file created without reference in POST array

2001-02-07 Thread david
reference to that temp file in the HTTP_POST_FILES["myfile"]["tmp_name"] says "none". This means you cannot unlink() these files normally. Configure line: './configure' '--with-apxs' '--with-pgsql=/var/lib/pgsql' '--enable-track-vars' '--with-ftp' '--enable-trans-si

[PHP-DEV] PHP 4.0 Bug #9307: Numeric-looking array keys are forced to be integers

2001-02-16 Thread david
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Numeric-looking array keys are forced to be integers ? $myarray['105'] = 'Hello'; $myarray[(string)'106'] = 'Goodbye'; var_dump($myarray); ?

[PHP-DEV] PHP 4.0 Bug #9417: zend_eval_string() doesn't work like eval() :(

2001-02-22 Thread david
From: [EMAIL PROTECTED] Operating system: GNU/linux PHP version: 4.0 Latest CVS (22/02/2001) PHP Bug Type: Feature/Change Request Bug description: zend_eval_string() doesn't work like eval() :( I need to simulate a call to eval() and the only function that seems to be able

[PHP-DEV] PHP 4.0 Bug #9417 Updated: zend_eval_string() doesn't work like eval() :(

2001-02-23 Thread david
ID: 9417 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Description: zend_eval_string() doesn't work like eval() :( Hi, I commented out a few lines from zend_eval_string() and now it behaves the right way. Here are the line numbers I removed (corresponding

[PHP-DEV] PHP 4.0 Bug #9417 Updated: zend_eval_string() doesn't work like eval() :(

2001-02-23 Thread david
ID: 9417 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Description: zend_eval_string() doesn't work like eval() :( I've found a workaround, it's to replicate the function zend_eval_string() in my own module, less the few lines that pose problem. I consider

[PHP-DEV] PHP 4.0 Bug #9763: Segmentation Fault upon running big cl script

2001-03-15 Thread david
sh_destroy (ht=0x821154c) at zend_hash.c:564 #13 0x80f5bb2 in shutdown_executor () at zend_execute_API.c:165 #14 0x80fc267 in zend_deactivate () at zend.c:525 #15 0x806d442 in php_request_shutdown (dummy=0x0) at main.c:688 #16 0x806c7fa in main (argc=3, argv=0xba44) at cgi_main.c:771 H

Re: [PHP-DEV] Zend build

2001-03-19 Thread david
/cvs-php/Zend' make: *** [all-recursive] Error 1 I tried clean checkout of PHP Zend, ./buildconf, ./configure, make but got the exact same error message. same for me, please fix it ASAP... Edin -- David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Bug #10433: on your homepage, there's an error in translation

2001-04-21 Thread david
From: [EMAIL PROTECTED] Operating system: Win 2k Server PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: on your homepage, there's an error in translation there's a bug in the homepage I think it's the translated word for "example" coming up wrong

[PHP-DEV] Bug #8440 Updated: fopen on a url returns success as an error

2001-04-27 Thread david
ID: 8440 Updated by: david Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Suspended Bug Type: HTTP related PHP Version: 4.0.4pl1 Assigned To: Comments: I don't believe it has happened since the Apache MaxRequestsPerChild was reduced. I shall suspend this until I have a chance

[PHP-DEV] Bug #10845: session_destroy() bugs

2001-05-14 Thread david
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7 PHP version: 4.0.5 PHP Bug Type: *Session related Bug description: session_destroy() bugs I have had a lot of problems with trying to destroy a session with session_destroy() as have many others I see, and none of

[PHP-DEV] Bug #11549: open_basedir/include_path security improvement

2001-06-19 Thread david
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.5 PHP Bug Type: PHP options/info functions Bug description: open_basedir/include_path security improvement As for now, when in safe mode include_path will not work correctly unless all included paths are also in

[PHP-DEV] Bug #8595 Updated: More effective parsing of list() (+other)

2001-06-22 Thread david
ID: 8595 Updated by: david Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.4 Assigned To: Comments: see also #8447 Previous Comments: --- [2001-01-08 09:26

[PHP-DEV] Bug #12128: library name inconsistencies

2001-07-12 Thread david
From: [EMAIL PROTECTED] Operating system: Mandrake 6.5 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: library name inconsistencies It seems that the configure script looks in .so files only when testing for things like TIFFOpen and read_jpeg_header,

[PHP-DEV] Bug #12148: mysql ERROR: Update Query Failed problem with 4.0.6

2001-07-13 Thread david
From: [EMAIL PROTECTED] Operating system: Solaris x86 PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql ERROR: Update Query Failed problem with 4.0.6 Im using PHP 4.0.6 install on Solaris x86 with mysql 3.23.39. The following code produces causes

[PHP-DEV] Bug #12148 Updated: mysql ERROR: Update Query Failed problem with 4.0.6

2001-07-16 Thread david
ID: 12148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris x86 Old PHP Version: 4.0.6 4.0.5 PHP Version: 4.0.6 4.0.5 latest dev as of 7/16/2001 New Comment: using MySQL version 3.23.39 Previous Comments:

[PHP-DEV] Bug #12148 Updated: mysql ERROR: Update Query Failed problem with 4.0.6

2001-07-16 Thread david
ID: 12148 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Solaris x86 Old PHP Version: 4.0.6 4.0.5 latest dev as of 7/16/2001 PHP Version: 4.0.6 4.0.5 New Comment: Here is how I got things to work. I did this with the

[PHP-DEV] Bug #12735: Shorthand for X ? X : Y

2001-08-14 Thread david
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Shorthand for X ? X : Y Providing default values for fields, I find myself using the following syntax a lot: $a = $result-f('asd'); if (!$a) $a =

[PHP-DEV] Bug #13541: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread david
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: url_scanner.h:23: warning: parameter names (without types) in function declarat ./configure --with-mysql --with-apxs=/usr/local/apache/b in/apxs $ make Making

[PHP-DEV] Bug #13542: url_scanner.h:23: warning: parameter names (without types) in function declarat

2001-10-04 Thread david
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: url_scanner.h:23: warning: parameter names (without types) in function declarat ./configure --with-mysql --with-apxs=/usr/local/apache/b in/apxs $ make Making

[PHP-DEV] Bug #14633: get_meta_tags does not work under php4.1.0; works with php4.0.6

2001-12-20 Thread david
, with 4.0.6. Regards, David Lechnyr Network Mgr, Human Resources University of Oregon [EMAIL PROTECTED] -- Edit bug report at: http://bugs.php.net/?id=14633edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Bug #15391: make error 4.1.1

2002-02-05 Thread david
From: [EMAIL PROTECTED] Operating system: linux 2.4.4 PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: make error 4.1.1 unpacked latest tarball into /usr/local/php-4.1.1 did ./configure palmer-root./configure --with-apxs=/usr/local/apache/bin/apxs

Re: [PHP-DEV] EXTENSIONS file refresh..

2001-01-21 Thread David Eriksson
/after the option in the help display..? And maybe even a note after configure that there are extensions configured in which are considered experimental thus those might not work as expected. Good idea! Regards, -\- David Eriksson -/- "An expert in a particular computer language is really an e

[PHP-DEV] DOM XML errors

2001-01-22 Thread David Croft
DOM XML functions write errors to apache's error_log, not very helpful. Any reason for this? any workarounds? Any reason it shouldn't trigger a PHP error? David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DEV] Docs karma request

2001-01-22 Thread David Hedbor
"Jim Winstead" [EMAIL PROTECTED] writes: In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I just wrote installation documentation for Caudium (and added short docs for --with-caudium), but lack the access required to check the changes in. Also noticed small mistake in

Re: [PHP-DEV] Passing of sequences of structures from CORBA to PHP

2001-01-29 Thread David Eriksson
file) I'd appreciate someone reviewing my patch and including it onto PHP source tree. The patch looks good and I will add it to the PHP CVS later today. Thank you very much! Regards, -\- David Eriksson -/- "An expert in a particular computer language is really an expert in the work-ar

[PHP-DEV] Re: PHP 4.0 Bug #8144 Updated: apache dumps core after libphp.soloaded

2001-01-30 Thread David Birnbaum
. David. - ** PLEASE NOTE ** This message was composed with the aid of a speech recognition system. Please be aware there may be some strange word usage. Many thanks On 30 Jan 2001, Bug Database wrote: ID: 8144 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback

[PHP-DEV] Satellite, CORBA, MICO, C++

2001-02-04 Thread David Eriksson
else ever be interested in such a framework or should I just keep it as part of my MICO extension? What should I give priority to? Patch Satellite or work on a replacement extension using MICO? :-) Regards, -\- David Eriksson -/- "An expert in a particular computer language is really an exp

[PHP-DEV] File upload error - no mime boundary found after start of file header

2001-02-04 Thread David Croft
e" size="30" input type="submit" value="Upload" onClick="return validateform()" /form Any ideas what could be wrong please? rfc1867.c makes no sense to me. Thanks. David recent browsers: Mozilla/4.73 [en]C-SYMPA (Win95; U) Mozilla/4.06 [en]C-gate

Re: [PHP-DEV] PHP 4.0 Bug #9131: PHP_AUTH* empty with Caudium

2001-02-06 Thread David Hedbor
[EMAIL PROTECTED] writes: From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (06/02/2001) PHP Bug Type: Other web server Bug description: PHP_AUTH* empty with Caudium from sapi/caudium.c : /* FIXME: Check for auth stuff needs to be

[PHP-DEV] question about classes

2001-02-12 Thread David Guerizec
the function names... Is there a way to call the constructor automatically ? -- Best Regards, David Guerizec Free Software Developer Aurora RD [EMAIL PROTECTED] Midgard core developer http://www.midgard-project.org/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] FW: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry]

2001-02-13 Thread David Guerizec
extension against the current PHP release. -- Best Regards, David Guerizec Free Software Developer Aurora RD [EMAIL PROTECTED] Midgard core developer http://www.midgard-project.org/ -- Best Regards, David Guerizec Free Software Developer Aurora RD

[PHP-DEV] PHP 4.0 Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-02-15 Thread david-shafer
ID: 4630 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: Segmentation fault(coredump) in apache startup The segfault still occurs as of php4-200102131445. Previous Comments:

[PHP-DEV] Midgard

2001-02-16 Thread David Croft
Midgard extension contains 200k of vanity images. This is unreasonable bloat to the core of PHP. Can you please remove them? David -- 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] Re: [patch]: satellite interface inheritance fix

2001-02-18 Thread David Eriksson
as soon as possible, but I'm not sure what causes the first one... maybe a race condition... Regards, -\- David Eriksson -/- "An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work." - Richard

RE: [PHP-DEV] PHP 4.0 Bug #9197: crash in _efree

2001-02-19 Thread David Benson
crash. David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: PHP 4.0 Bug #9307 Updated: Numeric-looking arraykeys are forced to be integers

2001-03-06 Thread David Croft
So what about a string key that breaks when someone enters a string that can be autoconverted. Zend turns it into a number and hey presto nothing works any more. Can we have a construct to *force* it not to convert these things? On Tue, 6 Mar 2001, Stanislav Malyshev wrote: DC Even for array

Re: [PHP-DEV] Re: PHP 4.0 Bug #9307 Updated: Numeric-looking arraykeys are forced to be integers

2001-03-06 Thread David Croft
function some_generic_function($myarray) { foreach ($myarray as $k = $v) { if (is_string($k)) { /* some behaviour for associative array element */ } else { /* some behaviour for indexed array element */ } } } On Tue, 6 Mar 2001, Stanislav Malyshev wrote: DC So

Re: [PHP-DEV] CORBA/PHP

2001-03-21 Thread David Eriksson
On Wed, 21 Mar 2001, Nick Loman wrote: Hi I've got a fairly urgent requirement to get Satellite working properly on my PHP 4.0.4pl1 system and can't get in touch with David Eriksson. Has anyone had luck with the setup, specifically accessing objects through IIOP over TCP/IP who would

Re: [PHP-DEV] PHP 4.0 Bug #9998: mktime() calculation error - 25 hours in a day

2001-04-11 Thread David G.
You've discovered a problem with daylight savings time, as the dates you found are the end of DST (at least in the US) when we set our clocks back an hour. I suspect you'll find 23 hour days in April. -david [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP-DEV] request

2001-04-17 Thread David Guerizec
r constructor (and eventually destructor) callings... Peter Petermann -- /* ZIMT - where PHP meets needs* * [EMAIL PROTECTED] - www.phpug.de * [EMAIL PROTECTED] - www.cyberfly.net */ -- Best regards, David Guerizec -- PHP Development Mailing List http://www.php.net/ To unsubsc

[PHP-DEV] function table

2001-04-26 Thread David Croft
the CG only had global functions and EG has functions currently in scope - is that right? Thanks, David -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] function table / hashes

2001-04-26 Thread David Croft
trying to see the difference between zend_hash_find and zend_hash_quick_find. Would I be correct in assuming quick_find only looks at string keys, and it would be safe to use this if the function expects only associative arrays? Thanks again! David -- | /+\ \| | | David Croft Infotrek On Thu, 26

[PHP-DEV] RE: Bug #9763 Updated: Segmentation Fault upon running big cl script

2001-04-28 Thread David Hjortsø
, please tell me, and I will happily subject myself and/or my little php fellow to all sorts of sadist attempts at squashing bugs :) TIA. Kind regards, David. ID: 9763 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproduceable crash PHP

Re: [PHP-DEV] MySQL problems at bugs.php.net

2001-04-29 Thread David Croft
Also unable to fork errors on the search page, and it's been VERY slow recently. -- | /+\ \| | | David Croft Infotrek On Sun, 29 Apr 2001, Zak Greant wrote: Hello All, I just noted a problem at bugs.php.net: bWarning/b: MySQL Connection Failed: Can't create a new thread (errno 11

[PHP-DEV] key_exists from php

2001-04-29 Thread David Croft
key_exists, with the following proto: bool key_exists(array search, string key) Please let me know if this is inappropriate or I have missed something obvious, otherwise I shall add this tomorrow. Thanks, David. -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http

Re: [PHP-DEV] key_exists from php

2001-04-29 Thread David Croft
On Sun, 29 Apr 2001, Andrei Zmievski wrote: Key may be a number as well. -Andrei should that be separate e.g. index_exists? -- | /+\ \| | | David Croft Infotrek -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] RE: Bug #10560 Updated: IISConfig Error

2001-04-30 Thread David Jenkins
Does this error only have to do with the setup of MMC or does it effect more than that. I'm new to PHP so I can't tell yet if there is a problem. -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 8:48 AM To: [EMAIL PROTECTED] Subject: Bug

[PHP-DEV] PHP 4.0 Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-05-03 Thread david-shafer
ID: 4630 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: Segmentation fault(coredump) in apache startup Still happening as of 4.0.5. Previous Comments: --- [2001-04-26 17:05:24] [EMAIL

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread David Croft
that column be missing. Yeah but you can use === NULL for those. You might be right but I remember we decided it's problematic. With all due respect Andi, you can't. There is a difference between a field being null and that field not existing at all that neither isset, empty nor === will detect. david

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV]Release process

2001-05-03 Thread David Croft
whether it is set to a tangible value. Key_exists asks whether the array contains an entry, any entry, for that key. My 2 cents, David -- | /+\ \| | | David Croft Infotrek On Thu, 3 May 2001, Zeev Suraski wrote: At 17:20 3/5/2001, Cynic wrote: I very much agree with Andrei on this. Please, keep

[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 By:

[PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread David Giffin
to incorporate the code into php, but here is my first attempt. proto int ldap_sort_search(int link, string base_dn, string filter [, array attrs [, string sortstr [, int attrsonly [, int sizelimit [, int timelimit [, int deref]) Thanks, David Giffin

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread David Giffin
with the rest of LDAP Version 3 functionality. David On Wed, 16 May 2001, Stig Venaas wrote: On Tue, May 15, 2001 at 06:17:11PM -0700, David Giffin wrote: Hello, I added in a function to provide server side sorting on searches. This is a LDAP version 3 specific function, and uses

[PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread David Shafer
This is a message I sent to Andi; he asked that I send it to the list in hopes that somebody with more AIX and libtool experience might be able to better address the issue: Andi, I'm responding to your message of 5-11-2001 in the php-dev list regarding the open critical bugs for 4.0.6. I

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

2001-05-18 Thread David Talkington
is appreciated -- thank you for your help. - -d - -- David Talkington http://www.spotnet.org PGP key: http://www.prairienet.org/~dtalk/dt000823.asc -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 Comment: Made with pgp4pine 1.75-6 iQEVAwUBOwXLfL1ZYOtSwT+tAQHOQwf

Re: [PHP-DEV] 4.0.6RC2

2001-05-22 Thread David Shafer
Unless someone has changed something, the current snapshots now don't compile at _all_ on AIX (using either IBM compilers or IBM-provided gcc). Whether that's enough of a problem to hold it up, I can't say. See bug #4630 for more info. - Dave - Original Message - From: Andi Gutmans

[PHP-DEV] Re: Bug #11520 Updated: Same eregi() script, different OS's, different results

2001-06-18 Thread David Taylor
sniper, phpinfo() for the red hat linux 7.1 says i have the system regex enabled. phpinfo() for the winnt box says bundled library enabled. how would i use the system library as opposed to the bundled libray? which reg expression? dave --- Bug Database [EMAIL PROTECTED] wrote: ID: 11520

Re: [PHP-DEV] is php dev alive

2001-06-18 Thread David Hedbor
Jason Greene [EMAIL PROTECTED] writes: is the list back?? It does indeed look that way. -- [ Below is a random fortune, which is unrelated to the above message. ] An aphorism is never exactly true; it is either a half-truth or one-and-a-half truths. -- Karl Kraus -- PHP

[PHP-DEV] Re: Bug #11520 Updated: Same eregi() script, different OS's, different results

2001-06-18 Thread David Taylor
sniper, would i have to recompile the bad boy to enabled bundled regex? I installed a precompiled rpm for php 4.0.5, btw I updated my system and problem still was not solved :( because it is using system regex (presumably the problem). dave --- Bug Database [EMAIL PROTECTED] wrote: ID:

[PHP-DEV] Weird bug with Caudium SAPI (+threads )

2001-06-25 Thread David Hedbor
I have this new (for me) weird bug when using threads and the Caudium SAPI. Basically, PHP4 will segfault quickly when doing multiple concurrent requests (running ab). When running only one request at a time it doesn't die. Anyhow, the weird part is that right before the crash, part of a response

[PHP-DEV] Re: Bug #12033 Updated: file_exists doesn't work properly with variables

2001-07-11 Thread David Druffner
I apologize - I also could not reproduce the bug in the simple test script I previously submitted - I was sure that that would reproduce it. But it did not match exactly what was going on in my actual script. The problem seems to only occur when two file_exists statements are used in a row

[PHP-DEV] Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-07-11 Thread david-shafer
ID: 4630 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating System: AIX 4.3.3 PHP Version: 4.0.6RC2 New Comment: I just tried the latest code from CVS on 2001-07-11, and the problem appears to be fixed now. Thanks! Previous

[PHP-DEV] Bug #12063: make install fails on cp lib/libphp4.so

2001-07-11 Thread david-shafer
From: [EMAIL PROTECTED] Operating system: AIX PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: make install fails on cp lib/libphp4.so Running make install produces the following output: ... Making install in . /local/php/src/php4/build/shtool

[PHP-DEV] Bug #12063 Updated: make install fails on cp lib/libphp4.so

2001-07-11 Thread david-shafer
ID: 12063 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: make install fails on cp lib/libphp4.so Status: Bogus Bug Type: Compile Failure Operating System: AIX PHP Version: 4.0.6 New Comment: Yes, Apache is stopped when I run make install. If Apache was running,

[PHP-DEV] Re: Bug #12128 Updated: library name inconsistencies

2001-07-12 Thread David Hardy
-- ___ ¯¯¯ David Hardy Planetmind Internetworks http://www.planetmind.net ph 303.258.1103 fax 303.265.9330 ___ ¯¯¯ -- PHP Development Mailing List http

Re: [PHP-DEV] Re: zend api object in object

2001-07-15 Thread David Eriksson
On Fri, 13 Jul 2001, Richard Samar wrote: I finally figured out how to do this. Thanks a lot to zeev@efnet and hartmu@ircnet. -Richard Hello, What about posting the solution to the list too? :-) Regards, -\- David Eriksson -/- An expert in a particular computer language is really

Re: [PHP-DEV] Newbie writing a PHP extension

2001-07-15 Thread David Eriksson
when you add things to resources? Thinking of it, you probably don't have to worry about thread safety unless you share data between different requests. Regards, -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use

[PHP-DEV] Help you with our programming skills and experience

2001-07-15 Thread David Rosen
, configuring, installing and debugging troubled scripts. All will be done within promised time with quality guaranteed. Price is negotiable. We are interested in various kind projects,contracts and cooperation. Pls contact [EMAIL PROTECTED] if you are interested. Thanks, David Some

Re: [PHP-DEV] Help wanted: Operator - and a class in a PHP extension

2001-07-19 Thread David Eriksson
Quoting David Eriksson [EMAIL PROTECTED]: First, look att this piece of pure PHP code: ?php class S { var $a; var $x; } $s1 = new S(); $s1-a = 42; $s2 = new S(); $s2-a = 4711; $s2-x = $s1; echo $s1-a.\n; $s3 = $s2-x; echo $s3-a.\n

Re: [PHP-DEV] Help wanted: Operator - and a class in a PHP extension

2001-07-20 Thread David Eriksson
Quoting David Eriksson [EMAIL PROTECTED]: This time, the last echo line will get the value of $s1-a and not $s2-a. handle_property_get is only called on the $s1 instance and not on the $s2 instance of the object. I will write a PHP extension that just shows this feature

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-05 Thread David Eriksson
Satellite.) I plan to release Universe this week, so keep an eye on php-dev... Regards, David Eriksson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-05 Thread David Eriksson
Quoting Jani Taskinen [EMAIL PROTECTED]: On Mon, 6 Aug 2001, David Eriksson wrote: named MICO to connect PHP to CORBA objects. (Universe is an improved version of my old PHP extension called Satellite.) I plan to release Universe this week, so keep an eye on php-dev... Is it going

[PHP-DEV] First snapshot of the Universe PHP extension (PHP-MICO binding)

2001-08-06 Thread David Eriksson
! Information, download and demo at: http://universe.2good.nu/ Universe not ready for production environment yet... it leaks memory! :-( If the PHP Group would like me to submit it to the PHP CVS, I will! :-) Regards, -\- David Eriksson -/- An expert in a particular computer language is really

[PHP-DEV] Security proposal - SPHP and helper functions

2001-08-06 Thread David Wheeler
. Anyway, I'd like to see future versions of PHP make it easy, not hard, to write secure programs in. I hope this email helps! --- David A. Wheeler [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DEV] Bug #12616: Apache make fails, can't find php header files

2001-08-07 Thread david . cumming
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.1 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: Apache make fails, can't find php header files apache_1.3.19# ./configure --prefix=/usr/local/apache php-4.05# ./configure --with-mysql

[PHP-DEV] RE: Bug #12616 Updated: Apache make fails, can't find php header files

2001-08-07 Thread David Cumming
I downloaded the latest snapshot, this did not work. However it always bugged me that the file created in apache/src/modules/php4/ was called libmodphp4.a and not libphp4.a as all the instructions state. I watched the make install and it *appears* to copy the file libphp4.a and rename it to

[PHP-DEV] RE: Bug #12114 Updated: XML documentation improvement?

2001-08-08 Thread David Taylor
myself. Cheers, David = Original Message From Bug Database [EMAIL PROTECTED] = ID: 12114 Updated by: jmcastagnetto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: RedHat PHP Version: 4.0.6 New Comment: What type of XML

Re: [PHP-DEV] PHP 4.0.7

2001-08-09 Thread David Eriksson
changes they want to put into 4.0.7. Would you like Universe to be included in the CVS before the branch? (If someone did not notice, Universe is my new CORBA extension that will replace Satellite.) http://universe.2good.nu/ Regards, -\- David Eriksson -/- An expert in a particular computer

[PHP-DEV] Satellite (Was: Re: [PHP-DEV] PHP 4.0.7)

2001-08-09 Thread David Eriksson
configure options, and warns people if they use them? Good idea! :-) -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Satellite (Was: Re: [PHP-DEV] PHP 4.0.7)

2001-08-09 Thread David Eriksson
://satellite.2good.nu:1082 Or maybe it just doesn't work... -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Third snapshot of Universe

2001-08-13 Thread David Eriksson
. Information, download, demo and Windows binaries at:   http://universe.2good.nu/ Regards, -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson -- PHP Development Mailing

[PHP-DEV] Bug #12746: CGI Bad Header Error - Random

2001-08-14 Thread David . Carter
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: IIS related Bug description: CGI Bad Header Error - Random Random Error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it

[PHP-DEV] Bug #12746 Updated: CGI Bad Header Error - Random

2001-08-14 Thread David . Carter
ID: 12746 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Operating System: Win2000 PHP Version: 4.0.6 New Comment: Sorry, the message looks like the bad header returns the system: line ... there is nothing after the bad header ... zilch ...

RE: [PHP-DEV] Please..

2001-08-15 Thread David Hjortsoe
someone else make the engine because we are troubled by license/control/... And if its 2), then let us write exactly what the problem is. Now what is really the issue? HTH. Kind regards, David. [1] Zend Grant: http://www.php.net/license/ZendGrant [2] OSD Definition: http://www.opensource.org

RE: [PHP-DEV] Please..

2001-08-15 Thread David Hjortsoe
implicitly refered to in various snide comments. A lot of people may have an opinion on these issues, and unless they know what they are, there cannot be a semi-democratic, let alone open way to discuss them. Kind regards, David. -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] EXT_SKEL for Win32

2001-08-23 Thread David Eriksson
.2good.nu/ If you contribute with autmatic generation of a visual studio project file in ext_skel, that would be great! Regards, -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B

[PHP-DEV] Fourth snapshot of Universe

2001-08-23 Thread David Eriksson
() and universe_is_valid() Information, download and demo on: http://universe.2good.nu Regards, -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson -- PHP

Re: [PHP-DEV] RE: Bug #12276 Updated: error orbit_object

2001-09-03 Thread David Eriksson
Sorry for the delayed reply. I can't run the demo server on port 80, because my primary server runs there... What about asking your sysadmin to unblock port 1081? :-) I can send you the latest snapshot by e-mail if you wish? Regards, -\- David Eriksson -/- An expert in a particular computer

Re: [PHP-DEV] How do I inserting the content of a TEXT file into aPHP document?

2001-09-12 Thread David Eriksson
Please send support questions to [EMAIL PROTECTED] There is an include statement in PHP. -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work-arounds necessary to use this language to perform useful work. - Richard B. Johnson On Wed, 12 Sep 2001

Re: [PHP-DEV] Unable to find stream pointer

2001-09-13 Thread David Eriksson
and how to work around it. Does anybody of you know where this error originates? I searched through the sources and this error messages seems to only come from the ICAP or MCAL extensions, and not from IMAP. Are you sure this error occurs on a call to an IMAP function? \David -- PHP Development

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Zeev Suraski wrote: Does anybody still have anything pending for RC3? Do you want Universe included in RC3? http://universe.2good.nu/ Regards, David -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Sascha Schumann wrote: No new features please. RCs are purely intended for cutting down the number of bugs. NP. I just realized that it would be nice to have Universe included in PHP 4.0.7... but I know it's a little late now... :-/ -\- David Eriksson

Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions

2001-09-26 Thread David Eriksson
On Wed, 26 Sep 2001, Andi Gutmans wrote: I think the key still lies in creating a repository for C extensions where each extension can have its own release cycle. +1 one for this... :-) -\- David Eriksson -/- An expert in a particular computer language is really an expert in the work

  1   2   3   >