]>
granicus.if.org Git - php/log
Zeev Suraski [Thu, 15 Jun 2000 19:18:57 +0000 (19:18 +0000)]
Fix non thread-safe mode - asp_tags/short_tags etc weren't getting initialized properly
Andi Gutmans [Thu, 15 Jun 2000 19:09:51 +0000 (19:09 +0000)]
*** empty log message ***
Brian Moon [Thu, 15 Jun 2000 19:02:02 +0000 (19:02 +0000)]
set_file_buffer was not being exported. This is now fixed.
Andi Gutmans [Thu, 15 Jun 2000 18:51:21 +0000 (18:51 +0000)]
*** empty log message ***
Andi Gutmans [Thu, 15 Jun 2000 18:48:33 +0000 (18:48 +0000)]
- Support multiple arguments to unset()
Andi Gutmans [Thu, 15 Jun 2000 18:36:46 +0000 (18:36 +0000)]
- virtual_fopen() should fail on empty path
Thies C. Arntzen [Thu, 15 Jun 2000 18:23:18 +0000 (18:23 +0000)]
ups.
Thies C. Arntzen [Thu, 15 Jun 2000 18:15:51 +0000 (18:15 +0000)]
changed return type of ZEND_VERIFY_RESOURCE from FALSE to NULL
Thies C. Arntzen [Thu, 15 Jun 2000 18:15:44 +0000 (18:15 +0000)]
.
Andrei Zmievski [Thu, 15 Jun 2000 16:28:19 +0000 (16:28 +0000)]
Another entry.
Andrei Zmievski [Thu, 15 Jun 2000 16:24:10 +0000 (16:24 +0000)]
@- Updated strtotime() to handle many more formats. It now has complete
@ feature parity with GNU date command. (Andrei)
Thies C. Arntzen [Thu, 15 Jun 2000 14:13:53 +0000 (14:13 +0000)]
fixed typo
Andrei Zmievski [Thu, 15 Jun 2000 13:17:18 +0000 (13:17 +0000)]
Add php_version.h.
Uwe Steinmann [Thu, 15 Jun 2000 07:06:38 +0000 (07:06 +0000)]
- changes to handle the slightly different access to attributes
Uwe Steinmann [Thu, 15 Jun 2000 07:05:38 +0000 (07:05 +0000)]
- fixed problems with missing attributes due to a change
in libxml 2.0.0
Chuck Hagenbuch [Thu, 15 Jun 2000 03:02:36 +0000 (03:02 +0000)]
patch from jtaskine@hit.fi - add deleted info to imap_mailboxmsginfo() and
fix some prototype info.
<changelog@php.net> [Thu, 15 Jun 2000 02:14:29 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 15 Jun 2000 02:14:26 +0000 (02:14 +0000)]
NEWS update
Jouni Ahto [Thu, 15 Jun 2000 01:57:23 +0000 (01:57 +0000)]
- Fixed incorrect code generated when all parameters are optional.
- Fixed handling of grouped optional parameters.
- Added an option to generate xml documentation.
- Added an option not to be nice and helpful and create all kinds
of comments and testing functions.
- Added on option to create function stubs only.
- Added options --assing-params and --string-lens that change
the generated code.
- Updated documentation.
Hartmut Holzgraefe [Wed, 14 Jun 2000 22:11:10 +0000 (22:11 +0000)]
return FALSE from strftime on negative timestamp values
they do not make sense anyway and seem to crash win2k
Rasmus Lerdorf [Wed, 14 Jun 2000 20:31:31 +0000 (20:31 +0000)]
Refine checkdate() fix to accept numeric strings and floating point as well
Sascha Schumann [Wed, 14 Jun 2000 19:55:32 +0000 (19:55 +0000)]
Move some stuff to zend_operators.h which is required by the
moved inline functions.
Andi Gutmans [Wed, 14 Jun 2000 19:10:30 +0000 (19:10 +0000)]
- More correct way of doing bit mask
Zeev Suraski [Wed, 14 Jun 2000 18:06:31 +0000 (18:06 +0000)]
@- Moved VC++ Win32 project and workspace files to the win32 directory
@ (Zeev)
Thies C. Arntzen [Wed, 14 Jun 2000 17:01:01 +0000 (17:01 +0000)]
reminder
Rasmus Lerdorf [Wed, 14 Jun 2000 16:35:48 +0000 (16:35 +0000)]
Require the year arg to checkdate to be an integer - fix for bug #5034
@Require the year arg to checkdate to be an integer (Rasmus)
Zeev Suraski [Wed, 14 Jun 2000 16:06:44 +0000 (16:06 +0000)]
Thoroughly fix .dsp problems - restore custom builds
Andrei Zmievski [Wed, 14 Jun 2000 15:37:06 +0000 (15:37 +0000)]
test
Thies C. Arntzen [Wed, 14 Jun 2000 12:28:21 +0000 (12:28 +0000)]
no c++ comments, please
Egon Schmid [Wed, 14 Jun 2000 11:51:43 +0000 (11:51 +0000)]
Fix for #5028.
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
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.
Sascha Schumann [Wed, 14 Jun 2000 07:39:41 +0000 (07:39 +0000)]
.
Sascha Schumann [Wed, 14 Jun 2000 07:08:08 +0000 (07:08 +0000)]
Only replaced C0X and C0x, but not c0x..
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.
Sascha Schumann [Wed, 14 Jun 2000 06:30:14 +0000 (06:30 +0000)]
Use the new PHP_GEN_* macros in pear
Jouni Ahto [Wed, 14 Jun 2000 05:11:16 +0000 (05:11 +0000)]
# Prevent Hartmut finding this until it is actually implemented...
Andi Gutmans [Wed, 14 Jun 2000 04:10:34 +0000 (04:10 +0000)]
- Make Win32 build
<changelog@php.net> [Wed, 14 Jun 2000 02:14:39 +0000 (02:14 +0000)]
ChangeLog update
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
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.
Stig Venaas [Tue, 13 Jun 2000 19:57:15 +0000 (19:57 +0000)]
News of ldap_add() and ldap_modify() fix.
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.
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.
Andi Gutmans [Tue, 13 Jun 2000 19:01:22 +0000 (19:01 +0000)]
Add to the API
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.
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.
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