]>
granicus.if.org Git - php/log
Andi Gutmans [Fri, 24 Dec 1999 15:22:11 +0000 (15:22 +0000)]
- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use
them.
Zeev Suraski [Fri, 24 Dec 1999 14:49:57 +0000 (14:49 +0000)]
- Use function_add_ref() here too
Zeev Suraski [Fri, 24 Dec 1999 13:46:24 +0000 (13:46 +0000)]
- Beef up the INI file reader - it now supports PHP constants, as well as
bitwise operators on them (no more error_reporting = 7, from now on you
can use error_reporting = E_ALL & ~E_NOTICE
@- Improved the php.ini reader to support constants and bitwise operators (Zeev)
<changelog@php.net> [Fri, 24 Dec 1999 02:09:08 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 24 Dec 1999 02:09:03 +0000 (02:09 +0000)]
NEWS update
Andi Gutmans [Thu, 23 Dec 1999 22:21:37 +0000 (22:21 +0000)]
- Make the project compile again
Zeev Suraski [Thu, 23 Dec 1999 19:23:36 +0000 (19:23 +0000)]
Fix a class inheritence leak, when using static varibles in a parent class member function
Zeev Suraski [Thu, 23 Dec 1999 18:07:52 +0000 (18:07 +0000)]
This one slipped away
Sascha Schumann [Thu, 23 Dec 1999 17:48:56 +0000 (17:48 +0000)]
Rename option to match description string
Thies C. Arntzen [Thu, 23 Dec 1999 15:18:56 +0000 (15:18 +0000)]
clean up basic_functions
Zeev Suraski [Thu, 23 Dec 1999 15:03:25 +0000 (15:03 +0000)]
- require() of a dynamic expression now has the standard require() semantics
- Fixed a memory leak in require() of a dynamic expression
Thies C. Arntzen [Thu, 23 Dec 1999 14:59:01 +0000 (14:59 +0000)]
pval->zval
Thies C. Arntzen [Thu, 23 Dec 1999 14:55:50 +0000 (14:55 +0000)]
@- strrev() no longer modifies arg1. (Thies)
Sascha Schumann [Thu, 23 Dec 1999 13:29:26 +0000 (13:29 +0000)]
Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS
contains -O0 to disable optimizations. This can be disabled by using
the appropiate parameter.
Thies C. Arntzen [Thu, 23 Dec 1999 12:52:12 +0000 (12:52 +0000)]
killed warning + added reminder
Thies C. Arntzen [Thu, 23 Dec 1999 12:46:25 +0000 (12:46 +0000)]
ZTS fix
Sascha Schumann [Thu, 23 Dec 1999 12:34:55 +0000 (12:34 +0000)]
Also remove files which are ignored by default by CVS.
Thies C. Arntzen [Thu, 23 Dec 1999 08:18:35 +0000 (08:18 +0000)]
digital cc doe not like whitespaces before a # mark
<changelog@php.net> [Thu, 23 Dec 1999 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 23 Dec 1999 02:09:06 +0000 (02:09 +0000)]
NEWS update
Sascha Schumann [Wed, 22 Dec 1999 22:47:18 +0000 (22:47 +0000)]
Kill compiler warning
Sascha Schumann [Wed, 22 Dec 1999 22:43:55 +0000 (22:43 +0000)]
Kill compiler warning
Sascha Schumann [Wed, 22 Dec 1999 22:38:10 +0000 (22:38 +0000)]
Clear LIBS as well, otherwise later linking checks (TSRM) might fail
Sascha Schumann [Wed, 22 Dec 1999 22:24:20 +0000 (22:24 +0000)]
Add TSRM's LDFLAGS to EXTRA_LDFLAGS
Sascha Schumann [Wed, 22 Dec 1999 22:23:06 +0000 (22:23 +0000)]
Improved check for GCC's -pthread and -pthreads flag
Sascha Schumann [Wed, 22 Dec 1999 22:16:47 +0000 (22:16 +0000)]
Enable --with-oci8 to use relative paths as input parameters
Sascha Schumann [Wed, 22 Dec 1999 21:04:34 +0000 (21:04 +0000)]
Don't set DEBUG_CFLAGS to -g, if -g is already in CFLAGS
Sascha Schumann [Wed, 22 Dec 1999 21:02:31 +0000 (21:02 +0000)]
Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This
is automatically done by autoconf's AC_PROG_CC.
Sascha Schumann [Wed, 22 Dec 1999 20:27:53 +0000 (20:27 +0000)]
Ignore these directory entries
Zeev Suraski [Wed, 22 Dec 1999 20:24:52 +0000 (20:24 +0000)]
export
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
David Hedbor [Wed, 22 Dec 1999 20:11:48 +0000 (20:11 +0000)]
unlock the serializing lock a tad bit later
Zeev Suraski [Wed, 22 Dec 1999 19:21:15 +0000 (19:21 +0000)]
Those void's don't belong in there
Zeev Suraski [Wed, 22 Dec 1999 18:49:23 +0000 (18:49 +0000)]
- Fix function_exists()
Zeev Suraski [Wed, 22 Dec 1999 18:10:38 +0000 (18:10 +0000)]
- Fix a very old legacy memory leak in break(n) statements
Zeev Suraski [Wed, 22 Dec 1999 15:34:38 +0000 (15:34 +0000)]
Fix for the array() initialization bug Stas found
Andrei Zmievski [Wed, 22 Dec 1999 14:54:21 +0000 (14:54 +0000)]
Little fix.
Thies C. Arntzen [Wed, 22 Dec 1999 14:46:31 +0000 (14:46 +0000)]
@- Fixed buffer overruns in iptcembed(). (Thies)
Andi Gutmans [Wed, 22 Dec 1999 14:38:00 +0000 (14:38 +0000)]
- Remove unused variable.
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
<changelog@php.net> [Wed, 22 Dec 1999 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 22 Dec 1999 02:09:09 +0000 (02:09 +0000)]
NEWS update
David Hedbor [Wed, 22 Dec 1999 01:09:08 +0000 (01:09 +0000)]
Removed C++ style comment
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.
Sascha Schumann [Wed, 22 Dec 1999 00:38:04 +0000 (00:38 +0000)]
Logic fix, improved comments, better SID checking
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.
Sascha Schumann [Tue, 21 Dec 1999 22:58:04 +0000 (22:58 +0000)]
Some cleanup
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)
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.
Andrei Zmievski [Tue, 21 Dec 1999 20:02:26 +0000 (20:02 +0000)]
Some more php3->php stuff.
Andrei Zmievski [Tue, 21 Dec 1999 19:43:38 +0000 (19:43 +0000)]
php3 -> php prefix work
Andrei Zmievski [Tue, 21 Dec 1999 19:40:27 +0000 (19:40 +0000)]
Correct PHP's mime type.
Andrei Zmievski [Tue, 21 Dec 1999 18:56:09 +0000 (18:56 +0000)]
*** empty log message ***
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)
Sascha Schumann [Tue, 21 Dec 1999 18:03:35 +0000 (18:03 +0000)]
Enable TSRM to use Pth
Andrei Zmievski [Tue, 21 Dec 1999 17:14:31 +0000 (17:14 +0000)]
We're using ZVAL's now.
Thies C. Arntzen [Tue, 21 Dec 1999 16:55:07 +0000 (16:55 +0000)]
some more thoughts
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!
Sascha Schumann [Tue, 21 Dec 1999 16:29:30 +0000 (16:29 +0000)]
Improve Pthreads check
Zeev Suraski [Tue, 21 Dec 1999 15:55:46 +0000 (15:55 +0000)]
- Fix Sascha's leak. Good report!
Zeev Suraski [Tue, 21 Dec 1999 15:48:56 +0000 (15:48 +0000)]
No need to block for interruptions so early
Andi Gutmans [Tue, 21 Dec 1999 15:25:13 +0000 (15:25 +0000)]
- This should have made it into the NEWS
Andrei Zmievski [Tue, 21 Dec 1999 15:16:21 +0000 (15:16 +0000)]
Optimize.
<changelog@php.net> [Tue, 21 Dec 1999 15:12:04 +0000 (15:12 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 21 Dec 1999 15:11:58 +0000 (15:11 +0000)]
NEWS update
Thies C. Arntzen [Tue, 21 Dec 1999 14:51:41 +0000 (14:51 +0000)]
would be nice & clean
Evan Klinger [Tue, 21 Dec 1999 06:11:52 +0000 (06:11 +0000)]
Ex API
Zeev Suraski [Tue, 21 Dec 1999 05:22:43 +0000 (05:22 +0000)]
This should get it to compile...
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)
Sascha Schumann [Tue, 21 Dec 1999 02:34:26 +0000 (02:34 +0000)]
Workaround for broken trs
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.
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)
Sascha Schumann [Tue, 21 Dec 1999 00:15:51 +0000 (00:15 +0000)]
Propagate ZTS setting correctly
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).
Sascha Schumann [Mon, 20 Dec 1999 23:09:54 +0000 (23:09 +0000)]
Use sapi_module_struct to contain SAPI module name
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)
Andrei Zmievski [Mon, 20 Dec 1999 20:43:47 +0000 (20:43 +0000)]
Made quotemeta() binary-safe.
@ Made quotemeta() binary-safe. (Andrei)
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!
Zeev Suraski [Mon, 20 Dec 1999 20:01:19 +0000 (20:01 +0000)]
- Fix @expr
Andrei Zmievski [Mon, 20 Dec 1999 17:34:55 +0000 (17:34 +0000)]
getParameters -> zend_get_parameters
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)
Zeev Suraski [Mon, 20 Dec 1999 15:38:44 +0000 (15:38 +0000)]
Make the Win32 tree compile again
Andrei Zmievski [Mon, 20 Dec 1999 15:23:38 +0000 (15:23 +0000)]
Zend fixups.
Egon Schmid [Mon, 20 Dec 1999 13:28:17 +0000 (13:28 +0000)]
Corrected some protos.
Hartmut Holzgraefe [Mon, 20 Dec 1999 11:10:33 +0000 (11:10 +0000)]
IMAP should now be in sync with its PHP3 counterpart
Sascha Schumann [Mon, 20 Dec 1999 08:10:38 +0000 (08:10 +0000)]
Fix typo
Sascha Schumann [Mon, 20 Dec 1999 07:37:38 +0000 (07:37 +0000)]
Add and fix a few entries
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)