]> granicus.if.org Git - php/log
php
24 years agoWrong number of commas.
Andrei Zmievski [Sat, 17 Jun 2000 16:13:11 +0000 (16:13 +0000)]
Wrong number of commas.

24 years agoHave to use zval_ptr_dtor() on values returned from user functions.
Andrei Zmievski [Sat, 17 Jun 2000 15:53:33 +0000 (15:53 +0000)]
Have to use zval_ptr_dtor() on values returned from user functions.

24 years ago- Export ts_resource_ex in order to succesfully build Windows version
Andi Gutmans [Sat, 17 Jun 2000 14:56:19 +0000 (14:56 +0000)]
- Export ts_resource_ex in order to succesfully build Windows version

24 years ago- Make Windows compile
Andi Gutmans [Sat, 17 Jun 2000 14:48:03 +0000 (14:48 +0000)]
- Make Windows compile
- Windows doesn't support LC_MESSAGES

24 years agoFix filenames and line numbers in ZTS mode
Zeev Suraski [Sat, 17 Jun 2000 14:12:58 +0000 (14:12 +0000)]
Fix filenames and line numbers in ZTS mode

24 years agoAvoid crashing with recursive applies - limit apply nest level to 3 (I'm not aware...
Zeev Suraski [Sat, 17 Jun 2000 14:11:57 +0000 (14:11 +0000)]
Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not aware of a place
in which applying recursively on the same hash makes sense with more than one nest level, but
3 should be enough)

24 years agoAnnounced Pi3Web support
Holger Zimmermann [Sat, 17 Jun 2000 13:02:00 +0000 (13:02 +0000)]
Announced Pi3Web support

24 years agoAdded Pi3Web support
Holger Zimmermann [Sat, 17 Jun 2000 12:06:09 +0000 (12:06 +0000)]
Added Pi3Web support

24 years agoSuppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/
Sascha Schumann [Sat, 17 Jun 2000 10:53:08 +0000 (10:53 +0000)]
Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/

24 years agoMake use of the new macros PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
Sascha Schumann [Sat, 17 Jun 2000 10:51:26 +0000 (10:51 +0000)]
Make use of the new macros PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE

24 years agoAdd PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
Sascha Schumann [Sat, 17 Jun 2000 10:50:42 +0000 (10:50 +0000)]
Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE

24 years ago- Missed one if() and cosmetic changes.
Jouni Ahto [Sat, 17 Jun 2000 10:10:20 +0000 (10:10 +0000)]
- Missed one if() and cosmetic changes.

24 years agochanged default cell alignment to "left" (see bug id #5048)
Hartmut Holzgraefe [Sat, 17 Jun 2000 07:08:53 +0000 (07:08 +0000)]
changed default cell alignment to "left" (see bug id #5048)

24 years agosetlocale didn't recognize LC_MESSAGES (BUG ID#3957)
Hartmut Holzgraefe [Sat, 17 Jun 2000 06:25:47 +0000 (06:25 +0000)]
setlocale didn't recognize LC_MESSAGES (BUG ID#3957)

24 years agolook for apxs in /usr/sbin (that's where SUSE puts it)
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

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

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

24 years agofix for BUG #5066
Hartmut Holzgraefe [Fri, 16 Jun 2000 22:08:50 +0000 (22:08 +0000)]
fix for BUG #5066

24 years agoJust to make extra sure.
Andrei Zmievski [Fri, 16 Jun 2000 19:55:51 +0000 (19:55 +0000)]
Just to make extra sure.

24 years agoPlug a memory leak: retval_ptr should be destroyed.
Andrei Zmievski [Fri, 16 Jun 2000 19:53:06 +0000 (19:53 +0000)]
Plug a memory leak: retval_ptr should be destroyed.

24 years ago@- Enhanced WDDX functions to call __sleep() and __wakeup() when working on
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)

24 years agotypo fix
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:46:57 +0000 (18:46 +0000)]
typo fix

24 years agoretro-patch from // comments, theese where private experimental changes
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:42:56 +0000 (18:42 +0000)]
retro-patch from // comments, theese where private experimental changes

24 years agoTypo.
Andrei Zmievski [Fri, 16 Jun 2000 18:36:30 +0000 (18:36 +0000)]
Typo.

24 years agoC++ // comments are evil ...
Hartmut Holzgraefe [Fri, 16 Jun 2000 18:24:02 +0000 (18:24 +0000)]
C++ // comments are evil ...

24 years agoProtos looks now equal in both versions.
Egon Schmid [Fri, 16 Jun 2000 18:14:51 +0000 (18:14 +0000)]
Protos looks now equal in both versions.

24 years agoMake it possible to access other threads' local storage. Only use it if you have...
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!

24 years agoOk, this time here's some real Win32 system programming :)
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.

24 years ago@- Changed WDDX to serialize arrays as structs only if needed. (Thies)
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)

24 years agoMore main work
Sascha Schumann [Fri, 16 Jun 2000 11:07:13 +0000 (11:07 +0000)]
More main work

24 years agoSome stuff has moved to main
Sascha Schumann [Fri, 16 Jun 2000 10:45:36 +0000 (10:45 +0000)]
Some stuff has moved to main

24 years ago- Forgot to test check for errors in two places.
Jouni Ahto [Fri, 16 Jun 2000 10:09:12 +0000 (10:09 +0000)]
- Forgot to test check for errors in two places.

24 years ago- Make Windows compile
Andi Gutmans [Fri, 16 Jun 2000 08:02:33 +0000 (08:02 +0000)]
- Make Windows compile

24 years agoFix UNIX build
Andi Gutmans [Fri, 16 Jun 2000 02:49:21 +0000 (02:49 +0000)]
Fix UNIX build

24 years agoMacro it up the right way
Zeev Suraski [Fri, 16 Jun 2000 02:48:35 +0000 (02:48 +0000)]
Macro it up the right way

24 years agoMacro this up, so it can be moved to other places
Zeev Suraski [Fri, 16 Jun 2000 02:47:00 +0000 (02:47 +0000)]
Macro this up, so it can be moved to other places

24 years agoImprove timeout support - ini_get("max_execution_time", ...) works now
Zeev Suraski [Fri, 16 Jun 2000 02:27:47 +0000 (02:27 +0000)]
Improve timeout support - ini_get("max_execution_time", ...) works now

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

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

24 years ago- Move timeout code to Zend
Zeev Suraski [Fri, 16 Jun 2000 01:54:56 +0000 (01:54 +0000)]
- Move timeout code to Zend
- Implement timeouts in Win32

24 years agoMove timeout code to Zend, allow Win32 timeouts
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)

24 years ago- Don't need to check doc_root's length twice
Andi Gutmans [Fri, 16 Jun 2000 01:25:02 +0000 (01:25 +0000)]
- Don't need to check doc_root's length twice

24 years ago- Last one for tonight. Make sure that we don't check uninitialized
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

24 years ago- Last patch for tonight. A more optimized way to check for absolute path
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

24 years ago- Missed a bracket
Andi Gutmans [Fri, 16 Jun 2000 01:08:39 +0000 (01:08 +0000)]
- Missed a bracket

24 years ago- Beautify fopen-wrappers a bit.
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

24 years ago- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
Andi Gutmans [Thu, 15 Jun 2000 23:45:05 +0000 (23:45 +0000)]
- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions

24 years ago- Beautify a bit
Andi Gutmans [Thu, 15 Jun 2000 22:46:17 +0000 (22:46 +0000)]
- Beautify a bit

24 years ago- Try and fix crash with CGI.
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?

24 years agoUse hardcoded 3600 seconds offset instead of altzone which may not be present
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.

24 years ago- Unncessary SLS_FETCH();
Andi Gutmans [Thu, 15 Jun 2000 21:34:00 +0000 (21:34 +0000)]
- Unncessary SLS_FETCH();

24 years agoFix non thread-safe mode - asp_tags/short_tags etc weren't getting initialized properly
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

24 years ago*** empty log message ***
Andi Gutmans [Thu, 15 Jun 2000 19:09:51 +0000 (19:09 +0000)]
*** empty log message ***

24 years agoset_file_buffer was not being exported. This is now fixed.
Brian Moon [Thu, 15 Jun 2000 19:02:02 +0000 (19:02 +0000)]
set_file_buffer was not being exported.  This is now fixed.

24 years ago*** empty log message ***
Andi Gutmans [Thu, 15 Jun 2000 18:51:21 +0000 (18:51 +0000)]
*** empty log message ***

24 years ago- Support multiple arguments to unset()
Andi Gutmans [Thu, 15 Jun 2000 18:48:33 +0000 (18:48 +0000)]
- Support multiple arguments to unset()

24 years ago- virtual_fopen() should fail on empty path
Andi Gutmans [Thu, 15 Jun 2000 18:36:46 +0000 (18:36 +0000)]
- virtual_fopen() should fail on empty path

24 years agoups.
Thies C. Arntzen [Thu, 15 Jun 2000 18:23:18 +0000 (18:23 +0000)]
ups.

24 years agochanged return type of ZEND_VERIFY_RESOURCE from FALSE to NULL
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

24 years ago.
Thies C. Arntzen [Thu, 15 Jun 2000 18:15:44 +0000 (18:15 +0000)]
.

24 years agoAnother entry.
Andrei Zmievski [Thu, 15 Jun 2000 16:28:19 +0000 (16:28 +0000)]
Another entry.

24 years ago@- Updated strtotime() to handle many more formats. It now has complete
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)

24 years agofixed typo
Thies C. Arntzen [Thu, 15 Jun 2000 14:13:53 +0000 (14:13 +0000)]
fixed typo

24 years agoAdd php_version.h.
Andrei Zmievski [Thu, 15 Jun 2000 13:17:18 +0000 (13:17 +0000)]
Add php_version.h.

24 years ago- changes to handle the slightly different access to attributes
Uwe Steinmann [Thu, 15 Jun 2000 07:06:38 +0000 (07:06 +0000)]
- changes to handle the slightly different access to attributes

24 years ago- fixed problems with missing attributes due to a change
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

24 years agopatch from jtaskine@hit.fi - add deleted info to imap_mailboxmsginfo() and
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.

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

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

24 years ago- Fixed incorrect code generated when all parameters are optional.
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.

24 years agoreturn FALSE from strftime on negative timestamp values
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

24 years agoRefine checkdate() fix to accept numeric strings and floating point as well
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

24 years agoMove some stuff to zend_operators.h which is required by the
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.

24 years ago- More correct way of doing bit mask
Andi Gutmans [Wed, 14 Jun 2000 19:10:30 +0000 (19:10 +0000)]
- More correct way of doing bit mask

24 years ago@- Moved VC++ Win32 project and workspace files to the win32 directory
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)

24 years agoreminder
Thies C. Arntzen [Wed, 14 Jun 2000 17:01:01 +0000 (17:01 +0000)]
reminder

24 years agoRequire the year arg to checkdate to be an integer - fix for bug #5034
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)

24 years agoThoroughly fix .dsp problems - restore custom builds
Zeev Suraski [Wed, 14 Jun 2000 16:06:44 +0000 (16:06 +0000)]
Thoroughly fix .dsp problems - restore custom builds

24 years agotest
Andrei Zmievski [Wed, 14 Jun 2000 15:37:06 +0000 (15:37 +0000)]
test

24 years agono c++ comments, please
Thies C. Arntzen [Wed, 14 Jun 2000 12:28:21 +0000 (12:28 +0000)]
no c++ comments, please

24 years agoFix for #5028.
Egon Schmid [Wed, 14 Jun 2000 11:51:43 +0000 (11:51 +0000)]
Fix for #5028.

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.