]>
granicus.if.org Git - php/log
Sam Ruby [Wed, 5 Apr 2000 12:15:57 +0000 (12:15 +0000)]
fix typo: wrong variable name
Sam Ruby [Wed, 5 Apr 2000 09:47:34 +0000 (09:47 +0000)]
look for Tomcat binaries too
Sam Ruby [Wed, 5 Apr 2000 09:21:19 +0000 (09:21 +0000)]
Make it clear that the jawt example is only intented to be run as a CGI
Sam Ruby [Wed, 5 Apr 2000 09:06:05 +0000 (09:06 +0000)]
Define PHP_SELF in sapi/servlet.
Reported by Lim Swee Tat <limst@ncscom.sg>
Sam Ruby [Tue, 4 Apr 2000 22:42:47 +0000 (22:42 +0000)]
Windows build: xmltok is needed by wddx
Sam Ruby [Tue, 4 Apr 2000 20:10:11 +0000 (20:10 +0000)]
Make MySLS_FETCH use the same globals ID as ZEND_INIT_MODULE_GLOBALS
Andi Gutmans [Tue, 4 Apr 2000 20:06:45 +0000 (20:06 +0000)]
- One more fopen -> PHP_FOPEN patch
Chuck Hagenbuch [Tue, 4 Apr 2000 18:10:24 +0000 (18:10 +0000)]
return false after determining that a message number is bad, instead of
going on to crash.
Andrei Zmievski [Tue, 4 Apr 2000 16:41:13 +0000 (16:41 +0000)]
Additional check for IS_OBJECT.
Uwe Steinmann [Tue, 4 Apr 2000 16:03:39 +0000 (16:03 +0000)]
- should fix a problem with ifdef
Thies C. Arntzen [Tue, 4 Apr 2000 15:47:11 +0000 (15:47 +0000)]
@- WDDX now defaults to ISO-8859-1. (Thies)
# andrei, plz have a look at my changes - seems to work for me!
Thies C. Arntzen [Tue, 4 Apr 2000 15:42:05 +0000 (15:42 +0000)]
export xml_utf8_decode for wddx module
Thies C. Arntzen [Tue, 4 Apr 2000 15:14:23 +0000 (15:14 +0000)]
(var_dump) cleaned up some weird & buggy stuff
Uwe Steinmann [Tue, 4 Apr 2000 13:35:07 +0000 (13:35 +0000)]
- all functions returning a list of object record should be faster now
and require less accesses on the server
Thies C. Arntzen [Tue, 4 Apr 2000 11:52:03 +0000 (11:52 +0000)]
forgot @ thingie
Thies C. Arntzen [Tue, 4 Apr 2000 11:35:01 +0000 (11:35 +0000)]
buffer was short by one
Egon Schmid [Tue, 4 Apr 2000 08:52:57 +0000 (08:52 +0000)]
Return type was missing.
Chuck Hagenbuch [Tue, 4 Apr 2000 02:56:42 +0000 (02:56 +0000)]
tweaks to prototypes
Chuck Hagenbuch [Tue, 4 Apr 2000 00:51:38 +0000 (00:51 +0000)]
update function protos. should all be there now
Chuck Hagenbuch [Tue, 4 Apr 2000 00:40:48 +0000 (00:40 +0000)]
adding mcal and gettext to MODULES_STATUS
Andi Gutmans [Mon, 3 Apr 2000 22:00:18 +0000 (22:00 +0000)]
- Fix build bug
Zeev Suraski [Mon, 3 Apr 2000 19:00:34 +0000 (19:00 +0000)]
@- Fix crash resulting from IMAP's error handling (Stanislav)
Zeev Suraski [Mon, 3 Apr 2000 18:50:50 +0000 (18:50 +0000)]
*** empty log message ***
Andi Gutmans [Mon, 3 Apr 2000 17:40:44 +0000 (17:40 +0000)]
- fopen and ZTS fixes
Andi Gutmans [Mon, 3 Apr 2000 17:00:01 +0000 (17:00 +0000)]
- Fix typo
Sam Ruby [Mon, 3 Apr 2000 15:29:39 +0000 (15:29 +0000)]
test -e doesn't exist on Solaris - substituting test -d
Zeev Suraski [Mon, 3 Apr 2000 05:35:56 +0000 (05:35 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 3 Apr 2000 05:31:26 +0000 (05:31 +0000)]
*** empty log message ***
Zeev Suraski [Mon, 3 Apr 2000 05:26:41 +0000 (05:26 +0000)]
Fix the problem with dl()'d modules not freeing their resources properly
Zeev Suraski [Sun, 2 Apr 2000 22:15:14 +0000 (22:15 +0000)]
*** empty log message ***
Zeev Suraski [Sun, 2 Apr 2000 21:27:32 +0000 (21:27 +0000)]
@- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
@ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev)
- Changed IMAP Win32 definitions
Andi Gutmans [Sun, 2 Apr 2000 20:26:06 +0000 (20:26 +0000)]
- Create dtor function
Andi Gutmans [Sun, 2 Apr 2000 19:45:02 +0000 (19:45 +0000)]
- This version of chdir_file should be compatible with the Apache one.
Andi Gutmans [Sun, 2 Apr 2000 19:28:25 +0000 (19:28 +0000)]
- A bit more cleanups.
- Need to implement virtual_chdir_file() to replace chdir_file() in
sapi/apache so that we can start testing apache and debug it.
Andi Gutmans [Sun, 2 Apr 2000 19:04:59 +0000 (19:04 +0000)]
- Virtual cwd compiles now (need to uncomment #define in php.h for it to
be enbaled right now).
It seems to work very basic stuff
Zeev Suraski [Sat, 1 Apr 2000 22:31:20 +0000 (22:31 +0000)]
*** empty log message ***
Andi Gutmans [Sat, 1 Apr 2000 20:11:01 +0000 (20:11 +0000)]
- Move to new Zend macros
Andi Gutmans [Sat, 1 Apr 2000 18:22:46 +0000 (18:22 +0000)]
- PHP_WIN32 is not defined here use ZEND_WIN32
Andi Gutmans [Sat, 1 Apr 2000 18:21:03 +0000 (18:21 +0000)]
- More virtual_cwd work
Andi Gutmans [Sat, 1 Apr 2000 18:11:08 +0000 (18:11 +0000)]
- Make php_virtual_cwd compile
Sam Ruby [Sat, 1 Apr 2000 17:57:42 +0000 (17:57 +0000)]
Accomodate back level (JSDK 2.0) implementations
Andi Gutmans [Sat, 1 Apr 2000 17:20:29 +0000 (17:20 +0000)]
- Need zend.h for ZTS
Andi Gutmans [Sat, 1 Apr 2000 17:08:03 +0000 (17:08 +0000)]
-
Andi Gutmans [Sat, 1 Apr 2000 17:02:32 +0000 (17:02 +0000)]
- Intermediate commit
Zeev Suraski [Sat, 1 Apr 2000 16:49:39 +0000 (16:49 +0000)]
Oh yeah, committing these would be a good idea:)
Zeev Suraski [Sat, 1 Apr 2000 16:48:08 +0000 (16:48 +0000)]
Several fixes
Zeev Suraski [Sat, 1 Apr 2000 16:23:39 +0000 (16:23 +0000)]
@- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Zeev)
Zeev Suraski [Sat, 1 Apr 2000 16:23:13 +0000 (16:23 +0000)]
*** empty log message ***
Sam Ruby [Sat, 1 Apr 2000 16:21:55 +0000 (16:21 +0000)]
Don't try to install php_java.jar if --with-servlet was specified
(Fix to PHP 4.0 Bug #4001 submitted by sashi@easy.com.au)
Sascha Schumann [Sat, 1 Apr 2000 16:00:34 +0000 (16:00 +0000)]
Fix the HPUX 10.20 check for non-standard reentrant time functions
Sascha Schumann [Sat, 1 Apr 2000 15:51:34 +0000 (15:51 +0000)]
.
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