]> granicus.if.org Git - php/log
php
26 years agocreate .cvsignore only once :-)
Stig Bakken [Wed, 21 Apr 1999 21:13:40 +0000 (21:13 +0000)]
create .cvsignore only once :-)

26 years agocreate .cvsignore as well
Stig Bakken [Wed, 21 Apr 1999 20:39:22 +0000 (20:39 +0000)]
create .cvsignore as well

26 years agostate which aclocal.m4 and configure files are created
Stig S. Bakken [Wed, 21 Apr 1999 20:33:33 +0000 (20:33 +0000)]
state which aclocal.m4 and configure files are created

26 years agostate which aclocal.m4 and configure files are created
Stig Bakken [Wed, 21 Apr 1999 20:32:56 +0000 (20:32 +0000)]
state which aclocal.m4 and configure files are created

26 years agomerge the object files in a temporary directory
Stig Bakken [Wed, 21 Apr 1999 20:30:47 +0000 (20:30 +0000)]
merge the object files in a temporary directory

26 years agozend-parser.o and zend-scanner.o were included twice in libzend.a
Stig S. Bakken [Wed, 21 Apr 1999 20:30:37 +0000 (20:30 +0000)]
zend-parser.o and zend-scanner.o were included twice in libzend.a

26 years ago* Change the thread safe project to create a C++ scanner.
Zeev Suraski [Wed, 21 Apr 1999 20:13:02 +0000 (20:13 +0000)]
* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's
that we dont have in Windows)

It does NOT compile or work yet :)

26 years agoThread safe project update
Zeev Suraski [Wed, 21 Apr 1999 19:40:16 +0000 (19:40 +0000)]
Thread safe project update

26 years agoadded PHP_API_VERSION, simply set it to 19990421 for now
Stig Bakken [Wed, 21 Apr 1999 19:39:21 +0000 (19:39 +0000)]
added PHP_API_VERSION, simply set it to 19990421 for now

26 years agoFix
Zeev Suraski [Wed, 21 Apr 1999 19:10:54 +0000 (19:10 +0000)]
Fix

26 years agoMinor fixes
Zeev Suraski [Wed, 21 Apr 1999 19:10:18 +0000 (19:10 +0000)]
Minor fixes

26 years ago* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
Zeev Suraski [Wed, 21 Apr 1999 19:01:38 +0000 (19:01 +0000)]
* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
* Fix Win32 compilation

26 years agoforgot that one
Sascha Schumann [Wed, 21 Apr 1999 18:10:39 +0000 (18:10 +0000)]
forgot that one

26 years agocleanup, flock() support
Sascha Schumann [Wed, 21 Apr 1999 18:10:18 +0000 (18:10 +0000)]
cleanup, flock() support

26 years agocrypt constants
Sascha Schumann [Wed, 21 Apr 1999 17:57:40 +0000 (17:57 +0000)]
crypt constants

26 years agocleanup
Sascha Schumann [Wed, 21 Apr 1999 17:48:11 +0000 (17:48 +0000)]
cleanup

26 years agoThread safety patch. It works now with just-in-time resource initialization!
Zeev Suraski [Wed, 21 Apr 1999 17:28:54 +0000 (17:28 +0000)]
Thread safety patch.  It works now with just-in-time resource initialization!

26 years agoThread safety patch. It works now with 'just in time' resource initialization!
Zeev Suraski [Wed, 21 Apr 1999 17:26:37 +0000 (17:26 +0000)]
Thread safety patch.  It works now with 'just in time' resource initialization!

26 years agoincorporate gettext support
Sascha Schumann [Wed, 21 Apr 1999 17:26:16 +0000 (17:26 +0000)]
incorporate gettext support

26 years agoport some fixes, add compat routines
Sascha Schumann [Wed, 21 Apr 1999 17:11:01 +0000 (17:11 +0000)]
port some fixes, add compat routines

26 years agostr_replace fix
Sascha Schumann [Wed, 21 Apr 1999 16:31:27 +0000 (16:31 +0000)]
str_replace  fix

26 years agomake config.h.stub as well
Stig Bakken [Wed, 21 Apr 1999 16:23:47 +0000 (16:23 +0000)]
make config.h.stub as well

26 years agoremove old libtool and automake stuff that was borrowed using 3.0
Stig Bakken [Wed, 21 Apr 1999 15:52:42 +0000 (15:52 +0000)]
remove old libtool and automake stuff that was borrowed using 3.0

26 years agoThread-safe project
Zeev Suraski [Wed, 21 Apr 1999 15:35:57 +0000 (15:35 +0000)]
Thread-safe project

26 years agoUpdate thread-safe projects
Zeev Suraski [Wed, 21 Apr 1999 15:34:31 +0000 (15:34 +0000)]
Update thread-safe projects

26 years agoconfig.h.in is a generated file and should be ignored by CVS
Sascha Schumann [Wed, 21 Apr 1999 15:16:30 +0000 (15:16 +0000)]
config.h.in is a generated file and should be ignored by CVS

26 years agomove automake back to before autoconf
Stig Bakken [Wed, 21 Apr 1999 14:07:07 +0000 (14:07 +0000)]
move automake back to before autoconf

26 years agomove automake back to before autoconf
Stig S. Bakken [Wed, 21 Apr 1999 14:06:58 +0000 (14:06 +0000)]
move automake back to before autoconf

26 years agoautoheader must be called after autoconf, automake after autoheader
Stig Bakken [Wed, 21 Apr 1999 13:47:05 +0000 (13:47 +0000)]
autoheader must be called after autoconf, automake after autoheader

26 years agoautoheader must be called after autoconf, automake after autoheader
Stig S. Bakken [Wed, 21 Apr 1999 13:45:46 +0000 (13:45 +0000)]
autoheader must be called after autoconf, automake after autoheader

26 years agothink before one commits
Stig S. Bakken [Wed, 21 Apr 1999 13:26:27 +0000 (13:26 +0000)]
think before one commits

26 years agodoh. cvs appears to ignore .in files by default
Stig S. Bakken [Wed, 21 Apr 1999 13:24:39 +0000 (13:24 +0000)]
doh.  cvs appears to ignore .in files by default

26 years agogenerates basic skeleton for new extension
Sascha Schumann [Wed, 21 Apr 1999 10:24:41 +0000 (10:24 +0000)]
generates basic skeleton for new extension

26 years agoMore thread safety work
Zeev Suraski [Wed, 21 Apr 1999 04:02:11 +0000 (04:02 +0000)]
More thread safety work

26 years agoThread safety patch. We're still not quite there but it compiles again, and
Zeev Suraski [Wed, 21 Apr 1999 03:49:09 +0000 (03:49 +0000)]
Thread safety patch.  We're still not quite there but it compiles again, and
more logic has been implemented.

26 years agoThread Safe Resource Manager
Zeev Suraski [Tue, 20 Apr 1999 23:58:02 +0000 (23:58 +0000)]
Thread Safe Resource Manager

26 years agoadded ext/*/config.h.stub files
Stig Bakken [Tue, 20 Apr 1999 01:23:32 +0000 (01:23 +0000)]
added ext/*/config.h.stub files
removed config.h.in (generated)

26 years agoMakefile.in and aclocal.m4 are generated
Stig S. Bakken [Tue, 20 Apr 1999 01:12:53 +0000 (01:12 +0000)]
Makefile.in and aclocal.m4 are generated
added buildconf script

26 years agoodbc compiles and runs on UNIX again (tested with Solid 2.3)
Stig Bakken [Tue, 20 Apr 1999 01:03:12 +0000 (01:03 +0000)]
odbc compiles and runs on UNIX again (tested with Solid 2.3)

26 years agoReturn a success value from the startup function, so we can unload immediately
Zeev Suraski [Mon, 19 Apr 1999 21:39:18 +0000 (21:39 +0000)]
Return a success value from the startup function, so we can unload immediately
if it fails.

26 years agoconvert libzend to automake
Stig Bakken [Mon, 19 Apr 1999 20:11:50 +0000 (20:11 +0000)]
convert libzend to automake

26 years agoconvert to automake
Stig S. Bakken [Mon, 19 Apr 1999 20:10:26 +0000 (20:10 +0000)]
convert to automake

26 years agoRearrange the .dsp for the new ODBC layout
Andi Gutmans [Mon, 19 Apr 1999 18:57:29 +0000 (18:57 +0000)]
Rearrange the .dsp for the new ODBC layout

26 years agoAdd a couple of ZEND_API's
Andi Gutmans [Mon, 19 Apr 1999 18:57:14 +0000 (18:57 +0000)]
Add a couple of ZEND_API's

26 years agoignore acconfig.h
Stig Bakken [Mon, 19 Apr 1999 17:36:25 +0000 (17:36 +0000)]
ignore acconfig.h

26 years agoinclude the right header files
Stig Bakken [Mon, 19 Apr 1999 17:24:25 +0000 (17:24 +0000)]
include the right header files

26 years agogenerate acconfig.h from acconfig.h.in and ext/*/config.h.stub
Stig Bakken [Mon, 19 Apr 1999 17:19:37 +0000 (17:19 +0000)]
generate acconfig.h from acconfig.h.in and ext/*/config.h.stub

26 years agoSupport =unset as arguments
Andi Gutmans [Mon, 19 Apr 1999 16:28:05 +0000 (16:28 +0000)]
Support =unset as arguments

26 years agomoved odbc into ext/
Stig Bakken [Mon, 19 Apr 1999 15:04:11 +0000 (15:04 +0000)]
moved odbc into ext/

26 years agokeep old files if they are not modified
Stig Bakken [Mon, 19 Apr 1999 13:58:54 +0000 (13:58 +0000)]
keep old files if they are not modified

26 years agomoved dbase into ext/
Stig Bakken [Mon, 19 Apr 1999 13:58:31 +0000 (13:58 +0000)]
moved dbase into ext/

26 years agomoved dbase into ext/ along with the bundled library
Stig Bakken [Mon, 19 Apr 1999 13:56:50 +0000 (13:56 +0000)]
moved dbase into ext/ along with the bundled library
dbase programs are no longer included

26 years agoremoved -lnsl and -lsocket checks from zend
Stig S. Bakken [Mon, 19 Apr 1999 13:51:13 +0000 (13:51 +0000)]
removed -lnsl and -lsocket checks from zend

26 years agorun automake and run autoconf in libzend
Stig Bakken [Mon, 19 Apr 1999 08:07:20 +0000 (08:07 +0000)]
run automake and run autoconf in libzend

26 years agoAh, so that file is generated too
Zeev Suraski [Sun, 18 Apr 1999 20:59:54 +0000 (20:59 +0000)]
Ah, so that file is generated too

26 years agoAiCount needs to be decreased here
Zeev Suraski [Sun, 18 Apr 1999 19:55:42 +0000 (19:55 +0000)]
AiCount needs to be decreased here

26 years ago* Added buildconf, runs all the scripts necessary to build configure (Stig - if there...
Zeev Suraski [Sun, 18 Apr 1999 18:06:54 +0000 (18:06 +0000)]
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way
  to detect whether we need to run 'automake --add-missing', please add it...)
* Make vpath work again
* Minor UNIX bugfixes

26 years agoMake Win32 happy with the recent changes.
Zeev Suraski [Sun, 18 Apr 1999 15:58:27 +0000 (15:58 +0000)]
Make Win32 happy with the recent changes.

26 years agoForgot to add these - Win32 registry support
Zeev Suraski [Sun, 18 Apr 1999 15:54:18 +0000 (15:54 +0000)]
Forgot to add these - Win32 registry support

26 years agoWhatnot:
Zeev Suraski [Sun, 18 Apr 1999 15:11:52 +0000 (15:11 +0000)]
Whatnot:
* updated alloc_persist to use critical sections
* changed extension shutdown to two-phase
* updated dependencies
* PR support (don't remember if there was any really)

26 years agoWin32 registry support
Zeev Suraski [Sun, 18 Apr 1999 15:09:46 +0000 (15:09 +0000)]
Win32 registry support

26 years ago- Make gettype() behave like it used to where it returned "object" for
Andi Gutmans [Sat, 17 Apr 1999 07:02:58 +0000 (07:02 +0000)]
- Make gettype() behave like it used to where it returned "object" for
  objects.

26 years agoApache module compiles again
Stig Bakken [Sat, 17 Apr 1999 02:01:20 +0000 (02:01 +0000)]
Apache module compiles again

26 years agothis file is now generated
Stig Bakken [Sat, 17 Apr 1999 01:54:27 +0000 (01:54 +0000)]
this file is now generated

26 years agomake sure the images on the phpinfo() page point to PHP-enabled pages
Stig Bakken [Sat, 17 Apr 1999 01:52:58 +0000 (01:52 +0000)]
make sure the images on the phpinfo() page point to PHP-enabled pages

26 years agoignore configure.in
Stig Bakken [Sat, 17 Apr 1999 00:43:47 +0000 (00:43 +0000)]
ignore configure.in

26 years agothis file is now generated
Stig Bakken [Sat, 17 Apr 1999 00:43:21 +0000 (00:43 +0000)]
this file is now generated

26 years agoFirst commit of re-structuring phase one. We have started using automake in
Stig Bakken [Sat, 17 Apr 1999 00:37:12 +0000 (00:37 +0000)]
First commit of re-structuring phase one.  We have started using automake in
sub-directories and started to move extension code into ext/<name>.  For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

26 years agoupdated GD from php3 repository, using it as a test extension for the new
Stig Bakken [Fri, 16 Apr 1999 12:15:38 +0000 (12:15 +0000)]
updated GD from php3 repository, using it as a test extension for the new
directory structure

26 years ago- Make the memory leak message print PHP4.
Andi Gutmans [Fri, 16 Apr 1999 08:12:51 +0000 (08:12 +0000)]
- Make the memory leak message print PHP4.

26 years ago- one more place which seems to have needed fixing. I don't have time to look
Andi Gutmans [Thu, 15 Apr 1999 17:43:16 +0000 (17:43 +0000)]
- one more place which seems to have needed fixing. I don't have time to look
  more into it. I hope we don't have anymore places which need fixing.

26 years ago- Should fix the pass by reference problem. This happened because we moved
Andi Gutmans [Thu, 15 Apr 1999 17:41:21 +0000 (17:41 +0000)]
- Should fix the pass by reference problem. This happened because we moved
 start from arg 1 now and not arg 0. There might be more places which need fixing
 like in the executor but the bug seems OK now.

26 years agoCompile fix
Zeev Suraski [Wed, 14 Apr 1999 21:03:25 +0000 (21:03 +0000)]
Compile fix

26 years ago-Tiny patches
Andi Gutmans [Wed, 14 Apr 1999 19:53:33 +0000 (19:53 +0000)]
-Tiny patches

26 years agoBetter detection
Zeev Suraski [Tue, 13 Apr 1999 22:09:59 +0000 (22:09 +0000)]
Better detection

26 years agoMove Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge
Zeev Suraski [Tue, 13 Apr 1999 20:50:31 +0000 (20:50 +0000)]
Move Ai stuff before get_zval_*(), like Andi suggested.  Fixes Sascha's huge
memory leak

26 years ago- Fix various memory leaks.
Andi Gutmans [Tue, 13 Apr 1999 19:28:03 +0000 (19:28 +0000)]
- Fix various memory leaks.

26 years agoRefcount bugfix
Andi Gutmans [Tue, 13 Apr 1999 17:49:14 +0000 (17:49 +0000)]
Refcount bugfix

26 years ago* Optimize argument_stack top lookup
Andi Gutmans [Tue, 13 Apr 1999 17:03:10 +0000 (17:03 +0000)]
* Optimize argument_stack top lookup
* Fix a nasty bug in zend_ptr_stack_clean()

26 years agoRemove unnecessary stack
Zeev Suraski [Mon, 12 Apr 1999 21:50:49 +0000 (21:50 +0000)]
Remove unnecessary stack

26 years agooff by one
Zeev Suraski [Mon, 12 Apr 1999 21:06:29 +0000 (21:06 +0000)]
off by one

26 years agoMinor optimization
Zeev Suraski [Mon, 12 Apr 1999 20:49:02 +0000 (20:49 +0000)]
Minor optimization

26 years agoMake functions that don't take arguments somewhat happier:)
Zeev Suraski [Mon, 12 Apr 1999 19:44:47 +0000 (19:44 +0000)]
Make functions that don't take arguments somewhat happier:)

26 years agoThis should take care of "this" for user-defined functions. It wasn't yet working
Zeev Suraski [Mon, 12 Apr 1999 19:40:48 +0000 (19:40 +0000)]
This should take care of "this" for user-defined functions.  It wasn't yet working
for built-in functions anyway, this one is coming soon.

26 years agoNULL's should remain NULLs (at least in strings)
Zeev Suraski [Mon, 12 Apr 1999 19:40:33 +0000 (19:40 +0000)]
NULL's should remain NULLs (at least in strings)

26 years agoDestroy the resource list after destroying the symbol table, otherwise the
Zeev Suraski [Mon, 12 Apr 1999 18:40:18 +0000 (18:40 +0000)]
Destroy the resource list after destroying the symbol table, otherwise the
auto-destructor for resources are run when the resource list is no longer valid

26 years agoThis patch is a go. Not fully optimized yet, but working properly.
Zeev Suraski [Mon, 12 Apr 1999 18:29:09 +0000 (18:29 +0000)]
This patch is a go.  Not fully optimized yet, but working properly.
Prepatch tagged as BEFORE_STACK_PATCH.

26 years agoMinor fixes:
Zeev Suraski [Mon, 12 Apr 1999 17:59:36 +0000 (17:59 +0000)]
Minor fixes:
missing zval_copy_ctor()
messed up AiCount fix

26 years agotolerate uninitialized ini settings in php_ini_{long,double,string}()
Stig Bakken [Mon, 12 Apr 1999 16:35:25 +0000 (16:35 +0000)]
tolerate uninitialized ini settings in php_ini_{long,double,string}()

26 years agoThis should help in keeping PHP4 up to date
Sascha Schumann [Mon, 12 Apr 1999 04:05:50 +0000 (04:05 +0000)]
This should help in keeping PHP4 up to date

26 years agoTest patch...
Zeev Suraski [Sat, 10 Apr 1999 21:39:23 +0000 (21:39 +0000)]
Test patch...

26 years agotest patch
Zeev Suraski [Sat, 10 Apr 1999 21:34:53 +0000 (21:34 +0000)]
test patch

26 years agoOops
Zeev Suraski [Sat, 10 Apr 1999 21:30:49 +0000 (21:30 +0000)]
Oops

26 years agophp3_ini? What's that?
Zeev Suraski [Sat, 10 Apr 1999 17:39:08 +0000 (17:39 +0000)]
php3_ini?  What's that?

26 years agoBuh-bye php3_ini
Zeev Suraski [Sat, 10 Apr 1999 16:25:23 +0000 (16:25 +0000)]
Buh-bye php3_ini

26 years agoAllow runtime setting of the memory limit
Zeev Suraski [Sat, 10 Apr 1999 16:24:28 +0000 (16:24 +0000)]
Allow runtime setting of the memory limit

26 years agoGet rid of php3_ini in Zend
Zeev Suraski [Sat, 10 Apr 1999 14:44:35 +0000 (14:44 +0000)]
Get rid of php3_ini in Zend

26 years agoA lot of php3_ini -> php_ini work
Zeev Suraski [Sat, 10 Apr 1999 13:32:47 +0000 (13:32 +0000)]
A lot of php3_ini -> php_ini work

26 years agoMove safe_mode to the new php_ini mechanism
Zeev Suraski [Sat, 10 Apr 1999 12:17:20 +0000 (12:17 +0000)]
Move safe_mode to the new php_ini mechanism

26 years agoMove asp_tags and short_open_tag to the new php_ini mechanism
Zeev Suraski [Sat, 10 Apr 1999 11:22:18 +0000 (11:22 +0000)]
Move asp_tags and short_open_tag to the new php_ini mechanism