]>
granicus.if.org Git - php/log
Zeev Suraski [Mon, 26 Jul 1999 21:55:51 +0000 (21:55 +0000)]
Fix bug #1867
Zeev Suraski [Mon, 26 Jul 1999 21:31:40 +0000 (21:31 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 26 Jul 1999 21:18:35 +0000 (21:18 +0000)]
Fix a bug in inheritence from classes defined in include files, that are
inherited from require()'d files
Zeev Suraski [Mon, 26 Jul 1999 21:17:05 +0000 (21:17 +0000)]
Fix bug #1851
Andrey Hristov [Mon, 26 Jul 1999 20:09:08 +0000 (20:09 +0000)]
More symbol work.
I've defined a few macros to help with module/request init/startup function definitions.
Basically:
PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(module)
PHP_RINIT_FUNCTION(module)
PHP_RSHUTDOWN_FUNCTION(module)
PHP_MINFO_FUNCTION(module)
These will expand to proper function prototypes.
Now to specify these in the module entry, use:
PHP_MINIT(module)
PHP_MSHUTDOWN(module)
PHP_RINIT(module)
PHP_RSHUTDOWN(module)
PHP_MINFO(module)
I've updated all modules in ext/standard and everything from ext/apache to ext/db.
If you can, please update your module to use these macros.
Andi Gutmans [Mon, 26 Jul 1999 19:35:57 +0000 (19:35 +0000)]
- Oops I erased this by mistake
Andi Gutmans [Mon, 26 Jul 1999 19:32:13 +0000 (19:32 +0000)]
- Should be a complete fix now. This break away code should maybe be made
somewhat generic
Andi Gutmans [Mon, 26 Jul 1999 19:24:54 +0000 (19:24 +0000)]
- Temporary fix for "this". Have to fix it tomorrow.
Andi Gutmans [Mon, 26 Jul 1999 18:56:54 +0000 (18:56 +0000)]
- Fix compile error. Weird that Visual didn't catch this one.
Andi Gutmans [Mon, 26 Jul 1999 16:57:06 +0000 (16:57 +0000)]
- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
win32 from compiling. This needs to be fixed!!!
- Check out libzend to compile the tree now.
Stig Bakken [Sun, 25 Jul 1999 15:06:49 +0000 (15:06 +0000)]
"gd", not "-lgd"
Stig Bakken [Sun, 25 Jul 1999 14:46:33 +0000 (14:46 +0000)]
use AC_ADD_ macros
Stig Bakken [Sun, 25 Jul 1999 12:57:50 +0000 (12:57 +0000)]
final php3.ini -> php.ini renaming?
Andrey Hristov [Sat, 24 Jul 1999 22:16:54 +0000 (22:16 +0000)]
A bunch of grunt work updating function entries and declarations.
Sascha Schumann [Sat, 24 Jul 1999 21:40:37 +0000 (21:40 +0000)]
overlooked them
Andrey Hristov [Sat, 24 Jul 1999 21:19:54 +0000 (21:19 +0000)]
Remove buildconf.stamp on make distclean
Zeev Suraski [Sat, 24 Jul 1999 20:36:31 +0000 (20:36 +0000)]
Congrats Andrey
Stig Bakken [Sat, 24 Jul 1999 19:10:17 +0000 (19:10 +0000)]
more Solaris fun
Stig Bakken [Sat, 24 Jul 1999 19:02:38 +0000 (19:02 +0000)]
added workaround for Solaris PIC weirdness.
added RPM spec file for a future "official" RPM, work-in-progress
Stig Bakken [Sat, 24 Jul 1999 19:00:06 +0000 (19:00 +0000)]
temporary icon for RPMs until Colin gets back and can make us a spiffy new one
Zeev Suraski [Sat, 24 Jul 1999 16:52:00 +0000 (16:52 +0000)]
* Make Win32 build work again
* Make error_reporting value prior to the standard initialization be
set so that errors show up
Stig Bakken [Sat, 24 Jul 1999 14:54:24 +0000 (14:54 +0000)]
Solaris 7 fix
Zeev Suraski [Sat, 24 Jul 1999 14:40:08 +0000 (14:40 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 24 Jul 1999 14:38:05 +0000 (14:38 +0000)]
Fix that memory leak... nested function issue remains
Zeev Suraski [Sat, 24 Jul 1999 14:36:48 +0000 (14:36 +0000)]
* Fix a warning
* Update ChangeLog
Danny Heijl [Sat, 24 Jul 1999 14:28:29 +0000 (14:28 +0000)]
Get rid of most compiler warnings.
Zeev Suraski [Sat, 24 Jul 1999 11:43:21 +0000 (11:43 +0000)]
Fix RETURN & SWITCH memory leak issue
Zeev Suraski [Sat, 24 Jul 1999 11:24:19 +0000 (11:24 +0000)]
Thoroughly fix the SWITCH problem. No RETURN handling yet.
Rasmus Lerdorf [Sat, 24 Jul 1999 02:44:53 +0000 (02:44 +0000)]
Changelog
Rasmus Lerdorf [Sat, 24 Jul 1999 02:43:22 +0000 (02:43 +0000)]
Fix broken build
Rasmus Lerdorf [Sat, 24 Jul 1999 02:30:37 +0000 (02:30 +0000)]
Bring rand.c up to date
Sascha Schumann [Sat, 24 Jul 1999 00:56:56 +0000 (00:56 +0000)]
fix for missing include path in CFLAGS
Sascha Schumann [Sat, 24 Jul 1999 00:46:47 +0000 (00:46 +0000)]
Bourne Shell does not have -nt.
Andrey Hristov [Fri, 23 Jul 1999 22:47:24 +0000 (22:47 +0000)]
Added function entry for similar_text().
Andrey Hristov [Fri, 23 Jul 1999 22:35:14 +0000 (22:35 +0000)]
Added function entry for strip_tags.
Andrey Hristov [Fri, 23 Jul 1999 21:24:53 +0000 (21:24 +0000)]
Ignore generated file.
Andrey Hristov [Fri, 23 Jul 1999 21:24:30 +0000 (21:24 +0000)]
*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 21:22:20 +0000 (21:22 +0000)]
Ignore parsedate.c
Andrey Hristov [Fri, 23 Jul 1999 21:21:33 +0000 (21:21 +0000)]
Fixed a bug in WDDX that occured when a number was passed in instead
of a variable name.
Stig Bakken [Fri, 23 Jul 1999 20:47:59 +0000 (20:47 +0000)]
generated and not required by windows
Stig Bakken [Fri, 23 Jul 1999 20:47:17 +0000 (20:47 +0000)]
required for the Windows build, re-adding
Andrey Hristov [Fri, 23 Jul 1999 19:52:18 +0000 (19:52 +0000)]
*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 19:51:27 +0000 (19:51 +0000)]
Ported strtotime() function.
Sascha Schumann [Fri, 23 Jul 1999 19:37:59 +0000 (19:37 +0000)]
Improve speed on subsequent runs of buildconf
Andrey Hristov [Fri, 23 Jul 1999 19:22:28 +0000 (19:22 +0000)]
Fix for compatibility.
Zeev Suraski [Fri, 23 Jul 1999 18:41:58 +0000 (18:41 +0000)]
Fix bug #1812
Zeev Suraski [Fri, 23 Jul 1999 16:03:18 +0000 (16:03 +0000)]
Fix bug #1807 (requires libzend update)
Zeev Suraski [Fri, 23 Jul 1999 16:02:51 +0000 (16:02 +0000)]
* Add an API macro users can use to ensure an array member can be modifed
before they modify it.
* Fix a bug and remove redundant code in convert_to_long() (booleans and
resources weren't changing their types
Sascha Schumann [Fri, 23 Jul 1999 15:56:47 +0000 (15:56 +0000)]
gdttf update
Stig Bakken [Fri, 23 Jul 1999 15:53:50 +0000 (15:53 +0000)]
run libtoolize during buildconf since we depend on libtool anyway
Stig Bakken [Fri, 23 Jul 1999 15:32:07 +0000 (15:32 +0000)]
generated file
Stig Bakken [Fri, 23 Jul 1999 15:29:57 +0000 (15:29 +0000)]
in case ltconfig isn't checked out executable
Stig Bakken [Fri, 23 Jul 1999 15:22:36 +0000 (15:22 +0000)]
good boy
Stig Bakken [Fri, 23 Jul 1999 15:20:48 +0000 (15:20 +0000)]
updated the docstring for --with-xml
Zeev Suraski [Fri, 23 Jul 1999 15:18:37 +0000 (15:18 +0000)]
Added check for freetype.h
Stig Bakken [Fri, 23 Jul 1999 15:13:22 +0000 (15:13 +0000)]
small fix to libtool check
Stig Bakken [Fri, 23 Jul 1999 15:08:54 +0000 (15:08 +0000)]
require libtool to be installed as well
Andi Gutmans [Fri, 23 Jul 1999 14:14:42 +0000 (14:14 +0000)]
- Make Win32 compile again.
Andrey Hristov [Fri, 23 Jul 1999 13:47:57 +0000 (13:47 +0000)]
Changeloggin'
Danny Heijl [Fri, 23 Jul 1999 12:26:26 +0000 (12:26 +0000)]
ChangeLog
Danny Heijl [Fri, 23 Jul 1999 09:34:14 +0000 (09:34 +0000)]
New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete.
Sascha Schumann [Fri, 23 Jul 1999 00:04:24 +0000 (00:04 +0000)]
ChangeLog
Zeev Suraski [Thu, 22 Jul 1999 23:54:54 +0000 (23:54 +0000)]
Please add in any changes/bug fixes you've made - we need to keep a details ChangeLog...
Zeev Suraski [Thu, 22 Jul 1999 22:17:49 +0000 (22:17 +0000)]
New constants
Zeev Suraski [Thu, 22 Jul 1999 21:49:53 +0000 (21:49 +0000)]
Time to remove the PHP 3.0 ChangeLog
Sascha Schumann [Thu, 22 Jul 1999 21:11:09 +0000 (21:11 +0000)]
add the HPUX ANSI detection from php3
Stig Bakken [Thu, 22 Jul 1999 20:21:07 +0000 (20:21 +0000)]
add checks for autoconf, automake and whether libzend/TSRM is around
Stig S. Bakken [Thu, 22 Jul 1999 20:20:11 +0000 (20:20 +0000)]
identify ourselves
Sascha Schumann [Thu, 22 Jul 1999 17:55:13 +0000 (17:55 +0000)]
Implement additional heuristic for session id search. Now looks into
REQUEST_URI as well.
Stig Bakken [Thu, 22 Jul 1999 15:55:13 +0000 (15:55 +0000)]
temporary hack-fix
Andrey Hristov [Thu, 22 Jul 1999 15:15:41 +0000 (15:15 +0000)]
-Ported all remaining date() options
-Made array_walk() work somewhat, but it's not
possible to change array values from inside the
walk function yet
Andrey Hristov [Thu, 22 Jul 1999 14:22:32 +0000 (14:22 +0000)]
*** empty log message ***
Danny Heijl [Thu, 22 Jul 1999 09:58:02 +0000 (09:58 +0000)]
Blobs now working too.
Danny Heijl [Thu, 22 Jul 1999 07:31:27 +0000 (07:31 +0000)]
Blobs don't work, hash problems.
Stig Bakken [Wed, 21 Jul 1999 21:56:25 +0000 (21:56 +0000)]
First cut at standard way of making dynamically loadable extensions on UNIX.
Examples on how to test:
./configure --with-xml static
./configure --with-xml=/opt static
./configure --with-xml=shared shared
./configure --with-xml=shared,/opt shared
The difference between these two is that when the extension is shared, it
is not merged into libphpext.a. The shared extension is currently always
built. I can't find a way to do just one or the other with automake/libtool,
if someone has a clever idea, please come forward. :-)
"make install" installs the .so (as well as a lot of other cruft) in
$prefix/lib/php.
Zeev Suraski [Wed, 21 Jul 1999 20:31:07 +0000 (20:31 +0000)]
Fixed the Apache cookie problem (untested)
Andrey Hristov [Wed, 21 Jul 1999 19:55:24 +0000 (19:55 +0000)]
Fix for bug #1806
Andrey Hristov [Wed, 21 Jul 1999 19:47:40 +0000 (19:47 +0000)]
*** empty log message ***
Danny Heijl [Wed, 21 Jul 1999 18:23:13 +0000 (18:23 +0000)]
Informix extension now works but php_ini stuff still needs rewriting.
Sascha Schumann [Wed, 21 Jul 1999 16:12:13 +0000 (16:12 +0000)]
sync with 1.133
Sascha Schumann [Wed, 21 Jul 1999 15:47:41 +0000 (15:47 +0000)]
since we all seem to use different tabwidths, reformat this with :set tw=4
Sascha Schumann [Wed, 21 Jul 1999 15:42:18 +0000 (15:42 +0000)]
update
Sascha Schumann [Wed, 21 Jul 1999 15:39:28 +0000 (15:39 +0000)]
merge in change from php3
Sascha Schumann [Wed, 21 Jul 1999 15:12:32 +0000 (15:12 +0000)]
initial import of DBA
Sascha Schumann [Wed, 21 Jul 1999 15:12:22 +0000 (15:12 +0000)]
the ; is superflicious
Andrey Hristov [Wed, 21 Jul 1999 15:10:04 +0000 (15:10 +0000)]
*** empty log message ***
Stig Bakken [Wed, 21 Jul 1999 14:49:17 +0000 (14:49 +0000)]
that's better
Stig Bakken [Wed, 21 Jul 1999 14:43:12 +0000 (14:43 +0000)]
Debian fixes
Stig Bakken [Wed, 21 Jul 1999 14:42:22 +0000 (14:42 +0000)]
change version number to 4.0b2-dev
Stig Bakken [Wed, 21 Jul 1999 14:27:05 +0000 (14:27 +0000)]
fix to reiterate that one should _always_ use braces around if/else/for/while
Andrey Hristov [Wed, 21 Jul 1999 14:19:49 +0000 (14:19 +0000)]
It really does work.
Stig S. Bakken [Wed, 21 Jul 1999 13:31:52 +0000 (13:31 +0000)]
ignore more files
Danny Heijl [Wed, 21 Jul 1999 12:48:35 +0000 (12:48 +0000)]
Started php4/ZTS port of Informix driver.
Sascha Schumann [Wed, 21 Jul 1999 09:31:48 +0000 (09:31 +0000)]
use the same version as in php3
Sascha Schumann [Wed, 21 Jul 1999 09:02:05 +0000 (09:02 +0000)]
use reverse lookup array, submitted by bfranklin@dct.com, #1755
Sascha Schumann [Wed, 21 Jul 1999 08:55:20 +0000 (08:55 +0000)]
fix for #1748
Sascha Schumann [Wed, 21 Jul 1999 08:37:59 +0000 (08:37 +0000)]
disable broken sprintf test
Sascha Schumann [Wed, 21 Jul 1999 08:26:51 +0000 (08:26 +0000)]
defaults to empty string
Andrey Hristov [Tue, 20 Jul 1999 20:57:04 +0000 (20:57 +0000)]
Added locale support.
Mike Gerdts [Tue, 20 Jul 1999 20:19:58 +0000 (20:19 +0000)]
exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes.
Lines being returned via the array that that contain only "\n" now are
trimmed down to "" to be consistent with exec's whitespace trimming
behavior for all other lines.