]> granicus.if.org Git - php/log
php
24 years agoeliminate chdir if it is already virtual
Sam Ruby [Thu, 30 Mar 2000 23:23:29 +0000 (23:23 +0000)]
eliminate chdir if it is already virtual

24 years ago- Hopefully got most of them. We also need a chdir_file function like
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.

24 years ago- Baby steps... Use PHP_FOPEN()
Andi Gutmans [Thu, 30 Mar 2000 22:41:13 +0000 (22:41 +0000)]
- Baby steps... Use PHP_FOPEN()

24 years ago- Use PHP_CHDIR()
Andi Gutmans [Thu, 30 Mar 2000 22:39:29 +0000 (22:39 +0000)]
- Use PHP_CHDIR()

24 years ago- Fix another bug in session.c
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

24 years ago- Fix compile bug in session_get_cookie_params()
Andi Gutmans [Thu, 30 Mar 2000 22:21:23 +0000 (22:21 +0000)]
- Fix compile bug in session_get_cookie_params()

24 years ago#Stylistic changes.
Sterling Hughes [Thu, 30 Mar 2000 20:02:21 +0000 (20:02 +0000)]
#Stylistic changes.

24 years agoNon-functional changes
Sascha Schumann [Thu, 30 Mar 2000 19:03:15 +0000 (19:03 +0000)]
Non-functional changes

24 years agoBuild the bundled mysqlclient library thread-safe in thread-safe mode.
Sascha Schumann [Thu, 30 Mar 2000 19:02:52 +0000 (19:02 +0000)]
Build the bundled mysqlclient library thread-safe in thread-safe mode.

24 years ago@-added session_get_cookie_params (sterling)
Sterling Hughes [Thu, 30 Mar 2000 18:50:09 +0000 (18:50 +0000)]
@-added session_get_cookie_params (sterling)

24 years agoFix zend_register_extension()
Zeev Suraski [Thu, 30 Mar 2000 18:06:41 +0000 (18:06 +0000)]
Fix zend_register_extension()

24 years agokill warning
Sascha Schumann [Thu, 30 Mar 2000 17:55:50 +0000 (17:55 +0000)]
kill warning

24 years ago* Add --enable-libgcc which explicitly links against libgcc.
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]

24 years agoFix libpng and libz order and stuff the libjpeg into its own macro.
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.

24 years ago@- Fixed return of stristr() to no longer always be lowercased. (Andrei)
Andrei Zmievski [Thu, 30 Mar 2000 14:34:46 +0000 (14:34 +0000)]
@- Fixed return of stristr() to no longer always be lowercased. (Andrei)

24 years ago.
Sascha Schumann [Thu, 30 Mar 2000 14:28:35 +0000 (14:28 +0000)]
.

24 years agoAllocate enough memory for additional /.
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

24 years ago- Bump up API number after Lars' change
Andi Gutmans [Thu, 30 Mar 2000 05:04:39 +0000 (05:04 +0000)]
- Bump up API number after Lars' change

24 years agoGive another hint to BSD makes
Sascha Schumann [Thu, 30 Mar 2000 04:11:31 +0000 (04:11 +0000)]
Give another hint to BSD makes

24 years agoPropagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
Sascha Schumann [Thu, 30 Mar 2000 04:09:56 +0000 (04:09 +0000)]
Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS

24 years agoFix the problem with dbmopen() not being defined. Patch by
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

24 years agoSome OS prepend _ to symbol names while their dynamic linker
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.

24 years agoSpecifically mention $(srcdir), so that OpenBSD's make gets it
Sascha Schumann [Thu, 30 Mar 2000 00:59:47 +0000 (00:59 +0000)]
Specifically mention $(srcdir), so that OpenBSD's make gets it

24 years agoSpecifically 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

24 years agofix bug 3971, SNMP now compiles on FreeBSD.
Sterling Hughes [Thu, 30 Mar 2000 00:19:24 +0000 (00:19 +0000)]
fix bug 3971, SNMP now compiles on FreeBSD.

24 years ago- Make the argument order for the stack applies more consistent with other Zend
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

24 years agoMissed Andrei's @ note...
Torben Wilson [Wed, 29 Mar 2000 22:18:41 +0000 (22:18 +0000)]
Missed Andrei's @ note...

24 years agoAdded !== (is not identical) operator.
Torben Wilson [Wed, 29 Mar 2000 22:05:19 +0000 (22:05 +0000)]
Added !== (is not identical) operator.

24 years agoGC now prints out how many session objects were removed
Sascha Schumann [Wed, 29 Mar 2000 20:37:29 +0000 (20:37 +0000)]
GC now prints out how many session objects were removed

24 years agoImproved error messages
Sascha Schumann [Wed, 29 Mar 2000 20:37:12 +0000 (20:37 +0000)]
Improved error messages

24 years ago@- Changed the Windows version of PHP so that a php.ini file is no
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)

24 years ago*** empty log message ***
Zeev Suraski [Wed, 29 Mar 2000 19:44:44 +0000 (19:44 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Zeev Suraski [Wed, 29 Mar 2000 19:26:34 +0000 (19:26 +0000)]
*** empty log message ***

24 years agoDo not add dl function, if libdl is not present.
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.

24 years ago- Make sure zend_API.h has Zend'ish versions of the ZEND macros so that
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.

24 years ago#yikes stripes, didn't see that one
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

24 years agosingle, sorta proto.
Sterling Hughes [Wed, 29 Mar 2000 11:38:47 +0000 (11:38 +0000)]
single, sorta proto.

24 years ago1. Holy protos Batman.
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

24 years ago@- session_start() is now more verbose if headers cannot be send. (Thies)
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)

24 years agoTis protoriffic.
Sterling Hughes [Wed, 29 Mar 2000 01:39:04 +0000 (01:39 +0000)]
Tis protoriffic.

24 years agoSterling, only one line for the short descritption, even it is massiv.
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.

24 years ago*** empty log message ***
Sterling Hughes [Tue, 28 Mar 2000 20:26:02 +0000 (20:26 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Sterling Hughes [Tue, 28 Mar 2000 18:16:41 +0000 (18:16 +0000)]
*** empty log message ***

24 years agoThe checks for func_num_args() and friends were broken - fixed
Zeev Suraski [Tue, 28 Mar 2000 17:34:21 +0000 (17:34 +0000)]
The checks for func_num_args() and friends were broken - fixed

24 years agoDescription differs between version 3 and 4.
Egon Schmid [Tue, 28 Mar 2000 17:03:32 +0000 (17:03 +0000)]
Description differs between version 3 and 4.

24 years ago- added pdf_open_image_file() to read jpeg, tiff, gif and png images
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

24 years agoCouple of thangs:
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.

24 years agoUse PHP_ARG_WITH
Sascha Schumann [Mon, 27 Mar 2000 23:43:00 +0000 (23:43 +0000)]
Use PHP_ARG_WITH

24 years agoWelcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common
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.

24 years agoGenerate better skeleton config.m4
Sascha Schumann [Mon, 27 Mar 2000 22:52:48 +0000 (22:52 +0000)]
Generate better skeleton config.m4

24 years agoThese should not be exported
Sascha Schumann [Mon, 27 Mar 2000 22:40:49 +0000 (22:40 +0000)]
These should not be exported

24 years ago* Check the default location of Berkeley DB 3.0
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

24 years agoThat's one thing @ missed...
Zeev Suraski [Mon, 27 Mar 2000 20:00:51 +0000 (20:00 +0000)]
That's one thing @ missed...

24 years agoSlight change for time on the return side.
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.

24 years ago*** empty log message ***
Sterling Hughes [Mon, 27 Mar 2000 16:35:01 +0000 (16:35 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Sterling Hughes [Mon, 27 Mar 2000 16:21:15 +0000 (16:21 +0000)]
*** empty log message ***

24 years agoGNU make is not required
Rasmus Lerdorf [Mon, 27 Mar 2000 01:35:17 +0000 (01:35 +0000)]
GNU make is not required

24 years agoRemove debug libraries from debug build
Sam Ruby [Mon, 27 Mar 2000 01:00:21 +0000 (01:00 +0000)]
Remove debug libraries from debug build

24 years agoWhoops! Not everybody want Java included by default!
Sam Ruby [Mon, 27 Mar 2000 00:55:18 +0000 (00:55 +0000)]
Whoops!  Not everybody want Java included by default!

24 years agoUpdate the INSTALL docs
Rasmus Lerdorf [Mon, 27 Mar 2000 00:33:47 +0000 (00:33 +0000)]
Update the INSTALL docs

24 years agoRemove debug runtime libraries from Release builds
Sam Ruby [Mon, 27 Mar 2000 00:18:59 +0000 (00:18 +0000)]
Remove debug runtime libraries from Release builds

24 years agosupport non-debug builds
Sam Ruby [Sun, 26 Mar 2000 20:24:55 +0000 (20:24 +0000)]
support non-debug builds

24 years agosupport non-debug builds
Sam Ruby [Sun, 26 Mar 2000 20:01:59 +0000 (20:01 +0000)]
support non-debug builds

24 years agoPHP_EXTENSION sets $ext_src_base
Sascha Schumann [Sun, 26 Mar 2000 19:51:10 +0000 (19:51 +0000)]
PHP_EXTENSION sets $ext_src_base

24 years agoSome white-space changes
Sascha Schumann [Sun, 26 Mar 2000 19:47:28 +0000 (19:47 +0000)]
Some white-space changes

24 years agoIgnore errors at this place
Sascha Schumann [Sun, 26 Mar 2000 19:46:42 +0000 (19:46 +0000)]
Ignore errors at this place

24 years agoAllow MySQL to be compiled against extern mysqlclient library
Sascha Schumann [Sun, 26 Mar 2000 19:46:11 +0000 (19:46 +0000)]
Allow MySQL to be compiled against extern mysqlclient library

24 years agoUse compression for makedist
Zeev Suraski [Sun, 26 Mar 2000 19:26:09 +0000 (19:26 +0000)]
Use compression for makedist

24 years agoPackage RC1
Zeev Suraski [Sun, 26 Mar 2000 19:18:59 +0000 (19:18 +0000)]
Package RC1

24 years ago- Stop zend_func_args() and co. from crashing
Andi Gutmans [Sun, 26 Mar 2000 18:40:24 +0000 (18:40 +0000)]
- Stop zend_func_args() and co. from crashing

24 years ago- Change new -> result. Using C++ keywords isn't too hot
Zeev Suraski [Sun, 26 Mar 2000 17:06:19 +0000 (17:06 +0000)]
- Change new -> result. Using C++ keywords isn't too hot

24 years ago- Didn't see Thies' commit message although I can't really see how it would
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

24 years ago- Include Andrea's fix for alloca.h
Andi Gutmans [Sun, 26 Mar 2000 16:00:35 +0000 (16:00 +0000)]
- Include Andrea's fix for alloca.h

24 years agoFix internal_functions.c screwup for people not using --with-mm
Sascha Schumann [Sun, 26 Mar 2000 15:26:15 +0000 (15:26 +0000)]
Fix internal_functions.c screwup for people not using --with-mm

24 years ago<alloca.h> needs to be included before we define macros calling alloca()
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)

24 years agoReturn value corrected.
Sterling Hughes [Sun, 26 Mar 2000 14:43:24 +0000 (14:43 +0000)]
Return value corrected.

24 years agono c++ comments // please
Thies C. Arntzen [Sun, 26 Mar 2000 14:27:10 +0000 (14:27 +0000)]
no c++ comments // please

24 years agofix cast
Thies C. Arntzen [Sun, 26 Mar 2000 14:25:20 +0000 (14:25 +0000)]
fix cast

24 years agoimap_clearflag_full now returns true appropriately.
Chuck Hagenbuch [Sun, 26 Mar 2000 04:34:05 +0000 (04:34 +0000)]
imap_clearflag_full now returns true appropriately.

24 years agoJAVA_LIBPATH was not allways being added to the LIBPATH
Sam Ruby [Sun, 26 Mar 2000 04:31:53 +0000 (04:31 +0000)]
JAVA_LIBPATH was not allways being added to the LIBPATH

24 years agoRevamp session's config.m4 and reenable support for mm. The shared memory
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.

24 years ago@- Fix a data corruption bug in mysql_result(), if used in table.fieldname mode ...
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.

24 years agoAdd MSIE 5-specific Cache-Control fields
Sascha Schumann [Sun, 26 Mar 2000 00:43:56 +0000 (00:43 +0000)]
Add MSIE 5-specific Cache-Control fields

24 years agoTid Bit More.
Sterling Hughes [Sat, 25 Mar 2000 22:27:30 +0000 (22:27 +0000)]
Tid Bit More.

24 years agoUpdate .dsp's
Zeev Suraski [Sat, 25 Mar 2000 20:25:10 +0000 (20:25 +0000)]
Update .dsp's

24 years ago- snmpwalkoid is an alias now
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

24 years ago*** empty log message ***
Andi Gutmans [Sat, 25 Mar 2000 19:23:16 +0000 (19:23 +0000)]
*** empty log message ***

24 years ago- Update dsp
Zeev Suraski [Sat, 25 Mar 2000 19:17:41 +0000 (19:17 +0000)]
- Update dsp
- Remove unnecessary includes

24 years ago- Some header dependencies cleanup
Zeev Suraski [Sat, 25 Mar 2000 19:10:07 +0000 (19:10 +0000)]
- Some header dependencies cleanup
- Generalize zval_print() and zval_print_r()

24 years ago- Support getcwd() semantics.
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

24 years agoDynamically load java support, for better error messages
Sam Ruby [Sat, 25 Mar 2000 15:57:04 +0000 (15:57 +0000)]
Dynamically load java support, for better error messages

24 years agoRTLD_NOW => RTLD_LAZY|RTLD_GLOBAL
Sam Ruby [Sat, 25 Mar 2000 15:40:08 +0000 (15:40 +0000)]
RTLD_NOW => RTLD_LAZY|RTLD_GLOBAL

24 years agoUpdate dsp's
Zeev Suraski [Sat, 25 Mar 2000 15:35:35 +0000 (15:35 +0000)]
Update dsp's

24 years agoandrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
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)

24 years agoFixed a few protos and ...
Sterling Hughes [Sat, 25 Mar 2000 04:05:13 +0000 (04:05 +0000)]
Fixed a few protos and ...

24 years ago@- Modified the registry INI entry reader (Win32) to work with drive letters. For
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)

24 years ago- Fixed a crash when sending a non-variable expression to a runtime-bound function
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.

24 years ago@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)
Andrei Zmievski [Fri, 24 Mar 2000 14:56:19 +0000 (14:56 +0000)]
@- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)

24 years ago- Nuke hash_*_ptr() functions
Andi Gutmans [Fri, 24 Mar 2000 11:16:24 +0000 (11:16 +0000)]
- Nuke hash_*_ptr() functions

24 years ago- Nuke hash_*_ptr functions
Andi Gutmans [Fri, 24 Mar 2000 11:12:30 +0000 (11:12 +0000)]
- Nuke hash_*_ptr functions