[PHP-DEV] call a website from within a php script

2003-02-15 Thread christian tischler

From: "christian tischler" <[EMAIL PROTECTED]>
Subject: call website from php script
Date: 14 February 2003 21:59

Can anybody tell me how to call a website from within a php script.

not just new to php but news groups also...

christian





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




[PHP-DEV] iopy,

2003-02-15 Thread christian tischler
yu,pu



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




[PHP-DEV] call website from php script

2003-02-15 Thread christian tischler
Can anybody tell me how to call a website from within aphp script.

not just new to php but news groups also...

christian



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




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

2003-02-15 Thread Derick Rethans
Hello,

please forward user questions to the [EMAIL PROTECTED]
mailinglist, this list is for development _OF_ PHP, not development
_with_ PHP.

Derick


On Sat, 15 Feb 2003, christian tischler wrote:

> 
> From: "christian tischler" <[EMAIL PROTECTED]>
> Subject: call website from php script
> Date: 14 February 2003 21:59
> 
> Can anybody tell me how to call a website from within a php script.
> 
> not just new to php but news groups also...
> 
> christian
> 
> 
> 
> 
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


-- 
PHP Development Mailing List 
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 , 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 , 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 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] PHP 4 Bug Summary Report

2003-02-15 Thread php-dev
 PHP 4 Bug Database summary - http://bugs.php.net

 Num Status Summary (1052 total including feature requests)
===[*Configuration Issues]
19282 Wont fix   Place php4ts.dll into \sapi
20490 Analyzed   enable versioning not supported on OSX
20689 Wont fix   php_admin_value disable_functions not working as it should
21161 Feedback   ./configure doesn't work with xslt support
21195 Verified   Configure warnings/errors
21216 Wont fix   phpize passes --no-verify to ltconfig without specifying host
21973 Open   'configure' script can't find libpng.(a|so), openldap, libjava...
22001 Wont fix   /php.ini is read instead of configured /usr/local/etc/php.ini !!!
22189 Open   Configuration file is not loaded, though PHP reports it is
===[*Database Functions]==
20946 Suspended  php_ingres.dll missing in the php 4 zip!!!
===[*Directory/Filesystem functions]
21310 Assigned   no such file (paths)
21532 Open   incorrect warning
21713 Assigned   include (URL) doesn't remove temporary files
21902 Feedback   PHPxx in /tmp
===[*General Issues]==
20195 Open   make install doesnt set permissions
20775 Open   Silent install (/s) does not work
20896 Verified   php -w hangs indefinitely at 100% CPU
21254 Wont fix   Suggestion for the site
21885 Verified   move_uploaded_file error with open_basedir
21993 Feedback   Frameset/PHP conflict
22047 Wont fix   PHP pollutes the namespace w/ (what looks like) its grammar tokens
22094 Feedback   include_path
22096 Feedback   return inside a while loop isn't breaking the loop and returning a 
value
===[*Languages/Translation]===
11975 Wont fix   mix of hebrew & english
13014 Wont fix   hebrevc ()
20166 Open   Unicode (Slovenian) characters are not displayed correctly
===[*Math Functions]==
21534 Open   GMP lib gmp_gcdext() gives incorrect results
===[*Network Functions]===
15639 Suspended  detecting end of UDP packets
===[*Programming Data Structures]=
21062 Wont fix   Recursive calls may SEGV
===[Apache related]===
15529 Open   ap_cleanup_for_exec not used when creating
17837 Wont fix   PHP 'handles' permission problems rather than letting Apache do it
19113 Open   HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
19292 Critical   random error: open_basedir restriction in effect. File is in wrong 
directory
20190 Critical   Random mem corruption: zend_get_executed_filename() mismatch
20551 Open   Output compression causes segfaults (ob_gzhandler)
20665 Wont fix   Memory leaks on SIGHUP
21056 Open   PHP messes with virtual hosts
22112 Open   When Php compiled with support for openssl it broke the SIHUP of 
apache
22154 Feedback   fpassthru() fails with files larger than a few hundered KB
===[Apache2 related]==
17414 Open   Segfaults on restart
18359 Open   PHP module seem to make trouble with authentication under Apache 2
18957 Wont fixmultiple definitions
19618 Suspended  Cannot load libphp4.so - Win32 error 5
19787 Wont fix   Can not load module
20929 Open   Problem in handling big5 characters from HTML form
21040 Open   max_execution_time ignored
21074 Open   PHP doesn't work with 401 (Auth) ErrorDocument and Apache2
21283 Open   Apache2 & PHP4.3 leak memory when respond to requests
21855 Open   Likely threading issue: Crash when using Apache 2.0 (worker model)
22072 Verified   connection_status() always returning 0
22138 Feedback   File upload can't exceed 500k
22161 Feedback   Parse error:
22194 Feedback   php_* not valid in httpd.conf, .htaccess
===[Arrays related]===
18829 Wont fix   array_pop, array_shift, array_push... functions very slow with large 
arrays
20251 Wont fix   Can't assign values to array in loop.
22104 Feedback   problem with adding value to multiplie dimensional arrays
===[CCVS related]=
10447 Wont fix   ccvs_*() functions segfault when given invalid session ID
===[Class/Object related]=
15675 Suspended  get_class() returns only lower chars
17637 Analyzed   constructors in classes (Back to PHP3)
20531 Open   Object property association broken
20676 Verified   Reinitialization of a reference
21711 Open   Class owners
21886 Open   parameters sometimes not submitted
22004 Open   Overload extension and _call() breaks classes.
22211 Open   Parameters not passed to class methods.
22

Re: [PHP-DEV] [patch] solaris getcwd() brokeness

2003-02-15 Thread Andi Gutmans
Hey,

The fchdir() part of the patch looks fine but I didn't quite understand the 
rest. PHP only uses realpath() if it doesn't fail, so what is the exact 
problem? What does that other code do?

Andi

At 03:29 PM 2/12/2003 -0500, James E. Flemer wrote:
Well all the fancy new streams code in 4.3.0 seems to
tickle a Solaris issue with getcwd().  It seems that under
certain cases solaris' getcwd() fails when other os' work.
Consequently 4.3.0 causes a huge ammount of breakage for
some sites running solaris.  Below is a patch that seems to
work around the problem.  This may not be the best
approach, but it was an attempt at a quick-fix so that
4.3.0 would be usable for now.  This problem has bug
number: #21310 [1].  Comments welcome.  I'd like to commit
this (or similar) before any more releases are made.

-James <[EMAIL PROTECTED]>

[1] http://bugs.php.net/21310

]] Patch sponsored by: The University of Vermont [[
Index: TSRM/tsrm_virtual_cwd.c
===
RCS file: /repository/TSRM/tsrm_virtual_cwd.c,v
retrieving revision 1.41
diff -u -b -u -r1.41 tsrm_virtual_cwd.c
--- TSRM/tsrm_virtual_cwd.c 6 Nov 2002 18:07:22 -   1.41
+++ TSRM/tsrm_virtual_cwd.c 12 Feb 2003 04:39:11 -
@@ -303,7 +303,7 @@
return (0);

 #if !defined(TSRM_WIN32) && !defined(NETWARE)
-   if (IS_ABSOLUTE_PATH(path, path_length)) {
+   if (IS_ABSOLUTE_PATH(path, path_length) || (state->cwd_length < 1))
{
if (use_realpath && realpath(path, resolved_path)) {
path = resolved_path;
path_length = strlen(path);
@@ -363,6 +363,7 @@
}


+  if (state->cwd_length > 0 || IS_ABSOLUTE_PATH(path, path_length)) {
ptr = tsrm_strtok_r(path_copy, TOKENIZER_STRING, &tok);
while (ptr) {
ptr_length = strlen(ptr);
@@ -416,6 +417,11 @@
state->cwd[state->cwd_length+1] = '\0';
state->cwd_length++;
}
+  } else {
+   state->cwd = (char *) realloc(state->cwd, path_length+1);
+   memcpy(state->cwd, path, path_length+1);
+   state->cwd_length = path_length;
+  }

if (verify_path && verify_path(state)) {
CWD_STATE_FREE(state);
Index: main/main.c
===
RCS file: /repository/php4/main/main.c,v
retrieving revision 1.512.2.5
diff -u -b -u -r1.512.2.5 main.c
--- main/main.c 16 Dec 2002 15:44:06 -  1.512.2.5
+++ main/main.c 12 Feb 2003 04:39:12 -
@@ -1507,7 +1507,11 @@
 {
zend_file_handle *prepend_file_p, *append_file_p;
zend_file_handle prepend_file, append_file;
+#ifdef VIRTUAL_DIR
char *old_cwd;
+#else
+   int old_cwd_fd;
+#endif
char *old_primary_file_path = NULL;
int retval = 0;

@@ -1515,9 +1519,11 @@
if (php_handle_special_queries(TSRMLS_C)) {
return 0;
}
+#ifdef VIRTUAL_DIR
 #define OLD_CWD_SIZE 4096
old_cwd = do_alloca(OLD_CWD_SIZE);
old_cwd[0] = '\0';
+#endif

zend_try {
 #ifdef PHP_WIN32
@@ -1528,7 +1534,11 @@

if (primary_file->type == ZEND_HANDLE_FILENAME
&& primary_file->filename) {
+#ifdef VIRTUAL_DIR
VCWD_GETCWD(old_cwd, OLD_CWD_SIZE-1);
+#else
+   old_cwd_fd = open(".", 0);
+#endif
VCWD_CHDIR_FILE(primary_file->filename);
}

@@ -1578,10 +1588,14 @@

} zend_end_try();

+#ifdef VIRTUAL_DIR
if (old_cwd[0] != '\0') {
VCWD_CHDIR(old_cwd);
}
free_alloca(old_cwd);
+#else
+   fchdir(old_cwd_fd);
+#endif
return retval;
 }
 /* }}} */
Index: main/safe_mode.c
===
RCS file: /repository/php4/main/safe_mode.c,v
retrieving revision 1.51
diff -u -b -u -r1.51 safe_mode.c
--- main/safe_mode.c6 Nov 2002 18:07:23 -   1.51
+++ main/safe_mode.c12 Feb 2003 04:39:12 -
@@ -121,6 +121,8 @@
VCWD_REALPATH(filename, path);
*s = DEFAULT_SLASH;
} else {
+   path[0] = '.';
+   path[1] = '\0';
VCWD_GETCWD(path, sizeof(path));
}
} /* end CHECKUID_ALLOW_ONLY_DIR */


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



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




[PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
Hi,

the patch below allows long option names such as "--version" and "--help"
what eases the use of php especially when used on the command line.
And it fixes the problem with duplicate error messages if arguments to
command line are erroneous.

http://marcus-boerger/php/ext/cli-getopt.diff.txt



--
--
Marcus Börger - Looking for all sorts of freelance work - just ask...

Did i help you? Consider a gift:
http://www.amazon.de/exec/obidos/wishlist/ho722v0rg1u0
--


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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Jani Taskinen

Erm..that url doesn't look quite ok..? :)

--Jani


On Sat, 15 Feb 2003, Marcus Börger wrote:

>Hi,
>
>the patch below allows long option names such as "--version" and "--help"
>what eases the use of php especially when used on the command line.
>And it fixes the problem with duplicate error messages if arguments to
>command line are erroneous.
>
>http://marcus-boerger/php/ext/cli-getopt.diff.txt
>
>
>
>

-- 
<- For Sale! ->


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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
At 18:31 15.02.2003, Jani Taskinen wrote:


Erm..that url doesn't look quite ok..? :)

--Jani



YES - It should have been:

http://marcus-boerger.de/php/ext/cli-getopt.diff.txt



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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Moriyoshi Koizumi
[EMAIL PROTECTED] (Marcus Börger) wrote:

> Hi,
> 
> the patch below allows long option names such as "--version" and "--help"
> what eases the use of php especially when used on the command line.
> And it fixes the problem with duplicate error messages if arguments to
> command line are erroneous.
>
> http://marcus-boerger/php/ext/cli-getopt.diff.txt

+1 from me if you are sure it doesn't break BC.

Moriyoshi


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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Jani Taskinen
On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote:

>[EMAIL PROTECTED] (Marcus Börger) wrote:
>
>> Hi,
>> 
>> the patch below allows long option names such as "--version" and "--help"
>> what eases the use of php especially when used on the command line.
>> And it fixes the problem with duplicate error messages if arguments to
>> command line are erroneous.
>>
>> http://marcus-boerger/php/ext/cli-getopt.diff.txt
>
>+1 from me if you are sure it doesn't break BC.

+1 for MFH even if it doesn't break BC. :)

--Jani



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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Derick Rethans
On Sat, 15 Feb 2003, Jani Taskinen wrote:

> On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote:
> 
> >[EMAIL PROTECTED] (Marcus Börger) wrote:
> >
> >> Hi,
> >> 
> >> the patch below allows long option names such as "--version" and "--help"
> >> what eases the use of php especially when used on the command line.
> >> And it fixes the problem with duplicate error messages if arguments to
> >> command line are erroneous.
> >>
> >> http://marcus-boerger/php/ext/cli-getopt.diff.txt
> >
> >+1 from me if you are sure it doesn't break BC.
> 
> +1 for MFH even if it doesn't break BC. :)

+1 for this, but -1 for MFH, because Jani wants to break BC

Derick

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Ilia A.
On February 15, 2003 12:16 pm, Marcus Börger wrote:
> the patch below allows long option names such as "--version" and "--help"
> what eases the use of php especially when used on the command line.
> And it fixes the problem with duplicate error messages if arguments to
> command line are erroneous.

+1 from me, although I'd prefer is there was left out from PHP 4.3.X and was 
introduced as a 5.0 feature only.

Ilia

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




Re: [PHP-DEV] CLI & long options

2003-02-15 Thread Marcus Börger
At 18:56 15.02.2003, Derick Rethans wrote:

On Sat, 15 Feb 2003, Jani Taskinen wrote:

> On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote:
>
> >+1 from me if you are sure it doesn't break BC.
>
> +1 for MFH even if it doesn't break BC. :)

+1 for this, but -1 for MFH, because Jani wants to break BC

Derick


That was my understanding, too.
Anyhow i want to commit that first to HEAD and keep MFH as
an option after option names are accepted.

marcus


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




[PHP-DEV] [PATCH] (resend) fix for bug #21600 and #22231

2003-02-15 Thread Moriyoshi Koizumi
Hi,

Could anyone who has ZE karma review this patch again?

Thanks,

Moriyoshi

Index: Zend/zend_execute.c
===
RCS file: /repository/Zend/zend_execute.c,v
retrieving revision 1.316.2.3
diff -u -r1.316.2.3 zend_execute.c
--- Zend/zend_execute.c 31 Dec 2002 16:22:59 -  1.316.2.3
+++ Zend/zend_execute.c 13 Jan 2003 00:34:32 -
@@ -265,27 +265,37 @@
variable_ptr_ptr = &EG(uninitialized_zval_ptr);
 /* } else if (variable_ptr==&EG(uninitialized_zval) || variable_ptr!=value_ptr) { 
*/
} else if (variable_ptr_ptr != value_ptr_ptr) {
-   variable_ptr->refcount--;
-   if (variable_ptr->refcount==0) {
-   zendi_zval_dtor(*variable_ptr);
-   FREE_ZVAL(variable_ptr);
-   }
+   if (variable_ptr != value_ptr) {
+   variable_ptr->refcount--;
+   if (variable_ptr->refcount==0) {
+   zendi_zval_dtor(*variable_ptr);
+   FREE_ZVAL(variable_ptr);
+   }
 
-   if (!PZVAL_IS_REF(value_ptr)) {
-   /* break it away */
-   value_ptr->refcount--;
-   if (value_ptr->refcount>0) {
-   ALLOC_ZVAL(*value_ptr_ptr);
-   **value_ptr_ptr = *value_ptr;
-   value_ptr = *value_ptr_ptr;
-   zendi_zval_copy_ctor(*value_ptr);
+   if (!PZVAL_IS_REF(value_ptr)) {
+   /* break it away */
+   value_ptr->refcount--;
+   if (value_ptr->refcount>0) {
+   ALLOC_ZVAL(*value_ptr_ptr);
+   **value_ptr_ptr = *value_ptr;
+   value_ptr = *value_ptr_ptr;
+   zendi_zval_copy_ctor(*value_ptr);
+   }
+   value_ptr->refcount = 1;
+   value_ptr->is_ref = 1;
+   }
+   *variable_ptr_ptr = value_ptr;
+   value_ptr->refcount++;
+   } else {
+   if (value_ptr == EG(uninitialized_zval_ptr)) {
+   ALLOC_ZVAL(value_ptr);
+   value_ptr->type = IS_NULL;
+   value_ptr->refcount = 1;
+   value_ptr->is_ref = 1;
+   *variable_ptr_ptr = *value_ptr_ptr = value_ptr;
+   value_ptr->refcount++;
}
-   value_ptr->refcount = 1;
-   value_ptr->is_ref = 1;
}
-
-   *variable_ptr_ptr = value_ptr;
-   value_ptr->refcount++;
} else {
if (variable_ptr->refcount>1) { /* we need to break away */
SEPARATE_ZVAL(variable_ptr_ptr);
-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DEV] [PATCH] (resend) fix for bug #21600 and #22231

2003-02-15 Thread Andi Gutmans
We'll review it. I think we'll use it almost as-is except that we won't do 
the old check variable_ptr_ptr != value_ptr_ptr
If you don't see anything on this front in the next couple of days please 
remind me.
Andi

At 03:58 AM 2/16/2003 +0900, Moriyoshi Koizumi wrote:
Hi,

Could anyone who has ZE karma review this patch again?

Thanks,

Moriyoshi

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



--
PHP Development Mailing List 
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 
To unsubscribe, visit: http://www.php.net/unsub.php