]>
granicus.if.org Git - php/log
Zeev Suraski [Sat, 1 Apr 2000 15:16:11 +0000 (15:16 +0000)]
Have a standard way of exporting symbols
Sascha Schumann [Sat, 1 Apr 2000 14:39:14 +0000 (14:39 +0000)]
Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)
Zeev Suraski [Sat, 1 Apr 2000 14:36:41 +0000 (14:36 +0000)]
Use int
Zeev Suraski [Sat, 1 Apr 2000 14:15:20 +0000 (14:15 +0000)]
Generalize some common thread-safety stuff
Zeev Suraski [Sat, 1 Apr 2000 13:20:51 +0000 (13:20 +0000)]
Have a standard entry for the globals id
Zeev Suraski [Sat, 1 Apr 2000 01:11:39 +0000 (01:11 +0000)]
@- Fix a problem when dealing with large POST blocks in CGI mode
Sterling Hughes [Fri, 31 Mar 2000 23:28:38 +0000 (23:28 +0000)]
Added some things that I forgot to add when I did them.
Andi Gutmans [Fri, 31 Mar 2000 22:48:59 +0000 (22:48 +0000)]
- This shouldn't do any harm and might fix a problem with Win32
Andrei Zmievski [Fri, 31 Mar 2000 21:57:09 +0000 (21:57 +0000)]
Would be good.
Zeev Suraski [Fri, 31 Mar 2000 19:55:33 +0000 (19:55 +0000)]
That should be it
Zeev Suraski [Fri, 31 Mar 2000 19:54:44 +0000 (19:54 +0000)]
Remove more files
Zeev Suraski [Fri, 31 Mar 2000 19:46:49 +0000 (19:46 +0000)]
Remove bindlib_w32
Zeev Suraski [Fri, 31 Mar 2000 19:46:35 +0000 (19:46 +0000)]
Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)
Zeev Suraski [Fri, 31 Mar 2000 15:46:16 +0000 (15:46 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 31 Mar 2000 15:17:43 +0000 (15:17 +0000)]
The previous fix ended up being broken, this one should do it
Andi Gutmans [Fri, 31 Mar 2000 13:19:20 +0000 (13:19 +0000)]
- One more update
Andi Gutmans [Fri, 31 Mar 2000 13:08:58 +0000 (13:08 +0000)]
- Add bindlib to the Win32 build
Andi Gutmans [Fri, 31 Mar 2000 09:29:28 +0000 (09:29 +0000)]
- Add bindlib_w32 to the PHP tree
Sam Ruby [Fri, 31 Mar 2000 00:53:45 +0000 (00:53 +0000)]
Use C style comments, per the CODING_STANDARDS
Andi Gutmans [Fri, 31 Mar 2000 00:05:41 +0000 (00:05 +0000)]
- Fix bug
Sascha Schumann [Thu, 30 Mar 2000 23:50:15 +0000 (23:50 +0000)]
Remove trailing slash
Sam Ruby [Thu, 30 Mar 2000 23:35:55 +0000 (23:35 +0000)]
fix indentation (this project has tabstop=4!)
Sascha Schumann [Thu, 30 Mar 2000 23:35:26 +0000 (23:35 +0000)]
* Include <stddef.h> for NULL
* Check for pthread_mutexattr_init() for improved SGI support
Sam Ruby [Thu, 30 Mar 2000 23:23:29 +0000 (23:23 +0000)]
eliminate chdir if it is already virtual
Andi Gutmans [Thu, 30 Mar 2000 22:56:34 +0000 (22:56 +0000)]
- Hopefully got most of them. We also need a chdir_file function like
for Apache.
Andi Gutmans [Thu, 30 Mar 2000 22:41:13 +0000 (22:41 +0000)]
- Baby steps... Use PHP_FOPEN()
Andi Gutmans [Thu, 30 Mar 2000 22:39:29 +0000 (22:39 +0000)]
- Use PHP_CHDIR()
Andi Gutmans [Thu, 30 Mar 2000 22:38:50 +0000 (22:38 +0000)]
- Fix another bug in session.c
- Start using the new PHP_GETCWD() and co. macros
Andi Gutmans [Thu, 30 Mar 2000 22:21:23 +0000 (22:21 +0000)]
- Fix compile bug in session_get_cookie_params()
Sterling Hughes [Thu, 30 Mar 2000 20:02:21 +0000 (20:02 +0000)]
#Stylistic changes.
Sascha Schumann [Thu, 30 Mar 2000 19:03:15 +0000 (19:03 +0000)]
Non-functional changes
Sascha Schumann [Thu, 30 Mar 2000 19:02:52 +0000 (19:02 +0000)]
Build the bundled mysqlclient library thread-safe in thread-safe mode.
Sterling Hughes [Thu, 30 Mar 2000 18:50:09 +0000 (18:50 +0000)]
@-added session_get_cookie_params (sterling)
Zeev Suraski [Thu, 30 Mar 2000 18:06:41 +0000 (18:06 +0000)]
Fix zend_register_extension()
Sascha Schumann [Thu, 30 Mar 2000 17:55:50 +0000 (17:55 +0000)]
kill warning
Sascha Schumann [Thu, 30 Mar 2000 15:00:30 +0000 (15:00 +0000)]
* Add --enable-libgcc which explicitly links against libgcc.
* Some cleanup and increased use of PHP_ARG_[ENABLE|WITH]
Sascha Schumann [Thu, 30 Mar 2000 14:59:23 +0000 (14:59 +0000)]
Fix libpng and libz order and stuff the libjpeg into its own macro.
Andrei Zmievski [Thu, 30 Mar 2000 14:34:46 +0000 (14:34 +0000)]
@- Fixed return of stristr() to no longer always be lowercased. (Andrei)
Sascha Schumann [Thu, 30 Mar 2000 14:28:35 +0000 (14:28 +0000)]
.
Sascha Schumann [Thu, 30 Mar 2000 12:55:59 +0000 (12:55 +0000)]
Allocate enough memory for additional /.
Also remove the extra check for the trailing /. Unix will automatically
apply s#/+#/#
Partly suggested by: drew@elysium.ltd.uk
PR: #3956
Andi Gutmans [Thu, 30 Mar 2000 05:04:39 +0000 (05:04 +0000)]
- Bump up API number after Lars' change
Sascha Schumann [Thu, 30 Mar 2000 04:11:31 +0000 (04:11 +0000)]
Give another hint to BSD makes
Sascha Schumann [Thu, 30 Mar 2000 04:09:56 +0000 (04:09 +0000)]
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
Jim Jagielski [Thu, 30 Mar 2000 02:42:28 +0000 (02:42 +0000)]
Fix the problem with dbmopen() not being defined. Patch by
Geoff (geoff@mcrent.com) and The Red Fox
Sascha Schumann [Thu, 30 Mar 2000 01:21:03 +0000 (01:21 +0000)]
Some OS prepend _ to symbol names while their dynamic linker
does not do that automatically. Thus we check manually for
_get_module.
Sascha Schumann [Thu, 30 Mar 2000 00:59:47 +0000 (00:59 +0000)]
Specifically mention $(srcdir), so that OpenBSD's make gets it
Sascha Schumann [Thu, 30 Mar 2000 00:43:09 +0000 (00:43 +0000)]
Specifically mention $(srcdir), so that OpenBSD's make gets it
Sterling Hughes [Thu, 30 Mar 2000 00:19:24 +0000 (00:19 +0000)]
fix bug 3971, SNMP now compiles on FreeBSD.
Zeev Suraski [Wed, 29 Mar 2000 22:28:04 +0000 (22:28 +0000)]
- Make the argument order for the stack applies more consistent with other Zend
data structures
- Fix a possible corruption problem due to switch() C-level optimization
Torben Wilson [Wed, 29 Mar 2000 22:18:41 +0000 (22:18 +0000)]
Missed Andrei's @ note...
Torben Wilson [Wed, 29 Mar 2000 22:05:19 +0000 (22:05 +0000)]
Added !== (is not identical) operator.
Sascha Schumann [Wed, 29 Mar 2000 20:37:29 +0000 (20:37 +0000)]
GC now prints out how many session objects were removed
Sascha Schumann [Wed, 29 Mar 2000 20:37:12 +0000 (20:37 +0000)]
Improved error messages
Zeev Suraski [Wed, 29 Mar 2000 19:45:15 +0000 (19:45 +0000)]
@- Changed the Windows version of PHP so that a php.ini file is no
@ longer mandatory (Zeev)
Zeev Suraski [Wed, 29 Mar 2000 19:44:44 +0000 (19:44 +0000)]
*** empty log message ***
Zeev Suraski [Wed, 29 Mar 2000 19:26:34 +0000 (19:26 +0000)]
*** empty log message ***
Sascha Schumann [Wed, 29 Mar 2000 17:33:44 +0000 (17:33 +0000)]
Do not add dl function, if libdl is not present.
PR: #3947
Declare user_shutdown_function_name() as static to kill warning.
Andi Gutmans [Wed, 29 Mar 2000 17:13:16 +0000 (17:13 +0000)]
- Make sure zend_API.h has Zend'ish versions of the ZEND macros so that
Zend'ish modules don't need to mix PHP & Zend notation.
Sterling Hughes [Wed, 29 Mar 2000 12:43:13 +0000 (12:43 +0000)]
#yikes stripes, didn't see that one
#its time to go to bed
Re-fixed return value of min and max
Sterling Hughes [Wed, 29 Mar 2000 11:38:47 +0000 (11:38 +0000)]
single, sorta proto.
Sterling Hughes [Wed, 29 Mar 2000 11:19:01 +0000 (11:19 +0000)]
1. Holy protos Batman.
2. Converted some functions from using "return" to RETURN_FALSE
Thies C. Arntzen [Wed, 29 Mar 2000 09:36:27 +0000 (09:36 +0000)]
@- session_start() is now more verbose if headers cannot be send. (Thies)
Sterling Hughes [Wed, 29 Mar 2000 01:39:04 +0000 (01:39 +0000)]
Tis protoriffic.
Egon Schmid [Tue, 28 Mar 2000 20:47:47 +0000 (20:47 +0000)]
Sterling, only one line for the short descritption, even it is massiv.
Sterling Hughes [Tue, 28 Mar 2000 20:26:02 +0000 (20:26 +0000)]
*** empty log message ***
Sterling Hughes [Tue, 28 Mar 2000 18:16:41 +0000 (18:16 +0000)]
*** empty log message ***
Zeev Suraski [Tue, 28 Mar 2000 17:34:21 +0000 (17:34 +0000)]
The checks for func_num_args() and friends were broken - fixed
Egon Schmid [Tue, 28 Mar 2000 17:03:32 +0000 (17:03 +0000)]
Description differs between version 3 and 4.
Uwe Steinmann [Tue, 28 Mar 2000 16:45:05 +0000 (16:45 +0000)]
- added pdf_open_image_file() to read jpeg, tiff, gif and png images
Sterling Hughes [Tue, 28 Mar 2000 01:38:50 +0000 (01:38 +0000)]
Couple of thangs:
1. We've got protos!
2. The second half of the script is now most Zendiferous.
Sascha Schumann [Mon, 27 Mar 2000 23:43:00 +0000 (23:43 +0000)]
Use PHP_ARG_WITH
Sascha Schumann [Mon, 27 Mar 2000 23:33:38 +0000 (23:33 +0000)]
Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common
AC_MSG_CHECKING, AC_ARG_[ENABLE,WITH], AC_MSG_RESULT trio.
Sascha Schumann [Mon, 27 Mar 2000 22:52:48 +0000 (22:52 +0000)]
Generate better skeleton config.m4
Sascha Schumann [Mon, 27 Mar 2000 22:40:49 +0000 (22:40 +0000)]
These should not be exported
Sascha Schumann [Mon, 27 Mar 2000 22:40:27 +0000 (22:40 +0000)]
* Check the default location of Berkeley DB 3.0
* Check additionally for libdb-3
Zeev Suraski [Mon, 27 Mar 2000 20:00:51 +0000 (20:00 +0000)]
That's one thing @ missed...
Sterling Hughes [Mon, 27 Mar 2000 18:11:33 +0000 (18:11 +0000)]
Slight change for time on the return side.
@-Added 'I' switch to test whether or not DST is active.
Sterling Hughes [Mon, 27 Mar 2000 16:35:01 +0000 (16:35 +0000)]
*** empty log message ***
Sterling Hughes [Mon, 27 Mar 2000 16:21:15 +0000 (16:21 +0000)]
*** empty log message ***
Rasmus Lerdorf [Mon, 27 Mar 2000 01:35:17 +0000 (01:35 +0000)]
GNU make is not required
Sam Ruby [Mon, 27 Mar 2000 01:00:21 +0000 (01:00 +0000)]
Remove debug libraries from debug build
Sam Ruby [Mon, 27 Mar 2000 00:55:18 +0000 (00:55 +0000)]
Whoops! Not everybody want Java included by default!
Rasmus Lerdorf [Mon, 27 Mar 2000 00:33:47 +0000 (00:33 +0000)]
Update the INSTALL docs
Sam Ruby [Mon, 27 Mar 2000 00:18:59 +0000 (00:18 +0000)]
Remove debug runtime libraries from Release builds
Sam Ruby [Sun, 26 Mar 2000 20:24:55 +0000 (20:24 +0000)]
support non-debug builds
Sam Ruby [Sun, 26 Mar 2000 20:01:59 +0000 (20:01 +0000)]
support non-debug builds
Sascha Schumann [Sun, 26 Mar 2000 19:51:10 +0000 (19:51 +0000)]
PHP_EXTENSION sets $ext_src_base
Sascha Schumann [Sun, 26 Mar 2000 19:47:28 +0000 (19:47 +0000)]
Some white-space changes
Sascha Schumann [Sun, 26 Mar 2000 19:46:42 +0000 (19:46 +0000)]
Ignore errors at this place
Sascha Schumann [Sun, 26 Mar 2000 19:46:11 +0000 (19:46 +0000)]
Allow MySQL to be compiled against extern mysqlclient library
Zeev Suraski [Sun, 26 Mar 2000 19:26:09 +0000 (19:26 +0000)]
Use compression for makedist
Zeev Suraski [Sun, 26 Mar 2000 19:18:59 +0000 (19:18 +0000)]
Package RC1
Andi Gutmans [Sun, 26 Mar 2000 18:40:24 +0000 (18:40 +0000)]
- Stop zend_func_args() and co. from crashing
Zeev Suraski [Sun, 26 Mar 2000 17:06:19 +0000 (17:06 +0000)]
- Change new -> result. Using C++ keywords isn't too hot
Andi Gutmans [Sun, 26 Mar 2000 16:28:37 +0000 (16:28 +0000)]
- Didn't see Thies' commit message although I can't really see how it would
make a difference
Andi Gutmans [Sun, 26 Mar 2000 16:00:35 +0000 (16:00 +0000)]
- Include Andrea's fix for alloca.h
Sascha Schumann [Sun, 26 Mar 2000 15:26:15 +0000 (15:26 +0000)]
Fix internal_functions.c screwup for people not using --with-mm
Thies C. Arntzen [Sun, 26 Mar 2000 14:46:25 +0000 (14:46 +0000)]
<alloca.h> needs to be included before we define macros calling alloca()
atleast using SGI's cc - should not harm other platforms (i hope)
Sterling Hughes [Sun, 26 Mar 2000 14:43:24 +0000 (14:43 +0000)]
Return value corrected.
Thies C. Arntzen [Sun, 26 Mar 2000 14:27:10 +0000 (14:27 +0000)]
no c++ comments // please