]> granicus.if.org Git - php/log
php
24 years agoFind servlet includes in new "main" directory. Add (finally) java and
Sam Ruby [Wed, 14 Jun 2000 11:25:54 +0000 (11:25 +0000)]
Find servlet includes in new "main" directory.  Add (finally) java and
servlet to the list of projects

24 years agoCopy header files from main and also add that directory to the list
Sascha Schumann [Wed, 14 Jun 2000 08:30:37 +0000 (08:30 +0000)]
Copy header files from main and also add that directory to the list
of include directories.

24 years ago.
Sascha Schumann [Wed, 14 Jun 2000 07:39:41 +0000 (07:39 +0000)]
.

24 years agoOnly replaced C0X and C0x, but not c0x..
Sascha Schumann [Wed, 14 Jun 2000 07:08:08 +0000 (07:08 +0000)]
Only replaced C0X and C0x, but not c0x..

24 years agoRename C0x-inline to C9x-inline, and frame preprocessor directives in
Sascha Schumann [Wed, 14 Jun 2000 07:06:33 +0000 (07:06 +0000)]
Rename C0x-inline to C9x-inline, and frame preprocessor directives in
zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.

24 years agoUse the new PHP_GEN_* macros in pear
Sascha Schumann [Wed, 14 Jun 2000 06:30:14 +0000 (06:30 +0000)]
Use the new PHP_GEN_* macros in pear

24 years ago# Prevent Hartmut finding this until it is actually implemented...
Jouni Ahto [Wed, 14 Jun 2000 05:11:16 +0000 (05:11 +0000)]
# Prevent Hartmut finding this until it is actually implemented...

24 years ago- Make Win32 build
Andi Gutmans [Wed, 14 Jun 2000 04:10:34 +0000 (04:10 +0000)]
- Make Win32 build

24 years agoChangeLog update
<changelog@php.net> [Wed, 14 Jun 2000 02:14:39 +0000 (02:14 +0000)]
ChangeLog update

24 years agoExport the necessary functions to enable servlet support to be subclassed
Sam Ruby [Wed, 14 Jun 2000 01:41:13 +0000 (01:41 +0000)]
Export the necessary functions to enable servlet support to be subclassed

This is in preparation for xml-cocoon support

24 years agoPlus a leak when both register_globals and track_vars are off.
Andrei Zmievski [Tue, 13 Jun 2000 20:59:23 +0000 (20:59 +0000)]
Plus a leak when both register_globals and track_vars are off.

24 years agoNews of ldap_add() and ldap_modify() fix.
Stig Venaas [Tue, 13 Jun 2000 19:57:15 +0000 (19:57 +0000)]
News of ldap_add() and ldap_modify() fix.

24 years agoAlso need to 0-terminate when adding/modifying an array of values.
Stig Venaas [Tue, 13 Jun 2000 19:50:05 +0000 (19:50 +0000)]
Also need to 0-terminate when adding/modifying an array of values.

24 years agoThink have to 0-terminate mod_values strings, got trailing garbage,
Stig Venaas [Tue, 13 Jun 2000 19:35:56 +0000 (19:35 +0000)]
Think have to 0-terminate mod_values strings, got trailing garbage,
this fixes bug #5001 I think.

24 years agoAdd to the API
Andi Gutmans [Tue, 13 Jun 2000 19:01:22 +0000 (19:01 +0000)]
Add to the API

24 years agoWe should define symlink functions only when HAVE_SYMLINK is defined.
Andrei Zmievski [Tue, 13 Jun 2000 18:07:19 +0000 (18:07 +0000)]
We should define symlink functions only when HAVE_SYMLINK is defined.
Otherwise, they should be aliased as not available.

24 years agoDue to creating the Makefiles later, generating libphp4.module failed,
Sascha Schumann [Tue, 13 Jun 2000 18:02:28 +0000 (18:02 +0000)]
Due to creating the Makefiles later, generating libphp4.module failed,
because sapi/apache had not been created. This applies to VPATH builds
only.

24 years agoAdd optional support for C0x inline semantics.
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.

24 years agoarray_uniq() has been implemented by someone else.
Andrei Zmievski [Tue, 13 Jun 2000 17:47:05 +0000 (17:47 +0000)]
array_uniq() has been implemented by someone else.

24 years agoInclude <math.h> in php_math.h. This is necessary, because we might
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.

24 years agoDelete phpdir.h. Someone moved this to php_dir.h in the past and
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.

24 years agoRename phpmath.h to php_math.h.
Sascha Schumann [Tue, 13 Jun 2000 16:31:57 +0000 (16:31 +0000)]
Rename phpmath.h to php_math.h.

24 years agocopy() now creates the destination file with mode 0777 again. this is
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

24 years agoDamn.
Andrei Zmievski [Tue, 13 Jun 2000 14:49:25 +0000 (14:49 +0000)]
Damn.

24 years agoForgot to add this yesterday.
Andrei Zmievski [Tue, 13 Jun 2000 14:47:10 +0000 (14:47 +0000)]
Forgot to add this yesterday.

24 years agoO_APPEND breaks 'c' for DBM files - this is handled
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 :)

24 years agoAdd llist_apply_func_t and make prototypes use the typedefs.
Sascha Schumann [Tue, 13 Jun 2000 09:18:06 +0000 (09:18 +0000)]
Add llist_apply_func_t and make prototypes use the typedefs.

24 years agoProper casts
Sascha Schumann [Tue, 13 Jun 2000 09:17:06 +0000 (09:17 +0000)]
Proper casts

24 years agoRemove extra cast. `ch' is already of type `char *'.
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.

24 years agoRemove single ;
Sascha Schumann [Tue, 13 Jun 2000 09:06:31 +0000 (09:06 +0000)]
Remove single ;

24 years agoFix spelling
Sascha Schumann [Tue, 13 Jun 2000 07:49:17 +0000 (07:49 +0000)]
Fix spelling

24 years ago(php_math_number_format) Simplifying the logic also fixed bugs #4954
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.

24 years agoChangeLog update
<changelog@php.net> [Tue, 13 Jun 2000 02:15:03 +0000 (02:15 +0000)]
ChangeLog update

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

24 years agoCheck more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>
Chuck Hagenbuch [Tue, 13 Jun 2000 00:57:58 +0000 (00:57 +0000)]
Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>

24 years agoRemoved obsolete, commented line
David Hedbor [Mon, 12 Jun 2000 23:41:34 +0000 (23:41 +0000)]
Removed obsolete, commented line

24 years agoMake Egon happy :)
Zeev Suraski [Mon, 12 Jun 2000 22:03:53 +0000 (22:03 +0000)]
Make Egon happy :)

24 years agoFix verified, update news
Zeev Suraski [Mon, 12 Jun 2000 21:41:56 +0000 (21:41 +0000)]
Fix verified, update news

24 years ago@- Fixed an initialization problem in the MS-SQL problem that could cause
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)

24 years agoFix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the...
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

24 years agomaking zlib module compile on win32 with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:34:35 +0000 (20:34 +0000)]
making zlib module compile on win32 with new directory structure

24 years agomaking oracle 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

24 years agomaking oci8 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

24 years agomaking ldap 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

24 years agomaking java 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

24 years agomaking imap 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

24 years agomaking ftp 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

24 years agomaking exif 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

24 years agomaking calendar 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

24 years agoReturn the previous error handler from set_error_handler()
Zeev Suraski [Mon, 12 Jun 2000 20:31:02 +0000 (20:31 +0000)]
Return the previous error handler from set_error_handler()

24 years agonews update
Zeev Suraski [Mon, 12 Jun 2000 20:30:52 +0000 (20:30 +0000)]
news update

24 years agoAvoid using E_CORE_* errorlevels in any place which is not in the global startup...
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

24 years agomaking MSSQL module compile with new directory structure
Frank M. Kromann [Mon, 12 Jun 2000 20:16:07 +0000 (20:16 +0000)]
making MSSQL module compile with new directory structure

24 years ago@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
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)

24 years agoDocument change.
Andrei Zmievski [Mon, 12 Jun 2000 19:41:33 +0000 (19:41 +0000)]
Document change.

24 years ago- On UNIX support popen() which works with current working directory
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.

24 years agoMake gdttf.c work with virtual dir support.
Andrei Zmievski [Mon, 12 Jun 2000 19:13:21 +0000 (19:13 +0000)]
Make gdttf.c work with virtual dir support.

24 years ago- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
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.

24 years agoKilled <?php_track_vars?>
Zeev Suraski [Mon, 12 Jun 2000 16:07:25 +0000 (16:07 +0000)]
Killed <?php_track_vars?>

24 years agoGet rid of <?php_track_vars?>
Zeev Suraski [Mon, 12 Jun 2000 16:07:15 +0000 (16:07 +0000)]
Get rid of <?php_track_vars?>

24 years ago(PHP str_pad) Terminate string with a null.
Andrei Zmievski [Mon, 12 Jun 2000 16:06:27 +0000 (16:06 +0000)]
(PHP str_pad) Terminate string with a null.

24 years agoLets not offend anyone :)
Zeev Suraski [Mon, 12 Jun 2000 15:55:15 +0000 (15:55 +0000)]
Lets not offend anyone :)

24 years agoFixed a proto.
Egon Schmid [Mon, 12 Jun 2000 15:17:08 +0000 (15:17 +0000)]
Fixed a proto.

24 years agoFixed protos.
Egon Schmid [Mon, 12 Jun 2000 14:44:16 +0000 (14:44 +0000)]
Fixed protos.

24 years ago(php_readdir_r) Revert that bad patch.
Andrei Zmievski [Mon, 12 Jun 2000 14:11:39 +0000 (14:11 +0000)]
(php_readdir_r) Revert that bad patch.

24 years agoFixed some protos.
Egon Schmid [Mon, 12 Jun 2000 13:33:49 +0000 (13:33 +0000)]
Fixed some protos.

24 years agoQuiet CVS.
Andrei Zmievski [Mon, 12 Jun 2000 13:22:11 +0000 (13:22 +0000)]
Quiet CVS.

24 years ago(php_readdir_r) Last argument to readdir_r was missing.
Andrei Zmievski [Mon, 12 Jun 2000 13:20:38 +0000 (13:20 +0000)]
(php_readdir_r) Last argument to readdir_r was missing.

24 years agoChangeLog update
<changelog@php.net> [Mon, 12 Jun 2000 02:14:47 +0000 (02:14 +0000)]
ChangeLog update

24 years agoFix overlooked core->main change
Rasmus Lerdorf [Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)]
Fix overlooked core->main change

24 years agoFix Windows .dsp's
Zeev Suraski [Sun, 11 Jun 2000 19:23:21 +0000 (19:23 +0000)]
Fix Windows .dsp's

24 years agoChange directory name from core to main.
Sascha Schumann [Sun, 11 Jun 2000 18:51:17 +0000 (18:51 +0000)]
Change directory name from core to main.

24 years agoPrepare move of the top-level source files to the core directory.
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.

24 years ago- Solve floating point precision crash on FreeBSD.
Andi Gutmans [Sun, 11 Jun 2000 18:07:14 +0000 (18:07 +0000)]
- Solve floating point precision crash on FreeBSD.

24 years ago- Fixes crash problem on FreeBSD when losing precision. Need to still see
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

24 years ago- Update NEWS
Andi Gutmans [Sun, 11 Jun 2000 17:27:00 +0000 (17:27 +0000)]
- Update NEWS

24 years ago- Untested but it should fix the problem with cyr_convert() not being
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

24 years ago- Make shockwave work with virtual_dir (a bit ugly).
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.

24 years agoAdded argument type.
Egon Schmid [Sun, 11 Jun 2000 16:24:00 +0000 (16:24 +0000)]
Added argument type.

24 years agoFix zend_get_parameters()
Zeev Suraski [Sun, 11 Jun 2000 16:19:31 +0000 (16:19 +0000)]
Fix zend_get_parameters()

24 years agoForgot to set_compare_func in the new array functions, had only tested
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.

24 years agoSeparate creating config_vars.mk and generating Makefiles.
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.

24 years agoRemove unnecessary second cat invocation
Sascha Schumann [Sun, 11 Jun 2000 10:33:39 +0000 (10:33 +0000)]
Remove unnecessary second cat invocation

24 years ago(set_time_limit) converted to new API.
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.

24 years agoUpgrade to Libtool 1.3.5.
Sascha Schumann [Sun, 11 Jun 2000 10:26:24 +0000 (10:26 +0000)]
Upgrade to Libtool 1.3.5.

24 years agooops.
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?

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

24 years ago- Avoid generating unnecessary switch statemets.
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.

24 years agoOne more place.
Andrei Zmievski [Sat, 10 Jun 2000 19:44:34 +0000 (19:44 +0000)]
One more place.

24 years agoTerminate the string with '\0'.
Andrei Zmievski [Sat, 10 Jun 2000 19:43:20 +0000 (19:43 +0000)]
Terminate the string with '\0'.

24 years agoNotice about adding array_unique, array_intersect and array_diff
Stig Venaas [Sat, 10 Jun 2000 19:38:01 +0000 (19:38 +0000)]
Notice about adding array_unique, array_intersect and array_diff

24 years agoChanged array_subtract to array_diff
Stig Venaas [Sat, 10 Jun 2000 19:09:56 +0000 (19:09 +0000)]
Changed array_subtract to array_diff

24 years agoAdding fuctions array_unique, array_intersect and array_subtract.
Stig Venaas [Sat, 10 Jun 2000 18:58:45 +0000 (18:58 +0000)]
Adding fuctions array_unique, array_intersect and array_subtract.

24 years ago- Fix bug in virtual_file_ex when the resulting path is the root.
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.

24 years ago- Fixed problem when using uninitialized values in comparisons with strings.
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.

24 years ago- Commit message says it all
Andi Gutmans [Sat, 10 Jun 2000 14:37:54 +0000 (14:37 +0000)]
- Commit message says it all

24 years ago- Erased an extra line by mistake
Andi Gutmans [Sat, 10 Jun 2000 14:16:34 +0000 (14:16 +0000)]
- Erased an extra line by mistake

24 years ago- Fix PostgreSQL project file a bit.
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

24 years agoDefine _POSIX_PTHREAD_SEMANTICS on Solaris by default.
Sascha Schumann [Sat, 10 Jun 2000 10:10:23 +0000 (10:10 +0000)]
Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.

24 years ago- Fix incorrect code creation when an optional argument is resource type.
Jouni Ahto [Sat, 10 Jun 2000 09:45:27 +0000 (09:45 +0000)]
- Fix incorrect code creation when an optional argument is resource type.