]>
granicus.if.org Git - php/log
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
Thies C. Arntzen [Sun, 26 Mar 2000 14:25:20 +0000 (14:25 +0000)]
fix cast
Chuck Hagenbuch [Sun, 26 Mar 2000 04:34:05 +0000 (04:34 +0000)]
imap_clearflag_full now returns true appropriately.
Sam Ruby [Sun, 26 Mar 2000 04:31:53 +0000 (04:31 +0000)]
JAVA_LIBPATH was not allways being added to the LIBPATH
Sascha Schumann [Sun, 26 Mar 2000 02:47:00 +0000 (02:47 +0000)]
Revamp session's config.m4 and reenable support for mm. The shared memory
module works now successfully again under Apache and other web servers.
Zeev Suraski [Sun, 26 Mar 2000 02:01:11 +0000 (02:01 +0000)]
@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode (Zeev)
Hopefully that settles this one.
Sascha Schumann [Sun, 26 Mar 2000 00:43:56 +0000 (00:43 +0000)]
Add MSIE 5-specific Cache-Control fields
Sterling Hughes [Sat, 25 Mar 2000 22:27:30 +0000 (22:27 +0000)]
Tid Bit More.
Zeev Suraski [Sat, 25 Mar 2000 20:25:10 +0000 (20:25 +0000)]
Update .dsp's
Sterling Hughes [Sat, 25 Mar 2000 19:58:19 +0000 (19:58 +0000)]
- snmpwalkoid is an alias now
- small optimizations
- delete that switch case in php_snmp
=The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks have brackets
Andi Gutmans [Sat, 25 Mar 2000 19:23:16 +0000 (19:23 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 25 Mar 2000 19:17:41 +0000 (19:17 +0000)]
- Update dsp
- Remove unnecessary includes
Zeev Suraski [Sat, 25 Mar 2000 19:10:07 +0000 (19:10 +0000)]
- Some header dependencies cleanup
- Generalize zval_print() and zval_print_r()
Andi Gutmans [Sat, 25 Mar 2000 16:28:16 +0000 (16:28 +0000)]
- Support getcwd() semantics.
- We need to change this whole business to work with ZTS globals
Sam Ruby [Sat, 25 Mar 2000 15:57:04 +0000 (15:57 +0000)]
Dynamically load java support, for better error messages
Sam Ruby [Sat, 25 Mar 2000 15:40:08 +0000 (15:40 +0000)]
RTLD_NOW => RTLD_LAZY|RTLD_GLOBAL
Zeev Suraski [Sat, 25 Mar 2000 15:35:35 +0000 (15:35 +0000)]
Update dsp's
Thies C. Arntzen [Sat, 25 Mar 2000 12:12:04 +0000 (12:12 +0000)]
andrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
Sterling Hughes [Sat, 25 Mar 2000 04:05:13 +0000 (04:05 +0000)]
Fixed a few protos and ...
Zeev Suraski [Sat, 25 Mar 2000 01:32:47 +0000 (01:32 +0000)]
@- Modified the registry INI entry reader (Win32) to work with drive letters. For
@ example, if you wish to wish to specify INI entries for C:\foo\bar, you should
@ create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add
@ string values for each directive you want to override in this directory (Zeev)
Zeev Suraski [Fri, 24 Mar 2000 23:51:34 +0000 (23:51 +0000)]
- Fixed a crash when sending a non-variable expression to a runtime-bound function
that expected a reference.
Andrei Zmievski [Fri, 24 Mar 2000 14:56:19 +0000 (14:56 +0000)]
@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
Andi Gutmans [Fri, 24 Mar 2000 11:16:24 +0000 (11:16 +0000)]
- Nuke hash_*_ptr() functions
Andi Gutmans [Fri, 24 Mar 2000 11:12:30 +0000 (11:12 +0000)]
- Nuke hash_*_ptr functions