]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Sat, 17 Jun 2000 07:08:53 +0000 (07:08 +0000)]
changed default cell alignment to "left" (see bug id #5048)
Hartmut Holzgraefe [Sat, 17 Jun 2000 06:25:47 +0000 (06:25 +0000)]
setlocale didn't recognize LC_MESSAGES (BUG ID#3957)
Hartmut Holzgraefe [Sat, 17 Jun 2000 06:22:40 +0000 (06:22 +0000)]
look for apxs in /usr/sbin (that's where SUSE puts it)
if no path is given and apxs is not found in $PATH
<changelog@php.net> [Sat, 17 Jun 2000 02:14:20 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 17 Jun 2000 02:14:17 +0000 (02:14 +0000)]
NEWS update
Hartmut Holzgraefe [Fri, 16 Jun 2000 22:08:50 +0000 (22:08 +0000)]
fix for BUG #5066
Andrei Zmievski [Fri, 16 Jun 2000 19:55:51 +0000 (19:55 +0000)]
Just to make extra sure.
Andrei Zmievski [Fri, 16 Jun 2000 19:53:06 +0000 (19:53 +0000)]
Plug a memory leak: retval_ptr should be destroyed.
Andrei Zmievski [Fri, 16 Jun 2000 19:50:45 +0000 (19:50 +0000)]
@- Enhanced WDDX functions to call __sleep() and __wakeup() when working on
@ objects. (Andrei)
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:46:57 +0000 (18:46 +0000)]
typo fix
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:42:56 +0000 (18:42 +0000)]
retro-patch from // comments, theese where private experimental changes
Andrei Zmievski [Fri, 16 Jun 2000 18:36:30 +0000 (18:36 +0000)]
Typo.
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:24:02 +0000 (18:24 +0000)]
C++ // comments are evil ...
Egon Schmid [Fri, 16 Jun 2000 18:14:51 +0000 (18:14 +0000)]
Protos looks now equal in both versions.
Zeev Suraski [Fri, 16 Jun 2000 14:38:05 +0000 (14:38 +0000)]
Make it possible to access other threads' local storage. Only use it if you have a clear
knowledge of what you're doing!
Zeev Suraski [Fri, 16 Jun 2000 14:27:28 +0000 (14:27 +0000)]
Ok, this time here's some real Win32 system programming :)
Redesigned the timeout system using a single timeout thread and a single window,
and used a much quicker check.
Thies C. Arntzen [Fri, 16 Jun 2000 14:11:01 +0000 (14:11 +0000)]
@- Changed WDDX to serialize arrays as structs only if needed. (Thies)
Sascha Schumann [Fri, 16 Jun 2000 11:07:13 +0000 (11:07 +0000)]
More main work
Sascha Schumann [Fri, 16 Jun 2000 10:45:36 +0000 (10:45 +0000)]
Some stuff has moved to main
Jouni Ahto [Fri, 16 Jun 2000 10:09:12 +0000 (10:09 +0000)]
- Forgot to test check for errors in two places.
Andi Gutmans [Fri, 16 Jun 2000 08:02:33 +0000 (08:02 +0000)]
- Make Windows compile
Andi Gutmans [Fri, 16 Jun 2000 02:49:21 +0000 (02:49 +0000)]
Fix UNIX build
Zeev Suraski [Fri, 16 Jun 2000 02:48:35 +0000 (02:48 +0000)]
Macro it up the right way
Zeev Suraski [Fri, 16 Jun 2000 02:47:00 +0000 (02:47 +0000)]
Macro this up, so it can be moved to other places
Zeev Suraski [Fri, 16 Jun 2000 02:27:47 +0000 (02:27 +0000)]
Improve timeout support - ini_get("max_execution_time", ...) works now
<changelog@php.net> [Fri, 16 Jun 2000 02:14:19 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 16 Jun 2000 02:14:16 +0000 (02:14 +0000)]
NEWS update
Zeev Suraski [Fri, 16 Jun 2000 01:54:56 +0000 (01:54 +0000)]
- Move timeout code to Zend
- Implement timeouts in Win32
Zeev Suraski [Fri, 16 Jun 2000 01:53:35 +0000 (01:53 +0000)]
Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)
Andi Gutmans [Fri, 16 Jun 2000 01:25:02 +0000 (01:25 +0000)]
- Don't need to check doc_root's length twice
Andi Gutmans [Fri, 16 Jun 2000 01:23:03 +0000 (01:23 +0000)]
- Last one for tonight. Make sure that we don't check uninitialized
- memory
Andi Gutmans [Fri, 16 Jun 2000 01:14:08 +0000 (01:14 +0000)]
- Last patch for tonight. A more optimized way to check for absolute path
- in Windows. This should be fixed to use the virtual cwd macro for
- ABSOLUTE_DIR() but I need to have time to understand the logic first
Andi Gutmans [Fri, 16 Jun 2000 01:08:39 +0000 (01:08 +0000)]
- Missed a bracket
Andi Gutmans [Fri, 16 Jun 2000 00:56:38 +0000 (00:56 +0000)]
- Beautify fopen-wrappers a bit.
- Still needs quite a lot of improvement in order to treat Windows well
Andi Gutmans [Thu, 15 Jun 2000 23:45:05 +0000 (23:45 +0000)]
- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
Andi Gutmans [Thu, 15 Jun 2000 22:46:17 +0000 (22:46 +0000)]
- Beautify a bit
Andi Gutmans [Thu, 15 Jun 2000 22:40:52 +0000 (22:40 +0000)]
- Try and fix crash with CGI.
- Please check out the comment I wrote in init_request_info(). There was a
- lot of code there which was running for no apparent reason. Should it be
- removed or should it actually run?
Andrei Zmievski [Thu, 15 Jun 2000 22:23:08 +0000 (22:23 +0000)]
Use hardcoded 3600 seconds offset instead of altzone which may not be present
on all systems.
Andi Gutmans [Thu, 15 Jun 2000 21:34:00 +0000 (21:34 +0000)]
- Unncessary SLS_FETCH();
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