]> granicus.if.org Git - php/log
php
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

25 years ago- Start PostgreSQL support for Win32. Just added preliminary ZTS support.
Andi Gutmans [Sat, 20 Nov 1999 00:30:08 +0000 (00:30 +0000)]
- Start PostgreSQL support for Win32. Just added preliminary ZTS support.
  Still need to make minit ZTS.

25 years ago(PHP preg_replace) Fixed a bug that cause backreferences to lose
Andrei Zmievski [Fri, 19 Nov 1999 22:59:12 +0000 (22:59 +0000)]
(PHP preg_replace) Fixed a bug that cause backreferences to lose
their value after the first occurrence.

25 years agoFixed a bug that would replace only the first occurrence and result in
Andrei Zmievski [Fri, 19 Nov 1999 22:28:06 +0000 (22:28 +0000)]
Fixed a bug that would replace only the first occurrence and result in
a parse error for the rest when using /e modifier.

25 years ago<sys/time.h> is needed on linux
Thies C. Arntzen [Fri, 19 Nov 1999 18:33:21 +0000 (18:33 +0000)]
<sys/time.h> is needed on linux

25 years ago- Moved var_uninit() for return_value to the beginning of DO_FCALL.
Andi Gutmans [Fri, 19 Nov 1999 17:04:54 +0000 (17:04 +0000)]
- Moved var_uninit() for return_value to the beginning of DO_FCALL.
  We forgot to do it for overloaded methods

25 years ago- Functions whose return values aren't used have them freed in DO_FCALL
Andi Gutmans [Fri, 19 Nov 1999 16:55:25 +0000 (16:55 +0000)]
- Functions whose return values aren't used have them freed in DO_FCALL
  and don't need a special ZEND_FREE opcode following them anymore

25 years ago- Make it consistent with the rest of the stuff there.
Andi Gutmans [Fri, 19 Nov 1999 16:42:19 +0000 (16:42 +0000)]
- Make it consistent with the rest of the stuff there.

25 years ago- Add array.c to the Win32 project
Andi Gutmans [Fri, 19 Nov 1999 15:06:57 +0000 (15:06 +0000)]
- Add array.c to the Win32 project

25 years ago@- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
Thies C. Arntzen [Fri, 19 Nov 1999 14:11:15 +0000 (14:11 +0000)]
@- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
(PHP xml_parse_into_struct) buffer was sometimes short by 1.

25 years agoOptimize a bit
Zeev Suraski [Fri, 19 Nov 1999 13:06:12 +0000 (13:06 +0000)]
Optimize a bit

25 years agoFix a bug in sybase_fetch_hash()
Zeev Suraski [Fri, 19 Nov 1999 13:00:57 +0000 (13:00 +0000)]
Fix a bug in sybase_fetch_hash()

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

25 years agoRemoved stdio wrapper from sockets; added timeouts to socket ops.
Andrew Skalski [Thu, 18 Nov 1999 20:29:32 +0000 (20:29 +0000)]
Removed stdio wrapper from sockets; added timeouts to socket ops.

25 years agoMoving apMakefile.{libdir,tmpl} to sapi/apache directory.
Sascha Schumann [Thu, 18 Nov 1999 14:21:50 +0000 (14:21 +0000)]
Moving apMakefile.{libdir,tmpl} to sapi/apache directory.

25 years agoarg! alphabetize correctly!
Sam Ruby [Thu, 18 Nov 1999 03:03:24 +0000 (03:03 +0000)]
arg!  alphabetize correctly!

25 years agoadd Java module to credit info
Sam Ruby [Thu, 18 Nov 1999 02:40:52 +0000 (02:40 +0000)]
add Java module to credit info

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

25 years agoAdd post request startup handlers. These are called at the end of the
Sascha Schumann [Wed, 17 Nov 1999 23:01:27 +0000 (23:01 +0000)]
Add post request startup handlers. These are called at the end of the
request startup function, and can use the initialized structures like
the symbol table.

25 years ago(php_rinit_session): use post request startups to reenable session.auto_start
Sascha Schumann [Wed, 17 Nov 1999 22:59:27 +0000 (22:59 +0000)]
(php_rinit_session): use post request startups to reenable session.auto_start

25 years agoRemove --enable-thread-safety. There is no reason people should be able
Sascha Schumann [Wed, 17 Nov 1999 21:06:32 +0000 (21:06 +0000)]
Remove --enable-thread-safety. There is no reason people should be able
to set this manually; most likely, they will burn themselves by using it.

25 years ago- If a function's return value is unused then don't create a ZEND_FREE
Andi Gutmans [Wed, 17 Nov 1999 17:21:15 +0000 (17:21 +0000)]
- If a function's return value is unused then don't create a ZEND_FREE
  opcode but free it after the function call in zend_execute.

25 years agoBump version to 4.0b4-dev.
Stig Bakken [Wed, 17 Nov 1999 13:25:44 +0000 (13:25 +0000)]
Bump version to 4.0b4-dev.

25 years agob3 is already tagged in CVS
Thies C. Arntzen [Wed, 17 Nov 1999 09:38:21 +0000 (09:38 +0000)]
b3 is already tagged in CVS

25 years ago- Forgot this
Andi Gutmans [Wed, 17 Nov 1999 04:38:38 +0000 (04:38 +0000)]
- Forgot this

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

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

25 years ago(PHP substr_replace) New function.
Andrei Zmievski [Tue, 16 Nov 1999 22:44:13 +0000 (22:44 +0000)]
(PHP substr_replace) New function.
@- Added substr_replace() function. (Andrei)

25 years ago- Weird that this compiled for me.
Andi Gutmans [Tue, 16 Nov 1999 20:31:29 +0000 (20:31 +0000)]
- Weird that this compiled for me.

25 years agoJust some rearranging.
Andrei Zmievski [Tue, 16 Nov 1999 20:14:55 +0000 (20:14 +0000)]
Just some rearranging.

25 years ago- CHange used_return_value -> return_value_used
Andi Gutmans [Tue, 16 Nov 1999 19:12:46 +0000 (19:12 +0000)]
- CHange used_return_value -> return_value_used

25 years ago- Change used_return_value to return_value_used
Andi Gutmans [Tue, 16 Nov 1999 19:12:29 +0000 (19:12 +0000)]
- Change used_return_value to return_value_used

25 years ago- Initial support for Thies' idea of passing functions a flag telling them
Andi Gutmans [Tue, 16 Nov 1999 18:47:47 +0000 (18:47 +0000)]
- Initial support for Thies' idea of passing functions a flag telling them
  they don't need to return a value. Adjusted reset() to work with this.
  It is a bit problematic because if internal functions don't look at the
  flag and still return a value orginally this leaked. So I free the value
  in any case, which kind of makes the speed gain a bit smaller

25 years ago- In any case create the free opcode. Need to allow the functions to
Andi Gutmans [Tue, 16 Nov 1999 18:46:32 +0000 (18:46 +0000)]
- In any case create the free opcode. Need to allow the functions to
  create a hint.

25 years ago- Add support for used_return_value passed to internal functions.
Andi Gutmans [Tue, 16 Nov 1999 18:30:06 +0000 (18:30 +0000)]
- Add support for used_return_value passed to internal functions.

25 years agofinal news update before 4.0b3
Stig Bakken [Tue, 16 Nov 1999 15:58:38 +0000 (15:58 +0000)]
final news update before 4.0b3

25 years agofinal changelog update before 4.0b3
Stig Bakken [Tue, 16 Nov 1999 15:52:32 +0000 (15:52 +0000)]
final changelog update before 4.0b3

25 years ago4.0b3 coming up
Stig Bakken [Tue, 16 Nov 1999 15:37:31 +0000 (15:37 +0000)]
4.0b3 coming up

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

25 years agocleaning up
Andrei Zmievski [Mon, 15 Nov 1999 14:35:08 +0000 (14:35 +0000)]
cleaning up

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

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

25 years ago(php_minit_mcrypt): Also allow never versions of mcrypt
Sascha Schumann [Mon, 15 Nov 1999 00:27:47 +0000 (00:27 +0000)]
(php_minit_mcrypt): Also allow never versions of mcrypt

25 years ago(php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because we
Sascha Schumann [Mon, 15 Nov 1999 00:26:35 +0000 (00:26 +0000)]
(php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because we
don't have a fixed size array of chars (this used to work nevertheless).

25 years ago(PHP mhash): don't segfault, if mhash_end() returns NULL
Sascha Schumann [Sun, 14 Nov 1999 23:11:31 +0000 (23:11 +0000)]
(PHP mhash): don't segfault, if mhash_end() returns NULL

25 years agoCheck for db1/ndbm.h and use it in db. Fixes #2647
Sascha Schumann [Sun, 14 Nov 1999 23:03:45 +0000 (23:03 +0000)]
Check for db1/ndbm.h and use it in db. Fixes #2647

25 years ago- Fixing warnings in regex
Andi Gutmans [Sun, 14 Nov 1999 20:13:54 +0000 (20:13 +0000)]
- Fixing warnings in regex

25 years ago(PHP k[r]sort) now use compare_function from libzend to be consistent with the langua...
Thies C. Arntzen [Sun, 14 Nov 1999 19:59:52 +0000 (19:59 +0000)]
(PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core.

25 years ago- Remove ISAPI project from main dir as it's been copied to sapi/isapi
Andi Gutmans [Sun, 14 Nov 1999 19:46:31 +0000 (19:46 +0000)]
- Remove ISAPI project from main dir as it's been copied to sapi/isapi

25 years agoclearify
Thies C. Arntzen [Sun, 14 Nov 1999 19:44:29 +0000 (19:44 +0000)]
clearify

25 years ago@- ucfirst()/ucwords() no longer modify arg1. (Thies)
Thies C. Arntzen [Sun, 14 Nov 1999 17:20:56 +0000 (17:20 +0000)]
@- ucfirst()/ucwords() no longer modify arg1. (Thies)
(PHP ucfirst,ucwords) no longer modify arg1

25 years ago@- Fixed strtr() not to modify arg1. (Thies)
Thies C. Arntzen [Sun, 14 Nov 1999 15:34:50 +0000 (15:34 +0000)]
@- Fixed strtr() not to modify arg1. (Thies)
(PHP strtr) no longer modifies arg1.

25 years ago(ext/informix) Added WIN32 build files for informix driver
Danny Heijl [Sun, 14 Nov 1999 12:55:36 +0000 (12:55 +0000)]
(ext/informix) Added WIN32 build files for informix driver
               and make it compile with ZTS
@ -Added Win32 build files for Informix driver
@  and make it compile with ZTS (danny)

25 years ago@Added tmpfile() function (Stig)
Stig Bakken [Sun, 14 Nov 1999 11:05:37 +0000 (11:05 +0000)]
@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.

25 years ago- Fix comment as to Joey's findings
Andi Gutmans [Sun, 14 Nov 1999 10:30:39 +0000 (10:30 +0000)]
- Fix comment as to Joey's findings

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

25 years agoThese are inserted automatically now.
Andrei Zmievski [Sat, 13 Nov 1999 20:47:33 +0000 (20:47 +0000)]
These are inserted automatically now.

25 years agoIt's in array.c now.
Andrei Zmievski [Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)]
It's in array.c now.

25 years agoSplit array functions into separate module.
Andrei Zmievski [Sat, 13 Nov 1999 20:31:54 +0000 (20:31 +0000)]
Split array functions into separate module.

25 years agoSuck in prototypes correctly with applied aliases
Sascha Schumann [Sat, 13 Nov 1999 18:33:28 +0000 (18:33 +0000)]
Suck in prototypes correctly with applied aliases
(otherwise php_reg* would not be prototyped)

25 years ago- Fix crash with string offset assignments.
Andi Gutmans [Sat, 13 Nov 1999 18:11:34 +0000 (18:11 +0000)]
- Fix crash with string offset assignments.

25 years ago- Make Win32 compile again
Andi Gutmans [Sat, 13 Nov 1999 18:03:07 +0000 (18:03 +0000)]
- Make Win32 compile again

25 years agoAllow --with-apxs and --with-regex=apache
Sascha Schumann [Sat, 13 Nov 1999 17:29:43 +0000 (17:29 +0000)]
Allow --with-apxs and --with-regex=apache

25 years agoImprove regex library selection. It lets user specify whether they want
Sascha Schumann [Sat, 13 Nov 1999 16:51:33 +0000 (16:51 +0000)]
Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".

25 years agoRemove libtool targets
Sascha Schumann [Sat, 13 Nov 1999 16:04:56 +0000 (16:04 +0000)]
Remove libtool targets

25 years ago- remove extra CPPFLAGS from top-level Makefile
Sascha Schumann [Sat, 13 Nov 1999 13:27:49 +0000 (13:27 +0000)]
- remove extra CPPFLAGS from top-level Makefile
- HSREGEX defaults to what the user wants, but can be changed now internally

25 years agoExport CPPFLAGS to propagate additional flags
Sascha Schumann [Sat, 13 Nov 1999 12:55:47 +0000 (12:55 +0000)]
Export CPPFLAGS to propagate additional flags

25 years agoFix typo (escape sign was one off)
Sascha Schumann [Sat, 13 Nov 1999 12:51:25 +0000 (12:51 +0000)]
Fix typo (escape sign was one off)

25 years agopreparing 4.0b3-RC5
Sascha Schumann [Sat, 13 Nov 1999 12:48:57 +0000 (12:48 +0000)]
preparing 4.0b3-RC5

25 years agoRemove the extra INCLUDES line from most automake Mafiles. This is not
Sascha Schumann [Sat, 13 Nov 1999 12:41:09 +0000 (12:41 +0000)]
Remove the extra INCLUDES line from most automake Mafiles. This is not
necessary, because we can change the value of INCLUDES globally in one
place (configure.in).

Also add two defines in thread-safe mode
(_REENTRANT and POSIX_PTHREAD_SEMANTICS)

25 years ago(AC_EXPAND_PATH) Expand relative paths completely
Sascha Schumann [Sat, 13 Nov 1999 12:38:23 +0000 (12:38 +0000)]
(AC_EXPAND_PATH) Expand relative paths completely

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

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

25 years agoEnable selective regex library compilation.
Sascha Schumann [Fri, 12 Nov 1999 20:56:30 +0000 (20:56 +0000)]
Enable selective regex library compilation.

25 years agoupgrade regex library to alpha3.8
Sascha Schumann [Fri, 12 Nov 1999 20:27:52 +0000 (20:27 +0000)]
upgrade regex library to alpha3.8
@- Upgraded regex library to alpha3.8 (Sascha)

25 years agoadded missing function-alias
Thies C. Arntzen [Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)]
added missing function-alias

25 years agooops, didn't mean to activate this!
Thies C. Arntzen [Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)]
oops, didn't mean to activate this!

25 years ago@- Fixed selecting nested-tables in OCI8. (Thies)
Thies C. Arntzen [Fri, 12 Nov 1999 14:31:01 +0000 (14:31 +0000)]
@- Fixed selecting nested-tables in OCI8. (Thies)
fixed mested-tables again (broke it when resourcified the driver)

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

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

25 years ago# Add some ext's here
Rasmus Lerdorf [Thu, 11 Nov 1999 21:45:59 +0000 (21:45 +0000)]
# Add some ext's here

25 years ago@- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
Thies C. Arntzen [Thu, 11 Nov 1999 13:49:42 +0000 (13:49 +0000)]
@- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)
(PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854)

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

25 years agoFixing the use of mssql.textsize in pconnect()
Frank M. Kromann [Wed, 10 Nov 1999 19:58:07 +0000 (19:58 +0000)]
Fixing the use of mssql.textsize in pconnect()

25 years ago# Improve the GD lib detection when GD is on the ld_path and it is
Rasmus Lerdorf [Wed, 10 Nov 1999 19:22:35 +0000 (19:22 +0000)]
# Improve the GD lib detection when GD is on the ld_path and it is
# configure using just --with-gd