Re: cvs: php4 /ext/standard basic_functions.c

2003-04-03 Thread Jan Schneider
Sascha Schumann wrote: sas Tue Apr 1 05:02:29 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fix segfault in register_shutdown_function Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.599 php4/ext/standar

Re: [PHP-DEV] mb_string overloading and binary data...

2003-02-19 Thread Jan Schneider
Zitat von David Brown <[EMAIL PROTECTED]>: > This is kind of a user-space question, but I'm hoping that it concerns > enough of the PHP infrastructure (conceptually) that this is the right > place to post it. This should rather be asked on the i18n mailing list if not on php-general. But as you a

[PHP-DEV] compile error on HEAD

2003-02-11 Thread Jan Schneider
/home/jan/software/php5/ext/standard/basic_functions.c: In function `php_simple_ini_parser_cb': /home/jan/software/php5/ext/standard/basic_functions.c:2829: `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this function) /home/jan/software/php5/ext/standard/basic_functions.c:2829: (Each undecla

Re: [PHP-DEV] Current HEAD segfaults with Horde/CHORA

2003-02-11 Thread Jan Schneider
Zitat von Derick Rethans <[EMAIL PROTECTED]>: > Looks like a recursive thing here so I wonder if it's really a bug > in PHP, but perhaps an assumption in Horde that doesn't work with ZE2? Correct, Horde doesn't work with ZE2 out of the box. Jan. -- http://www.horde.org - The Horde Project h

[PHP-DEV] domxml behaviour changed/broken?

2003-01-21 Thread Jan Schneider
Hi, since when can the dump_node() method only be applied to DomDocument nodes and not to DomNodes as it has always been the case and is still documented in the manual? Running PHP 4.3.1-dev cli. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http

Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-09 Thread Jan Schneider
Zitat von Magnus Määttä <[EMAIL PROTECTED]>: > Hi! > > gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ > -I/opt/DEV/php/php4/ext/xmlrpc/ -DPHP_ATOM_INC > -I/opt/DEV/php/php4/include -I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 > -I/opt/DEV/php/php4/Zend -I/usr/include

Re: [PHP-DEV] configure error on PHP_4_3

2002-12-21 Thread Jan Schneider
Zitat von Derick Rethans <[EMAIL PROTECTED]>: > On Sat, 21 Dec 2002, Jan Schneider wrote: > > > I get this error at the end of running ./configure: > > > > config.status: creating pear/scripts/pearize > > config.status: error: cannot find input file: pear

[PHP-DEV] configure error on PHP_4_3

2002-12-21 Thread Jan Schneider
I get this error at the end of running ./configure: config.status: creating pear/scripts/pearize config.status: error: cannot find input file: pear/scripts/pearize.in It might happen because I run it from a PHP_4_2_0 checkout updated to the branch PHP_4_3 though I ran make distclean before. But I

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-12 Thread Jan Schneider
I know this thread is ridden to death but I want to add one argument for completeness: If the cgi's name will be changed, thousands of administrators need to fix their servers. But if the cli's name will be changed thousands of "end users" of php cli scripts will have to change the scripts' shebang

Re: [PHP-DEV] RAW POST DATA

2002-11-13 Thread Jan Schneider
Zitat von Hartmut Holzgraefe <[EMAIL PROTECTED]>: > Hartmut Holzgraefe wrote: > > Jan Schneider wrote: > > > >> To resume: best practice is currently to use $HTTP_RAW_POST_DATA if > >> available and php://input else. And crossing fingers that

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe <[EMAIL PROTECTED]>: > Jan Schneider wrote: > > To resume: best practice is currently to use $HTTP_RAW_POST_DATA if > > available and php://input else. And crossing fingers that either of > them > > works, of course. ;-) > >

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe <[EMAIL PROTECTED]>: > Jan Schneider wrote: > > Do you mean, this is your plan or this already works? > > php://input already works with apache 1.x > > it should be SAPI independant, but for some strange > reason it doesn't wo

Re: [PHP-DEV] RAW POST DATA

2002-11-12 Thread Jan Schneider
Zitat von Hartmut Holzgraefe <[EMAIL PROTECTED]>: > My approach was to provide a php://input stream instead of the > $HTTP_RAW_POST_DATA > variable and additional cleanup code that would swallow any unread > content on > request shutdown. php://input provides the same flexibility as > $HTTP_RAW_PO

Re: [PHP-DEV] htmlspecialchars iso-2022-jp patch

2002-11-11 Thread Jan Schneider
Zitat von Adrian Gartland <[EMAIL PROTECTED]>: > Attached is a patch which allows iso-2022-jp (jis) encoded text to be > passed through htmlspecialchars when the character set is > set to ISO-2022-JP. > > It should also fix a tiny bug I found in "determine_charset" > code where "len" hadn't been

Re: [PHP-DEV] gettext change the behaviour of double scalar

2002-11-07 Thread Jan Schneider
Zitat von Jean-Pierre Arneodo <[EMAIL PROTECTED]>: > This is verified with 4.1.2 and 4.2.3 > but not with 4.3.Opre2 > [myFile.php] > $lang='fr_FR'; > putenv("LANG=$lang"); > setlocale(LC_ALL,$lang); > bindtextdomain($domain,"/MyDir/i18n"); > textdomain($domain); > > $a=10.12345; > echo $a; // pr

[PHP-DEV] ZE2 compile failure with xml-rpc ext

2002-10-24 Thread Jan Schneider
/bin/sh libtool --silent --mode=compile gcc -I/home/jan/software/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/home/jan/software/php4/ext/xmlrpc/ -DPHP_ATOM_INC -I/home/jan/software/php4/include -I/home/jan/software/php4/main -I/home/jan/software/php4 -I/home/jan/software/php4/Zend -I/u

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Jan Schneider
Zitat von Derick Rethans <[EMAIL PROTECTED]>: > On Wed, 23 Oct 2002, Markus Fischer wrote: > > > I think --disable-overload "fixes" this. That did it. > hmm, I thought I fixed this by putting preprocessor defines around the > Overload extension... But it doesn't work. How is determined wh

[PHP-DEV] compile error with ZE2

2002-10-23 Thread Jan Schneider
Current php from cvs (head) and ZE2: /bin/sh libtool --silent --mode=compile gcc -Imain/ -I/home/jan/software/php4/main/ -DPHP_ATOM_INC -I/home/jan/software/php4/include -I/home/jan/software/php4/main -I/home/jan/software/php4 -I/home/jan/software/php4/Zend -I/usr/include/libxml2 -I/usr/include/f

Re: [PHP-DEV] Segfaults in Zend

2002-10-14 Thread Jan Schneider
Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>: > > 0x4055778f in _efree (ptr=0x83476e4) > > at /home/jan/software/php4/Zend/zend_alloc.c:229 > > 229 REMOVE_POINTER_FROM_LIST(p); > > (gdb) bt > > #0 0x4055778f in _efree (ptr=0x83476e4) > > at /home/jan/software/php4/Zend/zend_all

Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Jan Schneider
Zitat von Martin Jansen <[EMAIL PROTECTED]>: > On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote: > > Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>: > > > > > Martin Jansen wrote: > > > > With PHP 4.3.0-pre1 I get the following error m

Re: [PHP-DEV] Segfaults in Zend

2002-10-13 Thread Jan Schneider
Hi, the segfaults still occur, though on a different machine (pretty vanilla suse 8.0). But now I get a more useful bt: 0x4055778f in _efree (ptr=0x83476e4) at /home/jan/software/php4/Zend/zend_alloc.c:229 229 REMOVE_POINTER_FROM_LIST(p); (gdb) bt #0 0x4055778f in _efree (ptr=0x

Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-13 Thread Jan Schneider
Zitat von Yasuo Ohgaki <[EMAIL PROTECTED]>: > Martin Jansen wrote: > > With PHP 4.3.0-pre1 I get the following error message in Chora: > > > > "Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' > > cannot be used twice in Unknown on line 0" > > ob_gzhandler shouldn't be applied m

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Jan Schneider
Derick Rethans wrote: >On Mon, 7 Oct 2002, Jan Schneider wrote: > > > >>In another script the segfaults occur in another place. It's hard to >>trap it down cause it happens during inside a foreach loop. It doesn't >>happen after the first loop bu

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Jan Schneider
Jan Schneider wrote: > Zeev Suraski wrote: > >> Try reducing IMP to the smallest possible script that still >> reproduces the problem (crashes). That will give us something to go >> on. Chances are it's not a crash in the engine. > > > This one's rea

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Jan Schneider
Zeev Suraski wrote: > Try reducing IMP to the smallest possible script that still reproduces > the problem (crashes). That will give us something to go on. Chances > are it's not a crash in the engine. This one's really strange and I'm afraid not very helpful. PHP segfaults while returning f

Re: [PHP-DEV] Segfaults in Zend

2002-10-07 Thread Jan Schneider
Zeev Suraski wrote: > What are you doing in order to get it to crash? Calling any page in IMP. This is why I don't know exactly _where_ it segfaults. I don't have an apache version with debug information at hand, so I can't give you more bt details, sorry. -- PHP Development Mailing List

[PHP-DEV] Segfaults in Zend

2002-10-07 Thread Jan Schneider
Hi, I currently get following segfaults: httpd logs: [Mon Oct 7 17:17:45 2002] [notice] child pid 19460 exit signal Segmentation fault (11) FATAL: emalloc(): Unable to allocate 1515870812 bytes I can understand him well ;-) BT: Program received signal SIGSEGV, Segmentation fault. 0x400d1

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-02 Thread Jan Schneider
Zitat von Matt Haught <[EMAIL PROTECTED]>: > It appears that fgets is where the problem is occuring. Its taking over > a > minute. Can anyone confirm? I tried a server at mail.wvwc.edu and > received > the same sort of results. Confirmed. Jan. -- http://www.horde.org - The Horde Project htt

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-02 Thread Jan Schneider
Zitat von Matt Haught <[EMAIL PROTECTED]>: > I am trying to use pear's Mail functions to send email to my local smtp > server (FreeBSD 4.4 using qmail-smtpd), but it sort of gets hung up when > communicating with the smtp server. (I also tried a 2nd smtp server with > the same hang). It can tak

Re: [PHP-DEV] Re: [imp] IMP 3.1 segfault

2002-09-12 Thread Jan Schneider
You should report this to the PHP team. Perhaps it's even fixed in PHP 4.2.3. Zitat von Iain <[EMAIL PROTECTED]>: > Hi, > > I seem to have found a work around for this. I recompiled the PHP4 debian > packages with the option: > > export DEB_BUILD_OPTIONS="debug nostrip" > > which is equivalen

Re: [PHP-DEV] array commits broke something

2002-08-01 Thread Jan Schneider
Zitat von Brad LaFountain <[EMAIL PROTECTED]>: > Sorry.. i miss read your comment... you are correct > > I just fixed it commiting in a few min. Yes, everything works as expected now. Thanks! Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http:/

[PHP-DEV] array commits broke something

2002-08-01 Thread Jan Schneider
Hi, the recent changes in the array code broke something. array_pop() doesn't decrease the key counter. Let's say your have an array('one', 'two', 'three') and run array_pop() on it, then push another value so that you now have array('one', 'two', 'four') the key of the last value will be 3, not

Re: [PHP-DEV] imap quota broken

2002-08-01 Thread Jan Schneider
gt; usage and limit values for all resources, and conforms to RFC 2087. > > On Thu, 1 Aug 2002, Jan Schneider wrote: > > > One of the lasts commits to the imap quota functions broke backward > > compatibility with the old imap_get_quota() behaviour. > > > > It used

[PHP-DEV] imap quota broken

2002-07-31 Thread Jan Schneider
One of the lasts commits to the imap quota functions broke backward compatibility with the old imap_get_quota() behaviour. It used to return an array like: array ( 'usage' => 83090, 'limit' => 10, ) but now returns an array like: array ( 'STORAGE' => array ( 'usage' => 83090, 'limit' => 1

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

2002-07-25 Thread Jan Schneider
Zitat von Dan Kalowsky <[EMAIL PROTECTED]>: > One thing I'd like to see 4.3 is the IMAP quota stuff I've been working > on... but I've not had a chance to test it fully... because I have no > access to an IMAP server with quota support builtin! (argh). > > I've sent the patch numerous times to

Re: [PHP-DEV] W3C html validation issue

2002-07-23 Thread Jan Schneider
Zitat von Jani Taskinen <[EMAIL PROTECTED]>: > You're only supposed to change it in your HTML..NOT in the > browser's query line.. As well as in header() calls (as already stated in this thread) and in javascript calls: document.location.href = 'foo.php?bar=1&var=2' won't work either. >

Re: [PHP-DEV] ob_implict_flush()

2002-07-15 Thread Jan Schneider
Zitat von Dejan Markic <[EMAIL PROTECTED]>: > Hello! > > If output_buffering in PHP is set and you issue ob_implict_flush() it > does > not work. I guess it will still buffer those 4096 bytes. Is this a bug or > a > feature? I think it would be better if this ob_implict_flush() would work > even

Re: [PHP-DEV] html tidy

2002-06-18 Thread Jan Schneider
Zitat von electroteque <[EMAIL PROTECTED]>: > hi guys is it possible to pass a string through html tidy and output the > cleaned up content ? > > i dont really want to have to create temporary files alover the place let > us > know You can use output buffering for this. Btw, this question belo

[PHP-DEV] Compile error (cvs HEAD)

2002-06-10 Thread Jan Schneider
/root/cvs/cvsphp/ext/standard/array.c: In function `zif_array_rand': /root/cvs/cvsphp/ext/standard/array.c:2949: `array_data_shuffle' undeclared (first use in this function) Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Dei

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-07 Thread Jan Schneider
Zitat von "Stig S. Bakken" <[EMAIL PROTECTED]>: > On Mon, 2002-05-06 at 11:54, Jan Schneider wrote: > > Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > > > > > Hello Stig, > > > > > > SSB> Huh, are you saying PHP

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-06 Thread Jan Schneider
Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > Hello Stig, > > SSB> Huh, are you saying PHP _is_ locale-dependant? > Yes. > > Example: > 1.php >setlocale(LC_ALL,'ru_RU.CP1251'); > include('2.php'); > ?> > > 2.php >$var = 1.3; > var_dump($var); > ?> > > gap /home/local/sitnikov>