]>
granicus.if.org Git - php/log
Zeev Suraski [Sat, 27 Nov 1999 00:04:36 +0000 (00:04 +0000)]
Add ability to disable the memory cache
Zeev Suraski [Fri, 26 Nov 1999 23:56:15 +0000 (23:56 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 26 Nov 1999 23:54:05 +0000 (23:54 +0000)]
- Fix fd leak in ZTS mode
Zeev Suraski [Fri, 26 Nov 1999 23:48:04 +0000 (23:48 +0000)]
UNIX/non ZTS compile fixes
Zeev Suraski [Fri, 26 Nov 1999 23:45:22 +0000 (23:45 +0000)]
- Improve the file handle closing code
Zeev Suraski [Fri, 26 Nov 1999 23:44:41 +0000 (23:44 +0000)]
- Modify zend_llist_del() to receive a comparison function
Sascha Schumann [Fri, 26 Nov 1999 22:37:45 +0000 (22:37 +0000)]
Kill undefined reference
Sascha Schumann [Fri, 26 Nov 1999 21:45:57 +0000 (21:45 +0000)]
Enable _POSIX_THREAD_SEMANTICS for all configurations testwise
Sascha Schumann [Fri, 26 Nov 1999 21:20:40 +0000 (21:20 +0000)]
Undefine HAVE_PUTENV, if ZTS is used
Sascha Schumann [Fri, 26 Nov 1999 21:04:40 +0000 (21:04 +0000)]
Kill one race.
Zeev Suraski [Fri, 26 Nov 1999 20:19:28 +0000 (20:19 +0000)]
This request_shutdown() is no longer needed (never was needed really)
Sascha Schumann [Fri, 26 Nov 1999 19:27:08 +0000 (19:27 +0000)]
unposixfy calls to TSRM
Sascha Schumann [Fri, 26 Nov 1999 19:09:57 +0000 (19:09 +0000)]
Define macros only, if one of the locking _r functions is used
Sascha Schumann [Fri, 26 Nov 1999 19:01:26 +0000 (19:01 +0000)]
Avoid fd leak which appears when using ZEND_HANDLE_FILENAME
Zeev Suraski [Fri, 26 Nov 1999 18:37:06 +0000 (18:37 +0000)]
This should get the file to close properly
Sascha Schumann [Fri, 26 Nov 1999 18:34:27 +0000 (18:34 +0000)]
Use php_init_output_globals() also in non-ZTS mode
Sascha Schumann [Fri, 26 Nov 1999 17:53:56 +0000 (17:53 +0000)]
Rebuild libzend.la, if the scanner was rebuilt
Sascha Schumann [Fri, 26 Nov 1999 17:37:22 +0000 (17:37 +0000)]
Fix typo (shutdown -> startup)
Sascha Schumann [Fri, 26 Nov 1999 17:33:53 +0000 (17:33 +0000)]
- move strtok_r into reentrancy.c
- add rand_r()
Sascha Schumann [Fri, 26 Nov 1999 17:12:01 +0000 (17:12 +0000)]
Add/update copyright headers
Sascha Schumann [Fri, 26 Nov 1999 17:08:23 +0000 (17:08 +0000)]
Back out last commit.
Sascha Schumann [Fri, 26 Nov 1999 17:07:41 +0000 (17:07 +0000)]
Add reentrant versions of ctime, localtime, gmtime, asctime.
These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each access (only if ZTS is used).
To initialize/destroy the used data structures, you need to call
reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
sapi_shutdown().
Sascha Schumann [Fri, 26 Nov 1999 16:51:57 +0000 (16:51 +0000)]
Convert more source files to use thread-safe functions
Sascha Schumann [Fri, 26 Nov 1999 16:32:02 +0000 (16:32 +0000)]
Use thread-safe versions of asctime and localtime
Sascha Schumann [Fri, 26 Nov 1999 16:29:00 +0000 (16:29 +0000)]
Use thread-safe versions of localtime and gmtime
Sascha Schumann [Fri, 26 Nov 1999 15:33:42 +0000 (15:33 +0000)]
Close a resource leak.
Zeev Suraski [Fri, 26 Nov 1999 14:57:50 +0000 (14:57 +0000)]
Undo previous bogus commit
Zeev Suraski [Fri, 26 Nov 1999 13:56:33 +0000 (13:56 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 26 Nov 1999 13:53:18 +0000 (13:53 +0000)]
Remove request_started, increase thread safety
Sascha Schumann [Fri, 26 Nov 1999 13:43:55 +0000 (13:43 +0000)]
(PHP_RINIT(session)) Never return FAILURE on trivial issues from a request
startup handler
Sascha Schumann [Fri, 26 Nov 1999 13:34:31 +0000 (13:34 +0000)]
Replace strtok with strtok_r
Sascha Schumann [Fri, 26 Nov 1999 13:34:02 +0000 (13:34 +0000)]
Add strtok_r replacement function from FreeBSD-current.
Sascha Schumann [Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)]
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
will never be defined, even on systems which have these functions.
<changelog@php.net> [Fri, 26 Nov 1999 02:08:34 +0000 (02:08 +0000)]
ChangeLog update
Zeev Suraski [Thu, 25 Nov 1999 16:21:01 +0000 (16:21 +0000)]
That's a more thorough fix...
Zeev Suraski [Thu, 25 Nov 1999 16:11:34 +0000 (16:11 +0000)]
Fix bug #2817 - assignments to string offsets could erronously modify unrelated strings
Zeev Suraski [Thu, 25 Nov 1999 15:24:49 +0000 (15:24 +0000)]
*** empty log message ***
Uwe Steinmann [Thu, 25 Nov 1999 07:00:27 +0000 (07:00 +0000)]
- changed encoding parameter of cpdf_set_font to string on advice from
fastio to better support asian fonts.
Uwe Steinmann [Thu, 25 Nov 1999 06:56:40 +0000 (06:56 +0000)]
- made domxml compile
David Hedbor [Thu, 25 Nov 1999 02:15:59 +0000 (02:15 +0000)]
Now the new direct write is enabled too...
<changelog@php.net> [Thu, 25 Nov 1999 02:08:34 +0000 (02:08 +0000)]
ChangeLog update
David Hedbor [Thu, 25 Nov 1999 02:05:35 +0000 (02:05 +0000)]
Implemented direct writing to the client's FD if RXML parsing of the result isn't selected.
David Hedbor [Thu, 25 Nov 1999 00:28:19 +0000 (00:28 +0000)]
Now ZTS can be used. Unless --enable-roxen-zts is specified at the
configure line the default process global Roxen PHP lock will be
used. In tests this was a lot faster for some reason and until the
reasons are figured out, it's recommended to use the non-thead-safe
version.
Cvs: ----------------------------------------------------------------------
Egon Schmid [Wed, 24 Nov 1999 22:04:49 +0000 (22:04 +0000)]
I'm dreaming that someone else can format this when he/she is looking at it.
Sander Steffann [Wed, 24 Nov 1999 21:43:54 +0000 (21:43 +0000)]
Some patched versions of GD support both GIF and PNG. The GD module now
checks for both instead of assuming that PNG support means that there is no
GIF support anymore.
Sander Steffann [Wed, 24 Nov 1999 18:50:10 +0000 (18:50 +0000)]
Removed an empty -L from LDFLAGS which caused errors in configure when
running it with --with-gd (without path). Because of this configure detected
every GD as GD-1.2.
Sascha Schumann [Wed, 24 Nov 1999 17:56:31 +0000 (17:56 +0000)]
Killing some unused variable warnings
Sascha Schumann [Wed, 24 Nov 1999 17:36:23 +0000 (17:36 +0000)]
some cosmetical changes
Egon Schmid [Wed, 24 Nov 1999 12:10:15 +0000 (12:10 +0000)]
Descriptions should be different for different function names.
Thies C. Arntzen [Wed, 24 Nov 1999 09:49:30 +0000 (09:49 +0000)]
fix typo
David Hedbor [Wed, 24 Nov 1999 07:28:17 +0000 (07:28 +0000)]
Removed some forgotten C++ style comments
David Hedbor [Wed, 24 Nov 1999 07:17:17 +0000 (07:17 +0000)]
Now actually correctly checks for Pike paths etc.
Uwe Steinmann [Wed, 24 Nov 1999 06:21:48 +0000 (06:21 +0000)]
- new xml parser with dom support
Evan Klinger [Wed, 24 Nov 1999 06:16:37 +0000 (06:16 +0000)]
Freeing the memory would be a good idea...
Evan Klinger [Wed, 24 Nov 1999 05:53:12 +0000 (05:53 +0000)]
Mention new select(), fd_set() and fd_isset() functions
Andrei Zmievski [Wed, 24 Nov 1999 05:15:24 +0000 (05:15 +0000)]
Cleaning up remnants of ChangeLog manipulations.
Evan Klinger [Wed, 24 Nov 1999 03:47:58 +0000 (03:47 +0000)]
Can't forget fd_isset()
Sascha Schumann [Wed, 24 Nov 1999 03:27:53 +0000 (03:27 +0000)]
- add PHP_BUILD_THREAD_SAFE
- move #undef HAVE_AOLSERVER into its own config.h.stub
Evan Klinger [Wed, 24 Nov 1999 03:05:10 +0000 (03:05 +0000)]
First attempt at fd_set() and select()
# Please test thoroughly
David Hedbor [Wed, 24 Nov 1999 02:36:39 +0000 (02:36 +0000)]
- Added a couple of static for functions that don't need to be public.
- Removed some unused code.
- Started writing better comments.
David Hedbor [Wed, 24 Nov 1999 02:34:50 +0000 (02:34 +0000)]
Don't create a new thread for each php-script - use the handler thread.
<changelog@php.net> [Wed, 24 Nov 1999 02:08:39 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 24 Nov 1999 02:08:35 +0000 (02:08 +0000)]
NEWS update
David Hedbor [Wed, 24 Nov 1999 00:25:14 +0000 (00:25 +0000)]
Moved HAVE_ROXEN to sapi/roxen/config.h.stub
David Hedbor [Wed, 24 Nov 1999 00:24:49 +0000 (00:24 +0000)]
Added .cvsignore
David Hedbor [Wed, 24 Nov 1999 00:02:13 +0000 (00:02 +0000)]
Added the wrong file.
David Hedbor [Tue, 23 Nov 1999 23:08:34 +0000 (23:08 +0000)]
Added HAVE_ROXEN for the Roxen sapi module
David Hedbor [Tue, 23 Nov 1999 23:08:10 +0000 (23:08 +0000)]
First version of Pike/Roxen module for embedding PHP.
Andrei Zmievski [Tue, 23 Nov 1999 22:46:41 +0000 (22:46 +0000)]
*** empty log message ***
Andrei Zmievski [Tue, 23 Nov 1999 22:35:23 +0000 (22:35 +0000)]
Re-arranging a bit.
<changelog@php.net> [Tue, 23 Nov 1999 22:29:19 +0000 (22:29 +0000)]
Fixing results of an infelicity in ChangeLog generation.
Zeev Suraski [Tue, 23 Nov 1999 22:10:44 +0000 (22:10 +0000)]
Use the unified notation...
Zeev Suraski [Tue, 23 Nov 1999 21:08:51 +0000 (21:08 +0000)]
Cosmetic changes
Sascha Schumann [Tue, 23 Nov 1999 20:53:20 +0000 (20:53 +0000)]
add some points
Andrei Zmievski [Tue, 23 Nov 1999 20:25:55 +0000 (20:25 +0000)]
(main) In this special case, free path_translated. Fix for #2795.
Sascha Schumann [Tue, 23 Nov 1999 19:54:51 +0000 (19:54 +0000)]
Only create regex/Makefile, if we use the bundled regex library
Sascha Schumann [Tue, 23 Nov 1999 15:39:09 +0000 (15:39 +0000)]
(main) Remove redundant statement, this is part of the initialization
function.
Thies C. Arntzen [Tue, 23 Nov 1999 13:02:55 +0000 (13:02 +0000)]
*** empty log message ***
Sascha Schumann [Tue, 23 Nov 1999 12:41:02 +0000 (12:41 +0000)]
Don't bail out, if PECL cannot be installed. PHP is often only an
intermediate step of the installation, so it is often not performed
by root.
Thies C. Arntzen [Tue, 23 Nov 1999 11:22:45 +0000 (11:22 +0000)]
Getting Zeus-Support in place - i can already see phpinfo()!
Uwe Steinmann [Tue, 23 Nov 1999 10:05:32 +0000 (10:05 +0000)]
- inform everybody about cpdf support
Uwe Steinmann [Tue, 23 Nov 1999 09:04:31 +0000 (09:04 +0000)]
- extended test script for cpdf by GD image insertion
Evan Klinger [Tue, 23 Nov 1999 06:46:40 +0000 (06:46 +0000)]
Convert to Ex API
# If someone could please check these I'd appreciate it
Sam Ruby [Tue, 23 Nov 1999 03:10:46 +0000 (03:10 +0000)]
errors during startup trap server
Andrei Zmievski [Tue, 23 Nov 1999 03:08:46 +0000 (03:08 +0000)]
Formatting.
Andrei Zmievski [Tue, 23 Nov 1999 03:08:10 +0000 (03:08 +0000)]
Add .cvsignore.
<changelog@php.net> [Tue, 23 Nov 1999 02:08:41 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 23 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update
Zeev Suraski [Mon, 22 Nov 1999 22:27:04 +0000 (22:27 +0000)]
Fix compile problem with enable-memory-limit
Zeev Suraski [Mon, 22 Nov 1999 20:58:56 +0000 (20:58 +0000)]
Fixed a leak when using automatic output buffering
@ Fixed a leak when using automatic output buffering (Zeev)
Andrei Zmievski [Mon, 22 Nov 1999 20:47:37 +0000 (20:47 +0000)]
Don't forget the pickle.
Andrei Zmievski [Mon, 22 Nov 1999 19:45:42 +0000 (19:45 +0000)]
Reformatting.
Frank M. Kromann [Mon, 22 Nov 1999 19:11:42 +0000 (19:11 +0000)]
add MS SQL module seams to be working
Frank M. Kromann [Mon, 22 Nov 1999 19:10:14 +0000 (19:10 +0000)]
add MS SQL module to credit info
Frank M. Kromann [Mon, 22 Nov 1999 19:01:00 +0000 (19:01 +0000)]
Project changed to allow compilation for MS SQL 6.5 or 7.0
Zeev Suraski [Mon, 22 Nov 1999 17:11:36 +0000 (17:11 +0000)]
Fix inconsistencies with here-docs implementation
Zeev Suraski [Mon, 22 Nov 1999 17:10:42 +0000 (17:10 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 22 Nov 1999 16:30:23 +0000 (16:30 +0000)]
Fix #2744
Uwe Steinmann [Mon, 22 Nov 1999 16:09:07 +0000 (16:09 +0000)]
- test for hyperwave module
Uwe Steinmann [Mon, 22 Nov 1999 16:08:27 +0000 (16:08 +0000)]
- test for cpdf module