Re: [PHP-DEV] Error with pspell

2002-06-04 Thread Jani Taskinen
Check your php.ini for 'magic_quotes_' directives and turn them off. --Jani On Tue, 4 Jun 2002, Magnus M wrote: >No, I'm not adding slashes, but somewhere something adding slashes. > >I'm using a form with some fields, lets call one of the XYZ and it's >those that I want to be

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd config.m4

2002-06-04 Thread Jani Taskinen
Should be fixed now. (read: Works fine here :) --Jani On Tue, 4 Jun 2002, Sebastian Bergmann wrote: >Jani Taskinen wrote: >> sniper Mon Jun 3 21:13:01 2002 EDT >> >> Modified files: >> /php4/ext/gdconfig.m4 >> L

[PHP-DEV] Snapshots not build correctly..

2002-06-04 Thread Jani Taskinen
The source snapshots don't have the bison/flex generated files anymore..why is that? --Jani -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Snapshots not build correctly..

2002-06-04 Thread Jani Taskinen
Is someone checking this?? Jim? I'd do it myself, but I don't have access there.. --Jani On Tue, 4 Jun 2002, Jani Taskinen wrote: > >The source snapshots don't have the bison/flex generated >files anymore..why is that? > >

Re: [PHP-DEV] Snapshots not build correctly..

2002-06-05 Thread Jani Taskinen
On Wed, 5 Jun 2002, Andi Gutmans wrote: >At 11:35 PM 6/4/2002 +0300, Jani Taskinen wrote: > >> The source snapshots don't have the bison/flex generated >> files anymore..why is that? > >genfiles was broken but I fixed it in HEAD. Is this still not the case

[PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-06 Thread Jani Taskinen
On Thu, 6 Jun 2002, Alex Black wrote: >then PHP is pretty schitzo because someone made a GTK extensions for it that >seems to be supported by the core group. That's for building GUI >applications last I checked. (Actually the model was so good we're using it >in binarycloud!) GTK is just a c

Re: [PHP-DEV] Snapshots not build correctly..

2002-06-06 Thread Jani Taskinen
On 6 Jun 2002, Jim Winstead wrote: >Andi Gutmans <[EMAIL PROTECTED]> wrote: >> At 09:25 PM 6/5/2002 +0300, Jani Taskinen wrote: >>>On Wed, 5 Jun 2002, Andi Gutmans wrote: >>> >>> >At 11:35 PM 6/4/2002 +0300, Jani Taskinen wrote: >>> >

Re: [PHP-DEV] Snapshots not build correctly..

2002-06-09 Thread Jani Taskinen
On Thu, 6 Jun 2002, Jani Taskinen wrote: >On 6 Jun 2002, Jim Winstead wrote: > >>Andi Gutmans <[EMAIL PROTECTED]> wrote: >>> At 09:25 PM 6/5/2002 +0300, Jani Taskinen wrote: >>>>On Wed, 5 Jun 2002, Andi Gutmans wrote: >>>> &g

Re: [PHP-DEV] PECL != Siberia

2002-06-09 Thread Jani Taskinen
# make install /usr/src/web/php/php4/sapi/cli/php /usr/src/web/php/php4/pear/install-pear.php /usr/src/web/php/php4/pear/package-*.xml /usr/src/web/php/php4/pear/PEAR/Frontend/CLI.php(71) : Fatal error - Frontend::displayLine deprecated . . Installing program: pear cp: pear/scripts/pear: No su

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2002-06-13 Thread Jani Taskinen
anual says? --Jani On Thu, 13 Jun 2002, Rasmus Lerdorf wrote: >Uh Jani, how much research did you do on this one? Don't you think there >is a reason that this code is commented out? > >On Thu, 13 Jun 2002, Jani Taskinen wrote: > >> sniper

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2002-06-13 Thread Jani Taskinen
On Thu, 13 Jun 2002, Rasmus Lerdorf wrote: >It is actually my code and the uncommenting had to do with a bug in >Apache. The deep meaning being that leaving this code in there will make >all authentication break for some versions of Apache. Ah..nice to get that information now. Why didn't y

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2002-06-13 Thread Jani Taskinen
On Thu, 13 Jun 2002, Rasmus Lerdorf wrote: >> Ah..nice to get that information now. Why didn't you reply to >> my question about this when I asked it on this list? > >I don't recall seeing the question. http://marc.theaimsgroup.com/?l=php-dev&m=101952354225480&w=2 >> And I reall

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2002-06-13 Thread Jani Taskinen
On Thu, 13 Jun 2002, Rasmus Lerdorf wrote: >> >I don't know offhand which versions are broken. I'd have to do some >> >research. Hence my suggestion that more research is needed before blindly >> >uncommenting something like this. >> >> It's also good practice to add comments to the code >>

Re: [PHP-DEV] ZEND_MODULE_API_NO in HEAD

2002-06-14 Thread Jani Taskinen
I _think_ it's supposed to be same now..or maybe a bit higher in HEAD (don't remember if there were any such changes in Zend which breaks the compatibility). --Jani On Fri, 14 Jun 2002, Stefan Livieratos wrote: >Hi, > >the ZEND_MODULE_API_NO (zend_modules.h) is different in the ph

Re: [PHP-DEV] register_globals vs session.force_nocookie

2002-06-14 Thread Jani Taskinen
I was wondering (I'm propably wrong, it's almost 6am here :) that wouldn't the real fix for this without having to add yet-another-ini-option have been to fix this so that logic with session.use_cookies and session_use_trans_sid worked like it was (?) meant to work.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mcal config.m4

2002-06-24 Thread Jani Taskinen
I merged the fix Sascha made in HEAD to mcal/config.m4 to the PHP_4_2_0 branch and also fixed the PHP_ADD_LIBRARY_DEFER_WITH_PATH in HEAD. --Jani On Mon, 24 Jun 2002, Troels Arvin wrote: >On Mon, 24 Jun 2002 12:29:02 +0200, Jani Taskinen wrote: > > &g

[PHP-DEV] patch for ext/session

2002-06-26 Thread Jani Taskinen
The attached patch fixes the problems when you build session extension as shared and MM. (--enable-session=shared --with-mm) Also adds a list of registered save handlers to the phpinfo() output. Please test/review. It works fine here, as shared and as static

Re: [PHP-DEV] patch for ext/session

2002-06-26 Thread Jani Taskinen
On Wed, 26 Jun 2002, Brian France wrote: >Does this fix the problem with configure? > >http://bugs.php.net/bug.php?id=17977 yes.. >I take it if session is shared then mm is shared as well, right? It makes the mm module not to be an extension of itself.. which it really isn't, a

Re: [PHP-DEV] imap_mail_compose()

2002-06-28 Thread Jani Taskinen
Try the HEAD..I just fixed some leftovers by someone who's name I won't utter here. Those _might_ have caused some unexpected results.. Anyway, there propably are still some probs. Just tell your co-worker to come up with some test script. Maybe someone will look at i

Re: [PHP-DEV] "MYSQL_UNIX_ADDR" redefined

2002-07-02 Thread Jani Taskinen
Your build stuff (gcc 3.1 installation done wrong?) is shitnitz. And I'd update to autoconf 2.53.. :) --Jani -- On Tue, 2 Jul 2002, Sebastian Bergmann wrote: >Sebastian Bergmann wrote: >> http://www.sebastian-bergmann.de/stuff/config.log > > *.log gives 403, t

Re: [PHP-DEV] "MYSQL_UNIX_ADDR" redefined

2002-07-03 Thread Jani Taskinen
You can safely ignore that. --Jani -- On Wed, 3 Jul 2002, Sebastian Bergmann wrote: >Jani Taskinen wrote: >> And I'd update to autoconf 2.53.. :) > > After updating to autoconf 2.53 I get the following warnings: > >sb@wopr-mobile:/usr/src/ph

Re: [PHP-DEV] extensions problems

2002-07-03 Thread Jani Taskinen
On Wed, 3 Jul 2002, Rafa Rodriguez Hernandez wrote: > >#if COMPILE_DL_GD >ZEND_GET_MODULE(gd) >#endif > >I compile with this: >gcc -rdynamic -fpic -DCOMPILE_DL=1 -I/opt/php/include/php/main/ >-I/opt/php/include/php/TSRM/ -I/opt/php/include/php/Zend/ -I/opt/php/include/php/ -c >gd.c You need

Re: [PHP-DEV] [PATCH] ext/sysvsem semctl 4th argument

2002-07-09 Thread Jani Taskinen
Did you notice ext/sysvsem/sysvsem.c line 45 having the HAVE_SEMUN defined even if it's not? If it's not found, it will always be set anyway.. --Jani -- On Mon, 8 Jul 2002, Melvyn Sopacua wrote: >Hi, > >attached is a patch that checks wether sem_ctl accep

[PHP-DEV] Patch for bug: #16637

2002-07-09 Thread Jani Taskinen
Attached is a patch which fixes the bug described here: http://bugs.php.net/bug.php?id=16337 Please check that last comment I posted there and comment this patch then.. :) --Jani Index: http_fopen_wrapper.c =

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c

2002-07-13 Thread Jani Taskinen
What's the error you get? --Jani -- On Sat, 13 Jul 2002, Sebastian Bergmann wrote: >Jani Taskinen wrote: >> sniper Sat Jul 13 03:11:00 2002 EDT >> >> Modified files: >> /php4/ext/standard fsock.c >> Log: >> nuke

Re: [PHP-DEV] mbstring

2002-07-17 Thread Jani Taskinen
version. What do you guys think of this? > >Derick > > > >On Sun, 14 Jul 2002, Jani Taskinen wrote: > >> sniper Sat Jul 13 20:12:13 2002 EDT >> >> Modified files: >> /php4/ext/mbstring config.m4 >> Log: >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tclink README config.m4php_tclink.c php_tclink.h tcexample.php tclink.c tctest.php /ext/tclink/docTCDevGuide.html TCDevGuide.txt

2002-07-17 Thread Jani Taskinen
And adding an extension WHICH IS ENABLED BY DEFAULT is really, REALLY not very nice thing to do. Especially as it breaks the build now. --Jani -- On Thu, 18 Jul 2002, Edin Kadribasic wrote: >Shouldn't a thing like adding a new extension be discussed on php-dev first. >How

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tclink README config.m4php_tclink.c php_tclink.h tcexample.php tclink.c tctest.php /ext/tclink/docTCDevGuide.html TCDevGuide.txt

2002-07-17 Thread Jani Taskinen
This would fit better in PECL.. --Jani -- On 17 Jul 2002, Dan Helfman wrote: >There were a couple posts to php-dev about this extension when I was >requesting a CVS account, but no discussion. I don't know exactly how >many people would benefit from inclusion of TCLink, but

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/tclink README config.m4php_tclink.cphp_tclink.h tcexample.php tclink.c tctest.php /ext/tclink/docTCDevGuide.html TCDevGuide.txt

2002-07-17 Thread Jani Taskinen
AFAIK, the company is no longer, but the sdk, etc. still exist at: www.cybercash.com (Verisign bought it?) --Jani -- On 17 Jul 2002, Dan Helfman wrote: >On Wed, 2002-07-17 at 15:42, Edin Kadribasic wrote: >> > There were a couple posts to php-dev about this extensio

Re: [PHP-DEV] W3C html validation issue

2002-07-22 Thread Jani Taskinen
You're only supposed to change it in your HTML..NOT in the browser's query line.. --Jani -- On 22 Jul 2002, Walter A. Boring IV wrote: >Howdy, > This may be a tad off topic, but it is related to how php deals with >building the $_GET superglobal w/ query string vars.

Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Jani Taskinen
It should be added now, try the latest CVS snapshot: http://snaps.php.net/php4-latest.tar.gz --Jani -- On Tue, 23 Jul 2002, Thomas Langås wrote: >Thomas Langås: >> Output from ldd: >> dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so >>

Re: [PHP-DEV] 4.3 release call to arms

2002-07-25 Thread Jani Taskinen
On Thu, 25 Jul 2002, Stig S. Bakken wrote: >Hi guys, > >I'd like to start the 4.3 release process now. Anyone with stuff they >want to commit before the branch is created, please either commit it or >let me know by sunday. I want to create the branch on sunday night GMT+2. > >Here is, again, th

Re: [PHP-DEV] 4.3 release call to arms

2002-07-27 Thread Jani Taskinen
+1, I don't think we need to do more than one RC for it.. As only bug fixes have been merged to that branch anyway. --Jani -- On Sat, 27 Jul 2002, Zeev Suraski wrote: >FWIW, I don't see why releasing it should take 5 weeks. I think releasing >it can take pretty much as

Re: [PHP-DEV] array commits broke something

2002-08-01 Thread Jani Taskinen
Have you updated to the very latest? I'm unable to reproduce this.. Can you give some simple example script? (maybe I understood you wrong..) --Jani -- On Thu, 1 Aug 2002, Jan Schneider wrote: >Hi, > >the recent changes in the array code broke something. array_

Re: [PHP-DEV] Changes to ext/xml config.m4

2001-01-09 Thread Jani Taskinen
On Tue, 9 Jan 2001, Michael Kunze wrote: >Hi all, > >even with the patch provided by Jani (Sniper) i 'm running into trouble >with Rui's latest patches to Sablotron... > >Thats what i get starting Apache: > >Cannot load /usr/local/apache/libexec/libphp4.so into server: >/usr/local/apache/libexec/

RE: [PHP-DEV] Compile Problem: Place for Help

2001-01-11 Thread Jani Taskinen
On Wed, 10 Jan 2001, Mark Olbert wrote: >>>/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name >>>__fp_query@@GLIBC_2.0 >>>/usr/bin/ld: failed to set dynamic section sizes: Bad value > >>Either your header files don't match the installed GLIBC version or >>libresolv.so.1 was compiled

Re: [PHP-DEV] Compile Problem: Place for Help

2001-01-10 Thread Jani Taskinen
On Wed, 10 Jan 2001, Mark Olbert wrote: >Can anyone recommend a place/forum for help in getting PHP to compile under >linux? > >I am running into a problem that I haven't gotten any feedback on from >php-dev, php-general or php-install. > >The specific problem is: > >/usr/bin/ld: .libs/libphp4.so

Re: [PHP-DEV] PHP 4.0 Bug #8667 Updated: sockets

2001-01-12 Thread Jani Taskinen
On 12 Jan 2001 [EMAIL PROTECTED] wrote: >ID: 8667 >Updated by: jon >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Closed >Bug Type: Compile Problem >Assigned To: >Comments: > >I fixed this compilation problem in the 4.0.5 development tree about a week ago. See >revision 1.27 of sock

Re: [PHP-DEV] PHP 4.0 Bug #8667 Updated: sockets

2001-01-12 Thread Jani Taskinen
On Fri, 12 Jan 2001, Jon Parise wrote: >Well, the bug displayed errors that I fixed under Sun CC. What you >have here are different errors with GCC, so that should be filed as a >separate bug. [clip from original bug report] >>>gcc -I. -I/export/home/art/php-4.0.4pl1/ext/sockets So what is th

[PHP-DEV] Re: question about this patch release (fwd)

2001-01-14 Thread Jani Taskinen
This is not good..I don't have time to try to reproduce this. Is there some limit how long the include path can be? --Jani -- Forwarded message -- Date: Sat, 13 Jan 2001 18:02:02 -0700 From: John Masterson <[EMAIL PROTECTED]> To: Jani Taskinen <[EMAIL PROTECTED

RE: [PHP-DEV] Re: question about this patch release (fwd)

2001-01-15 Thread Jani Taskinen
Could you please give the information James asks in this email below? Thank you. --Jani -- Forwarded message -- Date: Sun, 14 Jan 2001 23:24:59 - From: James Moore <[EMAIL PROTECTED]> To: Jani Taskinen <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE:

Re: [PHP-DEV] PHP 4.0 Bug #8637: Apache apxs does not recognizelibphp4.sl file

2001-01-15 Thread Jani Taskinen
On 10 Jan 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: HP-UX 11.00 >PHP version: 4.0.4 >PHP Bug Type: Apache related >Bug description: Apache apxs does not recognize libphp4.sl file > >I configured php using the following line: >./configure --wit

Re: [PHP-DEV] HAVE_FLOCK on solaris survey

2001-01-15 Thread Jani Taskinen
On Mon, 15 Jan 2001, Sam Liddicott wrote: >Could Solaris users please make me the output of: > >grep HAVE_FLOCK main/php_config.h -- # uname -a SunOS phys-staff2 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-2 # grep HAVE_FLOCK main/php_config.h /* #undef HAVE_FLOCK */ -- # uname -a SunOS

Re: [PHP-DEV] PHP 4.0 Bug #8758: Lots of zero-sized files remain indirectory for tmp files uploaded via POST

2001-01-17 Thread Jani Taskinen
On 17 Jan 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: FreeBSD >PHP version: 4.0.4pl1 >PHP Bug Type: Filesystem function related >Bug description: Lots of zero-sized files remain in directory for tmp files uploaded >via POST > >I have a form wit

Re: [PHP-DEV] PHP 4.0 Bug #8310 Updated: Coredump when running php

2001-01-18 Thread Jani Taskinen
On 18 Jan 2001 [EMAIL PROTECTED] wrote: >ID: 8310 >User Update by: [EMAIL PROTECTED] >Old-Status: Feedback >Status: Open >Bug Type: PDF related >Description: Coredump when running php > >It happens only when I compile php with pdflib, not when I compile php with >Oracle. >All is right wi

Re: [PHP-DEV] PHP 4.0 Bug #8801: httpd could not be started

2001-01-19 Thread Jani Taskinen
On 19 Jan 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: Linux Mdk 6.1 >PHP version: 4.0.4pl1 >PHP Bug Type: Apache related >Bug description: httpd could not be started > >Under Linux Mdk 6.1 >I have : >apache 1.3.12 >Php 3.0.16 >MySql 3.22.32 (sou

[PHP-DEV] EXTENSIONS file refresh..

2001-01-19 Thread Jani Taskinen
I added some missing extensions into the EXTENSIONS file and some missing EXPERIMENTAL files into the extensions which were marked as experimental. So every author of those extensions should check that the information in EXTENSIONS is correct. e.g. There were some missing info about the primary

Re: [PHP-DEV] RE: PHP 4.0 Bug #8469 Updated: function pdf_setlinewidthdoes not work at all.

2001-01-19 Thread Jani Taskinen
On Fri, 19 Jan 2001, matthew zhang wrote: >It does not work. I have been using pdf_stringwidth function. This one is >working and we have almost finished our program And you didn't explain HOW exactly it didn't work? I tried the example code you sent and it worked just fine. The line width was

[PHP-DEV] session_start(); crashes when using latest CVS with --enable-trans-sid

2001-01-19 Thread Jani Taskinen
Test script: Here's the backtrace: (gdb) run -X Starting program: /www/apache/bin/httpd -X [New Thread 1024 (runnable)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (runnable)] 0x40634c86 in url_adapt_ext_ex (src=0x81756e4 "", srclen=0, name=0x80cf688 "PHPSE

Re: [PHP-DEV] changing the bug emails slightly

2001-01-23 Thread Jani Taskinen
On Tue, 23 Jan 2001, Jim Winstead wrote: >unless someone hollers, i'm going to change the bug reports slightly -- >i'm going to remove the "PHP 4.0" from the front, make it look like "Re: >Bug #1234" instead of "Bug #1234 Updated", and try be a little creative >with message-ids and in-reply-to/re

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

2001-01-23 Thread Jani Taskinen
On Sun, 21 Jan 2001, David Eriksson wrote: >>BTW. Why does the satellite extension use --enable-satellite?? >>It does use external libraries which are not bundled with PHP. >>IIRC the --enable-* configure option is meant to be used only >>with such extensions?? (and satellite relies on some CVS v

Re: [PHP-DEV] changing the bug emails slightly

2001-01-24 Thread Jani Taskinen
On Tue, 23 Jan 2001, Zak Greant wrote: >As for the new bug system - I have not yet managed to free up the cycles >needed to work on it. Common problem. ;) >I suppose the important questions are: > >What information do we need to know from the subject line? >Out of that information, what

Re: [PHP-DEV] Proposal for updating the PDF-extension

2001-01-24 Thread Jani Taskinen
On Wed, 24 Jan 2001, Uwe Steinmann wrote: >On Wed, Jan 24, 2001 at 03:07:09PM +0100, Cynic wrote: >> confuse folks. and the consensus (at least I got it it's agreed >> on) is pdf_add_local_link-like names. >>From the php point of view there should be underscores but >the pdflib api doesn't use th

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

2001-01-24 Thread Jani Taskinen
On Wed, 24 Jan 2001, Boian Bonev wrote: >of course. most people don't really bother to read even the configure >output, i suppose 10% (or less) look into ext/extdir to find >readme/experimental. That's true. >another idea is to have an extension txt help file shown by configure with >something

Re: [PHP-DEV] changing the bug emails slightly

2001-01-24 Thread Jani Taskinen
On Wed, 24 Jan 2001, Jim Winstead wrote: >[EMAIL PROTECTED] wrote: >> IMO, the subject line is fine as it is. I would really like to hear the >> reasoning for changing it.. > >because we're losing over twenty characters to fairly unimportant >information (relative to the short description). Tha

Re: [PHP-DEV] Re: PHP 4.0 Bug #8884 Updated: gethostbyaddr returnsa 15 chars string IP when an error occurs

2001-01-24 Thread Jani Taskinen
On Thu, 25 Jan 2001 [EMAIL PROTECTED] wrote: >$TheName=trim(gethostbyaddr($row->THEHOST." ")); > >The original line: > >$TheName=trim(gethostbyaddr($row->THEHOST)); > >called using an unresolvable IP like xx.xx.x.xxx returned something like >xx.xx.x.xxxMKJA, where MKJA represents so

Re: [PHP-DEV] AW: PHP 4.0 Bug #8877 Updated: symbol not defined(used by ucd-sn mp)

2001-01-25 Thread Jani Taskinen
On Thu, 25 Jan 2001, Ferdinand, Dieter wrote: >hello, >i dont know, why i get this error, but when i insert this lines in snmp.c, >then i can compile php with snmp. What is the version of UCD-snmp you have in your system? And where is it installed? snmp.c does include default_store.h IF it is fo

Re: [PHP-DEV] PHP 4.0 Bug #8932 Updated: gettimeofday improvementsuggestion

2001-01-29 Thread Jani Taskinen
On 29 Jan 2001 [EMAIL PROTECTED] wrote: >ID: 8932 >User Update by: [EMAIL PROTECTED] >Status: Open >Bug Type: Date/time related >Description: gettimeofday improvement suggestion > >I have a solution for this now, also for microtime >and usleep. How can I get the code to appropriate >place ?? Jus

Re: [PHP-DEV] Bug #12456: PHP does not compile with --with-apxs2

2001-07-30 Thread Jani Taskinen
Sascha, don't you have any web browsers to use? Next time, save my time and use the damned web interface to answer to the bug reports. Or don't do it at all. --Jani On Sun, 29 Jul 2001, Sascha Schumann wrote: >On 29 Jul 2001, [EMAIL PROTECTED] wrote: > >> From: [EMAIL PROTECTED] >>

Re: [PHP-DEV] Latest CVS sablot error

2001-07-31 Thread Jani Taskinen
I'm gonna answer on behalf of Sterling: Use XSLT instead. :) --Jani On Tue, 31 Jul 2001, Hellekin O. Wolf wrote: >Hello, > >does someone know about this ? > >sablot.c:217: parse error before `*' >sablot.c: In function `php_rshutdown_sablot': >sablot.c:251: `SABLOTG_HANDLE' undeclared (first

Re: [PHP-DEV] RE: Bug #12483: PHP doesn't recognize PDFLib

2001-07-31 Thread Jani Taskinen
Post a new message to [EMAIL PROTECTED] Hint: Checking what config.log has might give you some ideas what is wrong. Also, ./configure --help might help. --Jani On Tue, 31 Jul 2001, Christophe Gerard wrote: >I can't use the URL at the bottom of this email to reply, bacsuse I get an >error mess

Re: [PHP-DEV] phpinfo output

2001-07-31 Thread Jani Taskinen
On Mon, 30 Jul 2001, Colin Viebrock wrote: >Anyone else here notice that the additional information "blocks" for modules >compiled into PHP is pretty much sorted in reverse alphabetically order? > >Just wondering if we could switch it to forward alpha order, if possible. >And why zlib seems to co

Re: [PHP-DEV] Re: Bug #12241 Updated: imap.so: undefined symbol:mxdriver in Unknown on line 0

2001-07-31 Thread Jani Taskinen
On Sat, 28 Jul 2001, Troels Arvin wrote: >Instead, after the rest of PHP has compiled, go to the php source-dir and >do: > >gcc -fPIC -shared -DCOMPILE_DL_IMAP -DHAVE_IMAP \ > -I. -I./TSRM -I./main -I`/usr/include/apache -I./Zend \ > -I/usr/include/imap -I./ext/imap \ > `grep ^CPPFLAGS Zend/Ma

Re: [PHP-DEV] [PHP] mail() help (fwd)

2001-07-31 Thread Jani Taskinen
This is most likely the patch that 'broke' it; revision 1.121 date: 2001/02/21 07:39:13; author: sas; state: Exp; lines: +2 -2 Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362 ---

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-02 Thread Jani Taskinen
It's time to break the evil spell on the middle number. IMO, it does really matter if it is 4.1.0 or 4.0.7.. It's the "HEADS UP!" for people when you change the more significant version number. (and also gives a nice backdoor for breaking bc without wtf-factor :) If someone is afraid of changin

Re: [PHP-DEV] Bug #12539: filestat.c:`php_if_diskfreespace': storagesize of `buf' isn't known

2001-08-03 Thread Jani Taskinen
On Fri, 3 Aug 2001, Jon Parise wrote: >On Fri, Aug 03, 2001 at 06:45:46PM +0200, Jani Taskinen wrote: > >> >> On Fri, 03 Aug 2001, Jani Taskinen wrote: >> >> > Just one question: Does disk_total_space() php-function WORK for >> >> > you with PHP

Re: [PHP-DEV] Bug #12539: filestat.c:`php_if_diskfreespace': storagesize of `buf' isn't known

2001-08-03 Thread Jani Taskinen
Just one question: Does disk_total_space() php-function WORK for you with PHP 4.0.5? --Jani On 3 Aug 2001 [EMAIL PROTECTED] wrote: >From: [EMAIL PROTECTED] >Operating system: Linux 2.2.6 >PHP version: 4.0.6 >PHP Bug Type: *Compile Issues >Bug description: filestat.c:`php_

Re: [PHP-DEV] Bug #12539: filestat.c:`php_if_diskfreespace': storagesize of `buf' isn't known

2001-08-03 Thread Jani Taskinen
On Fri, 3 Aug 2001, Jon Parise wrote: >On Fri, Aug 03, 2001 at 10:22:53AM -0500, Andy wrote: > >> The manual page says "(PHP 4 CVS only)" >> >> On Fri, 03 Aug 2001, Jani Taskinen wrote: >> > Just one question: Does disk_total_space() php-function WORK

[PHP-DEV] A patch to get rid of system rand/srand/etc.

2001-08-03 Thread Jani Taskinen
This patch will replace PHP functions srand() / rand() / getrandmax() with the mt_*() ones. The mt_*() are changed to aliases. If nobody objects, I will commit this tomorrow. --Jani Index: configure.in === RCS file: /repositor

Re: [PHP-DEV] A patch to get rid of system rand/srand/etc.

2001-08-04 Thread Jani Taskinen
On Fri, 3 Aug 2001, Rasmus Lerdorf wrote: >> > >> > This patch will replace PHP functions srand() / rand() / getrandmax() >> > with the mt_*() ones. The mt_*() are changed to aliases. >> > >> > If nobody objects, I will commit this tomorrow. >> >> I object. srand/rand are deterministic and u

Re: [PHP-DEV] RFC: mt_* functions

2001-08-04 Thread Jani Taskinen
On Sat, 4 Aug 2001, Rasmus Lerdorf wrote: >based on their seeds. If I, as an application developer, distributes a >regression test harness which tests my app with a specific seed expecting >a specific sequence and the server my app runs on has switched rand() to >use the mt_rand() algorithm my re

Re: [PHP-DEV] RFC: mt_* functions

2001-08-04 Thread Jani Taskinen
On Sat, 4 Aug 2001, Rasmus Lerdorf wrote: >> On Sat, 4 Aug 2001, Rasmus Lerdorf wrote: >> >based on their seeds. If I, as an application developer, distributes a >> >regression test harness which tests my app with a specific seed expecting >> >a specific sequence and the server my app runs on ha

[PHP-DEV] Shared imap extension..

2001-08-05 Thread Jani Taskinen
On Sun, 5 Aug 2001, Troels Arvin wrote: >On Wed, 01 Aug 2001 03:04:29 +0200, "Jani Taskinen" <[EMAIL PROTECTED]> >wrote: > >> I guess this problem exists only when it's configured as shared >> extension? If so, I know how to fix it.. > >I just tr

Re: [PHP-DEV] Bug #12575 Updated: Session register & destroyflaws/bugs(?)

2001-08-05 Thread Jani Taskinen
Closed? Or a Feature/Change request? --Jani On 5 Aug 2001 [EMAIL PROTECTED] wrote: >ID: 12575 >Updated by: rasmus >Reported By: [EMAIL PROTECTED] >Old Status: Open >Status: Analyzed >Bug Type: Session related >Operating System: Linux >PHP Version: 4.0.6 >New Comment: > >I think this is consist

Re: [PHP-DEV] Bug #12581 Updated: boolean fields not imported (patchesenclosed)

2001-08-05 Thread Jani Taskinen
Could you please tell me what is the 'Bogus' in this report? It's a bug report which happens to have a patch for the bug too. This is far from bogus report. Reopened. --Jani On 5 Aug 2001 [EMAIL PROTECTED] wrote: >ID: 12581 >Updated by: andy >Reported By: [EMAIL PROTECTED] >Old Status: Open >

Re: [PHP-DEV] Re: Bug #12580 Updated: sunos 4 doesn't have strtoul.using strtol "works"...

2001-08-05 Thread Jani Taskinen
On Sun, 5 Aug 2001, Christopher A. Kantarjiev wrote: > >> >> See bug #7474. I've send you the patch..but you should >> really consider updating your OS. >> > >Grin. What else runs on my ancient SPARC? :-) Linux? :) --Jani -- PHP Development Mailing List To unsubscribe,

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

2001-08-05 Thread Jani Taskinen
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 to replace ext/satellite or be a new one?? Is Sate

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

2001-08-06 Thread Jani Taskinen
On Mon, 6 Aug 2001, David Eriksson wrote: >(One bug, I believe. But that's one too many of course.) Ooh..I remembered wrong then. I thought I had seen more..:) Or I'm thinking of something else. :) >I do not maintain Satellite any more and Universe is indeed intended to replace >Satellite. Coo

Re: [PHP-DEV] Bug #12581 Updated: boolean fields not imported (patchesenclosed)

2001-08-06 Thread Jani Taskinen
the patches somewhere where they can be downloaded. This way the patch files won't get garbled. --Jani >On Sun, 05 Aug 2001, Jani Taskinen wrote: >> Could you please tell me what is the 'Bogus' in this report? >> It's a bug report which happens to have

[PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Jani Taskinen
I'm getting this with latest CVS. On apache startup. After Zeev's latest commits. I have tried a clean checkout too..no help. --Jani -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-DEV] Re: To deprecate dl() or not.. (Was: something messy.. :)

2001-08-06 Thread Jani Taskinen
First, I'm 100% with Zeev here, kill dl()! It's evil. Second, I had an idea related to this discussion. I have been compiling PHP with almost every extension in the CVS (excluding the win32 specific) plus couple of 'renegade' extensions and all of them as 'static' extensions. Before I start to

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

2001-08-07 Thread Jani Taskinen
On Tue, 7 Aug 2001, Jan Fedak wrote: >latest snapshot. Good. >and after make we finally see that: >$ ./php ~/5.skr >(failed: 1) >$ gdb ./php >(gdb) run -f ~/5.skr >Starting program: ./php -f ~/5.skr > >Program exited with code 01. I get tons of these: "Warning - Call-time pass-by-reference ha

Re: [PHP-DEV] Re: To deprecate dl() or not.. (Was: something messy..:)

2001-08-07 Thread Jani Taskinen
On Tue, 7 Aug 2001, Thies C. Arntzen wrote: >On Tue, Aug 07, 2001 at 09:13:16AM +0200, Jani Taskinen wrote: >> >> Would it be stupid to have a possibility to disable a static >> extension on startup? (for CGI) Either as php.ini directive or >> as command line opt

Re: [PHP-DEV] Re: Bug #9836 Updated: php unexpectedly ends on toolong scripts (fwd)

2001-08-07 Thread Jani Taskinen
-- Forwarded message -- Date: Tue, 7 Aug 2001 13:19:58 +0200 From: Jan Fedak <[EMAIL PROTECTED]> To: Jani Taskinen <[EMAIL PROTECTED]> Subject: Re: [PHP-DEV] Re: Bug #9836 Updated: php unexpectedly ends on too long scripts After further testing I found out i

Re: [PHP-DEV] ImageCreateFromString; support for .gd and .gd2

2001-08-07 Thread Jani Taskinen
On Tue, 7 Aug 2001, Holger Schopohl wrote: >Hi, > >ImageCreateFromString doesnt support .gd and .gd2 >file types. >I think, its important to support this >types, because ImageCreateFromString its ideal for >images from databases and .gd2 its much more faster >than PNG. >Explicite the time to sa

Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen
Should be fixed now. Update and try again. If you get more errors, let me know. --Jani On Tue, 7 Aug 2001, Steeg wrote: >Steeg wrote: >> Hi all, >> >> I'm getting this error when I try to compile the lates CVS of PHP4: >> >> php_domxml.c: In function `php_xpathobject_new': >> php_domxml.c:464

Re: [PHP-DEV] Bug #12570 Updated: feof () - no break on eof of socket

2001-08-07 Thread Jani Taskinen
Would you also mind telling WHY it's analyzed? :) ie. If you could reproduce it by yourself, mention it. And always try reproducing bugs with the latest CVS. --Jani On 7 Aug 2001 [EMAIL PROTECTED] wrote: >ID: 12570 >Updated by: alindeman >Reported By: [EMAIL PROTECTED] >Status: Analyzed >Bug

Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen
Now it should compile. Tested it myself. :) --Jani On Tue, 7 Aug 2001, Steeg wrote: >Jani Taskinen wrote: >> Should be fixed now. Update and try again. >> If you get more errors, let me know. >> >> --Jani >> >> > > >

Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen
Should be fixed now. This one I couldn't test since I don't have the necessary libs. --Jani On Tue, 7 Aug 2001, Steeg wrote: >Jani Taskinen <[EMAIL PROTECTED]> said: > >> >> Now it should compile. Tested it myself. :) >> >> --Jani >> >

Re: [PHP-DEV] build problem: bison.simple:99: parse error before'do'

2001-08-08 Thread Jani Taskinen
Works fine for me. Try doing './cvsclean ; ./buildconf' --Jani On Wed, 8 Aug 2001, Marc Boeren wrote: > >I'm trying to build the latest cvs on my Linux box, but I'm having a bit of >a problem. >I did a clean checkout of php4, Zend and TSRM this morning. > >I used the commands >./buildconf >./

Re: FW: [PHP-DEV] build problem: bison.simple:99: parse error before 'do' -> \r\n or \n...

2001-08-08 Thread Jani Taskinen
Eek! I didn't notice thatthis was on Winblows.. nevermind then. :) (I think there's even a bug report about this..?) --Jani On Wed, 8 Aug 2001, Marc Boeren wrote: > > >> -Original Message- >> From: Marc Boeren >> Sent: Wednesday, August 08,

[PHP-DEV] The new $_GET/POST/ENV (was: Re: [PHP-CVS] cvs: php4 / NEWS...)

2001-08-08 Thread Jani Taskinen
[moving this to php-dev] First: Great! Woohoo! Thanks Zeev! On Wed, 8 Aug 2001, Zeev Suraski wrote: >At 20:27 08-08-01, Andrei Zmievski wrote: >>On Wed, 08 Aug 2001, Zeev Suraski wrote: >> > Good question, open for debate... Generally I consider GPC as a group of >> > data which cannot be trus

Re: [PHP-DEV] Re: The new $_GET/POST/ENV (was: Re: [PHP-CVS] cvs:php4 / NEWS...)

2001-08-08 Thread Jani Taskinen
On Wed, 8 Aug 2001, Zeev Suraski wrote: >At 21:01 08-08-01, Jani Taskinen wrote: > >>[moving this to php-dev] >> >>First: Great! Woohoo! Thanks Zeev! > >Andi helped with it too :) Ah. Thanks Andi! :) >I vote for $_EVIL :) I am not kidding. Naming it like that

Re: [PHP-DEV] Re: The new $_GET/POST/ENV (was: Re: [PHP-CVS] cvs:php4 / NEWS...)

2001-08-08 Thread Jani Taskinen
On Wed, 8 Aug 2001, Cynic wrote: >At 20:02 8/8/2001, Zeev Suraski wrote the following: >-- >>At 21:01 08-08-01, Jani Taskinen wrote: >> >>>[moving this to php-dev] >>> >>>First: Great! Wooh

Re: [PHP-DEV] Re: The new $_GET/POST/ENV (was: Re: [PHP-CVS] cvs:php4 / NEWS...)

2001-08-08 Thread Jani Taskinen
On Wed, 8 Aug 2001, Cynic wrote: >At 20:14 8/8/2001, Jani Taskinen wrote the following: >-- >>On Wed, 8 Aug 2001, Cynic wrote: >> >>>How about $_DONT_TOUCH_THIS ? :) >>>Seriously though, I vote f

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-08 Thread Jani Taskinen
Well, the latest CVS only supports these: libtool 1.4 autoconf 2.13 automake 1.4 I think you only need to downgrade autoconf. --Jani On Thu, 9 Aug 2001, Anders Johannsen wrote: >I'am experiencing problems building PHP from the latest cvs. The errors >occur when running 'buildconf'. The box i

Re: [PHP-DEV] PHP 4.0.7

2001-08-08 Thread Jani Taskinen
On Thu, 9 Aug 2001, Andi Gutmans wrote: >At 06:10 AM 8/9/2001 +0200, Sascha Schumann wrote: >>On Wed, 8 Aug 2001, Jason Greene wrote: >> >> > If this is done should it occur before or after the branch? >> >> It should not be done at all. > >So how do you suggest to fix the current problems?

Re: [PHP-DEV] PHP 4.0.7

2001-08-08 Thread Jani Taskinen
What about HTTP_SESSION_VARS ?? Was it forgotten or is someone going to make it behave the same way too? I did this already..and then I scrapped it 'cause I thought it didn't work..and now I see it did. Unfortunately I already threw those changes away... :( I need to sleep.. --Jani On Wed, 8

Re: [PHP-DEV] PHP 4.0.7

2001-08-09 Thread Jani Taskinen
As the satellite extension has been experimental all of it's lifetime, and it doesn't even compile (at least very easily :) I'd say nuke that one, and put Universe in the CVS. Also, add a warning to configure for satellite '--with-satellite' which breaks the configure and instructs to use '--with

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-09 Thread Jani Taskinen
On Thu, 9 Aug 2001, Anders Johannsen wrote: >In article <[EMAIL PROTECTED]>, >"Jani Taskinen" <[EMAIL PROTECTED]> wrote: > >> Well, the latest CVS only supports these: >> >> libtool 1.4 >> autoconf 2.13 >> automake 1.4 >> >

<    1   2   3   4   5   6   7   >