]>
granicus.if.org Git - php/log
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
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.
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.
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.
Thies C. Arntzen [Fri, 19 Nov 1999 18:33:21 +0000 (18:33 +0000)]
<sys/time.h> is needed on linux
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
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
Andi Gutmans [Fri, 19 Nov 1999 16:42:19 +0000 (16:42 +0000)]
- Make it consistent with the rest of the stuff there.
Andi Gutmans [Fri, 19 Nov 1999 15:06:57 +0000 (15:06 +0000)]
- Add array.c to the Win32 project
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.
Zeev Suraski [Fri, 19 Nov 1999 13:06:12 +0000 (13:06 +0000)]
Optimize a bit
Zeev Suraski [Fri, 19 Nov 1999 13:00:57 +0000 (13:00 +0000)]
Fix a bug in sybase_fetch_hash()
<changelog@php.net> [Fri, 19 Nov 1999 02:08:42 +0000 (02:08 +0000)]
ChangeLog update
Andrew Skalski [Thu, 18 Nov 1999 20:29:32 +0000 (20:29 +0000)]
Removed stdio wrapper from sockets; added timeouts to socket ops.
Sascha Schumann [Thu, 18 Nov 1999 14:21:50 +0000 (14:21 +0000)]
Moving apMakefile.{libdir,tmpl} to sapi/apache directory.
Sam Ruby [Thu, 18 Nov 1999 03:03:24 +0000 (03:03 +0000)]
arg! alphabetize correctly!
Sam Ruby [Thu, 18 Nov 1999 02:40:52 +0000 (02:40 +0000)]
add Java module to credit info
<changelog@php.net> [Thu, 18 Nov 1999 02:09:04 +0000 (02:09 +0000)]
ChangeLog update
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.
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
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.
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.
Stig Bakken [Wed, 17 Nov 1999 13:25:44 +0000 (13:25 +0000)]
Bump version to 4.0b4-dev.
Thies C. Arntzen [Wed, 17 Nov 1999 09:38:21 +0000 (09:38 +0000)]
b3 is already tagged in CVS
Andi Gutmans [Wed, 17 Nov 1999 04:38:38 +0000 (04:38 +0000)]
- Forgot this
<changelog@php.net> [Wed, 17 Nov 1999 02:08:50 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 17 Nov 1999 02:08:46 +0000 (02:08 +0000)]
NEWS update
Andrei Zmievski [Tue, 16 Nov 1999 22:44:13 +0000 (22:44 +0000)]
(PHP substr_replace) New function.
@- Added substr_replace() function. (Andrei)
Andi Gutmans [Tue, 16 Nov 1999 20:31:29 +0000 (20:31 +0000)]
- Weird that this compiled for me.
Andrei Zmievski [Tue, 16 Nov 1999 20:14:55 +0000 (20:14 +0000)]
Just some rearranging.
Andi Gutmans [Tue, 16 Nov 1999 19:12:46 +0000 (19:12 +0000)]
- CHange used_return_value -> return_value_used
Andi Gutmans [Tue, 16 Nov 1999 19:12:29 +0000 (19:12 +0000)]
- Change used_return_value to return_value_used
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
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.
Andi Gutmans [Tue, 16 Nov 1999 18:30:06 +0000 (18:30 +0000)]
- Add support for used_return_value passed to internal functions.
Stig Bakken [Tue, 16 Nov 1999 15:58:38 +0000 (15:58 +0000)]
final news update before 4.0b3
Stig Bakken [Tue, 16 Nov 1999 15:52:32 +0000 (15:52 +0000)]
final changelog update before 4.0b3
Stig Bakken [Tue, 16 Nov 1999 15:37:31 +0000 (15:37 +0000)]
4.0b3 coming up
<changelog@php.net> [Tue, 16 Nov 1999 02:08:50 +0000 (02:08 +0000)]
ChangeLog update
Andrei Zmievski [Mon, 15 Nov 1999 14:35:08 +0000 (14:35 +0000)]
cleaning up
<changelog@php.net> [Mon, 15 Nov 1999 02:08:54 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 15 Nov 1999 02:08:51 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Mon, 15 Nov 1999 00:27:47 +0000 (00:27 +0000)]
(php_minit_mcrypt): Also allow never versions of mcrypt
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).
Sascha Schumann [Sun, 14 Nov 1999 23:11:31 +0000 (23:11 +0000)]
(PHP mhash): don't segfault, if mhash_end() returns NULL
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
Andi Gutmans [Sun, 14 Nov 1999 20:13:54 +0000 (20:13 +0000)]
- Fixing warnings in regex
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.
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
Thies C. Arntzen [Sun, 14 Nov 1999 19:44:29 +0000 (19:44 +0000)]
clearify
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
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.
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)
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.
Andi Gutmans [Sun, 14 Nov 1999 10:30:39 +0000 (10:30 +0000)]
- Fix comment as to Joey's findings
<changelog@php.net> [Sun, 14 Nov 1999 02:08:53 +0000 (02:08 +0000)]
ChangeLog update
Andrei Zmievski [Sat, 13 Nov 1999 20:47:33 +0000 (20:47 +0000)]
These are inserted automatically now.
Andrei Zmievski [Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)]
It's in array.c now.
Andrei Zmievski [Sat, 13 Nov 1999 20:31:54 +0000 (20:31 +0000)]
Split array functions into separate module.
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)
Andi Gutmans [Sat, 13 Nov 1999 18:11:34 +0000 (18:11 +0000)]
- Fix crash with string offset assignments.
Andi Gutmans [Sat, 13 Nov 1999 18:03:07 +0000 (18:03 +0000)]
- Make Win32 compile again
Sascha Schumann [Sat, 13 Nov 1999 17:29:43 +0000 (17:29 +0000)]
Allow --with-apxs and --with-regex=apache
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".
Sascha Schumann [Sat, 13 Nov 1999 16:04:56 +0000 (16:04 +0000)]
Remove libtool targets
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
Sascha Schumann [Sat, 13 Nov 1999 12:55:47 +0000 (12:55 +0000)]
Export CPPFLAGS to propagate additional flags
Sascha Schumann [Sat, 13 Nov 1999 12:51:25 +0000 (12:51 +0000)]
Fix typo (escape sign was one off)
Sascha Schumann [Sat, 13 Nov 1999 12:48:57 +0000 (12:48 +0000)]
preparing 4.0b3-RC5
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)
Sascha Schumann [Sat, 13 Nov 1999 12:38:23 +0000 (12:38 +0000)]
(AC_EXPAND_PATH) Expand relative paths completely
<changelog@php.net> [Sat, 13 Nov 1999 02:08:56 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 13 Nov 1999 02:08:53 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Fri, 12 Nov 1999 20:56:30 +0000 (20:56 +0000)]
Enable selective regex library compilation.
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)
Thies C. Arntzen [Fri, 12 Nov 1999 17:05:57 +0000 (17:05 +0000)]
added missing function-alias
Thies C. Arntzen [Fri, 12 Nov 1999 14:34:50 +0000 (14:34 +0000)]
oops, didn't mean to activate this!
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)
<changelog@php.net> [Fri, 12 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 12 Nov 1999 02:08:54 +0000 (02:08 +0000)]
NEWS update
Rasmus Lerdorf [Thu, 11 Nov 1999 21:45:59 +0000 (21:45 +0000)]
# Add some ext's here
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)
<changelog@php.net> [Thu, 11 Nov 1999 02:08:57 +0000 (02:08 +0000)]
ChangeLog update
Frank M. Kromann [Wed, 10 Nov 1999 19:58:07 +0000 (19:58 +0000)]
Fixing the use of mssql.textsize in pconnect()
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
Rasmus Lerdorf [Wed, 10 Nov 1999 18:57:19 +0000 (18:57 +0000)]
This arg is optional
Stig Bakken [Wed, 10 Nov 1999 15:26:39 +0000 (15:26 +0000)]
"import" libtool file preservation code from build.mk
Stig Bakken [Wed, 10 Nov 1999 13:12:30 +0000 (13:12 +0000)]
Shut up warning from automake.
Rasmus Lerdorf [Wed, 10 Nov 1999 05:50:20 +0000 (05:50 +0000)]
# Fix comments
Andrei Zmievski [Wed, 10 Nov 1999 05:04:56 +0000 (05:04 +0000)]
Remove duplicates.
<changelog@php.net> [Wed, 10 Nov 1999 02:08:58 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 10 Nov 1999 02:08:55 +0000 (02:08 +0000)]
NEWS update