]> granicus.if.org Git - php/log
php
25 years agoAdd information about chosen SAPI module to phpinfo()
Sascha Schumann [Mon, 20 Dec 1999 07:12:27 +0000 (07:12 +0000)]
Add information about chosen SAPI module to phpinfo()

25 years agoAdd SAPI module for thttpd server. Quote from the README:
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.

25 years agoEx API
Evan Klinger [Mon, 20 Dec 1999 02:09:58 +0000 (02:09 +0000)]
Ex API

25 years agoChangeLog update
<changelog@php.net> [Mon, 20 Dec 1999 02:09:17 +0000 (02:09 +0000)]
ChangeLog update

25 years agoEx API
Evan Klinger [Mon, 20 Dec 1999 01:23:15 +0000 (01:23 +0000)]
Ex API

25 years agoEx API and UDP support.
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"

25 years agoFix PostgreSQL build
Zeev Suraski [Sun, 19 Dec 1999 22:44:55 +0000 (22:44 +0000)]
Fix PostgreSQL build

25 years agoSome updates
Zeev Suraski [Sun, 19 Dec 1999 21:29:24 +0000 (21:29 +0000)]
Some updates

25 years agoWin32 updates
Zeev Suraski [Sun, 19 Dec 1999 21:29:06 +0000 (21:29 +0000)]
Win32 updates

25 years agoMake these work again
Zeev Suraski [Sun, 19 Dec 1999 21:17:32 +0000 (21:17 +0000)]
Make these work again

25 years agolibzend -> Zend
Zeev Suraski [Sun, 19 Dec 1999 21:02:54 +0000 (21:02 +0000)]
libzend -> Zend

25 years agoFix broken sprintf handling in PHP
Sascha Schumann [Sun, 19 Dec 1999 20:08:40 +0000 (20:08 +0000)]
Fix broken sprintf handling in PHP

25 years ago(ext/informix) function name changes: zend_get_parameters_ex (danny)
Danny Heijl [Sun, 19 Dec 1999 20:05:53 +0000 (20:05 +0000)]
(ext/informix) function name changes: zend_get_parameters_ex (danny)

25 years agoSupport the latest update to call_user_function_ex()
Zeev Suraski [Sun, 19 Dec 1999 18:58:27 +0000 (18:58 +0000)]
Support the latest update to call_user_function_ex()

25 years ago- Made things work again (Thies, everybody - please check the latest CVS and see...
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

25 years agoreplaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate
Hartmut Holzgraefe [Sun, 19 Dec 1999 16:31:26 +0000 (16:31 +0000)]
replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate

25 years agoUse zend_sprintf by default (which is defined to sprintf, if the system's
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).

25 years agoFix for missing RAND_MAX on SunOS 4.1
Sascha Schumann [Sun, 19 Dec 1999 14:27:45 +0000 (14:27 +0000)]
Fix for missing RAND_MAX on SunOS 4.1

25 years agoRefine PEAR option. Since it does not reference anything external, it should be
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.

25 years ago- More fixes related to the return references patch
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.

25 years agoDAV extension now compiles.
Evan Klinger [Sun, 19 Dec 1999 02:15:18 +0000 (02:15 +0000)]
DAV extension now compiles.

25 years agoUse workaround function for sprintf, if the return value of sprintf is needed
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

25 years agoFix for #2994
Evan Klinger [Sun, 19 Dec 1999 02:04:20 +0000 (02:04 +0000)]
Fix for #2994

25 years agoAdd zend_sprintf.c
Sascha Schumann [Sun, 19 Dec 1999 01:50:10 +0000 (01:50 +0000)]
Add zend_sprintf.c

25 years agoconfigure sets ZEND_BROKEN_SPRINTF
Sascha Schumann [Sun, 19 Dec 1999 01:47:43 +0000 (01:47 +0000)]
configure sets ZEND_BROKEN_SPRINTF

25 years agoVariables are not interpolated unless we use _UNQUOTED
Sascha Schumann [Sun, 19 Dec 1999 00:10:08 +0000 (00:10 +0000)]
Variables are not interpolated unless we use _UNQUOTED

25 years agoFix for missing RAND_MAX on SunOS 4.1
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>

25 years agoAdded --without-pear option.
Andrei Zmievski [Sat, 18 Dec 1999 23:25:55 +0000 (23:25 +0000)]
Added --without-pear option.

25 years ago- The tree compiles again
Zeev Suraski [Sat, 18 Dec 1999 22:40:35 +0000 (22:40 +0000)]
- The tree compiles again

25 years agoLet autoconf check for the proper inline keyword
Sascha Schumann [Sat, 18 Dec 1999 22:37:22 +0000 (22:37 +0000)]
Let autoconf check for the proper inline keyword

25 years agoautomake created illegal target names due to the ZEND_SCANNER definition.
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

25 years ago- Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)
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

25 years agogetParameters() and friends changed 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

25 years agoGet rid of all GNUisms in build.mk. Verified to work with BSD make,
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).

25 years ago- Make Win32 compile again
Andi Gutmans [Sat, 18 Dec 1999 17:44:56 +0000 (17:44 +0000)]
- Make Win32 compile again

25 years ago(ext/informix) : remove traces of php3 (danny)
Danny Heijl [Sat, 18 Dec 1999 17:08:41 +0000 (17:08 +0000)]
(ext/informix) : remove traces of php3 (danny)

25 years agoFix #2999.
Andrei Zmievski [Sat, 18 Dec 1999 17:05:21 +0000 (17:05 +0000)]
Fix #2999.

25 years agocompiles again
Thies C. Arntzen [Sat, 18 Dec 1999 15:10:04 +0000 (15:10 +0000)]
compiles again

25 years agoSome more php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 12:03:53 +0000 (12:03 +0000)]
Some more php3_ cleanup

25 years agoMore php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 11:59:43 +0000 (11:59 +0000)]
More php3_ cleanup

25 years agoMore php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 11:49:31 +0000 (11:49 +0000)]
More php3_ cleanup

25 years agoMore php3_ annihilation
Zeev Suraski [Sat, 18 Dec 1999 11:38:04 +0000 (11:38 +0000)]
More php3_ annihilation

25 years agosome style changes
Sascha Schumann [Sat, 18 Dec 1999 11:14:26 +0000 (11:14 +0000)]
some style changes

25 years agoMore php3_ cleanup
Zeev Suraski [Sat, 18 Dec 1999 04:08:03 +0000 (04:08 +0000)]
More php3_ cleanup

25 years agoMore php3_ annihilation
Zeev Suraski [Sat, 18 Dec 1999 04:01:20 +0000 (04:01 +0000)]
More php3_ annihilation

25 years agoMore php3_ annihilation
Zeev Suraski [Sat, 18 Dec 1999 03:20:53 +0000 (03:20 +0000)]
More php3_ annihilation

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

25 years agoNEWS update
<changelog@php.net> [Sat, 18 Dec 1999 02:09:12 +0000 (02:09 +0000)]
NEWS update

25 years agoMore php3_ cleanup
Zeev Suraski [Fri, 17 Dec 1999 22:34:04 +0000 (22:34 +0000)]
More php3_ cleanup

25 years agoMore cleanup
Zeev Suraski [Fri, 17 Dec 1999 22:01:09 +0000 (22:01 +0000)]
More cleanup

25 years agoMore cleanup...
Zeev Suraski [Fri, 17 Dec 1999 21:50:07 +0000 (21:50 +0000)]
More cleanup...

25 years agoMore php3 cleanup
Zeev Suraski [Fri, 17 Dec 1999 21:34:28 +0000 (21:34 +0000)]
More php3 cleanup

25 years agoMore php3 cleanup
Zeev Suraski [Fri, 17 Dec 1999 21:19:59 +0000 (21:19 +0000)]
More php3 cleanup

25 years agoMore cleanup...
Zeev Suraski [Fri, 17 Dec 1999 21:13:15 +0000 (21:13 +0000)]
More cleanup...

25 years agoMore work on php3_ annihilation...
Zeev Suraski [Fri, 17 Dec 1999 20:55:32 +0000 (20:55 +0000)]
More work on php3_ annihilation...

25 years ago- Made PHP_VERSION and PHP_OS work again
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)

25 years ago- Made PHP_VERSION and PHP_OS work again
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)

25 years agoMore php3_ annihilation
Zeev Suraski [Fri, 17 Dec 1999 19:51:39 +0000 (19:51 +0000)]
More php3_ annihilation

25 years agoMore php3_ annihilation
Zeev Suraski [Fri, 17 Dec 1999 19:16:50 +0000 (19:16 +0000)]
More php3_ annihilation

25 years agomerged in imap_search() from the PHP3 tree
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

25 years agoDefine inline to inline explicitly
Sascha Schumann [Fri, 17 Dec 1999 17:50:14 +0000 (17:50 +0000)]
Define inline to inline explicitly

25 years agoRemove passthru, it is not needed anymore
Sascha Schumann [Fri, 17 Dec 1999 14:36:53 +0000 (14:36 +0000)]
Remove passthru, it is not needed anymore

25 years agoBuild structure change. Instead of using an external configure for libzend
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)

25 years agoMake Apache SAPI module compile in ZTS mode
Sascha Schumann [Fri, 17 Dec 1999 14:24:39 +0000 (14:24 +0000)]
Make Apache SAPI module compile in ZTS mode

25 years agoMove config code into separate file
Sascha Schumann [Fri, 17 Dec 1999 13:36:15 +0000 (13:36 +0000)]
Move config code into separate file

25 years ago- By mistake commited this to the branch. It fixes a bug we introduced with
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.

25 years agoFix up screw up.
Andrei Zmievski [Fri, 17 Dec 1999 03:15:58 +0000 (03:15 +0000)]
Fix up screw up.

25 years agoChangeLog update
<changelog@php.net> [Fri, 17 Dec 1999 03:08:01 +0000 (03:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 17 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update

25 years agoAdded get_loaded_extensions(), extension_loaded(), and
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)

25 years agoA little renaming.
Andrei Zmievski [Thu, 16 Dec 1999 17:48:32 +0000 (17:48 +0000)]
A little renaming.

25 years agoforce ext/java to be built as a shared library
Sam Ruby [Thu, 16 Dec 1999 17:15:02 +0000 (17:15 +0000)]
force ext/java to be built as a shared library

25 years ago(php_ns_request_handler) set SG(server_context) to non-NULL
Sascha Schumann [Thu, 16 Dec 1999 17:07:19 +0000 (17:07 +0000)]
(php_ns_request_handler) set SG(server_context) to non-NULL

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

25 years agoNEWS update
<changelog@php.net> [Thu, 16 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update

25 years agoAnd still more stuff.
Andrei Zmievski [Wed, 15 Dec 1999 23:39:52 +0000 (23:39 +0000)]
And still more stuff.

25 years agoMore stuff for me to do.
Andrei Zmievski [Wed, 15 Dec 1999 23:38:42 +0000 (23:38 +0000)]
More stuff for me to do.

25 years agoDoh! I'm an idiot.
Andrei Zmievski [Wed, 15 Dec 1999 22:37:05 +0000 (22:37 +0000)]
Doh! I'm an idiot.

25 years agoNEWS notice.
Andrei Zmievski [Wed, 15 Dec 1999 22:36:24 +0000 (22:36 +0000)]
NEWS notice.

25 years ago- s/inheritence/inheritance/g
Andrei Zmievski [Wed, 15 Dec 1999 21:26:43 +0000 (21:26 +0000)]
- s/inheritence/inheritance/g
- Added is_subclass_of() function

25 years ago- Implement ability to turn off support for call-time pass by reference
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

25 years ago- Implement return 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

25 years agoswitched to Ex Api
Uwe Steinmann [Wed, 15 Dec 1999 19:10:54 +0000 (19:10 +0000)]
switched to Ex Api

25 years ago(return_one) removed.
Andrei Zmievski [Wed, 15 Dec 1999 17:41:19 +0000 (17:41 +0000)]
(return_one) removed.
(OnChangeMemoryLimit) Only defined if MEMORY_LIMIT is defined.

25 years agoAdded date/time stamping to PHP error log file. Idea credit goes
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)

25 years agoval->len
Andrei Zmievski [Wed, 15 Dec 1999 16:54:46 +0000 (16:54 +0000)]
val->len

25 years agoFixing.
Andrei Zmievski [Wed, 15 Dec 1999 16:07:04 +0000 (16:07 +0000)]
Fixing.

25 years agoFaster, must go faster.
Andrei Zmievski [Wed, 15 Dec 1999 15:59:04 +0000 (15:59 +0000)]
Faster, must go faster.

25 years agofixed some compile errors.
Uwe Steinmann [Wed, 15 Dec 1999 15:27:51 +0000 (15:27 +0000)]
fixed some compile errors.

25 years agoEx API
Evan Klinger [Wed, 15 Dec 1999 05:21:28 +0000 (05:21 +0000)]
Ex API

25 years agoI would've compiled first, I swear...
Evan Klinger [Wed, 15 Dec 1999 03:51:25 +0000 (03:51 +0000)]
I would've compiled first, I swear...

25 years agoEx API
Evan Klinger [Wed, 15 Dec 1999 03:46:00 +0000 (03:46 +0000)]
Ex API

25 years agoNot yet, Joey.
Andrei Zmievski [Wed, 15 Dec 1999 03:41:01 +0000 (03:41 +0000)]
Not yet, Joey.

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

25 years agoNEWS update
<changelog@php.net> [Wed, 15 Dec 1999 03:08:05 +0000 (03:08 +0000)]
NEWS update

25 years agoMoved function_exists() to Zend library.
Andrei Zmievski [Tue, 14 Dec 1999 22:15:55 +0000 (22:15 +0000)]
Moved function_exists() to Zend library.

25 years ago(bcmath) Name of header changed from php3 to php but include forgotten.
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.

25 years ago- Added class_exists()
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

25 years ago# Added date/time stamping to php3_log_error
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

25 years agoalways check if output is ok after php3_header()
Uwe Steinmann [Tue, 14 Dec 1999 12:50:21 +0000 (12:50 +0000)]
always check if output is ok after php3_header()