[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c

2001-04-17 Thread Wez Furlong
wez Tue Apr 17 10:08:04 2001 EDT Modified files: /php4/ext/standard basic_functions.c file.c Log: Discovered warn_not_available and used it. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.324 php4/ext/standard/

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c file.h fsock.c fsock.h info.c

2001-04-17 Thread Wez Furlong
wez Tue Apr 17 10:06:07 2001 EDT Modified files: /php4/ext/standard basic_functions.c file.c file.h fsock.c fsock.h info.c Log: Changes for streams. Added temporary fopenstream function to PHP so that the streams can be tested.

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-04-07 Thread André Langhorst
andre Sat Apr 7 08:43:06 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: fix proto Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.322 php4/ext/standard/basic_functions.c:1.323 --- php4/ext/standa

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-23 Thread Sascha Schumann
sas Fri Mar 23 17:08:14 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fix ZTS build Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.321 php4/ext/standard/basic_functions.c:1.322 --- php4/ext

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c

2001-03-23 Thread Romolo Manfredini
romolo Fri Mar 23 01:30:51 2001 EDT Modified files: /php4/ext/standard basic_functions.c file.c Log: Added target ownership check in function copy for safe_mode operations Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functi

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-22 Thread Sean Bright
elixer Thu Mar 22 06:43:50 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fixed prototype. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.319 php4/ext/standard/basic_functions.c:1.320 --- php4/

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

2001-03-21 Thread Sascha Schumann
On Wed, 21 Mar 2001, Bright, Sean wrote: > How do I merge these changes into the RC2 branch? > Please DON'T. Only well-tested fixes for _critical_ bugs should be merged automatically. - Sascha Experience IRCG http://schumann.cx/

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

2001-03-21 Thread Bright, Sean
How do I merge these changes into the RC2 branch? ""Sean Bright"" <[EMAIL PROTECTED]> wrote in message news:... > elixerWed Mar 21 05:53:39 2001 EDT > > Modified files: > /php4/ext/standardbasic_functions.c > Log: > F

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

2001-03-21 Thread Stanislav Malyshev
SB>> Fix for bug #9698. SB>> # Anyone that can think of a way to fix long2ip(), feel free. I don't think there's any good way to fix this - PHP "long" value is signed long, and it cannot hold unsigned long. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-21 Thread Sean Bright
elixer Wed Mar 21 05:53:39 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fix for bug #9698. # Anyone that can think of a way to fix long2ip(), feel free. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_func

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-16 Thread Jani Taskinen
sniper Fri Mar 16 10:18:02 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: This has got to be the last one.. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.315 php4/ext/standard/basic_functions.c:1

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c dns.c dns.h /main config.w32.h

2001-03-10 Thread Jani Taskinen
sniper Sat Mar 10 19:49:21 2001 EDT Modified files: /php4/ext/standard basic_functions.c dns.c dns.h /php4/main config.w32.h Log: HAVE_BINDLIB --> HAVE_LIBBIND Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.3

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-09 Thread Andrei Zmievski
andrei Fri Mar 9 13:42:27 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: @- Fixed argument checking for call_user_func* functions and allowed @ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei) Index: php4/e

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2001-03-03 Thread Zeev Suraski
Heh, well, if everyone has any logic relying on this function, they should know that it's faulty :) At 03:25 4/3/2001, Sterling Hughes wrote: >Am I right that your removing this function? > >uu, backwards compat?? ;-) > >-Sterling > > > > zeev Sat Mar 3 17:17:22 2001 EDT > > > > Modifi

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2001-03-03 Thread Sterling Hughes
Am I right that your removing this function? uu, backwards compat?? ;-) -Sterling > zeev Sat Mar 3 17:17:22 2001 EDT > > Modified files: > /php4/ext/standard basic_functions.c basic_functions.h > Log: > this function will never return true... > > > Index: php4/ext/standard/basi

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h

2001-03-03 Thread Zeev Suraski
zeevSat Mar 3 17:17:22 2001 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h Log: this function will never return true... Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.311 php4/ext/s

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-02 Thread Andrei Zmievski
andrei Fri Mar 2 12:22:14 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: @- Forced call_user_method() and call_user_method_array() to take the @ object argument by reference. (Andrei) * Forced call_user_method() and call_user_method_arr

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-02-26 Thread Sascha Schumann
sas Mon Feb 26 12:26:07 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Provide proper function aliases, if the sendmail functions don't exist. Submitted by: Nadir Amra <[EMAIL PROTECTED]> Index: php4/ext/standard/basic_functio

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_ext_syslog.h syslog.c /main php_syslog.h

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:08:15 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_ext_syslog.h syslog.c /php4/main php_syslog.h Log: Actually compile on systems without syslog. PR: #9412 Index: php4/ext/standard/basic_functions.c diff

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Derick Rethans
derick Wed Feb 14 16:43:45 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_dir.h dir.c Log: - chroot does not work on windows Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.303 php4/ext/standard/

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Andi Gutmans
Derick, You should not enable this function if ZEND_WIN32 is defined or ZTS=1 (Thread Safety). Andi At 10:48 AM 2/14/2001 +, Derick Rethans wrote: >derick Wed Feb 14 02:48:49 2001 EDT > > Modified files: > /php4/ext/standard basic_functions.c dir.c php_dir.h > Log: > -

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Derick Rethans
derick Wed Feb 14 02:48:49 2001 EDT Modified files: /php4/ext/standard basic_functions.c dir.c php_dir.h Log: - Added the chroot function for changing root in a script. #- This can be usefull when using PHP in a shell environment, or when PHP # runs as CGI

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 09:37:50 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Allow calling static methods via call_user_method_* functions. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.300 php4/

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_string.h

2001-01-17 Thread Sean Bright
elixer Wed Jan 17 12:37:49 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h Log: Put these back where they belong. They weren't necessary unless ZTS and HAVE_LOCALECONV were both defined. Index: php4/ext/standard/basic_function

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_string.h string.c

2001-01-16 Thread Sean Bright
elixer Tue Jan 16 17:10:51 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Added string comparison function strcoll(). It uses the current locale to do the comparisons. @- Added localeconv() and strcoll() functions f

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c file.h fsock.c fsock.h

2001-01-13 Thread Zeev Suraski
zeevSat Jan 13 15:49:45 2001 EDT Modified files: /php4/ext/standard basic_functions.c file.c file.h fsock.c fsock.h Log: Both thread-safe and thread-unsafe builds should be ok now Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basi