]> granicus.if.org Git - php/shortlog
php
1999-10-05 Sascha Schumann Add $automake_flags, to allow propagation of -...
1999-10-05 Sascha Schumann Get rid of *_SHLIB variables. Our config scripts...
1999-10-05 Andrei ZmievskiRemove _A.
1999-10-05 Sascha Schumann Fix automake dependencies
1999-10-05 Thies C. Arntzen*** empty log message ***
1999-10-05 Thies C. Arntzenfixed ora_close again
1999-10-05 Thies C. Arntzenfix some warnings
1999-10-05 Sascha Schumann Fix logic.
1999-10-05 Sascha Schumann Use libtool
1999-10-05 Sascha Schumann automake does not find all subdirectories automatic...
1999-10-05 Sascha Schumann This causes link problems with anything higher...
1999-10-05 Sascha Schumann * Get rid of libphp_util.la
1999-10-05 Sascha Schumann 100% speedup in buildconf.
1999-10-05 Sascha Schumann Build program static.
1999-10-05 Marko KarppinenFix a typo? (compile bustage on Solaris 2.6)
1999-10-04 Andrei ZmievskiTaken from PHP3 source.
1999-10-04 Andrei Zmievski*** empty log message ***
1999-10-04 Andrei Zmievskitest
1999-10-04 Andrei Zmievskitest
1999-10-04 Andrei Zmievskitest
1999-10-04 Sascha Schumann -module is already set in Makefile.am
1999-10-04 Andrew SkalskiAdded delete and rename functions.
1999-10-04 Sascha Schumann * Fix header("HTTP/..") behaviour
1999-10-04 Sascha Schumann Move %(EXTRA_LIBS).
1999-10-04 Sascha Schumann The .sym format isn't that complex.
1999-10-04 Sascha Schumann Add necessary rule.
1999-10-04 Sascha Schumann Forgot these..
1999-10-04 Sascha Schumann Use libtool.
1999-10-04 Sascha Schumann Use libtool to build.
1999-10-04 Sascha Schumann * archive-based convenience libraries completel...
1999-10-04 Sascha Schumann Whoops, OSF/1 has -lpthread and -lpthreads, but...
1999-10-04 Sascha Schumann Polish this.
1999-10-04 Thies C. Arntzenupgraded the former basic_functions.c code to use new...
1999-10-04 Thies C. Arntzenuse getParametersEx for all builtin functions
1999-10-04 Thies C. Arntzenereg now returns a continious array 0..9 again - empty...
1999-10-04 Sascha Schumann -lpthreads is needed on OSF/1 aka Digital Unix...
1999-10-04 Thies C. Arntzenadded add_*_resource() and add_*_bool() functions
1999-10-04 Thies C. Arntzeni swear, i compiled (at least) before i committed!
1999-10-04 Sascha Schumann Object files are usually not found in the srcdir.
1999-10-04 Thies C. Arntzen"cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS...
1999-10-04 Sascha Schumann Fix typo. This caused strange errors when using...
1999-10-03 Andi Gutmans- Hooray. This might actually work. (I hope)
1999-10-03 Andi Gutmans- Update changelog
1999-10-03 Sascha Schumann Make config executable
1999-10-03 Sascha Schumann Make it executable.
1999-10-03 Sascha Schumann *_config are executable, thus we don't need %(SHELL)
1999-10-03 Sascha Schumann Fix Apache-module build
1999-10-02 Sascha Schumann Test commit II.
1999-10-02 Sascha Schumann Test commit.
1999-10-02 Sascha Schumann Reactivate autoheader
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andi Gutmans*** empty log message ***
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andrei Zmievskicommit test
1999-10-02 Andrei Zmievskitest
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andrei Zmievskitest commit 1
1999-10-02 Andrei Zmievskitest commit
1999-10-02 Andi Gutmans- Another locking fix.
1999-10-02 Andi Gutmans- Fixed locking problem when fetching string offsets
1999-10-02 Zeev SuraskiFix the leak reported on the PHP 3 list (isset() on...
1999-10-02 Sascha Schumann Use the already compiled `mod_php4.o'. This avoids...
1999-10-01 Andi Gutmans- Move is_ref back to being an unsigned char and not...
1999-10-01 Andi Gutmans- Remove locking support completely
1999-10-01 Andi Gutmans- I forgot this
1999-10-01 Andrei ZmievskiAdded array_reverse() function.
1999-10-01 Andrei Zmievskirename.
1999-10-01 Thies C. Arntzenone zval fix - cleanups
1999-10-01 Andi Gutmans- For Andrei. Implement references in array() initializ...
1999-09-30 Andrei Zmievskitest commit
1999-09-30 Andrei Zmievskipreg_replace() now makes copies of array entries if...
1999-09-30 Sascha Schumann Fix typo--GD_* is for shared build mode.
1999-09-30 Andrei ZmievskiFix nl2br crash.
1999-09-30 Sascha Schumann Test commit II.
1999-09-30 Andrei ZmievskiNo need for this anymore.
1999-09-30 Sascha Schumann Test commit.
1999-09-30 Sascha Schumann Automatically add the SAPI target's Makefile to...
1999-09-30 Thies C. Arntzenmajor rework here - the refcount stuff gets better...
1999-09-29 Sascha Schumann * create Makefiles for ext, pcrelib, sapi/*
1999-09-29 Sascha Schumann * VPATH work
1999-09-29 Zeev Suraski*** empty log message ***
1999-09-29 Chuck Hagenbuchcjh: closing bug #2407.
1999-09-29 Thies C. Arntzenfix the order.. (thanx, andi)
1999-09-29 Sascha Schumann Fix a VPATH issue.
1999-09-29 Andi GutmansFix leak in += with arrays
1999-09-29 Andi Gutmans- Fix SEND_VAR problem after fetch'ing a variable and...
1999-09-29 Thies C. Arntzenadded add_property_resource
1999-09-29 Stig Bakken*** empty log message ***
1999-09-29 Stig BakkenDecent configure speedup. Makefiles are now generated...
1999-09-29 Stig BakkenThe $shared variable should normally never be used...
1999-09-29 Andrey HristovFix for my fix.
1999-09-29 Thies C. Arntzenfixed crash in connection shutdown!
1999-09-29 Thies C. Arntzenjust some renaming.
1999-09-28 Andi Gutmans- Stop using the locking mechanism and start using...
1999-09-28 Andi Gutmans- Get rid of warning
1999-09-28 Andi Gutmans- First part of the patch which makes reads use ptr...
1999-09-28 Stig Bakkendisable --with-zeus for now.
next