]> granicus.if.org Git - php/log
php
25 years agoexport
Zeev Suraski [Wed, 22 Dec 1999 20:24:52 +0000 (20:24 +0000)]
export

25 years agoFix ltconfig, ltmain.sh
Sascha Schumann [Wed, 22 Dec 1999 20:24:30 +0000 (20:24 +0000)]
Fix ltconfig, ltmain.sh
Update config.sub, config.guess from libtool-1.3.4

25 years agounlock the serializing lock a tad bit later
David Hedbor [Wed, 22 Dec 1999 20:11:48 +0000 (20:11 +0000)]
unlock the serializing lock a tad bit later

25 years agoThose void's don't belong in there
Zeev Suraski [Wed, 22 Dec 1999 19:21:15 +0000 (19:21 +0000)]
Those void's don't belong in there

25 years ago- Fix function_exists()
Zeev Suraski [Wed, 22 Dec 1999 18:49:23 +0000 (18:49 +0000)]
- Fix function_exists()

25 years ago- Fix a very old legacy memory leak in break(n) statements
Zeev Suraski [Wed, 22 Dec 1999 18:10:38 +0000 (18:10 +0000)]
- Fix a very old legacy memory leak in break(n) statements

25 years agoFix for the array() initialization bug Stas found
Zeev Suraski [Wed, 22 Dec 1999 15:34:38 +0000 (15:34 +0000)]
Fix for the array() initialization bug Stas found

25 years agoLittle fix.
Andrei Zmievski [Wed, 22 Dec 1999 14:54:21 +0000 (14:54 +0000)]
Little fix.

25 years ago@- Fixed buffer overruns in iptcembed(). (Thies)
Thies C. Arntzen [Wed, 22 Dec 1999 14:46:31 +0000 (14:46 +0000)]
@- Fixed buffer overruns in iptcembed(). (Thies)

25 years ago- Remove unused variable.
Andi Gutmans [Wed, 22 Dec 1999 14:38:00 +0000 (14:38 +0000)]
- Remove unused variable.

25 years agoCatch errors in the pike version-check script to avoid potential problems
David Hedbor [Wed, 22 Dec 1999 05:02:07 +0000 (05:02 +0000)]
Catch errors in the pike version-check script to avoid potential problems

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

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

25 years agoRemoved C++ style comment
David Hedbor [Wed, 22 Dec 1999 01:09:08 +0000 (01:09 +0000)]
Removed C++ style comment

25 years agoSome fixes in thread safe (ie ZTS) mode - now it actually seems to
David Hedbor [Wed, 22 Dec 1999 01:00:30 +0000 (01:00 +0000)]
Some fixes in thread safe (ie ZTS) mode - now it actually seems to
work perfectly. Also fixed a couple of typos.

25 years agoLogic fix, improved comments, better SID checking
Sascha Schumann [Wed, 22 Dec 1999 00:38:04 +0000 (00:38 +0000)]
Logic fix, improved comments, better SID checking

25 years agoWarn users, if they have disabled gpc_globals and track_vars. Also work
Sascha Schumann [Wed, 22 Dec 1999 00:11:04 +0000 (00:11 +0000)]
Warn users, if they have disabled gpc_globals and track_vars. Also work
correctly, if users have enabled track_vars/disabled gpc_globals.

25 years agoSome cleanup
Sascha Schumann [Tue, 21 Dec 1999 22:58:04 +0000 (22:58 +0000)]
Some cleanup

25 years ago@- Fixed a bug in ODBC error reporting (Zeev)
Zeev Suraski [Tue, 21 Dec 1999 20:35:43 +0000 (20:35 +0000)]
@- Fixed a bug in ODBC error reporting (Zeev)
@- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs
@  of the PHP and Zend logos used in phpinfo() (Zeev)

25 years agoFix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc()
Zeev Suraski [Tue, 21 Dec 1999 20:30:04 +0000 (20:30 +0000)]
Fix the highlighting problem.  STR_REALLOC() should be used instead of plain erealloc()
whenever you're dealing with strings that might be coming back from the engine - there seem
to be a few other places like this in PHP.

25 years agoSome more php3->php stuff.
Andrei Zmievski [Tue, 21 Dec 1999 20:02:26 +0000 (20:02 +0000)]
Some more php3->php stuff.

25 years agophp3 -> php prefix work
Andrei Zmievski [Tue, 21 Dec 1999 19:43:38 +0000 (19:43 +0000)]
php3 -> php prefix work

25 years agoCorrect PHP's mime type.
Andrei Zmievski [Tue, 21 Dec 1999 19:40:27 +0000 (19:40 +0000)]
Correct PHP's mime type.

25 years ago*** empty log message ***
Andrei Zmievski [Tue, 21 Dec 1999 18:56:09 +0000 (18:56 +0000)]
*** empty log message ***

25 years agoMove TSRM checks, so that additional flags can be considered
Sascha Schumann [Tue, 21 Dec 1999 18:04:31 +0000 (18:04 +0000)]
Move TSRM checks, so that additional flags can be considered
@- Added GNU Pth support (Sascha, TSRM library)

25 years agoEnable TSRM to use Pth
Sascha Schumann [Tue, 21 Dec 1999 18:03:35 +0000 (18:03 +0000)]
Enable TSRM to use Pth

25 years agoWe're using ZVAL's now.
Andrei Zmievski [Tue, 21 Dec 1999 17:14:31 +0000 (17:14 +0000)]
We're using ZVAL's now.

25 years agosome more thoughts
Thies C. Arntzen [Tue, 21 Dec 1999 16:55:07 +0000 (16:55 +0000)]
some more thoughts

25 years agocommented out select() & friends for now - we need to come up with a good API for...
Thies C. Arntzen [Tue, 21 Dec 1999 16:51:27 +0000 (16:51 +0000)]
commented out select() & friends for now - we need to come up with a good API for those!

25 years agoImprove Pthreads check
Sascha Schumann [Tue, 21 Dec 1999 16:29:30 +0000 (16:29 +0000)]
Improve Pthreads check

25 years ago- Fix Sascha's leak. Good report!
Zeev Suraski [Tue, 21 Dec 1999 15:55:46 +0000 (15:55 +0000)]
- Fix Sascha's leak. Good report!

25 years agoNo need to block for interruptions so early
Zeev Suraski [Tue, 21 Dec 1999 15:48:56 +0000 (15:48 +0000)]
No need to block for interruptions so early

25 years ago- This should have made it into the NEWS
Andi Gutmans [Tue, 21 Dec 1999 15:25:13 +0000 (15:25 +0000)]
- This should have made it into the NEWS

25 years agoOptimize.
Andrei Zmievski [Tue, 21 Dec 1999 15:16:21 +0000 (15:16 +0000)]
Optimize.

25 years agoChangeLog update
<changelog@php.net> [Tue, 21 Dec 1999 15:12:04 +0000 (15:12 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 21 Dec 1999 15:11:58 +0000 (15:11 +0000)]
NEWS update

25 years agowould be nice & clean
Thies C. Arntzen [Tue, 21 Dec 1999 14:51:41 +0000 (14:51 +0000)]
would be nice & clean

25 years agoEx API
Evan Klinger [Tue, 21 Dec 1999 06:11:52 +0000 (06:11 +0000)]
Ex API

25 years agoThis should get it to compile...
Zeev Suraski [Tue, 21 Dec 1999 05:22:43 +0000 (05:22 +0000)]
This should get it to compile...

25 years agoOnly add additional include paths, if building in a separate directory
Sascha Schumann [Tue, 21 Dec 1999 02:35:07 +0000 (02:35 +0000)]
Only add additional include paths, if building in a separate directory
(cosmetic change)

25 years agoWorkaround for broken trs
Sascha Schumann [Tue, 21 Dec 1999 02:34:26 +0000 (02:34 +0000)]
Workaround for broken trs

25 years agoFurther cleanup as including php.h is no longer harmful
Sam Ruby [Tue, 21 Dec 1999 02:34:20 +0000 (02:34 +0000)]
Further cleanup as including php.h is no longer harmful
- thanks to Sascha for noticing it.
Tested on Linux and WinNT, should work everywhere.

25 years agoChange order to avoid system prototype mismatch (sprint is defined to
Sascha Schumann [Tue, 21 Dec 1999 01:22:31 +0000 (01:22 +0000)]
Change order to avoid system prototype mismatch (sprint is defined to
php_sprintf by php_config.h)

25 years agoPropagate ZTS setting correctly
Sascha Schumann [Tue, 21 Dec 1999 00:15:51 +0000 (00:15 +0000)]
Propagate ZTS setting correctly

25 years agoExplicitly check for C++ preprocessor, otherwise autoconf forces it onto
Sascha Schumann [Tue, 21 Dec 1999 00:02:20 +0000 (00:02 +0000)]
Explicitly check for C++ preprocessor, otherwise autoconf forces it onto
us at the wrong place (subsequent autoconf checks failed).

25 years agoUse sapi_module_struct to contain SAPI module name
Sascha Schumann [Mon, 20 Dec 1999 23:09:54 +0000 (23:09 +0000)]
Use sapi_module_struct to contain SAPI module name

25 years ago(PHP preg_quote) Made binary-safe.
Andrei Zmievski [Mon, 20 Dec 1999 20:49:56 +0000 (20:49 +0000)]
(PHP preg_quote) Made binary-safe.
@ Made preg_quote() binary-safe. (Andrei)

25 years agoMade quotemeta() binary-safe.
Andrei Zmievski [Mon, 20 Dec 1999 20:43:47 +0000 (20:43 +0000)]
Made quotemeta() binary-safe.
@ Made quotemeta() binary-safe. (Andrei)

25 years agoUse Critical Sections under Win32 - shows roughly 40% performance increase under
Zeev Suraski [Mon, 20 Dec 1999 20:02:25 +0000 (20:02 +0000)]
Use Critical Sections under Win32 - shows roughly 40% performance increase under
multithreaded Win32!

25 years ago- Fix @expr
Zeev Suraski [Mon, 20 Dec 1999 20:01:19 +0000 (20:01 +0000)]
- Fix @expr

25 years agogetParameters -> zend_get_parameters
Andrei Zmievski [Mon, 20 Dec 1999 17:34:55 +0000 (17:34 +0000)]
getParameters -> zend_get_parameters

25 years ago- Fix the crash Thies was experiencing (returning a function call could cause a crash)
Zeev Suraski [Mon, 20 Dec 1999 16:05:36 +0000 (16:05 +0000)]
- Fix the crash Thies was experiencing (returning a function call could cause a crash)
- Fix the leak Thies was experiencing (@fcall() leaked)

25 years agoMake the Win32 tree compile again
Zeev Suraski [Mon, 20 Dec 1999 15:38:44 +0000 (15:38 +0000)]
Make the Win32 tree compile again

25 years agoZend fixups.
Andrei Zmievski [Mon, 20 Dec 1999 15:23:38 +0000 (15:23 +0000)]
Zend fixups.

25 years agoCorrected some protos.
Egon Schmid [Mon, 20 Dec 1999 13:28:17 +0000 (13:28 +0000)]
Corrected some protos.

25 years agoIMAP should now be in sync with its PHP3 counterpart
Hartmut Holzgraefe [Mon, 20 Dec 1999 11:10:33 +0000 (11:10 +0000)]
IMAP should now be in sync with its PHP3 counterpart

25 years agoFix typo
Sascha Schumann [Mon, 20 Dec 1999 08:10:38 +0000 (08:10 +0000)]
Fix typo

25 years agoAdd and fix a few entries
Sascha Schumann [Mon, 20 Dec 1999 07:37:38 +0000 (07:37 +0000)]
Add and fix a few entries

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