]>
granicus.if.org Git - php/log
Sascha Schumann [Tue, 13 Jun 2000 17:58:33 +0000 (17:58 +0000)]
Add optional support for C0x inline semantics.
These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
later.
Andrei Zmievski [Tue, 13 Jun 2000 17:47:05 +0000 (17:47 +0000)]
array_uniq() has been implemented by someone else.
Sascha Schumann [Tue, 13 Jun 2000 16:35:40 +0000 (16:35 +0000)]
Include <math.h> in php_math.h. This is necessary, because we might
otherwise redefine system macros.
Sascha Schumann [Tue, 13 Jun 2000 16:34:18 +0000 (16:34 +0000)]
Delete phpdir.h. Someone moved this to php_dir.h in the past and
forgot to delete it.
Sascha Schumann [Tue, 13 Jun 2000 16:31:57 +0000 (16:31 +0000)]
Rename phpmath.h to php_math.h.
Thies C. Arntzen [Tue, 13 Jun 2000 15:48:38 +0000 (15:48 +0000)]
copy() now creates the destination file with mode 0777 again. this is
the way it used to be in PHP 3
Andrei Zmievski [Tue, 13 Jun 2000 14:49:25 +0000 (14:49 +0000)]
Damn.
Andrei Zmievski [Tue, 13 Jun 2000 14:47:10 +0000 (14:47 +0000)]
Forgot to add this yesterday.
Jim Jagielski [Tue, 13 Jun 2000 14:37:34 +0000 (14:37 +0000)]
O_APPEND breaks 'c' for DBM files - this is handled
correctly by PHP3, so it's almost a forward'' port :)
Sascha Schumann [Tue, 13 Jun 2000 09:18:06 +0000 (09:18 +0000)]
Add llist_apply_func_t and make prototypes use the typedefs.
Sascha Schumann [Tue, 13 Jun 2000 09:17:06 +0000 (09:17 +0000)]
Proper casts
Sascha Schumann [Tue, 13 Jun 2000 09:09:33 +0000 (09:09 +0000)]
Remove extra cast. `ch' is already of type `char *'.
This unbreaks the build with xlc on AIX.
Sascha Schumann [Tue, 13 Jun 2000 09:06:31 +0000 (09:06 +0000)]
Remove single ;
Sascha Schumann [Tue, 13 Jun 2000 07:49:17 +0000 (07:49 +0000)]
Fix spelling
Andrei Zmievski [Tue, 13 Jun 2000 04:31:02 +0000 (04:31 +0000)]
(php_math_number_format) Simplifying the logic also fixed bugs #4954
and #4998.
<changelog@php.net> [Tue, 13 Jun 2000 02:15:03 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 13 Jun 2000 02:14:49 +0000 (02:14 +0000)]
NEWS update
Chuck Hagenbuch [Tue, 13 Jun 2000 00:57:58 +0000 (00:57 +0000)]
Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>
David Hedbor [Mon, 12 Jun 2000 23:41:34 +0000 (23:41 +0000)]
Removed obsolete, commented line
Zeev Suraski [Mon, 12 Jun 2000 22:03:53 +0000 (22:03 +0000)]
Make Egon happy :)
Zeev Suraski [Mon, 12 Jun 2000 21:41:56 +0000 (21:41 +0000)]
Fix verified, update news
Zeev Suraski [Mon, 12 Jun 2000 21:39:51 +0000 (21:39 +0000)]
@- Fixed an initialization problem in the MS-SQL problem that could cause
@ a crash in mssql_query() (Zeev)
Zeev Suraski [Mon, 12 Jun 2000 21:01:03 +0000 (21:01 +0000)]
Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the time php_dl() is called
Frank M. Kromann [Mon, 12 Jun 2000 20:34:35 +0000 (20:34 +0000)]
making zlib module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:34:17 +0000 (20:34 +0000)]
making oracle module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:55 +0000 (20:33 +0000)]
making oci8 module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:32 +0000 (20:33 +0000)]
making ldap module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:33:12 +0000 (20:33 +0000)]
making java module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:32:52 +0000 (20:32 +0000)]
making imap module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:32:23 +0000 (20:32 +0000)]
making ftp module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:31:45 +0000 (20:31 +0000)]
making exif module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:31:03 +0000 (20:31 +0000)]
making calendar module compile on win32 with new directory structure
Zeev Suraski [Mon, 12 Jun 2000 20:31:02 +0000 (20:31 +0000)]
Return the previous error handler from set_error_handler()
Zeev Suraski [Mon, 12 Jun 2000 20:30:52 +0000 (20:30 +0000)]
news update
Zeev Suraski [Mon, 12 Jun 2000 20:22:17 +0000 (20:22 +0000)]
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence
Frank M. Kromann [Mon, 12 Jun 2000 20:16:07 +0000 (20:16 +0000)]
making MSSQL module compile with new directory structure
Andrei Zmievski [Mon, 12 Jun 2000 19:55:58 +0000 (19:55 +0000)]
@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
@ matched an empty string. (Andrei)
Andrei Zmievski [Mon, 12 Jun 2000 19:41:33 +0000 (19:41 +0000)]
Document change.
Andi Gutmans [Mon, 12 Jun 2000 19:39:04 +0000 (19:39 +0000)]
- On UNIX support popen() which works with current working directory
- when in VIRTUAL_DIR mode.
Andrei Zmievski [Mon, 12 Jun 2000 19:13:21 +0000 (19:13 +0000)]
Make gdttf.c work with virtual dir support.
Andi Gutmans [Mon, 12 Jun 2000 18:48:18 +0000 (18:48 +0000)]
- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
Zeev Suraski [Mon, 12 Jun 2000 16:07:25 +0000 (16:07 +0000)]
Killed <?php_track_vars?>
Zeev Suraski [Mon, 12 Jun 2000 16:07:15 +0000 (16:07 +0000)]
Get rid of <?php_track_vars?>
Andrei Zmievski [Mon, 12 Jun 2000 16:06:27 +0000 (16:06 +0000)]
(PHP str_pad) Terminate string with a null.
Zeev Suraski [Mon, 12 Jun 2000 15:55:15 +0000 (15:55 +0000)]
Lets not offend anyone :)
Egon Schmid [Mon, 12 Jun 2000 15:17:08 +0000 (15:17 +0000)]
Fixed a proto.
Egon Schmid [Mon, 12 Jun 2000 14:44:16 +0000 (14:44 +0000)]
Fixed protos.
Andrei Zmievski [Mon, 12 Jun 2000 14:11:39 +0000 (14:11 +0000)]
(php_readdir_r) Revert that bad patch.
Egon Schmid [Mon, 12 Jun 2000 13:33:49 +0000 (13:33 +0000)]
Fixed some protos.
Andrei Zmievski [Mon, 12 Jun 2000 13:22:11 +0000 (13:22 +0000)]
Quiet CVS.
Andrei Zmievski [Mon, 12 Jun 2000 13:20:38 +0000 (13:20 +0000)]
(php_readdir_r) Last argument to readdir_r was missing.
<changelog@php.net> [Mon, 12 Jun 2000 02:14:47 +0000 (02:14 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)]
Fix overlooked core->main change
Zeev Suraski [Sun, 11 Jun 2000 19:23:21 +0000 (19:23 +0000)]
Fix Windows .dsp's
Sascha Schumann [Sun, 11 Jun 2000 18:51:17 +0000 (18:51 +0000)]
Change directory name from core to main.
Sascha Schumann [Sun, 11 Jun 2000 18:16:37 +0000 (18:16 +0000)]
Prepare move of the top-level source files to the core directory.
Andi Gutmans [Sun, 11 Jun 2000 18:07:14 +0000 (18:07 +0000)]
- Solve floating point precision crash on FreeBSD.
Andi Gutmans [Sun, 11 Jun 2000 17:45:19 +0000 (17:45 +0000)]
- Fixes crash problem on FreeBSD when losing precision. Need to still see
- how to detect we're on FreeBSD
Andi Gutmans [Sun, 11 Jun 2000 17:27:00 +0000 (17:27 +0000)]
- Update NEWS
Andi Gutmans [Sun, 11 Jun 2000 17:23:38 +0000 (17:23 +0000)]
- Untested but it should fix the problem with cyr_convert() not being
- binary safe and destroying other values in the script
Andi Gutmans [Sun, 11 Jun 2000 16:34:53 +0000 (16:34 +0000)]
- Make shockwave work with virtual_dir (a bit ugly).
- swf_openfile doesn't return any values. This seems to mean that you can
- only have one file open at a time.
Egon Schmid [Sun, 11 Jun 2000 16:24:00 +0000 (16:24 +0000)]
Added argument type.
Zeev Suraski [Sun, 11 Jun 2000 16:19:31 +0000 (16:19 +0000)]
Fix zend_get_parameters()
Stig Venaas [Sun, 11 Jun 2000 12:20:42 +0000 (12:20 +0000)]
Forgot to set_compare_func in the new array functions, had only tested
with older source.
Sascha Schumann [Sun, 11 Jun 2000 10:38:37 +0000 (10:38 +0000)]
Separate creating config_vars.mk and generating Makefiles.
This change enables you to regenerate Makefiles by running config.status.
Sascha Schumann [Sun, 11 Jun 2000 10:33:39 +0000 (10:33 +0000)]
Remove unnecessary second cat invocation
Thies C. Arntzen [Sun, 11 Jun 2000 10:27:36 +0000 (10:27 +0000)]
(set_time_limit) converted to new API.
# for some weird reason this fixes a newly introduced crash.
Sascha Schumann [Sun, 11 Jun 2000 10:26:24 +0000 (10:26 +0000)]
Upgrade to Libtool 1.3.5.
Sterling Hughes [Sun, 11 Jun 2000 07:51:10 +0000 (07:51 +0000)]
oops.
# P.s.: The current CVS is broken (virtual dir stuff), does anyone have
# an idea on when it will be fixed?
<changelog@php.net> [Sun, 11 Jun 2000 02:14:51 +0000 (02:14 +0000)]
ChangeLog update
Jouni Ahto [Sun, 11 Jun 2000 01:25:16 +0000 (01:25 +0000)]
- Avoid generating unnecessary switch statemets.
- Add a test if argument was given (if it is optional) before trying to
fetch a resource and a note that something should be done if it wasn't.
- Some cosmetic fixes in the code generated.
- Some other small fixes in the code generated, already forgotten.
Andrei Zmievski [Sat, 10 Jun 2000 19:44:34 +0000 (19:44 +0000)]
One more place.
Andrei Zmievski [Sat, 10 Jun 2000 19:43:20 +0000 (19:43 +0000)]
Terminate the string with '\0'.
Stig Venaas [Sat, 10 Jun 2000 19:38:01 +0000 (19:38 +0000)]
Notice about adding array_unique, array_intersect and array_diff
Stig Venaas [Sat, 10 Jun 2000 19:09:56 +0000 (19:09 +0000)]
Changed array_subtract to array_diff
Stig Venaas [Sat, 10 Jun 2000 18:58:45 +0000 (18:58 +0000)]
Adding fuctions array_unique, array_intersect and array_subtract.
Andi Gutmans [Sat, 10 Jun 2000 15:15:28 +0000 (15:15 +0000)]
- Fix bug in virtual_file_ex when the resulting path is the root.
Andi Gutmans [Sat, 10 Jun 2000 14:39:06 +0000 (14:39 +0000)]
- Fixed problem when using uninitialized values in comparisons with strings.
- They behave as empty strings again just like in PHP 3.
Andi Gutmans [Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)]
- Commit message says it all
Andi Gutmans [Sat, 10 Jun 2000 14:16:34 +0000 (14:16 +0000)]
- Erased an extra line by mistake
Andi Gutmans [Sat, 10 Jun 2000 10:15:53 +0000 (10:15 +0000)]
- Fix PostgreSQL project file a bit.
- Remove some HAVE_* from config.w32.h. More can be removed. Right now
- most HAVE_*'s in config.w32.h can actually be removed as they usually are
- only used by the module itself and not by PHP. MSQL is an exception as
- log can use it too
Sascha Schumann [Sat, 10 Jun 2000 10:10:23 +0000 (10:10 +0000)]
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
Jouni Ahto [Sat, 10 Jun 2000 09:45:27 +0000 (09:45 +0000)]
- Fix incorrect code creation when an optional argument is resource type.
Andi Gutmans [Sat, 10 Jun 2000 09:05:22 +0000 (09:05 +0000)]
- This seems to be a bug. Anyone know who wrote this code? Should it stay
- in?
Andi Gutmans [Sat, 10 Jun 2000 09:00:31 +0000 (09:00 +0000)]
- Update module project files to include:
- HAVE_MODULE=1
- ZEND_WIN32
- PHP_WIN32
- COMPILE_DL_MODULE
- ZTS=1
Jouni Ahto [Sat, 10 Jun 2000 08:59:43 +0000 (08:59 +0000)]
- Add some documentation for ext_skel and a note about it's existence.
Andi Gutmans [Sat, 10 Jun 2000 08:50:24 +0000 (08:50 +0000)]
- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO
Andi Gutmans [Sat, 10 Jun 2000 08:48:01 +0000 (08:48 +0000)]
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
Sascha Schumann [Sat, 10 Jun 2000 08:26:59 +0000 (08:26 +0000)]
Add -qthreaded for AIX cc V5
Sascha Schumann [Sat, 10 Jun 2000 08:09:05 +0000 (08:09 +0000)]
Add FreeBSD's new -kthread option.
Add a list of compiler/platforms where the flags are known to work.
Sascha Schumann [Sat, 10 Jun 2000 07:48:55 +0000 (07:48 +0000)]
Fix MYSQL_LIB_CHK ($i is used by the outer loop)
Sascha Schumann [Sat, 10 Jun 2000 07:38:58 +0000 (07:38 +0000)]
Search for mysqlclient library in lib and lib/mysql
Sascha Schumann [Sat, 10 Jun 2000 06:00:08 +0000 (06:00 +0000)]
Fix typo
Jouni Ahto [Sat, 10 Jun 2000 05:47:22 +0000 (05:47 +0000)]
- Fix typos, add default case to switch and other small things.
Jouni Ahto [Sat, 10 Jun 2000 03:53:11 +0000 (03:53 +0000)]
- Automatically generate C code to handle arguments passed to a PHP function
based on function proto.
# Very cool! Try yourself, put for example the following line in file funcs:
# bool drawtext(string text, resource font, int x, int y [, resource color])
# and then run ./ext_skel foobar /full/path/to/funcs and then look at
# foobar.c...
Sascha Schumann [Sat, 10 Jun 2000 03:35:57 +0000 (03:35 +0000)]
Make yaz compilable as shared module.
<changelog@php.net> [Sat, 10 Jun 2000 02:14:52 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 10 Jun 2000 02:14:49 +0000 (02:14 +0000)]
NEWS update
Zeev Suraski [Sat, 10 Jun 2000 01:12:12 +0000 (01:12 +0000)]
I can't think of a reason of why it should just be a notice... Make it a warning, like it was in PHP 3.
Zeev Suraski [Sat, 10 Jun 2000 01:08:55 +0000 (01:08 +0000)]
Fix bug #4768