]>
granicus.if.org Git - php/log
Sascha Schumann [Mon, 20 Dec 1999 07:12:27 +0000 (07:12 +0000)]
Add information about chosen SAPI module to phpinfo()
Sascha Schumann [Mon, 20 Dec 1999 07:11:14 +0000 (07:11 +0000)]
Add SAPI module for thttpd server. Quote from the README:
This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
turbo, throttling HTTP server by Jef Poskanzer.
The module contains a patch against version 2.10 of thttpd. The patch
adds hooks to thttpd to call PHP, if a filename matches *.php. This
patch will be applied when you install PHP.
While functional, this module exists primarily to demonstrate the
ability of PHP to work in almost every web server environment.
Evan Klinger [Mon, 20 Dec 1999 02:09:58 +0000 (02:09 +0000)]
Ex API
<changelog@php.net> [Mon, 20 Dec 1999 02:09:17 +0000 (02:09 +0000)]
ChangeLog update
Evan Klinger [Mon, 20 Dec 1999 01:23:15 +0000 (01:23 +0000)]
Ex API
Evan Klinger [Mon, 20 Dec 1999 00:55:58 +0000 (00:55 +0000)]
Ex API and UDP support.
@- Added UDP support in fsockopen() (Evan).
# UDP activated with "udp://hostname"
Zeev Suraski [Sun, 19 Dec 1999 22:44:55 +0000 (22:44 +0000)]
Fix PostgreSQL build
Zeev Suraski [Sun, 19 Dec 1999 21:29:24 +0000 (21:29 +0000)]
Some updates
Zeev Suraski [Sun, 19 Dec 1999 21:29:06 +0000 (21:29 +0000)]
Win32 updates
Zeev Suraski [Sun, 19 Dec 1999 21:17:32 +0000 (21:17 +0000)]
Make these work again
Zeev Suraski [Sun, 19 Dec 1999 21:02:54 +0000 (21:02 +0000)]
libzend -> Zend
Sascha Schumann [Sun, 19 Dec 1999 20:08:40 +0000 (20:08 +0000)]
Fix broken sprintf handling in PHP
Danny Heijl [Sun, 19 Dec 1999 20:05:53 +0000 (20:05 +0000)]
(ext/informix) function name changes: zend_get_parameters_ex (danny)
Zeev Suraski [Sun, 19 Dec 1999 18:58:27 +0000 (18:58 +0000)]
Support the latest update to call_user_function_ex()
Zeev Suraski [Sun, 19 Dec 1999 18:54:40 +0000 (18:54 +0000)]
- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems)
- Changed the interface of call_user_function_ex() to support returning of references
Hartmut Holzgraefe [Sun, 19 Dec 1999 16:31:26 +0000 (16:31 +0000)]
replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate
Sascha Schumann [Sun, 19 Dec 1999 14:39:41 +0000 (14:39 +0000)]
Use zend_sprintf by default (which is defined to sprintf, if the system's
sprintf is useable).
Sascha Schumann [Sun, 19 Dec 1999 14:27:45 +0000 (14:27 +0000)]
Fix for missing RAND_MAX on SunOS 4.1
Sascha Schumann [Sun, 19 Dec 1999 13:59:29 +0000 (13:59 +0000)]
Refine PEAR option. Since it does not reference anything external, it should be
AC_ARG_ENABLE instead of AC_ARG_WITH.
Andi Gutmans [Sun, 19 Dec 1999 06:39:17 +0000 (06:39 +0000)]
- More fixes related to the return references patch
- eval_string() and call_user_function_ex() still don't work.
- The libzend tree is untested and might not be stabl yet.
Evan Klinger [Sun, 19 Dec 1999 02:15:18 +0000 (02:15 +0000)]
DAV extension now compiles.
Sascha Schumann [Sun, 19 Dec 1999 02:12:31 +0000 (02:12 +0000)]
Use workaround function for sprintf, if the return value of sprintf is needed
Evan Klinger [Sun, 19 Dec 1999 02:04:20 +0000 (02:04 +0000)]
Fix for #2994
Sascha Schumann [Sun, 19 Dec 1999 01:50:10 +0000 (01:50 +0000)]
Add zend_sprintf.c
Sascha Schumann [Sun, 19 Dec 1999 01:47:43 +0000 (01:47 +0000)]
configure sets ZEND_BROKEN_SPRINTF
Sascha Schumann [Sun, 19 Dec 1999 00:10:08 +0000 (00:10 +0000)]
Variables are not interpolated unless we use _UNQUOTED
Sascha Schumann [Sat, 18 Dec 1999 23:28:43 +0000 (23:28 +0000)]
Fix for missing RAND_MAX on SunOS 4.1
Reported by: Brian Lalor <blalor@netDrives.com>
Andrei Zmievski [Sat, 18 Dec 1999 23:25:55 +0000 (23:25 +0000)]
Added --without-pear option.
Zeev Suraski [Sat, 18 Dec 1999 22:40:35 +0000 (22:40 +0000)]
- The tree compiles again
Sascha Schumann [Sat, 18 Dec 1999 22:37:22 +0000 (22:37 +0000)]
Let autoconf check for the proper inline keyword
Sascha Schumann [Sat, 18 Dec 1999 22:30:23 +0000 (22:30 +0000)]
automake created illegal target names due to the ZEND_SCANNER definition.
We now substitute @ZEND_SCANNER@ directly
Zeev Suraski [Sat, 18 Dec 1999 22:23:23 +0000 (22:23 +0000)]
- Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)
- Rename getParameters() and friends for consistency and namespace cleanliness
Zeev Suraski [Sat, 18 Dec 1999 22:21:51 +0000 (22:21 +0000)]
getParameters() and friends changed for consistency and namespace cleanliness
Sascha Schumann [Sat, 18 Dec 1999 22:20:05 +0000 (22:20 +0000)]
Get rid of all GNUisms in build.mk. Verified to work with BSD make,
SysV make, and GNU make (tested on FreeBSD-current, Solaris 7, Linux with
GNU make 3.78).
Andi Gutmans [Sat, 18 Dec 1999 17:44:56 +0000 (17:44 +0000)]
- Make Win32 compile again
Danny Heijl [Sat, 18 Dec 1999 17:08:41 +0000 (17:08 +0000)]
(ext/informix) : remove traces of php3 (danny)
Andrei Zmievski [Sat, 18 Dec 1999 17:05:21 +0000 (17:05 +0000)]
Fix #2999.
Thies C. Arntzen [Sat, 18 Dec 1999 15:10:04 +0000 (15:10 +0000)]
compiles again
Zeev Suraski [Sat, 18 Dec 1999 12:03:53 +0000 (12:03 +0000)]
Some more php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 11:59:43 +0000 (11:59 +0000)]
More php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 11:49:31 +0000 (11:49 +0000)]
More php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 11:38:04 +0000 (11:38 +0000)]
More php3_ annihilation
Sascha Schumann [Sat, 18 Dec 1999 11:14:26 +0000 (11:14 +0000)]
some style changes
Zeev Suraski [Sat, 18 Dec 1999 04:08:03 +0000 (04:08 +0000)]
More php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 04:01:20 +0000 (04:01 +0000)]
More php3_ annihilation
Zeev Suraski [Sat, 18 Dec 1999 03:20:53 +0000 (03:20 +0000)]
More php3_ annihilation
<changelog@php.net> [Sat, 18 Dec 1999 02:09:18 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 18 Dec 1999 02:09:12 +0000 (02:09 +0000)]
NEWS update
Zeev Suraski [Fri, 17 Dec 1999 22:34:04 +0000 (22:34 +0000)]
More php3_ cleanup
Zeev Suraski [Fri, 17 Dec 1999 22:01:09 +0000 (22:01 +0000)]
More cleanup
Zeev Suraski [Fri, 17 Dec 1999 21:50:07 +0000 (21:50 +0000)]
More cleanup...
Zeev Suraski [Fri, 17 Dec 1999 21:34:28 +0000 (21:34 +0000)]
More php3 cleanup
Zeev Suraski [Fri, 17 Dec 1999 21:19:59 +0000 (21:19 +0000)]
More php3 cleanup
Zeev Suraski [Fri, 17 Dec 1999 21:13:15 +0000 (21:13 +0000)]
More cleanup...
Zeev Suraski [Fri, 17 Dec 1999 20:55:32 +0000 (20:55 +0000)]
More work on php3_ annihilation...
Zeev Suraski [Fri, 17 Dec 1999 20:55:31 +0000 (20:55 +0000)]
- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)
Zeev Suraski [Fri, 17 Dec 1999 20:01:47 +0000 (20:01 +0000)]
- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)
Zeev Suraski [Fri, 17 Dec 1999 19:51:39 +0000 (19:51 +0000)]
More php3_ annihilation
Zeev Suraski [Fri, 17 Dec 1999 19:16:50 +0000 (19:16 +0000)]
More php3_ annihilation
Hartmut Holzgraefe [Fri, 17 Dec 1999 18:30:06 +0000 (18:30 +0000)]
merged in imap_search() from the PHP3 tree
more ( like imap_lasterror() ) will follow
Sascha Schumann [Fri, 17 Dec 1999 17:50:14 +0000 (17:50 +0000)]
Define inline to inline explicitly
Sascha Schumann [Fri, 17 Dec 1999 14:36:53 +0000 (14:36 +0000)]
Remove passthru, it is not needed anymore
Sascha Schumann [Fri, 17 Dec 1999 14:28:35 +0000 (14:28 +0000)]
Build structure change. Instead of using an external configure for libzend
and TSRM, the core code of these configures was separated into extra m4
files which we can now include into PHP's configure. Advantages:
- better integrated
- faster
- distribution becomes smaller (only one set of libtool files)
Sascha Schumann [Fri, 17 Dec 1999 14:24:39 +0000 (14:24 +0000)]
Make Apache SAPI module compile in ZTS mode
Sascha Schumann [Fri, 17 Dec 1999 13:36:15 +0000 (13:36 +0000)]
Move config code into separate file
Andi Gutmans [Fri, 17 Dec 1999 08:24:10 +0000 (08:24 +0000)]
- By mistake commited this to the branch. It fixes a bug we introduced with
the return reference patch.
Andrei Zmievski [Fri, 17 Dec 1999 03:15:58 +0000 (03:15 +0000)]
Fix up screw up.
<changelog@php.net> [Fri, 17 Dec 1999 03:08:01 +0000 (03:08 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 17 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update
Andrei Zmievski [Thu, 16 Dec 1999 23:47:10 +0000 (23:47 +0000)]
Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions.
@ Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions. (Andrei)
Andrei Zmievski [Thu, 16 Dec 1999 17:48:32 +0000 (17:48 +0000)]
A little renaming.
Sam Ruby [Thu, 16 Dec 1999 17:15:02 +0000 (17:15 +0000)]
force ext/java to be built as a shared library
Sascha Schumann [Thu, 16 Dec 1999 17:07:19 +0000 (17:07 +0000)]
(php_ns_request_handler) set SG(server_context) to non-NULL
<changelog@php.net> [Thu, 16 Dec 1999 03:08:02 +0000 (03:08 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 16 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update
Andrei Zmievski [Wed, 15 Dec 1999 23:39:52 +0000 (23:39 +0000)]
And still more stuff.
Andrei Zmievski [Wed, 15 Dec 1999 23:38:42 +0000 (23:38 +0000)]
More stuff for me to do.
Andrei Zmievski [Wed, 15 Dec 1999 22:37:05 +0000 (22:37 +0000)]
Doh! I'm an idiot.
Andrei Zmievski [Wed, 15 Dec 1999 22:36:24 +0000 (22:36 +0000)]
NEWS notice.
Andrei Zmievski [Wed, 15 Dec 1999 21:26:43 +0000 (21:26 +0000)]
- s/inheritence/inheritance/g
- Added is_subclass_of() function
Zeev Suraski [Wed, 15 Dec 1999 21:20:34 +0000 (21:20 +0000)]
- Implement ability to turn off support for call-time pass by reference
Zeev Suraski [Wed, 15 Dec 1999 20:15:32 +0000 (20:15 +0000)]
- Implement return by reference:
- In function declaration instead of the return statement
- In the assignment phase
- Implement ability to turn off support for call-time pass by reference
Uwe Steinmann [Wed, 15 Dec 1999 19:10:54 +0000 (19:10 +0000)]
switched to Ex Api
Andrei Zmievski [Wed, 15 Dec 1999 17:41:19 +0000 (17:41 +0000)]
(return_one) removed.
(OnChangeMemoryLimit) Only defined if MEMORY_LIMIT is defined.
Andrei Zmievski [Wed, 15 Dec 1999 17:37:05 +0000 (17:37 +0000)]
Added date/time stamping to PHP error log file. Idea credit goes
to Joey.
@ Added date/time stamping to PHP error log file. (Andrei, Joey)
Andrei Zmievski [Wed, 15 Dec 1999 16:54:46 +0000 (16:54 +0000)]
val->len
Andrei Zmievski [Wed, 15 Dec 1999 16:07:04 +0000 (16:07 +0000)]
Fixing.
Andrei Zmievski [Wed, 15 Dec 1999 15:59:04 +0000 (15:59 +0000)]
Faster, must go faster.
Uwe Steinmann [Wed, 15 Dec 1999 15:27:51 +0000 (15:27 +0000)]
fixed some compile errors.
Evan Klinger [Wed, 15 Dec 1999 05:21:28 +0000 (05:21 +0000)]
Ex API
Evan Klinger [Wed, 15 Dec 1999 03:51:25 +0000 (03:51 +0000)]
I would've compiled first, I swear...
Evan Klinger [Wed, 15 Dec 1999 03:46:00 +0000 (03:46 +0000)]
Ex API
Andrei Zmievski [Wed, 15 Dec 1999 03:41:01 +0000 (03:41 +0000)]
Not yet, Joey.
<changelog@php.net> [Wed, 15 Dec 1999 03:08:10 +0000 (03:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 15 Dec 1999 03:08:05 +0000 (03:08 +0000)]
NEWS update
Andrei Zmievski [Tue, 14 Dec 1999 22:15:55 +0000 (22:15 +0000)]
Moved function_exists() to Zend library.
Danny Heijl [Tue, 14 Dec 1999 21:44:35 +0000 (21:44 +0000)]
(bcmath) Name of header changed from php3 to php but include forgotten.
Andrei Zmievski [Tue, 14 Dec 1999 21:15:24 +0000 (21:15 +0000)]
- Added class_exists()
- Moved function_exists() here from from the basic_functions.c
- Modified method_exists() to convert method name to lowercase
when checking
Joey Smith [Tue, 14 Dec 1999 18:37:14 +0000 (18:37 +0000)]
# Added date/time stamping to php3_log_error
@ Preliminary support for date/time stamping in error logs
Preliminary support for date/time stamping in error logs
Uwe Steinmann [Tue, 14 Dec 1999 12:50:21 +0000 (12:50 +0000)]
always check if output is ok after php3_header()