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

25 years agoThis arg is optional
Rasmus Lerdorf [Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)]
This arg is optional

25 years ago"import" libtool file preservation code from build.mk
Stig Bakken [Wed, 10 Nov 1999 15:26:39 +0000 (15:26 +0000)]
"import" libtool file preservation code from build.mk

25 years agoShut up warning from automake.
Stig Bakken [Wed, 10 Nov 1999 13:12:30 +0000 (13:12 +0000)]
Shut up warning from automake.

25 years ago# Fix comments
Rasmus Lerdorf [Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)]
# Fix comments

25 years agoRemove duplicates.
Andrei Zmievski [Wed, 10 Nov 1999 05:04:56 +0000 (05:04 +0000)]
Remove duplicates.

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

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

25 years agoadd Java and MSDev outputs
Sam Ruby [Wed, 10 Nov 1999 00:48:53 +0000 (00:48 +0000)]
add Java and MSDev outputs

25 years agoAdding default mssql ini-setings
Frank M. Kromann [Tue, 9 Nov 1999 20:58:43 +0000 (20:58 +0000)]
Adding default mssql ini-setings

25 years ago#if -> #ifdef changes for the ODBC extension (for consistency)
Stig Bakken [Tue, 9 Nov 1999 19:53:38 +0000 (19:53 +0000)]
#if -> #ifdef changes for the ODBC extension (for consistency)

25 years agoIRIX ld likes this order better
Thies C. Arntzen [Tue, 9 Nov 1999 19:48:56 +0000 (19:48 +0000)]
IRIX ld likes this order better

25 years agoMove only, if the file exists.
Sascha Schumann [Tue, 9 Nov 1999 18:18:16 +0000 (18:18 +0000)]
Move only, if the file exists.

25 years agoautomake overwrites libtool's files, if
Sascha Schumann [Tue, 9 Nov 1999 18:06:58 +0000 (18:06 +0000)]
automake overwrites libtool's files, if

- --add-missing was used
- *_LTLIBRARIES targets are used

Thus, we preserve our customized files while automake runs

25 years agoAdd libtool helper files
Sascha Schumann [Tue, 9 Nov 1999 18:04:17 +0000 (18:04 +0000)]
Add libtool helper files

25 years agoadd mergesort into build
Sam Ruby [Tue, 9 Nov 1999 17:37:35 +0000 (17:37 +0000)]
add mergesort into build

25 years ago- substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)
Stig Bakken [Tue, 9 Nov 1999 17:32:05 +0000 (17:32 +0000)]
- substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)
- add .cvsignore file

25 years ago4.0b3-RC4
Stig Bakken [Tue, 9 Nov 1999 17:03:46 +0000 (17:03 +0000)]
4.0b3-RC4

25 years agoPreserve the CVS versions of ltconfig/ltmain.sh during makedist.
Stig Bakken [Tue, 9 Nov 1999 16:57:26 +0000 (16:57 +0000)]
Preserve the CVS versions of ltconfig/ltmain.sh during makedist.
#This is a temporary fix!

25 years agoBetter lib detection for ucd-snmp
Rasmus Lerdorf [Tue, 9 Nov 1999 16:01:31 +0000 (16:01 +0000)]
Better lib detection for ucd-snmp

25 years agolocation of output.c moved.
Sam Ruby [Tue, 9 Nov 1999 16:01:30 +0000 (16:01 +0000)]
location of output.c moved.