Re: [PHP-DEV] Segfault with latest CVS

2003-03-12 Thread Sebastian Bergmann
Derick Rethans wrote:
 uhm, this will be fixed ... some time :)

  Zeev fixed it.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /tests/classes interface_class.phptinterface_doubled.phpt interface_implemented.phpt interface_instantiate.phptinterface_member.phpt interface_method.phpt interface_method_final.phptinterface_method_private.phpt interface_must_be_implemented.phpt

2003-03-12 Thread Sebastian Bergmann
Andrei Zmievski wrote:
 class blah implements interface is confusing.

  That is possible? It shouldn't be ;-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Segfault with latest CVS

2003-03-11 Thread Sebastian Bergmann
Martin Jansen wrote:
 ?php require_once DB.php; ?

  Most likely this will be caused by

856 $this-$key = $arr[$key];

  as variable member access causes a segfault in the compiler.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-03-10 Thread Sebastian Bergmann
Andrei Zmievski wrote:
 andreiMon Mar 10 10:13:33 2003 EDT

   Modified files:
 /php4/ext/standardvar.c
   Log:
   Print the object handle (it's useful).

  Can I have my get_object_handle() function, too, pretty please? ;-)

  Besides, IIRC, Andi said back then that the object handle is not
  unique.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Sqlite-php module in php-distribution?

2003-03-07 Thread Sebastian Bergmann
Björn Kalkbrenner wrote:
is there a way to contribute that module (or another
module) to the core php distribution ?
 Modules like the one you mention should go into PECL [1].

 --
 [1] http://pear.php.net/
--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/
 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DEV] $GLOBALS broken?

2003-03-04 Thread Sebastian Bergmann
  Notice: Undefined variable: GLOBALS in E:\test.php on line 7

1 ?php
2 function foo() {
3   $GLOBALS['foo'] = 'bar';
4 }
5
6 function bar() {
7   echo $GLOBALS['foo'];
8 }
9
   10 foo();
   11 bar();
   12 ?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Wrong line number shown for warning

2003-03-04 Thread Sebastian Bergmann
  I get this warning

Warning: array_push(): First argument should be an array in
e:\home\buch\build on line 451

  for the code below

   448:   array_push($GLOBALS['tempFiles'], $filename);
   449: }
   450:
   451: function prepareStylesheet($format, $language) {

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] PHP 4.5.x-dev

2003-03-03 Thread Sebastian Bergmann
Harald Radi wrote:
 PHP_4

  But why is the version of the PHP_4 branch 4.5, and not 4.4?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [ZEND-ENGINE-CVS] Re: ZendEngine2 / ZEND_CHANGES

2003-02-28 Thread Sebastian Bergmann
Harald Radi wrote:
 how is your book doing :)

  The deadline is approaching. Besides that, good ;-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Current HEAD segfaults with make test

2003-02-28 Thread Sebastian Bergmann
PASS Methods via variable name, bug #20120 [tests/classes/bug20120.phpt]
make: *** [test] Segmentation fault

  Is there a way to find out which test segfaults? Obviously the one
  after tests/classes/bug20120.phpt, but ...

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] --with-apache broken in PHP_4_3?

2003-02-26 Thread Sebastian Bergmann
  I have installed Apache 1.3.28-dev in /usr/local/apache:

checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
configure: error: Invalid Apache directory -
unable to find httpd.h under /usr/local/apache

  httpd.h is in /usr/local/apache/include/.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] --with-apache broken in PHP_4_3?

2003-02-26 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 checking for Apache 1.x module support via DSO through APXS... no
 checking for Apache 1.x module support... no
 configure: error: Invalid Apache directory -
 unable to find httpd.h under /usr/local/apache

  Not enough tea for me this morning, I wager. ;-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-02-24 Thread Sebastian Bergmann
Stig Bakken wrote:
 +#ifdef ZEND_ENGINE_2

  Why the #ifdef? Isn't HEAD supposed to be PHP 5 / ZE2 only?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Jumadi

2003-02-20 Thread Sebastian Bergmann
Jani Taskinen wrote:
 Just make this one moderated. (but allow anyone with CVS
 access to post freely :)

  That sounds like a very good idea.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] how to call a website from within a php script

2003-02-16 Thread Sebastian Bergmann
christian tischler wrote:
 Can anybody tell me how to call a website from within a php script.

  Please ask user questions on the [EMAIL PROTECTED] list.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] database select

2003-02-16 Thread Sebastian Bergmann
Hans Prins wrote:
 [...]

  Please ask user questions on the [EMAIL PROTECTED] list.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Current HEAD segfaults with pear

2003-02-15 Thread Sebastian Bergmann
sb@wopr-mobile:/usr/src/php5 gdb /usr/local/bin/php
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...
(gdb) r /usr/local/bin/pear
Starting program: /usr/local/bin/php /usr/local/bin/pear

# first find which PHP binary to use
if test x$PHP_PEAR_PHP_BIN != x; then
   PHP=$PHP_PEAR_PHP_BIN
else
   if test /usr/local/bin/php = '@'php_bin'@'; then
 PHP=php
   else
 PHP=/usr/local/bin/php
   fi
fi

# then look for the right pear include dir
if test x$PHP_PEAR_INSTALL_DIR != x; then
   INC=-d include_path=$PHP_PEAR_INSTALL_DIR
else
   if test @php_dir@ = '@'php_dir'@'; then
 INC=
   else
 INC=-d include_path=@php_dir@
   fi
fi

exec $PHP -C -q $INC -d output_buffering=1 $0 $@

Notice: ob_end_clean() [http://www.php.net/ref.outcontrol]: failed to
delete buffer. No buffer to delete. in /usr/local/bin/pear on line 48
/usr/local/bin/pear(48) : Notice - ob_end_clean()
[http://www.php.net/ref.outcontrol]: failed to delete buffer. No buffer to
delete.

Program received signal SIGSEGV, Segmentation fault.
0x081aafff in zend_hash_exists (ht=0x4049e228,
 arKey=0x5c4 Address 0x5c4 out of bounds, nKeyLength=1)
 at /usr/src/php5/Zend/zend_hash.c:923
923 HANDLE_NUMERIC(arKey, nKeyLength,
zend_hash_index_exists(ht, idx));
(gdb) bt
#0  0x081aafff in zend_hash_exists (ht=0x4049e228,
 arKey=0x5c4 Address 0x5c4 out of bounds, nKeyLength=1)
 at /usr/src/php5/Zend/zend_hash.c:923
#1  0x08192e06 in zend_do_fetch_property (result=0xbfff7410,
 object=0xbfff7280, property=0xbfff7698)
 at /usr/src/php5/Zend/zend_compile.c:2324
#2  0x081812c0 in zendparse () at
/usr/src/php5/Zend/zend_language_parser.y:771
#3  0x081829af in compile_file (file_handle=0xbfff89d0, type=8)
 at /usr/src/php5/Zend/zend_language_scanner.l:295
#4  0x081c0a82 in zend_include_or_eval_handler (execute_data=0xbfff8b10,
 op_array=0x4044ecd0) at /usr/src/php5/Zend/zend_execute.c:3311
#5  0x081b8f19 in execute (op_array=0x4044ecd0)
 at /usr/src/php5/Zend/zend_execute.c:1220
#6  0x081c0c7d in zend_include_or_eval_handler (execute_data=0xbfff9cd0,
 op_array=0x40437238) at /usr/src/php5/Zend/zend_execute.c:3364
#7  0x081b8f19 in execute (op_array=0x40437238)
 at /usr/src/php5/Zend/zend_execute.c:1220
#8  0x081be1e0 in zend_do_fcall_common_helper (execute_data=0xbfff9e90,
 op_array=0x4045b964) at /usr/src/php5/Zend/zend_execute.c:2605
#9  0x081be62e in zend_do_fcall_by_name_handler (execute_data=0xbfff9e90,
 op_array=0x4045b964) at /usr/src/php5/Zend/zend_execute.c:2670
#10 0x081b8f19 in execute (op_array=0x4045b964)
 at /usr/src/php5/Zend/zend_execute.c:1220
#11 0x081be1e0 in zend_do_fcall_common_helper (execute_data=0xbfffd2f0,
 op_array=0x4036a1b4) at /usr/src/php5/Zend/zend_execute.c:2605
#12 0x081be62e in zend_do_fcall_by_name_handler (execute_data=0xbfffd2f0,
 op_array=0x4036a1b4) at /usr/src/php5/Zend/zend_execute.c:2670
#13 0x081b8f19 in execute (op_array=0x4036a1b4)
 at /usr/src/php5/Zend/zend_execute.c:1220
#14 0x081a371b in zend_execute_scripts (type=8, retval=0x0, file_count=3)
 at /usr/src/php5/Zend/zend.c:981
#15 0x08163de8 in php_execute_script (primary_file=0xb684)
 at /usr/src/php5/main/main.c:1699
#16 0x081c644d in main (argc=2, argv=0xb734)
 at /usr/src/php5/sapi/cli/php_cli.c:874
#17 0x402499ed in __libc_start_main () from /lib/libc.so.6

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php /ext/curl interface.c streams.c /ext/fbsql php_fbsql.c /ext/ftp ftp.c /ext/hyperwave hg_comm.c hw.c /ext/imapphp_imap.c /ext/ldap ldap.c /ext/mcal php_mcal.c /ext/mysql php_mysql.c /ext/odbc php_odbc.c /ext/rpc/com com_wrapper.c /ext/snmp snmp.c /ext/standarddns.c file.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c pack.c /ext/zlibzlib.c /main fopen_wrappers.c mergesort.c network.c php.h php_open_temporary_file.cstreams.c /win32 php4dllts.dsp sendmail.c time.h

2003-02-15 Thread Sebastian Bergmann
Wez Furlong wrote:
 Log:
 A add much more useful select(2) implementation than is provided by
 windows sockets.

  This broke the build for me.

  I get 1500+ errors that look like this one:

c:\programme\microsoft sdk\include\winsock2.h(2478): error C2375:
'WSAAsyncGetHostByName': Redefinition; different binding;
c:\programme\microsoft sdk\include\winsock.h(925):
See declaration of 'WSAAsyncGetHostByName'

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Can't build ext/mysqli with sapi/apache2{handler|filter}

2003-02-14 Thread Sebastian Bergmann
sb@wopr-mobile:/usr/src/php5 cat config.mysql
#! /bin/sh

'./configure' \
'--enable-debug' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-mysql=/usr/local/mysql' \
'--with-mysqli=/usr/local/mysql' \
'--with-zlib'

  produces the errors shown here

http://www.sebastian-bergmann.de/make.txt

  Building without the

'--with-apxs2=/usr/local/apache2/bin/apxs' \

  works fine.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Edin Kadribasic wrote:
 edink Thu Feb 13 12:15:22 2003 EDT

   Modified files:
 /php4/ext/mysqli  mysqli_api.c
   Log:
   Use my_ulonglong instead of unsigned long long to make msvc++ happy.

  Did you somehow manage to build MySQL 4.1 on Windows? If so, how? If
  not, how are you building ext/mysqli since it requires libmysql 4.1?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Edin Kadribasic wrote:
 I have indeed.

  I'm trying to build the current MySQL 4.1 sources from the BitKeeper
  repository with MS VisualC++ 6 (VisualStudio 98, Service Pack 5) on
  my Windows 2000 Professional box.

  The prepare script produces the errors shown in

http://www.sebastian-bergmann.de/prepare.txt

  Since my setup of MS VisualC++ 6 seems not tp be able to compile
  symlinked files (for whatever reason), I changed the ln -s calls
  in the prepare script to mv.

  I still get similar errors from the prepare script, but now the
  compiler finds the files and the build looks okay until it yields
  the following compiler errors:

   E:\home\mysql-4.1\VC++Files\strings\strto.c(98): error C2232:
   '-ctype': The left operand is of type 'struct', use '.'
   E:\home\mysql-4.1\VC++Files\strings\strto.c(118): error C2232:
   '-to_upper': The left operand is of type 'struct', use '.'
   E:\home\mysql-4.1\VC++Files\strings\strto.c(126): error C2232:
   '-to_upper': The left operand is of type 'struct', use '.'
   E:\home\mysql-4.1\VC++Files\strings\strto.c(148): error C2232:
   '-ctype': The left operand is of type 'struct', use '.'
   E:\home\mysql-4.1\VC++Files\strings\strto.c(150): error C2232:
   '-ctype': The left operand is of type 'struct', use '.'
   E:\home\mysql-4.1\VC++Files\strings\strto.c(151): error C2232:
   '-to_upper': The left operand is of type 'struct', use '.'

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Georg Richter wrote:
 could you please report the bugs you detected when compiling MySQL 4.1
 under Windows to http://bugs.mysql.com too?!

  I'm in contact now with the MySQL team's Windows guy.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-11 Thread Sebastian Bergmann
wopr-mobile:/usr/local/apache2/bin # gdb httpd
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...
(gdb) r -DONE_PROCESS
Starting program: /usr/local/apache2/bin/httpd -DONE_PROCESS
[New Thread 1024 (LWP 1775)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1775)]
0x4036ff99 in php_add_var_hash (var_hash=0xbfff4eb0, var=0x40dfcf44,
 var_old=0xbfe011b8) at /usr/src/php5/ext/standard/var.c:385
385 {
(gdb) bt
#0  0x4036ff99 in php_add_var_hash (var_hash=0xbfff4eb0, var=0x40dfcf44,
 var_old=0xbfe011b8) at /usr/src/php5/ext/standard/var.c:385
#1  0x4036f4cb in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x402c,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:503
#2  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#3  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#4  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#5  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#6  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#7  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#8  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#9  0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#10 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#11 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#12 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#13 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#14 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#15 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#16 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#17 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#18 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#19 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x4088,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#20 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
 var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
#21 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
---Type return to continue, or q return to quit---

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-11 Thread Sebastian Bergmann
Derick Rethans wrote:
 so I wonder if it's really a bug in PHP, but perhaps an assumption
 in Horde that doesn't work with ZE2?

  Be that as it may, but it still shouldn't segfault, no? ;-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Announcement: New MySQL-Extension for PHP 5: ext/mysqli

2003-02-11 Thread Sebastian Bergmann
Brian Moon wrote:
 Do you have some sample code or a function list?

   quote For some samples check the tests subdir.
I'll add documentation within the next days. /quote

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Alot of memory leaks.

2003-02-10 Thread Sebastian Bergmann
Magnus Määttä wrote:

I get _alot_ of memory leaks.. My php_test_results file is 132KB large.


 I have uploaded the output of valgrind for a simple phpinfo() script to

   http://www.sebastian-bergmann.de/valgrind.txt

 HTH,
Sebastian

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] [PATCH] Apache 2.0 Handler module

2003-02-10 Thread Sebastian Bergmann
Justin Erenkrantz wrote:
 Until Zend can cleanly support streamy input, PHP should probably just
 use this method.

  I was under the impression it could, at least someone told me so (Zeev,
  IIRC, at a Conference last year).

  If not, this would surely be a nice feature for the Zend Engine 2.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Problems with zand_API.c

2003-02-03 Thread Sebastian Bergmann
Marcus Börger wrote:

Since i have no karma there somebody else must fix this.


 Done,
Sebastian

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Mono PHP

2003-02-02 Thread Sebastian Bergmann
Sterling Hughes wrote:
 I'll be adding it into PECL in a little bit

  Why PECL and not add it to ext/rpc?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] [META] Statistics for January 2003

2003-02-01 Thread Sebastian Bergmann
 Disclaimer: I think the following information might be of interest.
 If not, rest assured that I won't post such statistics
 again.

 Statistics [1] for January 2003

  Top 10 of 324 Threads:
Reducing the number of system calls for includes: 32 (3.7%)
RfC: version names: 18 (2.08%)
php4 /ext/standard file.c formatted_print.c: 16 (1.85%)
str_ireplace vs. stri_replace: 16 (1.85%)
Designing for PHP4 with PHP5 in mind...: 15 (1.73%)
Feature Request #5919 case-insensitive version of str_replace():
14 (1.62%)
Question on bug list: 13 (1.5%)
Should I fix this?: 12 (1.39%)
PHP4 + PHP5: 11 (1.27%)
request data filter: 10 (1.16%)

  Top 10 of 205 Posters:
Derick Rethans [EMAIL PROTECTED]: 60 (6.94%)
Sebastian Bergmann [EMAIL PROTECTED]: 37 (4.28%)
Marcus Börger [EMAIL PROTECTED]: 33 (3.82%)
Sascha Schumann [EMAIL PROTECTED]: 27 (3.12%)
Magnus Määttä [EMAIL PROTECTED]: 20 (2.31%)
Andi Gutmans [EMAIL PROTECTED]: 20 (2.31%)
Rasmus Lerdorf [EMAIL PROTECTED]: 18 (2.08%)
Zeev Suraski [EMAIL PROTECTED]: 18 (2.08%)
Ilia A. [EMAIL PROTECTED]: 17 (1.97%)
Wez Furlong [EMAIL PROTECTED]: 17 (1.97%)

  Top 10 of 53 Newsreaders:
Microsoft Outlook Express 6: 121 (13.99%)
QUALCOMM Windows Eudora Version 5.1: 82 (9.48%)
Apple Mail (2.543): 22 (2.54%)
Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0): 19 (2.2%)
Microsoft Outlook Express 5: 19 (2.2%)
Sylpheed version 0.8.8 (GTK+ 1.2.10; i686-pc-linux-gnu): 18 (2.08%)
KMail [version 1.4]: 17 (1.97%)
Ximian Evolution 1.2.1: 16 (1.85%)
Microsoft Outlook, Build 10.0.2616: 15 (1.73%)
Sylpheed version 0.8.7 (GTK+ 1.2.10; i586-pc-linux-gnu): 14 (1.62%)

 Agora [2] Datacloud

http://www.sebastian-bergmann.de/stuff/php-dev.datacloud

 --
  [1] http://www.sebastian-bergmann.de/stuff/usenet-stats.php
  [2] http://www.sebastian-bergmann.de/blog/item/15

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Can't build xslt/sablot

2003-01-30 Thread Sebastian Bergmann
Melvyn Sopacua wrote:
 adding -lstdc++ to ZEND_LD_FLAGS in the Makefile (to ensure -lstdc++
 is the last library linked) seems to do the trick for most.

  I added it to EXTRA_LDFLAGS and the problem was solved.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Can't build xslt/sablot

2003-01-29 Thread Sebastian Bergmann
/usr/local/lib/libsablot.so: undefined reference to `operator new[](unsigned)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator delete(void*)'
/usr/local/lib/libsablot.so: undefined reference to `__gxx_personality_v0'
/usr/local/lib/libsablot.so: undefined reference to `__cxa_pure_virtual'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator delete[](void*)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] RFE: trigger_error()

2003-01-27 Thread Sebastian Bergmann
  Right now if one uses trigger_error() to trigger an error the
  line number that gets displayed is that of the trigger_error() line.

  Would it be possible to add additional parameters to trigger_error()
  to pass a filename and a line number to it?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] RFE: trigger_error()

2003-01-27 Thread Sebastian Bergmann
michel 'ziobudda' morelli wrote:
 Can you explain me this new function ?

  See http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in /main php_ini.c php_scandir.cphp_scandir.h /win32 readdir.c readdir.h

2003-01-27 Thread Sebastian Bergmann
Ilia Alshanetsky wrote:

iliaa		Mon Jan 27 15:39:31 2003 EDT

  Added files:
/php4/main	php_scandir.c php_scandir.h

  Modified files:
/php4/win32	readdir.h readdir.c
/php4	configure.in
/php4/main	php_ini.c
  Log:
  Moved the scandir code into it's own files so that it can be used by other
  OSes where libc does not have a native scandir() implementation.


 This broke the Win32 build.

 The attached patch works for me, but I'd like it reviewed before I
 commit.

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

Index: main/php_scandir.c
===
RCS file: /repository/php4/main/php_scandir.c,v
retrieving revision 1.1
diff -u -r1.1 php_scandir.c
--- main/php_scandir.c  27 Jan 2003 20:39:31 -  1.1
+++ main/php_scandir.c  27 Jan 2003 21:08:29 -
@@ -18,7 +18,11 @@
  */

 #include php_scandir.h
+#ifdef PHP_WIN32
+#include config.w32.h
+#else
 #include php_config.h
+#endif

 #ifndef HAVE_SCANDIR
  #include sys/types.h
Index: main/php_scandir.h
===
RCS file: /repository/php4/main/php_scandir.h,v
retrieving revision 1.1
diff -u -r1.1 php_scandir.h
--- main/php_scandir.h  27 Jan 2003 20:39:31 -  1.1
+++ main/php_scandir.h  27 Jan 2003 21:08:29 -
@@ -1,12 +1,14 @@
 #include sys/types.h
-#include php_config.h

 #ifdef HAVE_DIRENT_H
 # include dirent.h
 #endif

 #ifdef PHP_WIN32
+#include config.w32.h
 #include win32/readdir.h
+#else
+#include php_config.h
 #endif

 #ifndef HAVE_ALPHASORT
Index: win32/php4dllts.dsp
===
RCS file: /repository/php4/win32/php4dllts.dsp,v
retrieving revision 1.100
diff -u -r1.100 php4dllts.dsp
--- win32/php4dllts.dsp 23 Jan 2003 09:35:02 -  1.100
+++ win32/php4dllts.dsp 27 Jan 2003 21:08:32 -
@@ -214,6 +214,10 @@
 # End Source File

 # Begin Source File



+SOURCE=..\main\php_scandir.c

+# End Source File

+# Begin Source File

+

 SOURCE=..\main\php_ticks.c

 # End Source File

 # Begin Source File

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
Jani Taskinen wrote:
 HEAD only or also with 4.2.3?

  I only tried HEAD.

 And what configure options you used?

sb@wopr-mobile:/usr/src/php5 cat config.apache2
#! /bin/sh
#
# Created by configure

'./configure' \
'--enable-debug' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-mysql=/usr/local/mysql' \
'--with-pgsql=/usr/local/postgresql' \
'--with-srm=/usr/local/srm' \
'--with-gd' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-xpm-dir=/usr' \
'--with-ttf=/usr' \
'--with-freetype-dir=/usr/local' \
'--with-gettext=/usr/local' \
'--with-dom=/usr/local' \
'--with-dom-xslt=/usr/local' \
'--with-dom-exslt=/usr/local' \
'--with-zlib' \
$@

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] configure broken

2003-01-27 Thread Sebastian Bergmann
Marcus Börger wrote:

Should be fixed by now.


 It is.

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /main config.w32.h internal_functions_win32.c

2003-01-16 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 I'm trying to build HEAD + ZendEngine 2 here, but get the

   HEAD does not work with ZendEngine1 anymore

 error.

  Fixed in CVS.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] patch to sapi/servlet fixes bug 21291 more, pleaseapply to STABLE/HEAD

2003-01-12 Thread Sebastian Bergmann
Giuseppe Tanzilli - CSF wrote:
 this patch fixes all this problems,

  I committed your patch, although I can't test it at the moment.

 Who is the maintainer of this sapi module ?

  Sam Ruby.

  Just kidding.

  The SAPI Servlet module is unmaintained at the moment. Maybe this
  will change once the new Java extension is available.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 [...]

  I get a segfault with the same backtrace for Apache 1.3.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Can't build PHP_4_3+ZE1 on Win32

2003-01-12 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 [...]

  I just checked out '-r php_4_3_0' and get the same linker errors.

  I have no idea what might be causing this...

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/apache2filter php_functions.c

2003-01-12 Thread Sebastian Bergmann
Moriyoshi Koizumi wrote:
 moriyoshi Sat Jan 11 17:36:38 2003 EDT

   Modified files:
 /php4/sapi/apache2filter  php_functions.c
   Log:
   This patch is likely to fix win32 build

  I (still) get

sapi_apache2.c(538): error C2039:
'_free_dbg' is not an element of 'apr_bucket'

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-12 Thread Sebastian Bergmann
Edin Kadribasic wrote:
 What bison version are you using. I saw similar segfaults with 1.875.

  I was using 1.875.

 Downgrading to 1.75 or even to 1.28 fixes it for me.

  Downgrading to 1.75 worked for me, too.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/com .cvsignore COM.c CREDITS TODO VARIANT.ccom.h conversion.c conversion.h dispatch.c php_COM.h php_VARIANT.h variant.h

2003-01-11 Thread Sebastian Bergmann
Sascha Schumann wrote:
 You removed those files from the PHP 5 branch which you
 claimed were supposed to be used in the PHP 5 branch.

  ext/com/ are the old files, ext/rpc/com are the new files

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS READMEconfig.m4 overload.c overload.dsp php_overload.h

2003-01-11 Thread Sebastian Bergmann
Marcus Börger wrote:

yes - but this makes building HEAD + ZE1 + overload impossible


 Well, ZE1 should only be build with the PHP_4_3 branch now.

 Otherwise we won't get the momentum needed to push PHP 5 and ZendEngine
 2 development.

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-11 Thread Sebastian Bergmann
Andi Gutmans wrote:
 Because building this stuff on Windows is harder and it's probably
 easiest for Windows users to have stuff in by default.

  This might have been true back when there were only small binary
  releases for Windows. Now (almost?) all extensions are available as
  binaries for Windows, so those aforementioned extensions could be built
  as DLLs and be put into the binary package as well.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 sebastian Sat Jan 11 04:51:52 2003 EDT

   Modified files:
 /php4/ext/rpc rpc.c
   Log:
   Add missing ,.

  Hm, now it compiles, but PHP segfaults during shutdown (scripts seem
  to be executed correctly).

  The following stacktrace is from a simple phpinfo():

ntdll.dll!778853f0()
php4ts_debug.dll!tsrm_mutex_free(_RTL_CRITICAL_SECTION *
mutexp=0x00b9ffb8)  Line 510 + 0xc  C
php4ts_debug.dll!zend_ts_hash_destroy(_zend_ts_hashtable *
ht=0x00b9fe48)  Line 72 + 0xc   C
php4ts_debug.dll!zm_shutdown_rpc(int type=1, int module_number=5, void
* * * tsrm_ls=0x00b22980)  Line 206 + 0xb   C
php4ts_debug.dll!module_destructor(_zend_module_entry *
module=0x00ba5068)  Line 1171 + 0x1cC
php4ts_debug.dll!zend_hash_apply_deleter(_hashtable * ht=0x10330fe0,
bucket * p=0x00ba5010)  Line 596 + 0xf  C
php4ts_debug.dll!zend_hash_graceful_reverse_destroy(_hashtable *
ht=0x10330fe0)  Line 662 + 0xd  C
php4ts_debug.dll!zend_shutdown(void * * * tsrm_ls=0x00b22980)  Line
630 + 0xa   C
php4ts_debug.dll!php_module_shutdown(void * * * tsrm_ls=0x00b22980)
Line 1338 + 0x9 C
php.exe!main(int argc=1, char * * argv=0x00b22580)  Line 1513 + 0xd C
php.exe!mainCRTStartup()  Line 338 + 0x11   C
kernel32.dll!77e8ca90() 

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Apache2Filter SAPI segfaults

2003-01-11 Thread Sebastian Bergmann
  This is with current HEAD of both Apache 2.1-dev and PHP 5 + ZE2:

wopr-mobile:/usr/local/apache2/bin # gdb httpd
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...
(gdb) r -DONE_PROCESS
Starting program: /usr/local/apache2/bin/httpd -DONE_PROCESS
[New Thread 1024 (LWP 1440)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1440)]
0x401b8817 in memcpy () from /lib/libc.so.6

  Running Apache 2.1-dev without LoadModule modules/ibphp4.so works.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-11 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 This is with current HEAD of both Apache 2.1-dev and PHP 5 + ZE2:

  Somehow the backtrace got lost:

wopr-mobile:/usr/local/apache2/bin # gdb httpd
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...
(gdb) r -DONE_PROCESS
Starting program: /usr/local/apache2/bin/httpd -DONE_PROCESS
[New Thread 1024 (LWP 17607)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 17607)]
0x403d648c in ini_parse () at Zend/zend_ini_parser.c:1043
1043  goto yyoverflowlab;
(gdb) bt
#0  0x403d648c in ini_parse () at Zend/zend_ini_parser.c:1043
#1  0x403d6309 in zend_parse_ini_file (fh=0xb560,
 unbuffered_errors=1 '\001',
 ini_parser_cb=0x403b5862 php_config_ini_parser_cb, arg=0x4055e920)
 at /usr/src/php5/Zend/zend_ini_parser.y:164
#2  0x403b5fd5 in php_init_config () at /usr/src/php5/main/php_ini.c:382
#3  0x403b08eb in php_module_startup (sf=0x4049cdc0,
 additional_modules=0x4049cfc0, num_additional_modules=1)
 at /usr/src/php5/main/main.c:1213
#4  0x4041202a in php_apache2_startup (sapi_module=0x4049cdc0)
 at /usr/src/php5/sapi/apache2filter/sapi_apache2.c:295
#5  0x40412a3d in php_apache_server_startup (pconf=0x80be9d0, plog=0x80f6ab0,
 ptemp=0x80faac0, s=0x80c12e8)
 at /usr/src/php5/sapi/apache2filter/sapi_apache2.c:615
#6  0x0808128a in ap_run_post_config (pconf=0x80be9d0, plog=0x80f6ab0,
 ptemp=0x80faac0, s=0x80c12e8) at config.c:128
#7  0x08086938 in main (argc=2, argv=0xb784) at main.c:640
#8  0x4015a9ed in __libc_start_main () from /lib/libc.so.6

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS READMEconfig.m4 overload.c overload.dsp php_overload.h

2003-01-10 Thread Sebastian Bergmann
Marcus Börger wrote:

But now you removed it for ZE1, too.


 So what? It's still in the PHP_4_3 branch and HEAD is PHP 5.

--
 Sebastian Bergmann
 http://sebastian-bergmann.de/ http://phpOpenTracker.de/

 Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Non threadsafe Windows build

2003-01-10 Thread Sebastian Bergmann
  The project file(s) for the non threadsafe Windows build are out of
  sync with the thread safe one(s).

  IIRC, there was already some discussion to ditch the non threadsafe
  version. That way we didn't have to maintain two sets of files, etc.

  What do you think?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Can't build PHP_4_3+ZE1 on Win32

2003-01-09 Thread Sebastian Bergmann
image.obj: error LNK2001: Unresolved external symbol _uncompress
zlib.obj: error LNK2001: Unresolved external symbol _uncompress
zlib.obj: error LNK2001: Unresolved external symbol _zlibVersion
zlib.obj: error LNK2001: Unresolved external symbol _zError
zlib.obj: error LNK2001: Unresolved external symbol _compress
zlib.obj: error LNK2001: Unresolved external symbol _compress2
zlib.obj: error LNK2001: Unresolved external symbol _deflateEnd
zlib.obj: error LNK2001: Unresolved external symbol _deflate
zlib.obj: error LNK2001: Unresolved external symbol _deflateInit2_
zlib.obj: error LNK2001: Unresolved external symbol _inflateEnd
zlib.obj: error LNK2001: Unresolved external symbol _inflate
zlib.obj: error LNK2001: Unresolved external symbol _inflateInit2_
zlib.obj: error LNK2001: Unresolved external symbol _crc32
zlib.obj: error LNK2001: Unresolved external symbol _deflateInit_
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzeof
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzread
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzwrite
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gztell
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzseek
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzclose
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzflush
zlib_fopen_wrapper.obj: error LNK2001:
Unresolved external symbol _gzdopen

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] bcmath, calendar, ftp, wddx on Win32

2003-01-09 Thread Sebastian Bergmann
  For as long as I can remember, the bcmath, calendar, ftp and wddx
  extensions are enabled by default on Win32.

  But why? I mean, they are not enabled by default on *NIX, so why the
  inconsistency?

  Just curious,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.c zend_ini.h

2003-01-08 Thread Sebastian Bergmann
Zeev Suraski wrote:
 zeev  Tue Jan  7 10:56:52 2003 EDT

   Modified files:
 /Zend zend.c zend_ini.c zend_ini.h
   Log:
   Streamline leak fixes

   zend_ini.c(90): warning C4716:
   'zend_ini_global_shutdown': must return a value

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.czend_ini.h

2003-01-08 Thread Sebastian Bergmann
Andi Gutmans wrote:
 How is it that you write all of this advanced OO book material,
 yet it seems as if you've never written a line of code in your life?

  I started programming C in the last months I used my Amiga (haven't
  used it since 1998, that's when I got my first x86 box), before that I
  coded ARexx and various BASIC dialects under AmigaOS.

  In 1998 I had to learn Java, and got hooked on OOP. In the same year I
  started doing PHP ... you know the rest.

  My point is: I know a bit of C, but unfortunetly not enough. I'm still
  hoping to fix that one day.

 Couldn't you have fixed this one yourself?

  I only mess with what I understand :)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2003-01-06 Thread Sebastian Bergmann
Georg Richter wrote:
 georg Sun Jan  5 15:53:06 2003 EDT

   Modified files:
 /php4/ext/mysql   php_mysql.c
   Log:
   fixed bug #21435

   php_mysql.c(1004): warning C4047: 'function':
   Anzahl der Dereferenzierungen bei 'struct _zval_struct ** ' und
   'struct _zval_struct *' unterschiedlich

   php_mysql.c(1004): warning C4024: 'zend_fetch_resource':
   Unterschiedliche Typen fuer formalen und uebergebenen Parameter 1

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main .cvsignore config.w32.h config.w32.h.in /win32 php4dll.dsp php4dllts.dsp

2003-01-05 Thread Sebastian Bergmann
Pierre-Alain Joye wrote:
 While you are working on it, is it possible to fix these actually
 completly useless constants ? using getenv too ?

 It will be very usefull.

  I don't know how. Someone else is/was working on it, IIRC.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main .cvsignore config.w32.h config.w32.h.in /win32 php4dll.dsp php4dllts.dsp

2003-01-05 Thread Sebastian Bergmann
Rasmus Lerdorf wrote:
 You need to define HAVE_GD_GIF_READ when building the gd extension
 against the bundled libgd.

  I don't think that config.w32.h is the right place for this, since
  ext/gd is not built-in.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd_bundled.dsp

2003-01-05 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 sebastian Sun Jan  5 11:32:02 2003 EDT

   Modified files:
 /php4/ext/gd  gd_bundled.dsp
   Log:
   Define HAVE_GD_GIF_READ.

  Now I get

gd.obj: error LNK2001:
Unresolved external symbol: _gdImageCreateFromGifCtx

gd.obj: error LNK2001:
Unresolved external symbol: _gdImageCreateFromGif

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-03 Thread Sebastian Bergmann
Michael Sisolak wrote:
 As I was looking into my build of Win32 failing becuase it tried to
 link to a non-existant zlib.lib (the win32build.zip version is called
 zlibstat.lib), it occured to me that everything does build fine on the
 snapshot machine.

  Check out the zlib CVS module and place it in the same directory the
  php4 module was checked out to. Build both Debug and Release versions
  of zlib and you should be set up.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Win32 build broken

2003-01-01 Thread Sebastian Bergmann
basic_functions.obj: error LNK2001:
Unresolved external symbol: _zif_stream_register_filter

basic_functions.obj: error LNK2001:
Unresolved external symbol: _zm_startup_user_filters

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Update: Quoting behaviour exposed

2002-12-29 Thread Sebastian Bergmann
Rasmus Lerdorf wrote:
 Sascha, we need to give you something constructive to work on...
 -Rasmus (top-posted with lots of quoted text just for you)

  If it brings Bad E-Mail Practices to the attention of the perps, I
  would consider it constructive. Sascha is not the only one annoyed by
  issues like bad quoting behaviour.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Can't sapi/apache2filter on Windows

2002-12-29 Thread Sebastian Bergmann
  Current HEAD

php_functions.obj: error LNK2001:
Unresolved external symbol: _ap_loaded_modules

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote:
 It appears the .dsp's were misconfigured

  I tested this with a fresh checkout of php4/ and ZendEngine2/ and still
  get the library conflict warning during a ZendEngine2 build. I did not
  yet test the other issue I mentioned in my previous mail.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote:
 checkout zlib, build it (under both Release and Debug)

  Thank you Zeev, that did the trick. But I still wonder why I got this
  only with the Zend Engine 2 and not with the Zend Engine 1...

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote:
 Probably due to different .dsp's (I assume you have two different
 checkouts of the PHP source tree?  Any chance one of them is modified)

  No, one checkout. For a Zend Engine 2 build I rename Zend to Zend1 and
  ZendEngine2 to Zend. (I know, this is dirty :-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Update: Quoting behaviour exposed

2002-12-29 Thread Sebastian Bergmann
Sascha Schumann wrote:
 If that language had interested me, I would have made my
 Hebraicum in addition to the Latinum.

  The Hebraicum would be of no use here, because it covers Old Hebrew.
  I just showed this to my father and he could not get any sense out of
  it :-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] CGI and CLI (compromise proposal)

2002-12-19 Thread Sebastian Bergmann
Edin Kadribasic wrote:
 If this is an acceptable compromise I volunteer to do the changes
 required.

  Sounds reasonable to me, +1.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] PHP# - feasibility study so far - for comment

2002-12-15 Thread Sebastian Bergmann
Alan Knowles wrote:
 I've just put up a short description of the current state of the
 research on the feasibility on PHP#, developing a .net CIL bytecode
 compiler for PHP.

  Interesting project, Alan. Have you considered writing a new ext/dotnet
  based on Mono? Beeing able to use .Net components from within PHP would
  be nice, too.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-12-11 Thread Sebastian Bergmann
Zeev Suraski wrote:
 I did not choose to raise the issue at this time, but I agree
 completely with the opinion that it's a bad thing;  It is my fault that
 I haven't raised it a few months ago when I noticed this change, but as
 you might have noticed, I wasn't involved at php-dev back then.

  I did not mean to offend you.

 Not sure what AFAICS translates to (lost you in the last 'S' in there)

  as far as I can see

 But either way, the fact that it was changed months ago is meaningless.

  I agree.

  What about installing the sapi/cli binary as php when a SAPI apart
  from sapi/cgi is chosen? Clearly someone who, let's say, builds his or
  her PHP --with-apxs has no need for a CGI binary. Or do I miss
  something?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-12-10 Thread Sebastian Bergmann
Zeev Suraski wrote:
 If we use this KISS approach, why the heck are we even considering this
 rename?

  1.) Using 'php' to run a PHP script from the command-line sounds like
  the right choice of name (for the sapi/cli binary).

  2.) Is keeping BC worth an unintuitive for the sapi/cli binary?
  Does the rename of php to php-cgi for the sapi/cgi binary really
  cause so much trouble? It requires AFAICS the change of one line
  in the Apache configuration file

Action application/x-httpd-php /php/php.exe

  to

Action application/x-httpd-php /php/php-cgi.exe

  3.) Why this late discussion of the issue? The name of the sapi/cgi
  binary was changed months ago!

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-12-10 Thread Sebastian Bergmann
Markus Fischer wrote:
 More non-developers are getting aware of the upcommong 4.3
 release and start to absorb the NEWS and question it.

  I do not count Zeev as a non-developer :)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-12-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 sebastian   Mon Dec  9 06:45:47 2002 EDT

   Modified files:
 /php4/sapi/cli  php_cli.c
   Log:
   Fix build.


 Index: php4/sapi/cli/php_cli.c
 diff -u php4/sapi/cli/php_cli.c:1.54 php4/sapi/cli/php_cli.c:1.55
 --- php4/sapi/cli/php_cli.c:1.54Sun Dec  8 05:23:50 2002
 +++ php4/sapi/cli/php_cli.c Mon Dec  9 06:45:46 2002
 @@ -23,6 +23,7 @@
  #include php.h
  #include php_globals.h
  #include php_variables.h
 +#include zend_hash.h
  #include zend_modules.h

  #include SAPI.h

  I committed the patch above because I was getting a

php_cli.obj: error LNK2001:
Unresolved external symbol __imp___zend_hash_init

  error when building sapi/cli on Win32. Adding the

#include zend_hash.h

  to php4/sapi/cli/php_cli.c fixed the problem, so I committed.

  But now I'm getting the same error. Any idea why?

  Confused,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] sapi/fastcgi

2002-12-05 Thread Sebastian Bergmann
Shane Caraveo wrote:
 sapi/fastcgi should be deprecated.

  Done,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Sebastian Bergmann
 C:\WINNT\System32\NETAPI32.DLL
0x77BD - 0x77BDF000 C:\WINNT\System32\SECUR32.DLL
0x7513 - 0x75136000 C:\WINNT\System32\NETRAP.DLL
0x7794 - 0x7796B000 C:\WINNT\system32\WLDAP32.DLL
0x77A4 - 0x77B35000 C:\WINNT\system32\OLE32.DLL
0x779A - 0x77A3B000 C:\WINNT\system32\OLEAUT32.DLL
0x7738 - 0x773AF000 C:\WINNT\System32\ACTIVEDS.DLL
0x7735 - 0x77372000 C:\WINNT\System32\ADSLDPC.DLL
0x7782 - 0x7782E000 C:\WINNT\System32\RTUTILS.DLL
0x7831 - 0x783A C:\WINNT\System32\SETUPAPI.DLL
0x77C0 - 0x77C5F000 C:\WINNT\System32\USERENV.DLL
0x774B - 0x774E2000 C:\WINNT\System32\RASAPI32.DLL
0x7749 - 0x774A1000 C:\WINNT\System32\RASMAN.DLL
0x7750 - 0x77522000 C:\WINNT\System32\TAPI32.DLL
0x7178 - 0x7180A000 C:\WINNT\system32\COMCTL32.DLL
0x70BD - 0x70C34000 C:\WINNT\system32\SHLWAPI.DLL
0x7733 - 0x77349000 C:\WINNT\System32\DHCPCSVC.DLL
0x777D - 0x777D8000 C:\WINNT\System32\winrnr.dll
0x777E - 0x777E5000 C:\WINNT\System32\rasadhlp.dll
0x74F4 - 0x74F5D000 C:\WINNT\system32\msafd.dll
0x74F8 - 0x74F87000 C:\WINNT\System32\wshtcpip.dll
0x1000 - 0x10006000 E:\home\php\php4\Release_TS_inline\phpsrvlt.dll
0x0C2A - 0x0C3D6000 E:\home\php\php4\Release_TS_inline\php4ts.dll
0x1F7D - 0x1F804000 C:\WINNT\System32\ODBC32.dll
0x76B0 - 0x76B3E000 C:\WINNT\system32\comdlg32.dll
0x7758 - 0x777CC000 C:\WINNT\system32\SHELL32.DLL
0x0C4E - 0x0C4F9000 C:\WINNT\System32\odbcint.dll
0x7791 - 0x77933000 C:\WINNT\system32\imagehlp.dll
0x7297 - 0x7299D000 C:\WINNT\system32\DBGHELP.dll
0x68F3 - 0x68F3B000 C:\WINNT\System32\PSAPI.DLL

Local Time = Fri Dec 06 07:34:17 2002
Elapsed Time = 54
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
#

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
Tony J. White wrote:
 Can someone please add this to CVS or should I contact Sam Ruby (the
 orignal author) to do it?

  Committed,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] sapi/fastcgi

2002-12-04 Thread Sebastian Bergmann
  What happens to sapi/fastcgi, now that we have FastCGI support in
  sapi/cgi?

  IMHO, it should be removed for PHP 4.3.0 already.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Sebastian Bergmann
Ray Hunter wrote:
 Will this fix the errors that occur with running PHP as a servlet in
 tomcat?

  Can't tell. I have no Tomcat environment installed at the moment.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.dsp mbstring.h php_mbregex.c php_unicode.c php_unicode.h

2002-12-02 Thread Sebastian Bergmann
Frank M. Kromann wrote:
 Fixing build on WIn32
 MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32

  Isn't this against the idea of main/config.w32.h? By the way, IMHO this
  file should be moved to /win32. For consistency and having Win32
  related files in one directory.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend.h zend_builtin_functions.c

2002-11-30 Thread Sebastian Bergmann
Andi Gutmans wrote:
 andiSat Nov 30 05:51:56 2002 EDT

   Modified files:
 /Zend   zend.c zend.h zend_builtin_functions.c
   Log:
   - debug_print_backtrace (by George Schlossnagle [EMAIL PROTECTED])

  MFH?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend.h zend_builtin_functions.c

2002-11-30 Thread Sebastian Bergmann
Marcus Börger wrote:
 New functionality?

  It vitaly improves new functionality (debug_backtrace()).

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] call_stack

2002-11-27 Thread Sebastian Bergmann
George Schlossnagle wrote:
 Is there a concensus on how arguments should be printed out?

  I quite like the output of

foreach ($backtrace as $step) {
if (!empty($step['args'])) {
foreach ($step['args'] as $arg) {
$args  = isset($args) ? $args . ', ' : '';
$args .= var_export($arg, true);
}
} else {
$args = '';
}

$args = str_replace(array(\n, ',)'), array('', ')'), $args);

printf(
  %s%s(%s) [%s:%s]\n,
  isset($step['class']) ? $step['class'] . '::' : '',
  $step['function'],
  $args,
  $step['file'],
  $step['line']
);
}

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Parse search string a la Google (Regular expression?)

2002-11-27 Thread Sebastian Bergmann
Benny Rasmussen wrote:
 Hi,

 In my application I would like to offer a search interface like Google
 and other popular search engines. The complication for me is to explode
 the search string into proper array elements, like this:

 $search_str = \search for this sentence\ -NotForThisWord
 ButDefinitelyForThisWord;

 $array[0]: search for this sentence
 $array[1]: -NotForThisWord
 $array[2]: ButDefinitelyForThisWord

 I have tried to use regular expressions but my case seems to be a bit
 more complicated for this (?).

 Does anybody have a code snippet, a class or something, that can help
 me with this?

 Thanks in advance,
 Joachim

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

  Forwarding to [EMAIL PROTECTED], since this would be the
  appropriate list for the topic.

  [EMAIL PROTECTED] is for the development *of* PHP itself, not for
  developing *with* PHP.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Redirect on Error (not localisation)

2002-11-26 Thread Sebastian Bergmann
Derick Rethans wrote:
 I think you should not do that. There was no consensus reached if we
 actually want this.

  Right, -1 from me, too.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Build of bundled GD broken on Win32

2002-11-25 Thread Sebastian Bergmann
  gd.obj: error LNK2001:
  Unresolved external symbol: _gdImageCreateFromGd2Part

  gd.obj: error LNK2001:
  Unresolved external symbol: _gdImageCreateFromGd2PartCtx

  gd.obj: error LNK2001:
  Unresolved external symbol: _gdImageGd2

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Build of bundled GD broken on Win32

2002-11-25 Thread Sebastian Bergmann
Ilia A. wrote:
 Fixed.

  Verified,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Java extension fixes

2002-11-24 Thread Sebastian Bergmann
Tony J. White wrote:
 I'm made a stability fix to the PHP Java extension. A full description
 of the changes as well as the updated java.c file (and patch) can be
 found here:

 http://tjw.org/php_java/

  Good to know that someone has the knowledge and the time to look after
  this abandoned extension.

 Can someone please add this to CVS

  As Rasmus already pointed out, the best way would be to get yourself a
  CVS account and commit your changes yourself.

 should I contact Sam Ruby (the orignal author) to do it?

  Good luck :-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] RFC: ZE2 and abstract

2002-11-20 Thread Sebastian Bergmann
Andi Gutmans wrote:
 I don't see any need for final.

  A ZendEncoder customer could want to declare an encoded class final
  so that his users can't extend that class :-)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] RFC: ZE2 and abstract

2002-11-20 Thread Sebastian Bergmann
Andi Gutmans wrote:
 A proxy object would do the trick!

  I know, and it wasn't meant as all that serious an argument :)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Sebastian Bergmann
Henri Gomez wrote:
 Any date to make the change in image.c ?

  It's already fixed in CVS.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Limitations of the ZendEngine2 Object Model?

2002-11-17 Thread Sebastian Bergmann
Pete McCormick wrote:
  class Root {
   class Nested {
function Nested() {

  The constructor should be called __construct(). Constructors with their
  name beeing the class name are only supported for BC.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: php4 / configure.in /main php_version.h

2002-11-15 Thread Sebastian Bergmann
Derick Rethans wrote:
 It's just a number... but I also think we should head for 5.0.0-dev
 now.

  I would love to see that happen. But in this special case it's not
  just a number. Maybe we should create a new CVS module, php5, to which
  we copy php4/* and let cvs co php5 automatically checkout TSRM and
  ZendEngine2 (as Zend, of course).

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-11-13 Thread Sebastian Bergmann
Marcus Börger wrote:
 not enabled Jani, Derick, Ilia, Mike, James

  FWIW, +1 for *disabling* mbstring for PHP 4.3.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Photos from the Conference

2002-11-06 Thread Sebastian Bergmann
  http://www.sebastian-bergmann.de/gallery/phpconference2002

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Sebastian Bergmann
Andi Gutmans wrote:
 Right, and if you try it with 1.28 it'll work.

  Is this is a bug in bison (and if so, do the bison developers know
  about it?), or a (temporary) issue with Zend Engine 2?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: Question about Classes

2002-10-30 Thread Sebastian Bergmann
Andi Gutmans wrote:
 We are also planning private/public methods. Zeev has already started
 working on it.

  GOOD NEWS! :)

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main streams.c

2002-10-27 Thread Sebastian Bergmann
Ilia Alshanetsky wrote:
 iliaa   Sun Oct 27 19:28:11 2002 EDT

   Modified files:
 /php4/main  streams.c
   Log:
   Fixed bug #20110.

  Unresolved external symbol _S_ISREG.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-27 Thread Sebastian Bergmann
Andi Gutmans wrote:
 Engine 2 doesn't seem to work with  1.28.

  How does this show?

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Apache 2 installation instructions

2002-10-26 Thread Sebastian Bergmann
Gabor Hojtsy wrote:
 provide information for the documentation team to add to the
 documentation. It would definitely help users.

  It's all in /php4/sapi/apache2filter/README.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Can't build HEAD on Linux

2002-10-25 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
 I updated to gcc 3.2 a while ago and it worked fine. This morning, for
 instance, I was able to build HEAD without problems. Just now I was
 able to build httpd-2.0 HEAD without problems.

  I updated binutils and did a fresh checkout of /php4. Now it works
  again.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




  1   2   3   4   5   6   7   8   >