]> granicus.if.org Git - php/log
php
24 years ago- Adjust for change in zend_startup()
Andi Gutmans [Tue, 21 Mar 2000 19:04:34 +0000 (19:04 +0000)]
- Adjust for change in zend_startup()

24 years ago- Change zend_startup to accept a flag for starting builtin functions
Andi Gutmans [Tue, 21 Mar 2000 19:01:19 +0000 (19:01 +0000)]
- Change zend_startup to accept a flag for starting builtin functions

24 years ago- Move #defines
Andi Gutmans [Tue, 21 Mar 2000 18:48:28 +0000 (18:48 +0000)]
- Move #defines

24 years agoChangeLog update
<changelog@php.net> [Tue, 21 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 21 Mar 2000 02:09:06 +0000 (02:09 +0000)]
NEWS update

24 years agoPlease use @ in front of _all_ lines intended for NEWS file.
Andrei Zmievski [Mon, 20 Mar 2000 14:50:56 +0000 (14:50 +0000)]
Please use @ in front of _all_ lines intended for NEWS file.

24 years agoAs it turns out, there are some browsers that can't handle default
Rasmus Lerdorf [Mon, 20 Mar 2000 08:19:51 +0000 (08:19 +0000)]
As it turns out, there are some browsers that can't handle default
charsets.  I think forcing this on is going to cause us a lot of headache,
so turn it off by default.
@ Don't default to iso-8859-1 since this confuses some browsers

24 years agoMake it possible to specify both a port and a socket in mysql_[p]connect
Rasmus Lerdorf [Mon, 20 Mar 2000 07:40:56 +0000 (07:40 +0000)]
Make it possible to specify both a port and a socket in mysql_[p]connect
@ Make it possible to specify both a port and a socket in mysql_[p]connect

24 years agoFixed a proto.
Egon Schmid [Mon, 20 Mar 2000 06:46:58 +0000 (06:46 +0000)]
Fixed a proto.

24 years agoChangeLog update
<changelog@php.net> [Mon, 20 Mar 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

24 years agoinitial function prototypes
Chuck Hagenbuch [Sun, 19 Mar 2000 23:39:05 +0000 (23:39 +0000)]
initial function prototypes

24 years agoLeave sendmail_path commented out to pick up compiled-in default
Rasmus Lerdorf [Sun, 19 Mar 2000 23:07:57 +0000 (23:07 +0000)]
Leave sendmail_path commented out to pick up compiled-in default

24 years agoAdded new function: imap_mime_header_decode
Ted Rolle Jr [Sun, 19 Mar 2000 22:59:08 +0000 (22:59 +0000)]
Added new function: imap_mime_header_decode
Decodes mime header elements in accordance with RFC 2047.

24 years ago- Quick fopen() support. The code needs some cleaning up and we might
Andi Gutmans [Sun, 19 Mar 2000 21:10:48 +0000 (21:10 +0000)]
- Quick fopen() support. The code needs some cleaning up and we might
  need to think of performance issues with the strdup()'s (definitely
  use strndup() and maybe try to do with less string copies).

24 years agoI suppose errors should be printed prior to endthread
Shane Caraveo [Sun, 19 Mar 2000 18:24:09 +0000 (18:24 +0000)]
I suppose errors should be printed prior to endthread

24 years agodo this only on win32
Shane Caraveo [Sun, 19 Mar 2000 18:22:11 +0000 (18:22 +0000)]
do this only on win32

24 years agojust a little more detail in exception report
Shane Caraveo [Sun, 19 Mar 2000 17:59:05 +0000 (17:59 +0000)]
just a little more detail in exception report

24 years agolibmysql must use USE_TLS for multithreaded compilation on windows.
Shane Caraveo [Sun, 19 Mar 2000 17:34:01 +0000 (17:34 +0000)]
libmysql must use USE_TLS for multithreaded compilation on windows.

24 years agoFix build problems with UCD-SNMP 4.1.x.
Sascha Schumann [Sun, 19 Mar 2000 12:38:53 +0000 (12:38 +0000)]
Fix build problems with UCD-SNMP 4.1.x.

First, we need to include default_store.h.

Second, UCD-SNMP supports OpenSSL now, so we additionally need to
link against that.

The changes should be completely backwards-compatible.

Partly suggested by: thor2001@gmx.net
PR: #3451, #3668, #3868

24 years agoCleanup
Sascha Schumann [Sun, 19 Mar 2000 12:09:01 +0000 (12:09 +0000)]
Cleanup

24 years ago(var_dump) removed "refcount-hack" - comiles without warning again (&works).
Thies C. Arntzen [Sun, 19 Mar 2000 11:08:07 +0000 (11:08 +0000)]
(var_dump) removed "refcount-hack" - comiles without warning again (&works).

24 years agofix some protos
Thies C. Arntzen [Sun, 19 Mar 2000 10:56:40 +0000 (10:56 +0000)]
fix some protos

24 years agokill warning
Thies C. Arntzen [Sun, 19 Mar 2000 10:50:48 +0000 (10:50 +0000)]
kill warning

24 years agoChangeLog update
<changelog@php.net> [Sun, 19 Mar 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 19 Mar 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update

24 years agoA small fix when checking for libjpeg
Sander Steffann [Sat, 18 Mar 2000 23:23:39 +0000 (23:23 +0000)]
A small fix when checking for libjpeg

24 years ago@- Added --disable-pic for disabling generating PIC for shared objects
Sascha Schumann [Sat, 18 Mar 2000 17:58:09 +0000 (17:58 +0000)]
@- Added --disable-pic for disabling generating PIC for shared objects
   on platforms which support it (i.e. Linux) (Sascha)

Additionally, we enforce passing pthread_cflags to the compiler, if
libtool chooses it as linker.

24 years agoMake it compile
Sascha Schumann [Sat, 18 Mar 2000 17:50:43 +0000 (17:50 +0000)]
Make it compile

24 years ago- Fix compile problem on FreeBSD.
Andi Gutmans [Sat, 18 Mar 2000 16:16:15 +0000 (16:16 +0000)]
- Fix compile problem on FreeBSD.

24 years ago- Fix compile problem on FreeBSD
Andi Gutmans [Sat, 18 Mar 2000 16:11:42 +0000 (16:11 +0000)]
- Fix compile problem on FreeBSD

24 years ago- No reason for refcount to be signed and move to zend_* typedefs
Andi Gutmans [Sat, 18 Mar 2000 16:00:30 +0000 (16:00 +0000)]
- No reason for refcount to be signed and move to zend_* typedefs

24 years ago*** empty log message ***
Thies C. Arntzen [Sat, 18 Mar 2000 15:05:19 +0000 (15:05 +0000)]
*** empty log message ***

24 years ago(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
Thies C. Arntzen [Sat, 18 Mar 2000 15:04:02 +0000 (15:04 +0000)]
(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.

24 years agorenamed _string_value_() to __string_value().
Thies C. Arntzen [Sat, 18 Mar 2000 14:55:29 +0000 (14:55 +0000)]
renamed _string_value_() to __string_value().

24 years ago*** empty log message ***
Zeev Suraski [Sat, 18 Mar 2000 14:51:58 +0000 (14:51 +0000)]
*** empty log message ***

24 years agoThe third argument to define() wasn't working right, fixed
Zeev Suraski [Sat, 18 Mar 2000 14:45:29 +0000 (14:45 +0000)]
The third argument to define() wasn't working right, fixed

24 years agofalse wouldn't automaticaly switch to an array type, which resulted in an
Zeev Suraski [Sat, 18 Mar 2000 14:28:03 +0000 (14:28 +0000)]
false wouldn't automaticaly switch to an array type, which resulted in an
incompatibility with PHP 3.  Fixed.

24 years agoChangeLog update
<changelog@php.net> [Sat, 18 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agois_executable() for root fixed
Hartmut Holzgraefe [Fri, 17 Mar 2000 12:41:55 +0000 (12:41 +0000)]
is_executable() for root fixed
this is an intermediate patch, switching from stat() to
access() for is_(readable|writable|executable) shall
fix the whole topic once and for all

24 years ago- Fix Win32 compile
Andi Gutmans [Fri, 17 Mar 2000 10:25:23 +0000 (10:25 +0000)]
- Fix Win32 compile

24 years agoChangeLog update
<changelog@php.net> [Fri, 17 Mar 2000 02:09:19 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Fri, 17 Mar 2000 02:09:16 +0000 (02:09 +0000)]
NEWS update

24 years agoftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on...
Sterling Hughes [Fri, 17 Mar 2000 00:44:55 +0000 (00:44 +0000)]
ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure.

24 years ago- Last one for today.
Andi Gutmans [Thu, 16 Mar 2000 22:46:53 +0000 (22:46 +0000)]
- Last one for today.

24 years ago- Allow passing of a verify function. This way we can easily create
Andi Gutmans [Thu, 16 Mar 2000 22:37:59 +0000 (22:37 +0000)]
- Allow passing of a verify function. This way we can easily create
  chdir() and expandpath() wrappers.

24 years ago- Note quite sure why this wasn't done.
Andi Gutmans [Thu, 16 Mar 2000 21:23:24 +0000 (21:23 +0000)]
- Note quite sure why this wasn't done.

24 years agoCleanup
Sascha Schumann [Thu, 16 Mar 2000 19:19:14 +0000 (19:19 +0000)]
Cleanup

24 years agoMerge in local changes
Sascha Schumann [Thu, 16 Mar 2000 19:14:13 +0000 (19:14 +0000)]
Merge in local changes

24 years ago- php_is_dir_ok() should work on Windows now.
Andi Gutmans [Thu, 16 Mar 2000 19:10:01 +0000 (19:10 +0000)]
- php_is_dir_ok() should work on Windows now.

24 years ago- Fix a leak (I think)
Andi Gutmans [Thu, 16 Mar 2000 18:56:08 +0000 (18:56 +0000)]
- Fix a leak (I think)

24 years ago- Make it compile on Windows.
Andi Gutmans [Thu, 16 Mar 2000 18:52:15 +0000 (18:52 +0000)]
- Make it compile on Windows.

24 years agoUse old_state
Sascha Schumann [Thu, 16 Mar 2000 18:41:02 +0000 (18:41 +0000)]
Use old_state

24 years ago(php_check_dots) we don't need len
Sascha Schumann [Thu, 16 Mar 2000 18:37:34 +0000 (18:37 +0000)]
(php_check_dots) we don't need len

24 years agovirtual_chdir:
Sascha Schumann [Thu, 16 Mar 2000 18:25:47 +0000 (18:25 +0000)]
virtual_chdir:

* added error handling
* fixed the special case where there were more DIRECTORY_UPs than
  directory parts (i.e. cwd is d:\foo and path is ../..)
* no spaces between # and preprocessor directive - breaks some compilers
# added directory-existence check (not activated)

24 years agorestore compilation on ZTS enabled environments (like Windows)
Sam Ruby [Thu, 16 Mar 2000 18:24:43 +0000 (18:24 +0000)]
restore compilation on ZTS enabled environments (like Windows)

24 years ago- Add initial virtual_getcwd() and virtual_chdir() for discussing with the
Andi Gutmans [Thu, 16 Mar 2000 16:54:42 +0000 (16:54 +0000)]
- Add initial virtual_getcwd() and virtual_chdir() for discussing with the
  rest of the folks

24 years ago@ Added is_numeric() that returns true if the argument is a number
Andrei Zmievski [Thu, 16 Mar 2000 16:02:23 +0000 (16:02 +0000)]
@ Added is_numeric() that returns true if the argument is a number
@ or a numeric string. (Andrei)

24 years agoshare some thoughts
Thies C. Arntzen [Thu, 16 Mar 2000 03:14:03 +0000 (03:14 +0000)]
share some thoughts

24 years ago*** empty log message ***
Thies C. Arntzen [Thu, 16 Mar 2000 02:18:24 +0000 (02:18 +0000)]
*** empty log message ***

24 years ago@- serialize()/unserialize() now call _sleep_() and _wakeup_() when
Thies C. Arntzen [Thu, 16 Mar 2000 02:15:41 +0000 (02:15 +0000)]
@- serialize()/unserialize() now call _sleep_() and _wakeup_() when
@  working on objects. (Thies)
@- renamed to_string() method to _string_value_() for consistency.
@  (Thies, Zend library)

24 years agorenamed "to_string" -> "_string_value_"
Thies C. Arntzen [Thu, 16 Mar 2000 02:09:47 +0000 (02:09 +0000)]
renamed "to_string" -> "_string_value_"

24 years agoChangeLog update
<changelog@php.net> [Thu, 16 Mar 2000 02:09:06 +0000 (02:09 +0000)]
ChangeLog update

24 years agoAdding .cvsignore to ext/recode
Joey Smith [Wed, 15 Mar 2000 23:27:23 +0000 (23:27 +0000)]
Adding .cvsignore to ext/recode

24 years agoUse CPPFLAGS for reentrancy/thread flags
Sascha Schumann [Wed, 15 Mar 2000 21:40:03 +0000 (21:40 +0000)]
Use CPPFLAGS for reentrancy/thread flags

24 years ago- WIN32 -> PHP_WIN32
Andi Gutmans [Wed, 15 Mar 2000 19:12:41 +0000 (19:12 +0000)]
- WIN32 -> PHP_WIN32

24 years ago- Fix newly introduced problem reported by Sam Ruby
Zeev Suraski [Wed, 15 Mar 2000 17:32:29 +0000 (17:32 +0000)]
- Fix newly introduced problem reported by Sam Ruby

24 years agoMake zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.
Andrei Zmievski [Wed, 15 Mar 2000 16:25:59 +0000 (16:25 +0000)]
Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.

24 years ago- Fix warning (I thought I fixed this one before)
Zeev Suraski [Wed, 15 Mar 2000 16:18:21 +0000 (16:18 +0000)]
- Fix warning (I thought I fixed this one before)

24 years ago- support for libxml 2.0 beta
Uwe Steinmann [Wed, 15 Mar 2000 15:08:08 +0000 (15:08 +0000)]
- support for libxml 2.0 beta

24 years agoUpdate README to indicate improvements in overload resolution and
Sam Ruby [Wed, 15 Mar 2000 14:28:34 +0000 (14:28 +0000)]
Update README to indicate improvements in overload resolution and
easier configuration.

Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun
JDK on Linux can't be supported at this time.

24 years agoEmulate user/group/other on Windows
Sam Ruby [Wed, 15 Mar 2000 11:52:07 +0000 (11:52 +0000)]
Emulate user/group/other on Windows

24 years agoCleanup, better error recovery, easier configuration
Sam Ruby [Wed, 15 Mar 2000 10:35:38 +0000 (10:35 +0000)]
Cleanup, better error recovery, easier configuration

24 years ago- changed libgz to libz (Bug #3614)
Uwe Steinmann [Wed, 15 Mar 2000 08:09:14 +0000 (08:09 +0000)]
- changed libgz to libz (Bug #3614)

24 years ago.
Thies C. Arntzen [Wed, 15 Mar 2000 02:12:02 +0000 (02:12 +0000)]
.

24 years agoGet Blackdown support to compile. Doesn't seem to be able to find
Sam Ruby [Wed, 15 Mar 2000 02:11:27 +0000 (02:11 +0000)]
Get Blackdown support to compile.  Doesn't seem to be able to find
classes yet...

It looks like the current Sun JDK 1.2.2 won't be able to be supported.
Green_threads don't work with JVM Initialization, and Sun doesn't support
native_threads yet...

24 years agoChangeLog update
<changelog@php.net> [Wed, 15 Mar 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 15 Mar 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update

24 years agoOne space character is enough.
Egon Schmid [Tue, 14 Mar 2000 21:47:47 +0000 (21:47 +0000)]
One space character is enough.

24 years agoImplemented external list traversing.
Andrei Zmievski [Tue, 14 Mar 2000 21:20:38 +0000 (21:20 +0000)]
Implemented external list traversing.

24 years agoThies, please check the function names and descriptions.
Egon Schmid [Tue, 14 Mar 2000 21:17:07 +0000 (21:17 +0000)]
Thies, please check the function names and descriptions.

24 years ago- fixed invalid class names
Uwe Steinmann [Tue, 14 Mar 2000 20:58:10 +0000 (20:58 +0000)]
- fixed invalid class names
- added standalone, encoding attribute to DocDocument class

24 years agoI SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
Hartmut Holzgraefe [Tue, 14 Mar 2000 20:41:31 +0000 (20:41 +0000)]
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!

24 years agoimap_utf7_encode didn't expand international characters to 16bit
Hartmut Holzgraefe [Tue, 14 Mar 2000 20:20:43 +0000 (20:20 +0000)]
imap_utf7_encode didn't expand international characters to 16bit
   before coding
imap_fetch_overview could crash when some fields where missing
imap_fetch_overview will now take msg indices for default and
   UIDs by optional flag, as the other functions in the family

24 years ago- Allow array(1,2,3,) i.e. with trailing comma. You can only have one
Andi Gutmans [Tue, 14 Mar 2000 15:37:15 +0000 (15:37 +0000)]
- Allow array(1,2,3,) i.e. with trailing comma. You can only have one
  trailing comma.

24 years ago@- fixed possible crash in unserialize if the serailized data was
Thies C. Arntzen [Tue, 14 Mar 2000 07:49:42 +0000 (07:49 +0000)]
@- fixed possible crash in unserialize if the serailized data was
@  damaged. (Thies)

24 years ago- ELS are passed to internal functions
Andi Gutmans [Tue, 14 Mar 2000 05:15:33 +0000 (05:15 +0000)]
- ELS are passed to internal functions

24 years agoChangeLog update
<changelog@php.net> [Tue, 14 Mar 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 14 Mar 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update

24 years agoFixed some protos.
Egon Schmid [Mon, 13 Mar 2000 20:36:59 +0000 (20:36 +0000)]
Fixed some protos.

24 years ago-
Zeev Suraski [Mon, 13 Mar 2000 18:01:43 +0000 (18:01 +0000)]
-

24 years ago- Spare a byte :)
Zeev Suraski [Mon, 13 Mar 2000 17:59:30 +0000 (17:59 +0000)]
- Spare a byte :)

24 years ago- Change Zend license version
Andi Gutmans [Mon, 13 Mar 2000 17:08:18 +0000 (17:08 +0000)]
- Change Zend license version

24 years ago- Another zend_uchar
Andi Gutmans [Mon, 13 Mar 2000 15:59:24 +0000 (15:59 +0000)]
- Another zend_uchar

24 years ago*** empty log message ***
Andi Gutmans [Mon, 13 Mar 2000 15:49:47 +0000 (15:49 +0000)]
*** empty log message ***

24 years agoChanged HTTP_STATE_VARS to HTTP_SESSION_VARS.
Andrei Zmievski [Mon, 13 Mar 2000 15:49:13 +0000 (15:49 +0000)]
Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.
@ Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
@ version now! (Andrei)

24 years ago- define zend_uint and zend_uchar and use them in a few places
Andi Gutmans [Mon, 13 Mar 2000 15:43:40 +0000 (15:43 +0000)]
- define zend_uint and zend_uchar and use them in a few places

24 years agoIntroduced a way to traverse hashes through external pointers.
Andrei Zmievski [Mon, 13 Mar 2000 15:25:18 +0000 (15:25 +0000)]
Introduced a way to traverse hashes through external pointers.

24 years agoodbc_close() and odbc_close_all() working again
Andreas Karajannis [Mon, 13 Mar 2000 15:22:47 +0000 (15:22 +0000)]
odbc_close() and odbc_close_all() working again

24 years ago- Change type from int -> char
Andi Gutmans [Mon, 13 Mar 2000 15:11:07 +0000 (15:11 +0000)]
- Change type from int -> char

24 years ago- Fix filename/lineno initialization for do_return
Zeev Suraski [Mon, 13 Mar 2000 14:15:23 +0000 (14:15 +0000)]
- Fix filename/lineno initialization for do_return