[PHP-DEV] Bug #14749: array_reduce() causes segmentation faults

2001-12-28 Thread dave
#x27;$prep', \$a, \$x);"), ''); } function debug_array($array) { return "\n" . debug_tree('|', $array) . ''; } function debug_string($string) { return "\n" . nl2br($string) . "\n"; } funct

[PHP-DEV] Bug #15347: strtok multiple string handling

2002-02-03 Thread dave
From: [EMAIL PROTECTED] Operating system: mandrake 8.0 PHP version: 4.0CVS-2002-02-03 PHP Bug Type: Feature/Change Request Bug description: strtok multiple string handling just a quick example of one think I'd like to do, I figured out why it was failing, it was just tokin

[PHP-DEV] Bug #15348: strtok multiple string handling

2002-02-03 Thread dave
From: [EMAIL PROTECTED] Operating system: mandrake 8.0 PHP version: 4.0CVS-2002-02-03 PHP Bug Type: Feature/Change Request Bug description: strtok multiple string handling just a quick example of one think I'd like to do, I figured out why it was failing, it was just tokin

[PHP-DEV] Bug #14222 Updated: PHP Crashes with weird output often

2002-02-08 Thread dave
ID: 14222 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment: run apache in single process m

[PHP-DEV] Bug #10928 Updated: Loading PHP as a DSO fails - "garbled"

2001-05-21 Thread dave
Thanks, Dave. Previous Comments: --- [2001-05-18 04:21:55] [EMAIL PROTECTED] You're most likely using wrong apxs here. Try using the full path for it. ie. --with-apxs=/httpd/bin/a

[PHP-DEV] Bug #11597:

2001-06-20 Thread dave
to help in any way I can. Thanks and keep up the good work. --Dave -- Edit Bug report at: http://bugs.php.net/?id=11597&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2001-06-26 Thread dave
same results. :-( Anything else I should try? -Dave --- [2001-06-03 17:49:32] [EMAIL PROTECTED] First of all, try the latest release candidate for PHP 4.0.6: http://www.php.net/~andi/php-4.0.6RC2.tar.gz Note: You

[PHP-DEV] Bug #12216: 4.0.6 + curl 7.8 Do not properly support https

2001-07-17 Thread dave
: [(root)dave@sentinel goto]# cat test.php #!/usr/bin/php -q http://www.thedatasource.net/";); curl_setopt ($ch, CURLOPT_HEADER, 1); curl_setopt ($ch, CURLOPT_VERBOSE, 1); curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"); c

[PHP-DEV] Bug #10339: PHP with OCI8 crashes apache

2001-04-15 Thread dave
From: [EMAIL PROTECTED] Operating system: Mandrake 7.0 Linux 2.2.14-15mdksecure on a dual-PPro PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: PHP with OCI8 crashes apache Downloaded Oracle 8.1.7 and installed the default Client configuration. Ran ./

[PHP-DEV] Re: Bug #9954 Updated: php.exe hangs when executing external batch file

2001-04-29 Thread ¥ DaVe ¥
Yes, the batch file works fine... it only hangs when run from php. -Dave Bug Database wrote: > > ID: 9954 > Updated by: jmoore > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Feedback > Bug Type: Program Execution > PHP Version: 4.0.4pl1 > Assigned To

[PHP-DEV] Re: Bug #9954 Updated: php.exe hangs when executing external batch file

2001-04-29 Thread ¥ DaVe ¥
; Yes, the batch file works fine... it only hangs when run from php. > > -Dave > > --- > > [2001-04-29 06:21:52] [EMAIL PROTECTED] > does

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

2001-05-04 Thread dave
back to readfile() based requests solves this problem but, well, cURL is better. ;-) All help would be appreciated, and I am available and willing to test anything on our servers. Thanks! -Dave -- Edit Bug report at: http://bugs.php.net/?id=10673&edit=1 -- PHP Development Mai

[PHP-DEV] Bug #10928: Loading PHP as a DSO fails - "garbled"

2001-05-17 Thread dave
PHP before the build - this doesn't make any difference. Dave. -- Edit Bug report at: http://bugs.php.net/?id=10928&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] creating files on a remote host

2002-04-23 Thread Dave
the other site I am manually downloading the index page to my local computer, and uploading it to its new site - Not the most effective way to do things. Any ideas??? Thanks in advance Dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] searching across all open sessions

2002-06-26 Thread Dave
nyone logging in and if their user_id is found then just assign this new browser their original sesssion id. Much thanks. Dave Krewet -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 4.0 Bug #8695: set_time_limit() is ignored during exectution of shell commands

2001-01-13 Thread dave
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: set_time_limit() is ignored during exectution of shell commands If set_time_limit(), as well as the default execution limit, is ignored during exection of a s

[PHP-DEV] PHP 4.0 Bug #8697: Apache Seg Fault on run

2001-01-14 Thread dave
From: [EMAIL PROTECTED] Operating system: Linux RH7.0 PHP version: 4.0 Latest CVS (14/01/2001) PHP Bug Type: Reproduceable crash Bug description: Apache Seg Fault on run Below is configure line, attempt at a backtrace, last 20 lines of strace and ldd libphp4.so, No wierd l

[PHP-DEV] PHP 4.0 Bug #8697 Updated: Apache Seg Fault on run

2001-01-14 Thread dave
ID: 8697 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: Apache Seg Fault on run Turned out to be a faulty MM install. I trashed the MM rpm and built/installed from source. PHP works fine now. Previous Comments: --

[PHP-DEV] Bug #12863: what does pg_freeresult return?

2001-08-20 Thread dave
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: what does pg_freeresult return? The doc page for pg_freeresult does not state what the significance of the int return value is. -- Edit bug report at: http://b

Re: [PHP-DEV] Terminal text objects (PHP CDK NCURSES)

2003-01-09 Thread Dave Mertens
e hard to fix. So yes, please commit. I guess you should put it into PECL.. -- With best regards, Dave Mertens - Senior Development Manager [EMAIL PROTECTED] Innovative Solutions in Media Schiekade 101 3033 BG Rotterdam, Netherlands T +31-10-2436060 F +31-10-2436066 http://www.ism.nl Quality S

Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Dave Mertens
27;t need to install the distro itself) Note that are more distro that are offering live cd's just a get the 'feeling' of linux, without installing the distro. Much more persuasive than those 120 day limit cd's from Microsoft ;-) -- With best regards, Dave Mertens -

[PHP-DEV] adding class members in C

2003-02-12 Thread Dave Viner
fprintf(stderr,"made MyClass::memvar point to '%s'\n", cv2); However, I get coredumps on apache startup. What is the correct way to register member variables at class declaration time? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP extensions and C++

2003-02-18 Thread Dave Viner
Including this code causes the linkage error, and #if 0 this block will compile and link fine. I suspect the php glue code since my C++ test program compiles and links fine against the same .lib. Has anyone seen this error or have a suggestion for how to fix it? Thanks dave P.S - I

[PHP-DEV] PHP extension with C++

2003-02-19 Thread Dave Viner
UDE\istream(561) : error C2491: 'ws' : definition of dllimport function not allowed Has anyone seen this before, or know how to fix it? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Dave Viner
would semaphores provide the "mutual exclusion zone" you need? dave -Original Message- From: Braulio José Solano Rojas [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 8:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: [PHP] Threading Hi

RE: [PHP-DEV] Re: [PHP] Threading

2003-02-27 Thread Dave Viner
x27;t want a lot of #ifdef WIN32 in your code, you could look at using Apache Portable Runtime (http://apr.apache.org) to enable mutex (http://apr.apache.org/docs/apr/group__APR__ThreadMutex.html) dave -Original Message- From: Braulio José Solano Rojas [mailto:[EMAIL PROTECTED] Sent

[PHP-DEV] [PATCH] - fix for 64 bit issues with OnUpdateInt

2003-02-27 Thread Dave Hill
Proposed Patch to address 64 bit issues in PHP v4.3.1 Diff -u against php4-STABLE-200302241430 Also needed in 4.5.x and 5.x Addresses bugs 20994, 21002, 21822, 20268 Platforms affected, Tru64, Solaris 9, HP-UX, NetBSD/Alpha and any other 64 bit platform I forgot to mention A little education f

[PHP-DEV] using VC++ to compile PHP extensions

2003-02-27 Thread Dave Viner
irm_MyModule_compiled, NULL) /* For testing, remove later. */ {NULL, NULL, NULL} /* Must be the last line in Cache_functions[] */ }; These were just a few small notes that really helped me in using Visual C++ to build some PHP extensions. Also, the article h

[PHP-DEV] [PATCH] - 64 bit issue with zend_parse_parameters calls

2003-03-01 Thread Dave Hill
Hi all, I am back again Diff against php4-STABLE-200302241430 (without the last patch I suggested) Applies to 4.5.x and 5.x as well. Affects any 64 bit OS. I ran into another problem after I turned optimization back on. Usually these are hell to find, but Julien Soula (who I met through the

RE: [PHP-DEV] Re: modules in c++

2003-03-05 Thread Dave Viner
do you have the PHP_REQUIRE_CXX() in your config.m4? dave -Original Message- From: Michel M. dos Santos [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: modules in c++ J, First

RE: [PHP-DEV] Re: modules in c++

2003-03-05 Thread Dave Viner
with that config.m4, running: % phpize && ./configure --enable-biac=shared && make should yield this: /bin/bash /libtool --mode=compile g++ is that the case or not? dave -Original Message- From: Michel M. dos Santos [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05,

[PHP-DEV] Resources and zend_register_list_destructors_ex

2003-03-05 Thread Dave Viner
type? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] fun with autoconf on Tru64

2003-03-06 Thread Dave Hill
Hi all, I am having fun with [EMAIL PROTECTED]@#$ autoconf. In the past I always used the configure in the RC tarball without (much) problem. As I am trying to be a good little commiter, I am trying to build my potential changes out of cvs and am starting with buildconf. I have installed:

Re: [PHP-DEV] Further outstanding 64-bit issues with PHP_4_3

2003-03-10 Thread Dave Hill
ete in the php4 streams. Jani did the OnUpdateLong in php5, I fixed up the ints where they needed to be longs. dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Flex check in configure

2003-03-11 Thread Dave Hill
te it. (For example, there is a grep for the line containing 'version' that I don't seem to need with the 3 versions of flex I checked). If one of you config wizards wants to make the change - be my guest. Dave here is what the current test looks like: set `echo "" | $L

[PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Dave Viner
Has anyone seen an error like this? dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Dave Viner
missing. dave Configuration: ZendTS - Win32 Debug_TS Performing Custom Build Step on ".\zend_language_parser.y" Performing Custom Build Step on .\zend_ini_parser.y zend_ini_parser.y:215.4-6: unrecognized escape: `\\0' Performi

RE: [PHP-DEV] compiling on windows vc++ bison error ?

2002-11-06 Thread Dave Viner
also, can you let me know what version of bison you are using ? thanks dave -Original Message- From: Dave Viner [mailto:dviner@;yahoo-inc.com] Sent: Wednesday, November 06, 2002 10:15 AM To: [EMAIL PROTECTED] Cc: Php-Dev@lists. php. net Subject: RE: [PHP-DEV] compiling on windows vc

[PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-08 Thread Dave Viner
4/Zend $ Still fails. The zend_ini_parser produces a warning or error at least. zend_ini_parser.y:215.4-6: unrecognized escape: `\\0' But I'm not good enough with bison to know how to fix it ! dave -Original Message- From: Andi Gutmans [mailto:andi@;zend.com] Sent: Friday, Nov

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
is that on win32? or linux ? -Original Message- From: Rasmus Lerdorf [mailto:rasmus@;php.net] Sent: Friday, November 08, 2002 5:01 PM To: Dave Viner Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] bison error [was: PHP 4.3.0] I'm not seeing any problems with bison-1.75 here. On F

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
is anyone out there building php source from cvs using win32 ? if so, what version of bison are you using ? and can you try using 1.75 ? dave -Original Message- From: Rasmus Lerdorf [mailto:rasmus@;php.net] Sent: Monday, November 11, 2002 11:28 AM To: Dave Viner Cc: [EMAIL PROTECTED

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
i assume this means that the problem i'm having is not reproducible. if so, do you have any thoughts on what i can do to fix my build ? thanks dave viner -Original Message- From: Edin Kadribasic [mailto:edink@;proventum.net] Sent: Monday, November 11, 2002 5:04 PM To: Dave Vin

RE: [PHP-DEV] bison error [was: PHP 4.3.0]

2002-11-11 Thread Dave Viner
well, i downgraded bison to 1.35, and it works fine. no warnings, no errors. not sure what's going on with that, but at least i can build again. if a bison or win32 expert wants more info, i'm happy to work towards some resolution. dave -Original Message----- From:

[PHP-DEV] php4apache on win32 regex problem?

2002-11-12 Thread Dave Viner
kage that I need to install in order to obtain the regex.h header file ? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] php4apache on win32 regex problem?

2002-11-13 Thread Dave Viner
e. i realize that the standard snap build doesn't have this problem, but i can't see why I have this problem. Can anyone offer advice on this? Or is there a win32 buildmeister that I could talk to off the list for help ? dave -Original Message- From: Dave Viner [mailto:dviner

RE: [PHP-DEV] php4apache on win32 regex problem?

2002-11-13 Thread Dave Viner
thanks... here's a patch to php4apache.dsp that allows users to compile when they use the standard install of apache (C:\Program files\Apache group\Apache). dave = BEGIN PATCH == Index: sapi/apache/php4apache.dsp ==

RE: [PHP-DEV] What headers/libs does Win32 Snaps build use?

2003-01-07 Thread Dave Viner
this sounds to me like a good idea. at the very least, i don't see why we wouldn't change the zlibstat.lib to be the zlib.lib that is built from the zlib CVS module. dave -Original Message- From: Michael Sisolak [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003

RE: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Dave Viner
ownload the older version (I can't find it on sleepycat). thanks for your help. dave -Original Message- From: Marcus Borger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:55 AM To: Dave Viner Cc: Php-Dev@lists. php. net Subject: Re: [PHP-DEV] building ext/dba on win32

[PHP-DEV] building ext/dba on win32

2003-01-07 Thread Dave Viner
the latest win32build zip file on php.net, and I have the latest information. Has anyone else seen this error? Or know how I can fix this? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Dave Viner
thanks... downloading the 3.3.11 version pretty much worked for me. i needed to change the lib name from libdb31s.lib to libdb33.lib (for using the .dll instead of statically linking it). dave -Original Message- From: Steph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1

[PHP-DEV] PHP 4.0 Bug #9016: PHP/Apache seg fault when serializing complex objects

2001-01-30 Thread dave . bonora
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: PHP/Apache seg fault when serializing complex objects I'm getting segmentation faults whenever I use the serialize function to serialize a tree of

[PHP-DEV] PHP 4.0 Bug #9885: New web site: can't find list of available libraries

2001-03-20 Thread dave . krause
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: New web site: can't find list of available libraries the new website design looks great. but, there used to be a page that listed all the available l

[PHP-DEV] PHP 4.0 Bug #10057: Multidimensional arrays passed to function using func_get_args

2001-03-29 Thread dave . kingdon
are replaced with 'Array'. It appears somewhere PHP is assigning the argument to itself literally, which isn't nice :) thanks, Dave System Linux arthur 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown Configure Command './configure' '--with-sybase-ct&#

RE: [PHP-DEV] Re: Suggestion: Adding fmt like linebreak algorithm

2001-12-27 Thread Dave Brotherstone
Forgive me, but what does BC stand for? I'd be happy to have a go at creating the new function though... Dave > -Original Message- > From: Markus Fischer [mailto:[EMAIL PROTECTED]] > Sent: 27 December 2001 05:15 > To: Sean R. Bright > Cc: 'Dominik Roet

[PHP-DEV] Bug #10192 Updated: sybase_query with sybase_fetch_row displays real data type incorrectly

2001-06-19 Thread dave . berndt
ID: 10192 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Sybase (dblib) related Operating system: Linux Mandrake (redhat) 7.0 PHP Version: 4.0.3pl1 Description: sybase_query with sybase_fetch_row displays real data type incorrectly I don't know if it occurs with 4

[PHP-DEV] Bug #10192 Updated: sybase_query with sybase_fetch_row displays real data type incorrectly

2001-06-19 Thread dave . berndt
ID: 10192 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Sybase (dblib) related Operating system: Linux Mandrake (redhat) 7.0 PHP Version: 4.0.3pl1 Description: sybase_query with sybase_fetch_row displays real data type incorrectly Bug closed. Previous Comments:

Re: [PHP-DEV] CVS Account Request

2001-06-30 Thread Dave Jones
iminate warnings where original code uses types 'char *' and 'unsigned char *' interchangeably. ext/standard/basic_functions.c Add '#ifdef's to conditionally compile several declarations that refer to syslog (HAVE_SYSLOG_H) and sendmail (HAVE_SE

[PHP-DEV] Can we have a "PING" function?

2001-04-01 Thread Dave Crawford
this function to ping all of my mirror download sites, and I coloured the ping value based on a range (Ex: less than 150ms was green, greater than 600ms was red, etc.) I need a way to incorperate this same functionality into my new all PHP based website. Thanks. -Dave -- PHP Development Ma

Re: [PHP-DEV] Can we have a "PING" function?

2001-04-02 Thread Dave Crawford
*laughs* what's involved in doing such a thing? -Dave > Maybe Dave will volunteer to implement this for 4.0.6 :) > > Andi > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[PHP-DEV] PHP 4.0 Bug #10192: sybase_query with sybase_fetch_row displays real data type incorrectly

2001-04-05 Thread dave . berndt
From: [EMAIL PROTECTED] Operating system: Linux Mandrake (redhat) 7.0 PHP version: 4.0.3pl1 PHP Bug Type: Sybase (dblib) related Bug description: sybase_query with sybase_fetch_row displays real data type incorrectly Queries that produce incorrect data is random, but will c

[PHP-DEV] Porting to VMS, facing pedantic compiler

2001-05-06 Thread Dave Jones
I've been porting PHP to VMS for the past couple of weeks, how can I feed back some of my changes into the source tree so it's less work to track the changes? The fixes I'm interested in don't apply to VMS per se, but rather cases where the compiler squawks about intermixing signed and unsigned

Re: [PHP-DEV] 4.0.6

2001-05-08 Thread Dave Jones
>>it is not that odd because it may have treated it like whitespace - imagine >>a long line script. now it may treat it not as whitespace and hence the >>problem >> >>there is no big difference between whitespace and newline(s) in php, is it? >Both today (4.0.6-dev) and earlier \r is treated as w

[PHP-DEV] mssql/sybase error extension

2001-12-11 Thread Dave Brotherstone
- and also, if possible, test it on a sybase box (I only have an MS box to test it on). Also, how do I go about posting the changes into the source (I've altered 4.1.0)? Thanks ever so much, Dave. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Submitting changes

2001-12-12 Thread Dave Brotherstone
Where (and who) do I submit a code patch to one of the modules? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Sybase / MSsql module additions

2001-12-13 Thread Dave Brotherstone
SQL. They are only minor changes, so shouldn't affect anything else. Do I have to do anything else with the source to submit it? If anyone wants the changes applying to the mssql extension, then let me know - they'll be the same changes. Corrections / comments welcome. Thanks a lot, Dav

[PHP-DEV] delete checked files

2002-02-25 Thread Dave Cranwell
it is checked or not and delete it if ($c_mydoc){ unlink ($regular_filename_WITH_extension_and_WITHOUT_c_) } -- Dave Cranwell Torchbox Ltd [EMAIL PROTECTED] tel: (+44) 1608 811 870 mob: (+44) 7760 438 708 http://www.torchbox.com -- PHP Development Mailing List <http:

Re: [PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Dave Mertens
rn the page output as a string. For more information about output buffering see http://www.php.net/manual/en/ref.outcontrol.php Success, Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] need help!

2002-03-10 Thread Dave Brotherstone
You're asking on the wrong list. It's php-general you need to subscribe to. This list is for development *OF* PHP, not IN PHP. > -Original Message- > From: its me [mailto:[EMAIL PROTECTED]] > Sent: 10 March 2002 06:01 > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] need help! > > > i have

[PHP-DEV] Part run script shutdown

2002-03-16 Thread Dave Brotherstone
ever being released if the script doesn't finish. I'm still digging about with it, so I'm not 100% sure what's going on yet Thanks, Dave. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: manuzhai

2002-03-19 Thread Dave Mertens
t nu van een vertaling. Lijkt mij alleen maar verwarrender. Maar degene die de manual vertalen naar het Nederlands krijgen van mij wel lof! Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: wentzel

2002-03-19 Thread Dave Mertens
On Tue, Mar 19, 2002 at 01:18:26PM -, Thomas Wentzel wrote: > Tanslating the documentation into danish Revoking my last remark (in Dutch) about translations.. Really, it's a hot item ;-) Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscrib

Re: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered PHP)

2002-03-31 Thread Dave Mertens
he 5.x series Belgium names. I didn't mention Dutch beers because that would seem a bit lik ego tripping ;-) Dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] codenames

2002-03-31 Thread Dave Mertens
arc of noach.. He took of each animal 2 and because an egg is not an animal, he only take some eggs for lunch ;-) Dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered PHP)

2002-03-31 Thread Dave Mertens
numbers in real life. Why did you think that Microsoft called Windows 'XP' and not Windows 6.0?? Why do we use domain names and not IP's. Simple.. Names are much easier to remember than numbers. But on the otherhand, codenames are mostly only used by commercial companies. There are only

[PHP-DEV] 8 byte variable

2002-04-03 Thread Dave Mertens
doubles?? Thanks, Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Changing password cvs account

2002-04-04 Thread Dave Mertens
Hi, how can i change the password of my cvs account. I lost my password, but because i'm still logged in the cvs tree, i can still develop code. Who do i have to contact for my CVS account. Asking for a new CVS account seems not the way to go.. Thanks, Dave Mertens (zyprexia) --

Re: [PHP-DEV] The PHP Platform

2002-04-13 Thread Dave Mertens
two sides. While we (PHP developers) build upon PHP4, and make money with the applications we write with it. And Zend is making money with other Zend products and they make sure PHP is good enough for companies. So don't trap Zend into the ground. Because of them you can program OOP in PHP! Tha

Re: [PHP-DEV] Re: The PHP Platform

2002-04-13 Thread Dave Mertens
suo would > stop working on the postgresql and session extensions and just give it a > rest. that crazy andrei, creating things like the aggregate and overload > extensions -- he needs to stop holding us back! don't get me started > about wez and all that damn streams stuff! (do i need t

Re: [PHP-DEV] Let's fork GD!

2002-04-13 Thread Dave Mertens
library they use. But to be onest with you, i don't have any problems with PHP/GD. Only building GD with PHP is sometimes a nightmare, but therefor we have systems management ;-) Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-13 Thread Dave Mertens
P sites without the Zend tools. The Zend tools are only installed on the production server. That way we're forced to write efficiant code. And because our developing enviroment is quick (we use single Pentium 3 500 processor with 128 MB of ram and IDE harddisk, normal desktops thus..) the

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
for PHP developers. Offered free by Microsoft. And because these type of actions of Microsoft i'm lossing grip on my boss to use PHP. So please, keep PHP the best! Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
a company becomes a Microsoft Partner you get a lot of MS licenses for free! Buy MSDN Universal and you get more programs for Free. And the company i work for is a gold partner. We have 100 free licenses for XP! Why use linux?? 2 years ago PHP was leading egde. I hope that the ZE2 engine mak

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
managing their projects. But i'm a bit special. I know PHP! And that makes that i'm still program. Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
On Tue, Apr 16, 2002 at 07:57:26AM -0700, brad lafountain wrote: > > --- Dave Mertens <[EMAIL PROTECTED]> wrote: > > But the fact the PHP don't have a proper XML parser, only a scripting SOAP > > parser > > Well i currently am working on a soap c extension fo

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
rogram in PHP. But all three in a different way. And the more ways you know to solve a problem, the better. And those training provides you with that knowlegde. And as long microsoft is giving away those free training (not briefings) i'm very willing to take them. Dave Mertens -- P

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
y trying to say (here we go again..) that it's hard to defend PHP in a microsoft company. But it's not impossible. The fact that i can commit to PEAR says enough. I hardly program in my free time. That time i'm usinf for my social life. And here it's almost 18:00 (CEST) so i&#

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
plication/session/page RPC server to maintain states. The only problem is that my boss doesn't let me commit the RPC server ;-( But i will stop writing negative about PHP.. But i still believe that PHP needs to keep up with other languages. Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
y 2(!) SOAP projects within PHP. So i think that part is covered. That's all. I only have a problem that i can't express myself that well.. ;-( Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Dave Mertens
cation data. In PHP i simulate this with an serialized array that is read from file every request. And maybe i'm not the right person to say what's good and not. I work a lot with both ASP and PHP. And i only tell what i'm seeing. That's all And for now, good night everybody! Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Dave Mertens
plications now". > > > > Big difference. > Is there alot of this sort of bickering on this mailing list, or is this > out of the norm? He, you barch in, telling the PEAR community the PEAR sucks big time, and you find it peculiar that some people are a bit picky about you?

Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Dave Mertens
Also all coolers are replaced. But these kind of discussions are useless. Most of those threads were started in the early 90's. And beside of that, it costs your energy if you reply on this one ;-) Use your energy wise, make PHP better! Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The PHP Platform

2002-04-18 Thread Dave Mertens
from make pear better. And if you have ideas how things might be better, write them with a friendly tone. Because barching in isn't helping anyone. So stop insulting people and do something about the points that you're trying to make. We want no words, we want deeds! Dave Mertens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Quicktime movie

2002-04-19 Thread Dave Mertens
plugin. You can also just put the movie url in a tag. Or show it to your users in a popup (ofcourse only when a user wants this, most people don't like popup's). But again, this is not the right place to ask questions about video embedding in a webpage. Dave Mertens -- PHP Deve

Re: [PHP-DEV] Quicktime movie

2002-04-19 Thread Dave Mertens
and part of movie were downloaded. > Is possible this to be a settings, when create movie - i.e. streaming ? Like i said before, this is not the correct list for QuickTime problems. This is a PHP list. Try Google to find more resources for QuickTime. Maybe you can even try the Adobe website.. Good

[PHP-DEV] php extentions as module

2002-04-19 Thread Dave Mertens
Hi, I was wondering. PHP is within our company compiled as a apache module (libphp4.so). But i want to do some experiments with domxml. Therefor is it possible to create an extention as a module and load it with dl()? We're running Linux (Debian). Thanks, Dave Mertens -- PHP Develo

Re: [PHP-DEV] PHP 4.2.0 Release Announcement

2002-04-22 Thread Dave Mertens
sound very good. Like i said, only the DSO version of PHP crashed with me. On IIS it's stable, on Apache 1.3.xx it's stable (You do know that apache is supporting more than 30 webservers right?!) If you want to use Apache 2 and PHP, than compile PHP as CGI-module and it will go fine

Re: [PHP-DEV] bugs: try newer version (?)

2002-04-28 Thread Dave Mertens
#x27;t fix it" is really used in production environments. We even have webservers that run php3, just because php4 isn't needed.. Most php servers at my work are running php 4.0.6. We only patched the upload-patch to the php-tree and re-installed php-4.0.6. So yes, their are still

[PHP-DEV] Crasher in 4.2.1 - debugging advice needed

2002-05-21 Thread Dave Brotherstone
roperly, or free'ing twice (as hinted in the bt), then are there any ways I can tell where? Many thanks for any pointers, Dave. #0 0x40139566 in chunk_free (ar_ptr=0x401dbce0, p=0x81a5360) at malloc.c:3131 #1 0x40139334 in __libc_free (mem=0x81a5368) at malloc.c:3043 #2 0x80e7d67 in shutdo

Re: [PHP-DEV] Full-duplex communication

2002-05-22 Thread Dave Mertens
loop. But you won't need a keep-alive connection for this. Ohh, don't use any out buffering, otherwise the browser will timeout after 30 seconds.. ;-) However the server can't switch pages. What you can do, is inside the loop to access a different page with the fopen function.

[PHP-DEV] [PATCH] Sybase error handling

2002-05-22 Thread Dave Brotherstone
Attached is a patch for error handling with Sybase/MSSQL databases. Basically it picks up the message and the error number from the dberrhandler() call. This means that MSSQL/Sybase RAISERROR calls can be caught properly in the PHP script. Any chance of someone committing it in? Dave. Index

  1   2   >