[PHP-DEV] CVS-ID change possible

2003-06-06 Thread Sebastian Picklum
Hello! I suprisingly found out that my CVS-ID (spic) is a very rude American word for "spanish speaking people". Due to my activities in the user-contributed-notes system, my CVS-ID is in the subject-line of many reject-messages (which may not amuse some of our notes-contributors). Is there any p

[PHP-DEV] Jumadi

2003-06-06 Thread Jumadi Francisco Simangunsong
now i have a project to make CDC if any all of the member of PHP know about it please help me best Regards: Jumadi Francisco Simangunsong. ___ | | |

[PHP-DEV] [PATCH] Fixes for Sybase-DB in PHP 5 HEAD

2003-06-06 Thread David Brown
Hi: The enclosed patch makes the Sybase DBLib support compile against PHP 5 and ZE 2, fixes crashes in sybase_select_db() and sybase_affected_rows() related to incorrect zval initialization, implements the missing sybase_fetch_assoc(), removes a bunch of redundant calls to Z_STRLEN_PP() in php_syb

[PHP-DEV] CVS Account Request: jamuel

2003-06-06 Thread Jamuel P. Starkey
Extend SNMP capabilities/features. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [PATCH] upload progress metter

2003-06-06 Thread David Enderson
I also developed upload status capability for my company that works very similarly to yours. I am currently working on integrating the changes I made into a patch for 4.3.2 for members of this list to evaluate (I originally made the upgrade to 4.1.2). I see you came to the same conclusion I did,

Re: [PHP-DEV] Unserialize bug in PHP 4.3.2RC4?

2003-06-06 Thread Jean-Pierre Arneodo
Same result with PHP 4.3.2 on RH7.2 The problem still remaining. [47178 skipped chars] i:0;s:10:"prop_tbody";a:0:{}s:18:"XX";d::.E-7;s:24:" ";i:100;s:8:"prop_cnt";a:0:{} [366502 skipped chars] Strange, no entry found in bugs.php.net Jean-Pierre - Orig

Re: [PHP-DEV] Re: #24005 [Opn->Asn]: Distributions version ofmnoGoSearch extension does not work with MySQL 4

2003-06-06 Thread Jani Taskinen
On Fri, 6 Jun 2003, Sergey Kartashoff wrote: >spn> It failed complaining about "ext/mysql/phpmysql.c: undefined reference >spn> to mysql_create_db". I downloaded the latest php-extension from >spn> www.mnogosearch.org (mnogosearch-php-extension-1.7.3.tar.gz) and >spn> replaced the contents of ext/

Re: [PHP-DEV] cvs: php4/etc/dom

2003-06-06 Thread Rob Richards
We are working on getting the xml based extensions to interoperate. One of the reason the technologies are broken out into seperate extensions. It is meant to fit in with the plan that has been talked about. Rob From: Andrei Zmievski > How does this relate to the unified XML handling issue we'v

Re[3]: [PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure withmnoGoSearch 3.2.10(Development)

2003-06-06 Thread Jani Taskinen
On Fri, 6 Jun 2003, Sergey Kartashoff wrote: >Hi! > >JT> You should move it to PECL. I really don't see much sense in >JT> keeping it in php5/php4 since you already suggest people to download >JT> the extension from your site anyway.. > >If you permit me to update 4.3 branch i will

[PHP-DEV] [PATCH] upload progress metter

2003-06-06 Thread Doru Petrescu
Hi, To make a long story short, I needed an upload progress metter, so the users will something while their huge files are uploaded to the server. I searched the net but only found for ASP, so I wrote one. Unfortunatly PHP needs a little patch to be willing to do this ... Here is how it works

Re: [PHP-DEV] Quick question...

2003-06-06 Thread Lars Torben Wilson
On Thu, 2003-06-05 at 14:00, Sterling Hughes wrote: > Yep. > > -Sterling > > On Thu, 2003-06-05 at 17:01, Lars Torben Wilson wrote: > > Just wanted to check that I'm reading this right before committing > > to the docs: does print() return 1, always? The following seems to > > indicate so: > > >

Re: [PHP-DEV] Quick question...

2003-06-06 Thread Sterling Hughes
Yep. -Sterling On Thu, 2003-06-05 at 17:01, Lars Torben Wilson wrote: > Just wanted to check that I'm reading this right before committing > to the docs: does print() return 1, always? The following seems to > indicate so: > > case ZEND_PRINT: > zend_print_variable(get_zval_ptr(&EX(opline)

[PHP-DEV] Quick question...

2003-06-06 Thread Lars Torben Wilson
Just wanted to check that I'm reading this right before committing to the docs: does print() return 1, always? The following seems to indicate so: case ZEND_PRINT: zend_print_variable(get_zval_ptr(&EX(opline)->op1, EX(Ts), &EG(free_op1), BP_VAR_R)); EX(

[PHP-DEV] php4isapi

2003-06-06 Thread john
This may be the wrong place to post this, so if it is, point me in the right direction. I'm writing an application that will use the php4isapi interface to run an application in Windows 2000, and I'm running into a couple of problems. First, php4isapi doesn't ask the hosting server for PATH_INFO,

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.c

2003-06-06 Thread Sebastian Bergmann
Zeev Suraski wrote: > It does look like a voodoo fix. What's crashing exactly? Zeev, Stanislav already looked into this and the segfault related to GLOBAL_CONSTANTS_TABLE not beeing malloc()ed in ZTS mode is now gone. -- Sebastian Bergmann http://sebastian-bergmann.de/

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/dom TODO attr.c cdatasection.c characterdata.c comment.c config.m4 document.c documentfragment.c documenttype.c dom.dsp dom_ce.h dom_fe.h dom_properties.h domconfiguration.c domerror.c domerrorhandler.c domexception.c domimplementation.c domimplementationlist.c domimplementationsource.c domlocator.c domstringlist.c element.c entity.c entityreference.c namednodemap.c namelist.c node.c nodelist.c notation.c php_dom.c php_dom.h processinginstruction.c string_extend.c text.c typeinfo.c userdatahandler.c xml_common.h /ext/dom/tests dom001.phpt dom_test.inc skipif.inc

2003-06-06 Thread Andrei Zmievski
How does this relate to the unified XML handling issue we've been debating? -Andrei I must say I find television very educational. The minute somebody turns it on, I go to the library and read a good book. - Groucho Marx -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] Re: #24005 [Opn->Asn]: Distributions version of mnoGoSearch extension does not work with MySQL 4

2003-06-06 Thread Sergey Kartashoff
Hi! Friday, June 6, 2003, 2:32:33 PM, you wrote: spn> [EMAIL PROTECTED] you have just been assigned to this bug by [EMAIL PROTECTED] spn> ./configure --with-mysql=/usr --with-gd --with-ttf --enable-track-vars spn> --with-apxs2=/usr/local/apache2/bin/apxs --with-mnogosearch spn> --with-jpeg-dir=/

Re[3]: [PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure with mnoGoSearch 3.2.10(Development)

2003-06-06 Thread Sergey Kartashoff
Hi! JT> You should move it to PECL. I really don't see much sense in JT> keeping it in php5/php4 since you already suggest people to download JT> the extension from your site anyway.. If you permit me to update 4.3 branch i will update it to compile with latest versions of mnogose

Re[2]: [PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure withmnoGoSearch 3.2.10(Development)

2003-06-06 Thread Jani Taskinen
On Fri, 6 Jun 2003, Sergey Kartashoff wrote: >Hi! > > Php-4.3.2 contains old mnogosearch extension. > Please use cvs sources or download latest mnogosearch-php-extension > from mnogosearch site. >>> >>>DR> Is the new extension in the PHP 5 HEAD branch? >>> >>>yes > >JT> Are you goi

[PHP-DEV] PHP

2003-06-06 Thread José António Rodrigues
Hi! I'm a program developer and i use php to develop lots of things to the web! The thing is that another day a was installing the new version of php on my school pc (M$ Windows 2000) and i notest that you don't have the script to automatically configure php with apache!I had no problems finding

Re: [PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure with mnoGoSearch 3.2.10(Development)

2003-06-06 Thread Sergey Kartashoff
Hi! Thursday, June 5, 2003, 5:30:55 PM, you wrote: DR> On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote: >> Php-4.3.2 contains old mnogosearch extension. >> Please use cvs sources or download latest mnogosearch-php-extension >> from mnogosearch site. DR> Is the new extension in the PHP 5 HEAD branch?

[PHP-DEV] Re[2]: #24037 [Opn->Csd]: Compile Failure with mnoGoSearch 3.2.10(Development)

2003-06-06 Thread Sergey Kartashoff
Hi! >> Php-4.3.2 contains old mnogosearch extension. >> Please use cvs sources or download latest mnogosearch-php-extension >> from mnogosearch site. DR> Is the new extension in the PHP 5 HEAD branch? Yes. -- Regards, Sergey aka gluke. -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure with mnoGoSearch 3.2.10(Development)

2003-06-06 Thread Derick Rethans
On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote: > Php-4.3.2 contains old mnogosearch extension. > Please use cvs sources or download latest mnogosearch-php-extension > from mnogosearch site. Is the new extension in the PHP 5 HEAD branch? Derick -- -

Re[2]: [PHP-DEV] Re: #24037 [Opn->Csd]: Compile Failure with mnoGoSearch 3.2.10(Development)

2003-06-06 Thread Sergey Kartashoff
Hi! Php-4.3.2 contains old mnogosearch extension. Please use cvs sources or download latest mnogosearch-php-extension from mnogosearch site. >> >>DR> Is the new extension in the PHP 5 HEAD branch? >> >>yes JT> Are you going to MFH it to PHP_4_3 branch??? I could, but last