]> granicus.if.org Git - php/log
php
25 years agoChangeLog update
<changelog@php.net> [Fri, 26 Nov 1999 02:08:34 +0000 (02:08 +0000)]
ChangeLog update

25 years agoThat's a more thorough fix...
Zeev Suraski [Thu, 25 Nov 1999 16:21:01 +0000 (16:21 +0000)]
That's a more thorough fix...

25 years agoFix bug #2817 - assignments to string offsets could erronously modify unrelated strings
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

25 years ago*** empty log message ***
Zeev Suraski [Thu, 25 Nov 1999 15:24:49 +0000 (15:24 +0000)]
*** empty log message ***

25 years ago- changed encoding parameter of cpdf_set_font to string on advice from
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.

25 years ago- made domxml compile
Uwe Steinmann [Thu, 25 Nov 1999 06:56:40 +0000 (06:56 +0000)]
- made domxml compile

25 years agoNow the new direct write is enabled too...
David Hedbor [Thu, 25 Nov 1999 02:15:59 +0000 (02:15 +0000)]
Now the new direct write is enabled too...

25 years agoChangeLog update
<changelog@php.net> [Thu, 25 Nov 1999 02:08:34 +0000 (02:08 +0000)]
ChangeLog update

25 years agoImplemented direct writing to the client's FD if RXML parsing of the result isn't...
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.

25 years agoNow ZTS can be used. Unless --enable-roxen-zts is specified at the
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: ----------------------------------------------------------------------

25 years agoI'm dreaming that someone else can format this when he/she is looking at it.
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.

25 years agoSome patched versions of GD support both GIF and PNG. The GD module now
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.

25 years agoRemoved an empty -L from LDFLAGS which caused errors in configure when
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.

25 years agoKilling some unused variable warnings
Sascha Schumann [Wed, 24 Nov 1999 17:56:31 +0000 (17:56 +0000)]
Killing some unused variable warnings

25 years agosome cosmetical changes
Sascha Schumann [Wed, 24 Nov 1999 17:36:23 +0000 (17:36 +0000)]
some cosmetical changes

25 years agoDescriptions should be different for different function names.
Egon Schmid [Wed, 24 Nov 1999 12:10:15 +0000 (12:10 +0000)]
Descriptions should be different for different function names.

25 years agofix typo
Thies C. Arntzen [Wed, 24 Nov 1999 09:49:30 +0000 (09:49 +0000)]
fix typo

25 years agoRemoved some forgotten C++ style comments
David Hedbor [Wed, 24 Nov 1999 07:28:17 +0000 (07:28 +0000)]
Removed some forgotten C++ style comments

25 years agoNow actually correctly checks for Pike paths etc.
David Hedbor [Wed, 24 Nov 1999 07:17:17 +0000 (07:17 +0000)]
Now actually correctly checks for Pike paths etc.

25 years ago- new xml parser with dom support
Uwe Steinmann [Wed, 24 Nov 1999 06:21:48 +0000 (06:21 +0000)]
- new xml parser with dom support

25 years agoFreeing the memory would be a good idea...
Evan Klinger [Wed, 24 Nov 1999 06:16:37 +0000 (06:16 +0000)]
Freeing the memory would be a good idea...

25 years agoMention new select(), fd_set() and fd_isset() functions
Evan Klinger [Wed, 24 Nov 1999 05:53:12 +0000 (05:53 +0000)]
Mention new select(), fd_set() and fd_isset() functions

25 years agoCleaning up remnants of ChangeLog manipulations.
Andrei Zmievski [Wed, 24 Nov 1999 05:15:24 +0000 (05:15 +0000)]
Cleaning up remnants of ChangeLog manipulations.

25 years agoCan't forget fd_isset()
Evan Klinger [Wed, 24 Nov 1999 03:47:58 +0000 (03:47 +0000)]
Can't forget fd_isset()

25 years ago- add PHP_BUILD_THREAD_SAFE
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

25 years agoFirst attempt at fd_set() and select()
Evan Klinger [Wed, 24 Nov 1999 03:05:10 +0000 (03:05 +0000)]
First attempt at fd_set() and select()
# Please test thoroughly

25 years ago- Added a couple of static for functions that don't need to be public.
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.

25 years agoDon't create a new thread for each php-script - use the handler thread.
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.

25 years agoChangeLog update
<changelog@php.net> [Wed, 24 Nov 1999 02:08:39 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 24 Nov 1999 02:08:35 +0000 (02:08 +0000)]
NEWS update

25 years agoMoved HAVE_ROXEN to sapi/roxen/config.h.stub
David Hedbor [Wed, 24 Nov 1999 00:25:14 +0000 (00:25 +0000)]
Moved HAVE_ROXEN to sapi/roxen/config.h.stub

25 years agoAdded .cvsignore
David Hedbor [Wed, 24 Nov 1999 00:24:49 +0000 (00:24 +0000)]
Added .cvsignore

25 years agoAdded the wrong file.
David Hedbor [Wed, 24 Nov 1999 00:02:13 +0000 (00:02 +0000)]
Added the wrong file.

25 years agoAdded HAVE_ROXEN for the Roxen sapi module
David Hedbor [Tue, 23 Nov 1999 23:08:34 +0000 (23:08 +0000)]
Added HAVE_ROXEN for the Roxen sapi module

25 years agoFirst version of Pike/Roxen module for embedding PHP.
David Hedbor [Tue, 23 Nov 1999 23:08:10 +0000 (23:08 +0000)]
First version of Pike/Roxen module for embedding PHP.

25 years ago*** empty log message ***
Andrei Zmievski [Tue, 23 Nov 1999 22:46:41 +0000 (22:46 +0000)]
*** empty log message ***

25 years agoRe-arranging a bit.
Andrei Zmievski [Tue, 23 Nov 1999 22:35:23 +0000 (22:35 +0000)]
Re-arranging a bit.

25 years agoFixing results of an infelicity in ChangeLog generation.
<changelog@php.net> [Tue, 23 Nov 1999 22:29:19 +0000 (22:29 +0000)]
Fixing results of an infelicity in ChangeLog generation.

25 years agoUse the unified notation...
Zeev Suraski [Tue, 23 Nov 1999 22:10:44 +0000 (22:10 +0000)]
Use the unified notation...

25 years agoCosmetic changes
Zeev Suraski [Tue, 23 Nov 1999 21:08:51 +0000 (21:08 +0000)]
Cosmetic changes

25 years agoadd some points
Sascha Schumann [Tue, 23 Nov 1999 20:53:20 +0000 (20:53 +0000)]
add some points

25 years ago(main) In this special case, free path_translated. Fix for #2795.
Andrei Zmievski [Tue, 23 Nov 1999 20:25:55 +0000 (20:25 +0000)]
(main) In this special case, free path_translated. Fix for #2795.

25 years agoOnly create regex/Makefile, if we use the bundled regex library
Sascha Schumann [Tue, 23 Nov 1999 19:54:51 +0000 (19:54 +0000)]
Only create regex/Makefile, if we use the bundled regex library

25 years ago(main) Remove redundant statement, this is part of the initialization
Sascha Schumann [Tue, 23 Nov 1999 15:39:09 +0000 (15:39 +0000)]
(main) Remove redundant statement, this is part of the initialization
function.

25 years ago*** empty log message ***
Thies C. Arntzen [Tue, 23 Nov 1999 13:02:55 +0000 (13:02 +0000)]
*** empty log message ***

25 years agoDon't bail out, if PECL cannot be installed. PHP is often only an
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.

25 years agoGetting Zeus-Support in place - i can already see phpinfo()!
Thies C. Arntzen [Tue, 23 Nov 1999 11:22:45 +0000 (11:22 +0000)]
Getting Zeus-Support in place - i can already see phpinfo()!

25 years ago- inform everybody about cpdf support
Uwe Steinmann [Tue, 23 Nov 1999 10:05:32 +0000 (10:05 +0000)]
- inform everybody about cpdf support

25 years ago- extended test script for cpdf by GD image insertion
Uwe Steinmann [Tue, 23 Nov 1999 09:04:31 +0000 (09:04 +0000)]
- extended test script for cpdf by GD image insertion

25 years agoConvert to Ex API
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

25 years agoerrors during startup trap server
Sam Ruby [Tue, 23 Nov 1999 03:10:46 +0000 (03:10 +0000)]
errors during startup trap server

25 years agoFormatting.
Andrei Zmievski [Tue, 23 Nov 1999 03:08:46 +0000 (03:08 +0000)]
Formatting.

25 years agoAdd .cvsignore.
Andrei Zmievski [Tue, 23 Nov 1999 03:08:10 +0000 (03:08 +0000)]
Add .cvsignore.

25 years agoChangeLog update
<changelog@php.net> [Tue, 23 Nov 1999 02:08:41 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 23 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update

25 years agoFix compile problem with enable-memory-limit
Zeev Suraski [Mon, 22 Nov 1999 22:27:04 +0000 (22:27 +0000)]
Fix compile problem with enable-memory-limit

25 years agoFixed a leak when using automatic output buffering
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)

25 years agoDon't forget the pickle.
Andrei Zmievski [Mon, 22 Nov 1999 20:47:37 +0000 (20:47 +0000)]
Don't forget the pickle.

25 years agoReformatting.
Andrei Zmievski [Mon, 22 Nov 1999 19:45:42 +0000 (19:45 +0000)]
Reformatting.

25 years agoadd MS SQL module seams to be working
Frank M. Kromann [Mon, 22 Nov 1999 19:11:42 +0000 (19:11 +0000)]
add MS SQL module seams to be working

25 years agoadd MS SQL module to credit info
Frank M. Kromann [Mon, 22 Nov 1999 19:10:14 +0000 (19:10 +0000)]
add MS SQL module to credit info

25 years agoProject changed to allow compilation for MS SQL 6.5 or 7.0
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

25 years agoFix inconsistencies with here-docs implementation
Zeev Suraski [Mon, 22 Nov 1999 17:11:36 +0000 (17:11 +0000)]
Fix inconsistencies with here-docs implementation

25 years ago*** empty log message ***
Zeev Suraski [Mon, 22 Nov 1999 17:10:42 +0000 (17:10 +0000)]
*** empty log message ***

25 years agoFix #2744
Zeev Suraski [Mon, 22 Nov 1999 16:30:23 +0000 (16:30 +0000)]
Fix #2744

25 years ago- test for hyperwave module
Uwe Steinmann [Mon, 22 Nov 1999 16:09:07 +0000 (16:09 +0000)]
- test for hyperwave module

25 years ago- test for cpdf module
Uwe Steinmann [Mon, 22 Nov 1999 16:08:27 +0000 (16:08 +0000)]
- test for cpdf module

25 years ago- port of clibpdf module based on ClibPDF 2.x.
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.

25 years ago@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
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. :-)

25 years agoOptimize a tiny bit
Evan Klinger [Mon, 22 Nov 1999 02:38:00 +0000 (02:38 +0000)]
Optimize a tiny bit

25 years agoOptimize LDAP a little with Ex API
Evan Klinger [Mon, 22 Nov 1999 02:31:32 +0000 (02:31 +0000)]
Optimize LDAP a little with Ex API

25 years agoChangeLog update
<changelog@php.net> [Mon, 22 Nov 1999 02:08:40 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 22 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update

25 years ago(php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it
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

25 years ago(PHP getallheaders) added function for AOLserver
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

25 years ago(PHP urldecode) Fix for #2788, function changed parameter in place
Sascha Schumann [Sun, 21 Nov 1999 20:08:43 +0000 (20:08 +0000)]
(PHP urldecode) Fix for #2788, function changed parameter in place

25 years agoThat slipped away
Andi Gutmans [Sun, 21 Nov 1999 18:19:08 +0000 (18:19 +0000)]
That slipped away

25 years ago- Optimize class instanciation
Zeev Suraski [Sun, 21 Nov 1999 18:11:10 +0000 (18:11 +0000)]
- Optimize class instanciation
- Fix constant instanciation for array elements inside objects

25 years ago@- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies)
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!

25 years agoMaybe later on today. Must buy some beer first.
Egon Schmid [Sun, 21 Nov 1999 14:06:30 +0000 (14:06 +0000)]
Maybe later on today. Must buy some beer first.

25 years ago@- Implemented get_html_translation_table() function. (Thies)
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.

25 years ago@- Implemented array_flip() function. Returns input-array with key, value
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.

25 years ago-renamed some macros
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

25 years ago(PHP strtr) little smarter
Thies C. Arntzen [Sun, 21 Nov 1999 12:05:39 +0000 (12:05 +0000)]
(PHP strtr) little smarter

25 years agoJava module now works with Linux jdk 1.2pre2.
Stefan Roehrich [Sun, 21 Nov 1999 10:45:01 +0000 (10:45 +0000)]
Java module now works with Linux jdk 1.2pre2.

25 years ago# Fix ColorResolve bogosity
Rasmus Lerdorf [Sun, 21 Nov 1999 04:07:56 +0000 (04:07 +0000)]
# Fix ColorResolve bogosity
Fix gd problems

25 years agoChangeLog update
<changelog@php.net> [Sun, 21 Nov 1999 02:08:45 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sun, 21 Nov 1999 02:08:42 +0000 (02:08 +0000)]
NEWS update

25 years agoadd Berkeley DB3 support
Sascha Schumann [Sat, 20 Nov 1999 22:50:42 +0000 (22:50 +0000)]
add Berkeley DB3 support
@- Added Berkeley DB3 support in DBA (Sascha)

25 years ago(PHP substr_replace) Changed the order of the arguments.
Andrei Zmievski [Sat, 20 Nov 1999 22:09:27 +0000 (22:09 +0000)]
(PHP substr_replace) Changed the order of the arguments.

25 years ago--enable-versioning can now be used with CGI/AOLserver as well. Note that
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.

25 years ago- Changed path to MySQL library in Win32 project
Andi Gutmans [Sat, 20 Nov 1999 16:56:41 +0000 (16:56 +0000)]
- Changed path to MySQL library in Win32 project

25 years ago@- Implemented 2-Arg version of strtr($str,$translation_array). This can be used
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.

25 years ago*** empty log message ***
Thies C. Arntzen [Sat, 20 Nov 1999 10:11:36 +0000 (10:11 +0000)]
*** empty log message ***

25 years ago- Fixed a typo in the name of the project file. It links now
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

25 years agoChangeLog update
<changelog@php.net> [Sat, 20 Nov 1999 02:08:40 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sat, 20 Nov 1999 02:08:37 +0000 (02:08 +0000)]
NEWS update

25 years ago- More PGSQL thread-safe updates. It still doesn't work though. Crashes for
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

25 years ago- Should pretty much work now
Andi Gutmans [Sat, 20 Nov 1999 01:04:45 +0000 (01:04 +0000)]
- Should pretty much work now

25 years ago- Add project file
Andi Gutmans [Sat, 20 Nov 1999 00:45:44 +0000 (00:45 +0000)]
- Add project file