]>
granicus.if.org Git - php/log
<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
Uwe Steinmann [Mon, 22 Nov 1999 15:28:26 +0000 (15:28 +0000)]
- port of clibpdf module based on ClibPDF 2.x.
This module is not tested yet, it just compiles.
I don't expect any real problem since the api hasn't changed.
ClibPDF 1.x isn't support anymore.
Stig Bakken [Mon, 22 Nov 1999 11:00:53 +0000 (11:00 +0000)]
@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in
the "pecl" subdir. "make install" will now install the database abstraction
layer in PREFIX/lib/php.
I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)
Evan Klinger [Mon, 22 Nov 1999 02:38:00 +0000 (02:38 +0000)]
Optimize a tiny bit
Evan Klinger [Mon, 22 Nov 1999 02:31:32 +0000 (02:31 +0000)]
Optimize LDAP a little with Ex API
<changelog@php.net> [Mon, 22 Nov 1999 02:08:40 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 22 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Mon, 22 Nov 1999 01:30:28 +0000 (01:30 +0000)]
(php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it
Sascha Schumann [Mon, 22 Nov 1999 00:42:06 +0000 (00:42 +0000)]
(PHP getallheaders) added function for AOLserver
(php_ns_hash_environment) added REMOTE_PORT, SERVER_PORT, SERVER_NAME,
PATH_TRANSLATED, GATEWAY_INTERFACE variables
Sascha Schumann [Sun, 21 Nov 1999 20:08:43 +0000 (20:08 +0000)]
(PHP urldecode) Fix for #2788, function changed parameter in place
Andi Gutmans [Sun, 21 Nov 1999 18:19:08 +0000 (18:19 +0000)]
That slipped away
Zeev Suraski [Sun, 21 Nov 1999 18:11:10 +0000 (18:11 +0000)]
- Optimize class instanciation
- Fix constant instanciation for array elements inside objects
Thies C. Arntzen [Sun, 21 Nov 1999 17:13:39 +0000 (17:13 +0000)]
@- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)
convert_to_long() after compare_function() destroys float-compares!
Egon Schmid [Sun, 21 Nov 1999 14:06:30 +0000 (14:06 +0000)]
Maybe later on today. Must buy some beer first.
Thies C. Arntzen [Sun, 21 Nov 1999 13:25:04 +0000 (13:25 +0000)]
@- Implemented get_html_translation_table() function. (Thies)
(PHP get_html_translation_table) new function.
Thies C. Arntzen [Sun, 21 Nov 1999 12:37:53 +0000 (12:37 +0000)]
@- Implemented array_flip() function. Returns input-array with key, value
@ flipped. (Thies)
(PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes in src-array.
Thies C. Arntzen [Sun, 21 Nov 1999 12:13:44 +0000 (12:13 +0000)]
-renamed some macros
-return_value_used now used in a few more functions
Thies C. Arntzen [Sun, 21 Nov 1999 12:05:39 +0000 (12:05 +0000)]
(PHP strtr) little smarter
Stefan Roehrich [Sun, 21 Nov 1999 10:45:01 +0000 (10:45 +0000)]
Java module now works with Linux jdk 1.2pre2.
Rasmus Lerdorf [Sun, 21 Nov 1999 04:07:56 +0000 (04:07 +0000)]
# Fix ColorResolve bogosity
Fix gd problems
<changelog@php.net> [Sun, 21 Nov 1999 02:08:45 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 21 Nov 1999 02:08:42 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Sat, 20 Nov 1999 22:50:42 +0000 (22:50 +0000)]
add Berkeley DB3 support
@- Added Berkeley DB3 support in DBA (Sascha)
Andrei Zmievski [Sat, 20 Nov 1999 22:09:27 +0000 (22:09 +0000)]
(PHP substr_replace) Changed the order of the arguments.
Sascha Schumann [Sat, 20 Nov 1999 19:00:17 +0000 (19:00 +0000)]
--enable-versioning can now be used with CGI/AOLserver as well. Note that
we do not use versioning per se anymore, but export only the required
symbols.
Andi Gutmans [Sat, 20 Nov 1999 16:56:41 +0000 (16:56 +0000)]
- Changed path to MySQL library in Win32 project
Thies C. Arntzen [Sat, 20 Nov 1999 15:53:18 +0000 (15:53 +0000)]
@- Implemented 2-Arg version of strtr($str,$translation_array). This can be used
@ to revert what htmlspecialchars() did. (Thies)
(PHP strtr) new 2-Arg version.
Thies C. Arntzen [Sat, 20 Nov 1999 10:11:36 +0000 (10:11 +0000)]
*** empty log message ***
Andi Gutmans [Sat, 20 Nov 1999 09:17:30 +0000 (09:17 +0000)]
- Fixed a typo in the name of the project file. It links now
<changelog@php.net> [Sat, 20 Nov 1999 02:08:40 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 20 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update
Andi Gutmans [Sat, 20 Nov 1999 01:14:36 +0000 (01:14 +0000)]
- More PGSQL thread-safe updates. It still doesn't work though. Crashes for
some reason at .dll load time
Andi Gutmans [Sat, 20 Nov 1999 01:04:45 +0000 (01:04 +0000)]
- Should pretty much work now
Andi Gutmans [Sat, 20 Nov 1999 00:45:44 +0000 (00:45 +0000)]
- Add project file