]> granicus.if.org Git - php/log
php
25 years ago- Prepare Zend for the new $a{2} string offset syntax.
Andi Gutmans [Sat, 25 Dec 1999 16:46:32 +0000 (16:46 +0000)]
- Prepare Zend for the new $a{2} string offset syntax.

25 years ago- Get rid of two warnings
Andi Gutmans [Sat, 25 Dec 1999 09:06:55 +0000 (09:06 +0000)]
- Get rid of two warnings

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

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

25 years agoUpdate .cvsignore, make build.mk more verbose
Sascha Schumann [Fri, 24 Dec 1999 23:29:39 +0000 (23:29 +0000)]
Update .cvsignore, make build.mk more verbose

25 years agoEnable dependencies for UNIX. Because this only works, if you use
Sascha Schumann [Fri, 24 Dec 1999 22:55:33 +0000 (22:55 +0000)]
Enable dependencies for UNIX. Because this only works, if you use
GNU make and GCC, you need to enable it manually by running

$ touch php4/want_dependencies

25 years agoUse __forceinline under Win32 (inlining under Win32 gives roughly 30% performance
Zeev Suraski [Fri, 24 Dec 1999 21:27:55 +0000 (21:27 +0000)]
Use __forceinline under Win32 (inlining under Win32 gives roughly 30% performance
increase)

25 years agophp3_realpath.c -> php_realpath.c
Zeev Suraski [Fri, 24 Dec 1999 20:47:35 +0000 (20:47 +0000)]
php3_realpath.c -> php_realpath.c

25 years agoFix warnings
Zeev Suraski [Fri, 24 Dec 1999 20:47:01 +0000 (20:47 +0000)]
Fix warnings

25 years agoShut gcc up
Zeev Suraski [Fri, 24 Dec 1999 20:19:37 +0000 (20:19 +0000)]
Shut gcc up

25 years ago- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.
Andi Gutmans [Fri, 24 Dec 1999 17:39:27 +0000 (17:39 +0000)]
- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.

25 years agoOptimize
Zeev Suraski [Fri, 24 Dec 1999 16:03:44 +0000 (16:03 +0000)]
Optimize

25 years agoAdd -rdynamic, if supported by gcc and static Apache build is used
Sascha Schumann [Fri, 24 Dec 1999 15:56:40 +0000 (15:56 +0000)]
Add -rdynamic, if supported by gcc and static Apache build is used

25 years agoRemove --enable-low-memory, and preserve LIBS from TSRM
Sascha Schumann [Fri, 24 Dec 1999 15:47:44 +0000 (15:47 +0000)]
Remove --enable-low-memory, and preserve LIBS from TSRM

25 years agoPut -pthreads? into CFLAGS; libtool still filters it out during shared
Sascha Schumann [Fri, 24 Dec 1999 15:44:58 +0000 (15:44 +0000)]
Put -pthreads? into CFLAGS; libtool still filters it out during shared
library linking; need to find a way to prevent that.

25 years ago- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
Andi Gutmans [Fri, 24 Dec 1999 15:43:39 +0000 (15:43 +0000)]
- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
  more tricky and I'm not sure how many places this is. zval allocations
  were only made directly in 11 places.

25 years ago- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use
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.

25 years ago- Use function_add_ref() here too
Zeev Suraski [Fri, 24 Dec 1999 14:49:57 +0000 (14:49 +0000)]
- Use function_add_ref() here too

25 years ago- Beef up the INI file reader - it now supports PHP constants, as well as
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)

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

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

25 years ago- Make the project compile again
Andi Gutmans [Thu, 23 Dec 1999 22:21:37 +0000 (22:21 +0000)]
- Make the project compile again

25 years agoFix a class inheritence leak, when using static varibles in a parent class member...
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

25 years agoThis one slipped away
Zeev Suraski [Thu, 23 Dec 1999 18:07:52 +0000 (18:07 +0000)]
This one slipped away

25 years agoRename option to match description string
Sascha Schumann [Thu, 23 Dec 1999 17:48:56 +0000 (17:48 +0000)]
Rename option to match description string

25 years agoclean up basic_functions
Thies C. Arntzen [Thu, 23 Dec 1999 15:18:56 +0000 (15:18 +0000)]
clean up basic_functions

25 years ago- require() of a dynamic expression now has the standard require() semantics
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

25 years agopval->zval
Thies C. Arntzen [Thu, 23 Dec 1999 14:59:01 +0000 (14:59 +0000)]
pval->zval

25 years ago@- strrev() no longer modifies arg1. (Thies)
Thies C. Arntzen [Thu, 23 Dec 1999 14:55:50 +0000 (14:55 +0000)]
@- strrev() no longer modifies arg1. (Thies)

25 years agoCompile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS
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.

25 years agokilled warning + added reminder
Thies C. Arntzen [Thu, 23 Dec 1999 12:52:12 +0000 (12:52 +0000)]
killed warning + added reminder

25 years agoZTS fix
Thies C. Arntzen [Thu, 23 Dec 1999 12:46:25 +0000 (12:46 +0000)]
ZTS fix

25 years agoAlso remove files which are ignored by default by CVS.
Sascha Schumann [Thu, 23 Dec 1999 12:34:55 +0000 (12:34 +0000)]
Also remove files which are ignored by default by CVS.

25 years agodigital cc doe not like whitespaces before a # mark
Thies C. Arntzen [Thu, 23 Dec 1999 08:18:35 +0000 (08:18 +0000)]
digital cc doe not like whitespaces before a # mark

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

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

25 years agoKill compiler warning
Sascha Schumann [Wed, 22 Dec 1999 22:47:18 +0000 (22:47 +0000)]
Kill compiler warning

25 years agoKill compiler warning
Sascha Schumann [Wed, 22 Dec 1999 22:43:55 +0000 (22:43 +0000)]
Kill compiler warning

25 years agoClear LIBS as well, otherwise later linking checks (TSRM) might fail
Sascha Schumann [Wed, 22 Dec 1999 22:38:10 +0000 (22:38 +0000)]
Clear LIBS as well, otherwise later linking checks (TSRM) might fail

25 years agoAdd TSRM's LDFLAGS to EXTRA_LDFLAGS
Sascha Schumann [Wed, 22 Dec 1999 22:24:20 +0000 (22:24 +0000)]
Add TSRM's LDFLAGS to EXTRA_LDFLAGS

25 years agoImproved check for GCC's -pthread and -pthreads flag
Sascha Schumann [Wed, 22 Dec 1999 22:23:06 +0000 (22:23 +0000)]
Improved check for GCC's -pthread and -pthreads flag

25 years agoEnable --with-oci8 to use relative paths as input parameters
Sascha Schumann [Wed, 22 Dec 1999 22:16:47 +0000 (22:16 +0000)]
Enable --with-oci8 to use relative paths as input parameters

25 years agoDon't set DEBUG_CFLAGS to -g, if -g is already in CFLAGS
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

25 years agoLimit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This
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.

25 years agoIgnore these directory entries
Sascha Schumann [Wed, 22 Dec 1999 20:27:53 +0000 (20:27 +0000)]
Ignore these directory entries

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.