]>
granicus.if.org Git - php/log
<changelog@php.net> [Thu, 22 Jun 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 22 Jun 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Rasmus Lerdorf [Wed, 21 Jun 2000 22:51:29 +0000 (22:51 +0000)]
Add a crc32 checksum function - used by the udm_search search engine
and currently run through a system call. This will speed up the udm_search
php frontend significantly.
@ Add a crc32 checksum function - used by the udm_search search engine
@ and currently run through a system call. This will speed up the udm_search
@ php frontend significantly. (Rasmus)
Sascha Schumann [Wed, 21 Jun 2000 21:49:33 +0000 (21:49 +0000)]
Add alloca.h check
Remove some unused header checks
Sascha Schumann [Wed, 21 Jun 2000 21:48:14 +0000 (21:48 +0000)]
HAVE_MEMORY_H is not used by PHP.
Sascha Schumann [Wed, 21 Jun 2000 18:35:54 +0000 (18:35 +0000)]
Revert earlier commit.
Thies C. Arntzen [Wed, 21 Jun 2000 18:22:22 +0000 (18:22 +0000)]
unserialize() and wddx_deserialize() now create an empty class if they enconter
a class which's code is yet unknown. this makes sessionized data retain the
class name of objects even if you visited pages that don't have the classes
code available.
Chuck Hagenbuch [Wed, 21 Jun 2000 02:22:04 +0000 (02:22 +0000)]
Here is a brief start towards getting the DB stuff up to speed and working
(I need it to move forward on some stuff, and I really do want to see PEAR
succeed, so I'm going to work with the official code to get it working. Hope
that's okay). I've replaced all instances of 'use' and 'import' with
'include_once' (and added the .php extension where necessary). This gets my
short test script working. More possibly to come.
<changelog@php.net> [Wed, 21 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Tue, 20 Jun 2000 22:12:22 +0000 (22:12 +0000)]
Warn about using the built-in MySQL library
Zeev Suraski [Tue, 20 Jun 2000 21:50:57 +0000 (21:50 +0000)]
This is no longer needed
Andrei Zmievski [Tue, 20 Jun 2000 19:21:11 +0000 (19:21 +0000)]
bonsai test
Ben Mansell [Tue, 20 Jun 2000 11:35:12 +0000 (11:35 +0000)]
Initialise lcg_globals correctly
# Fixes bug 5075
<changelog@php.net> [Tue, 20 Jun 2000 02:14:19 +0000 (02:14 +0000)]
ChangeLog update
Egon Schmid [Mon, 19 Jun 2000 22:12:57 +0000 (22:12 +0000)]
Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?
Sascha Schumann [Mon, 19 Jun 2000 21:35:01 +0000 (21:35 +0000)]
Unbreak imap by fixing the assignment
Uwe Steinmann [Mon, 19 Jun 2000 19:46:24 +0000 (19:46 +0000)]
- minor changes
Uwe Steinmann [Mon, 19 Jun 2000 19:45:53 +0000 (19:45 +0000)]
- added prototype
Andrei Zmievski [Mon, 19 Jun 2000 14:04:57 +0000 (14:04 +0000)]
Call __wakeup() after all the instance variables are initialized.
Thies C. Arntzen [Mon, 19 Jun 2000 12:56:30 +0000 (12:56 +0000)]
kill warinig
Thies C. Arntzen [Mon, 19 Jun 2000 09:27:17 +0000 (09:27 +0000)]
good morning, thies!
Thies C. Arntzen [Mon, 19 Jun 2000 09:16:58 +0000 (09:16 +0000)]
some adjustments to the sysliblist
# still needs some fixing - sascha?
Thies C. Arntzen [Mon, 19 Jun 2000 09:02:48 +0000 (09:02 +0000)]
(fsockopen) fix #5090
Andi Gutmans [Mon, 19 Jun 2000 04:33:40 +0000 (04:33 +0000)]
- Fixed problem in imap_fetch_overview
<changelog@php.net> [Mon, 19 Jun 2000 02:14:20 +0000 (02:14 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 19 Jun 2000 02:14:17 +0000 (02:14 +0000)]
NEWS update
Andi Gutmans [Sun, 18 Jun 2000 20:09:17 +0000 (20:09 +0000)]
- Nuke warning
Egon Schmid [Sun, 18 Jun 2000 20:01:45 +0000 (20:01 +0000)]
No response from Sascha so changed to lowercase.
Egon Schmid [Sun, 18 Jun 2000 19:18:30 +0000 (19:18 +0000)]
More protos.
Holger Zimmermann [Sun, 18 Jun 2000 19:04:50 +0000 (19:04 +0000)]
Changed strtok_r to php_strtok_r
Holger Zimmermann [Sun, 18 Jun 2000 19:01:54 +0000 (19:01 +0000)]
Changed strtok_r to php_strtok_r
Jouni Ahto [Sun, 18 Jun 2000 17:36:31 +0000 (17:36 +0000)]
- Fix return type in proto once again...
Sascha Schumann [Sun, 18 Jun 2000 16:51:42 +0000 (16:51 +0000)]
fp_except check for FreeBSD 1.0-2.2.5
Sascha Schumann [Sun, 18 Jun 2000 16:33:15 +0000 (16:33 +0000)]
Welcome zend_finite(n).
This chooses the best combination of what is available:
finite, isfinite, isinf, isnan
Egon Schmid [Sun, 18 Jun 2000 16:31:52 +0000 (16:31 +0000)]
Some protos fixed.
Jouni Ahto [Sun, 18 Jun 2000 16:07:06 +0000 (16:07 +0000)]
- Fix return type in proto.
Stanislav Malyshev [Sun, 18 Jun 2000 16:02:32 +0000 (16:02 +0000)]
Make error callback be publicly accessible
Andi Gutmans [Sun, 18 Jun 2000 15:44:23 +0000 (15:44 +0000)]
- Better FreeBSD fix. Does fp_except_t exist on 3.4?
Sascha Schumann [Sun, 18 Jun 2000 15:30:55 +0000 (15:30 +0000)]
Cosmetic cleanups
Thies C. Arntzen [Sun, 18 Jun 2000 10:37:01 +0000 (10:37 +0000)]
(implode), (strtr) no longer touch the internal array-pointer.
Thies C. Arntzen [Sun, 18 Jun 2000 10:25:39 +0000 (10:25 +0000)]
(serialize) no longer touches the internal array-pointer
Sascha Schumann [Sun, 18 Jun 2000 10:21:20 +0000 (10:21 +0000)]
Readd pi3web_sapi.c and reset flags.
Andi Gutmans [Sun, 18 Jun 2000 04:22:12 +0000 (04:22 +0000)]
- I don't know how this happened. I tested the bloody thing and I remember
- copy&pasting from code which used ~.
Andrei Zmievski [Sun, 18 Jun 2000 03:45:08 +0000 (03:45 +0000)]
One more place.
Andrei Zmievski [Sun, 18 Jun 2000 03:43:58 +0000 (03:43 +0000)]
@- Modified in_array() to not touch array pointer. (Andrei)
<changelog@php.net> [Sun, 18 Jun 2000 02:14:18 +0000 (02:14 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 18 Jun 2000 00:12:31 +0000 (00:12 +0000)]
Slightly more accurate description here
Andrei Zmievski [Sat, 17 Jun 2000 18:32:53 +0000 (18:32 +0000)]
Relic from cvs conflict?
Zeev Suraski [Sat, 17 Jun 2000 18:04:58 +0000 (18:04 +0000)]
- Add restore_error_handler()
error_handler's are now stored in a stack
Zeev Suraski [Sat, 17 Jun 2000 18:03:25 +0000 (18:03 +0000)]
Update news
Andi Gutmans [Sat, 17 Jun 2000 17:43:11 +0000 (17:43 +0000)]
- Add notice about CGI fix
Zeev Suraski [Sat, 17 Jun 2000 16:50:38 +0000 (16:50 +0000)]
Allow the symbol_table to be passed to call_user_function_ex()
Zeev Suraski [Sat, 17 Jun 2000 16:49:03 +0000 (16:49 +0000)]
- Fix a couple of wranings in the FTP code and in parsedate.y
- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()
Andrei Zmievski [Sat, 17 Jun 2000 16:13:11 +0000 (16:13 +0000)]
Wrong number of commas.
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.
Andi Gutmans [Sat, 17 Jun 2000 14:56:19 +0000 (14:56 +0000)]
- Export ts_resource_ex in order to succesfully build Windows version
Andi Gutmans [Sat, 17 Jun 2000 14:48:03 +0000 (14:48 +0000)]
- Make Windows compile
- Windows doesn't support LC_MESSAGES
Zeev Suraski [Sat, 17 Jun 2000 14:12:58 +0000 (14:12 +0000)]
Fix filenames and line numbers in ZTS mode
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)
Holger Zimmermann [Sat, 17 Jun 2000 13:02:00 +0000 (13:02 +0000)]
Announced Pi3Web support
Holger Zimmermann [Sat, 17 Jun 2000 12:06:09 +0000 (12:06 +0000)]
Added Pi3Web support
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*)$/
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
Sascha Schumann [Sat, 17 Jun 2000 10:50:42 +0000 (10:50 +0000)]
Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
Jouni Ahto [Sat, 17 Jun 2000 10:10:20 +0000 (10:10 +0000)]
- Missed one if() and cosmetic changes.
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