]>
granicus.if.org Git - php/log
Sander Steffann [Sat, 18 Mar 2000 23:23:39 +0000 (23:23 +0000)]
A small fix when checking for libjpeg
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.
Sascha Schumann [Sat, 18 Mar 2000 17:50:43 +0000 (17:50 +0000)]
Make it compile
Andi Gutmans [Sat, 18 Mar 2000 16:16:15 +0000 (16:16 +0000)]
- Fix compile problem on FreeBSD.
Andi Gutmans [Sat, 18 Mar 2000 16:11:42 +0000 (16:11 +0000)]
- Fix compile problem on FreeBSD
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
Thies C. Arntzen [Sat, 18 Mar 2000 15:05:19 +0000 (15:05 +0000)]
*** empty log message ***
Thies C. Arntzen [Sat, 18 Mar 2000 15:04:02 +0000 (15:04 +0000)]
(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
Thies C. Arntzen [Sat, 18 Mar 2000 14:55:29 +0000 (14:55 +0000)]
renamed _string_value_() to __string_value().
Zeev Suraski [Sat, 18 Mar 2000 14:51:58 +0000 (14:51 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 18 Mar 2000 14:45:29 +0000 (14:45 +0000)]
The third argument to define() wasn't working right, fixed
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.
<changelog@php.net> [Sat, 18 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
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
Andi Gutmans [Fri, 17 Mar 2000 10:25:23 +0000 (10:25 +0000)]
- Fix Win32 compile
<changelog@php.net> [Fri, 17 Mar 2000 02:09:19 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 17 Mar 2000 02:09:16 +0000 (02:09 +0000)]
NEWS update
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.
Andi Gutmans [Thu, 16 Mar 2000 22:46:53 +0000 (22:46 +0000)]
- Last one for today.
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.
Andi Gutmans [Thu, 16 Mar 2000 21:23:24 +0000 (21:23 +0000)]
- Note quite sure why this wasn't done.
Sascha Schumann [Thu, 16 Mar 2000 19:19:14 +0000 (19:19 +0000)]
Cleanup
Sascha Schumann [Thu, 16 Mar 2000 19:14:13 +0000 (19:14 +0000)]
Merge in local changes
Andi Gutmans [Thu, 16 Mar 2000 19:10:01 +0000 (19:10 +0000)]
- php_is_dir_ok() should work on Windows now.
Andi Gutmans [Thu, 16 Mar 2000 18:56:08 +0000 (18:56 +0000)]
- Fix a leak (I think)
Andi Gutmans [Thu, 16 Mar 2000 18:52:15 +0000 (18:52 +0000)]
- Make it compile on Windows.
Sascha Schumann [Thu, 16 Mar 2000 18:41:02 +0000 (18:41 +0000)]
Use old_state
Sascha Schumann [Thu, 16 Mar 2000 18:37:34 +0000 (18:37 +0000)]
(php_check_dots) we don't need len
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)
Sam Ruby [Thu, 16 Mar 2000 18:24:43 +0000 (18:24 +0000)]
restore compilation on ZTS enabled environments (like Windows)
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
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)
Thies C. Arntzen [Thu, 16 Mar 2000 03:14:03 +0000 (03:14 +0000)]
share some thoughts
Thies C. Arntzen [Thu, 16 Mar 2000 02:18:24 +0000 (02:18 +0000)]
*** empty log message ***
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)
Thies C. Arntzen [Thu, 16 Mar 2000 02:09:47 +0000 (02:09 +0000)]
renamed "to_string" -> "_string_value_"
<changelog@php.net> [Thu, 16 Mar 2000 02:09:06 +0000 (02:09 +0000)]
ChangeLog update
Joey Smith [Wed, 15 Mar 2000 23:27:23 +0000 (23:27 +0000)]
Adding .cvsignore to ext/recode
Sascha Schumann [Wed, 15 Mar 2000 21:40:03 +0000 (21:40 +0000)]
Use CPPFLAGS for reentrancy/thread flags
Andi Gutmans [Wed, 15 Mar 2000 19:12:41 +0000 (19:12 +0000)]
- WIN32 -> PHP_WIN32
Zeev Suraski [Wed, 15 Mar 2000 17:32:29 +0000 (17:32 +0000)]
- Fix newly introduced problem reported by Sam Ruby
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.
Zeev Suraski [Wed, 15 Mar 2000 16:18:21 +0000 (16:18 +0000)]
- Fix warning (I thought I fixed this one before)
Uwe Steinmann [Wed, 15 Mar 2000 15:08:08 +0000 (15:08 +0000)]
- support for libxml 2.0 beta
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.
Sam Ruby [Wed, 15 Mar 2000 11:52:07 +0000 (11:52 +0000)]
Emulate user/group/other on Windows
Sam Ruby [Wed, 15 Mar 2000 10:35:38 +0000 (10:35 +0000)]
Cleanup, better error recovery, easier configuration
Uwe Steinmann [Wed, 15 Mar 2000 08:09:14 +0000 (08:09 +0000)]
- changed libgz to libz (Bug #3614)
Thies C. Arntzen [Wed, 15 Mar 2000 02:12:02 +0000 (02:12 +0000)]
.
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...
<changelog@php.net> [Wed, 15 Mar 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 15 Mar 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Egon Schmid [Tue, 14 Mar 2000 21:47:47 +0000 (21:47 +0000)]
One space character is enough.
Andrei Zmievski [Tue, 14 Mar 2000 21:20:38 +0000 (21:20 +0000)]
Implemented external list traversing.
Egon Schmid [Tue, 14 Mar 2000 21:17:07 +0000 (21:17 +0000)]
Thies, please check the function names and descriptions.
Uwe Steinmann [Tue, 14 Mar 2000 20:58:10 +0000 (20:58 +0000)]
- fixed invalid class names
- added standalone, encoding attribute to DocDocument class
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 !!!
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
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.
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)
Andi Gutmans [Tue, 14 Mar 2000 05:15:33 +0000 (05:15 +0000)]
- ELS are passed to internal functions
<changelog@php.net> [Tue, 14 Mar 2000 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 14 Mar 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Egon Schmid [Mon, 13 Mar 2000 20:36:59 +0000 (20:36 +0000)]
Fixed some protos.
Zeev Suraski [Mon, 13 Mar 2000 18:01:43 +0000 (18:01 +0000)]
-
Zeev Suraski [Mon, 13 Mar 2000 17:59:30 +0000 (17:59 +0000)]
- Spare a byte :)
Andi Gutmans [Mon, 13 Mar 2000 17:08:18 +0000 (17:08 +0000)]
- Change Zend license version
Andi Gutmans [Mon, 13 Mar 2000 15:59:24 +0000 (15:59 +0000)]
- Another zend_uchar
Andi Gutmans [Mon, 13 Mar 2000 15:49:47 +0000 (15:49 +0000)]
*** empty log message ***
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)
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
Andrei Zmievski [Mon, 13 Mar 2000 15:25:18 +0000 (15:25 +0000)]
Introduced a way to traverse hashes through external pointers.
Andreas Karajannis [Mon, 13 Mar 2000 15:22:47 +0000 (15:22 +0000)]
odbc_close() and odbc_close_all() working again
Andi Gutmans [Mon, 13 Mar 2000 15:11:07 +0000 (15:11 +0000)]
- Change type from int -> char
Zeev Suraski [Mon, 13 Mar 2000 14:15:23 +0000 (14:15 +0000)]
- Fix filename/lineno initialization for do_return
Sam Ruby [Mon, 13 Mar 2000 11:51:17 +0000 (11:51 +0000)]
remove java.library from the README
Rasmus Lerdorf [Mon, 13 Mar 2000 10:09:02 +0000 (10:09 +0000)]
# Oops - functions with multiple optional args suck
Andi Gutmans [Mon, 13 Mar 2000 06:00:36 +0000 (06:00 +0000)]
- Also check module API number
Rasmus Lerdorf [Mon, 13 Mar 2000 05:58:50 +0000 (05:58 +0000)]
gd-jpeg support
@Add GD-JPEG Support (Rasmus)
<changelog@php.net> [Mon, 13 Mar 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
Sam Ruby [Mon, 13 Mar 2000 01:11:36 +0000 (01:11 +0000)]
Eliminate java.library ini option in favor of rpath
Chuck Hagenbuch [Sun, 12 Mar 2000 20:47:21 +0000 (20:47 +0000)]
Adding imap_rfc822_parse_headers(). This function lets you grab mail headers
from anywhere - a saved message in an archive, a pop server, a database, etc
- and parse them into an object similar to what imap_headerinfo() returns.
It's just missing the flag info and other things that only come from the
IMAP server.
In the process of doing this, I seperated some more code out into a support
function - _php_make_header_object() - since it was used in multiple
functions. The module is slowly getting well organized.
Chuck Hagenbuch [Sun, 12 Mar 2000 20:02:41 +0000 (20:02 +0000)]
spelling correction, and rename make_event_object to _php_make_event_object
for consistency.
Jouni Ahto [Sun, 12 Mar 2000 19:44:23 +0000 (19:44 +0000)]
# Compiles. Doesn't work yet. Unless leaking memory counts as 'working'.
# Trying to finish before RC1...
Kristian Köhntopp [Sun, 12 Mar 2000 19:42:29 +0000 (19:42 +0000)]
Finished porting recode module.
Chuck Hagenbuch [Sun, 12 Mar 2000 19:28:53 +0000 (19:28 +0000)]
pval->zval
use the *_ex() functions
use zend_get_parameters_ex
Tested on my calendar code, and seems to be crash free. But I think I'll
wait on converting the IMAP module, since this was quite a pain. :)
Kristian Köhntopp [Sun, 12 Mar 2000 19:08:52 +0000 (19:08 +0000)]
- using _ex() functions now, thanks to Andrej.
Zeev Suraski [Sun, 12 Mar 2000 18:13:01 +0000 (18:13 +0000)]
- Define these ones and declare them in modules.h
Zeev Suraski [Sun, 12 Mar 2000 18:08:46 +0000 (18:08 +0000)]
-
Andi Gutmans [Sun, 12 Mar 2000 17:49:08 +0000 (17:49 +0000)]
- Guessing this is the problem
Sascha Schumann [Sun, 12 Mar 2000 17:18:21 +0000 (17:18 +0000)]
Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.
Sascha Schumann [Sun, 12 Mar 2000 15:52:14 +0000 (15:52 +0000)]
Also search for freetype headers in $prefix/include/freetype
PR: #3775
Sascha Schumann [Sun, 12 Mar 2000 15:47:34 +0000 (15:47 +0000)]
Fix build on systems which lack snprintf or vsnprintf.
PR: #3786
<changelog@php.net> [Sun, 12 Mar 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 12 Mar 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Leo Baschy [Sun, 12 Mar 2000 01:03:23 +0000 (01:03 +0000)]
remove recent patch to _close_odbc_conn calling _free_odbc_result
Andrei Zmievski [Sat, 11 Mar 2000 22:22:31 +0000 (22:22 +0000)]
Nuke DEBUG.
Kristian Köhntopp [Sat, 11 Mar 2000 22:05:41 +0000 (22:05 +0000)]
- Added additional DEFER macro.
- First stab at porting the recode module. Still having problems
with the _ex() functions, they core - why?
Andi Gutmans [Sat, 11 Mar 2000 20:57:35 +0000 (20:57 +0000)]
- Oops I commited a name change for consistency of Zend/modules.h to
Zend/zend_modules.h before it being finished. Revert it
Andi Gutmans [Sat, 11 Mar 2000 20:48:49 +0000 (20:48 +0000)]
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them
this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
printing the warning messages?