1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

8680 Commits

Author SHA1 Message Date
Holger Zimmermann 8c0f71e7b3 Reorganized the #define's in the header. 2001-04-08 10:49:07 +00:00
Holger Zimmermann 9b7aa43dd4 Updated copyright agreement regarding move of Pi3Web to sourceforge. 2001-04-08 08:25:20 +00:00
Jon Parise 99b5477b90 Use tabs instead of spaces. 2001-04-08 01:13:07 +00:00
0800c33b51 ChangeLog update 2001-04-08 01:09:18 +00:00
foobar 176f5847be ws pollution removed. 2001-04-07 21:46:43 +00:00
Jon Parise db2cfde087 Fix compilation (strict compilers require constant initializers). 2001-04-07 18:22:29 +00:00
André Langhorst 9762f64222 fix proto 2001-04-07 15:43:06 +00:00
foobar 393189fccd fixed protos 2001-04-07 02:48:19 +00:00
a659972625 ChangeLog update 2001-04-07 01:09:19 +00:00
foobar 802a3ab829 Fixed some bugs. 2001-04-06 23:17:31 +00:00
foobar 84e5576f97 Killed some compile warnings. 2001-04-06 18:01:52 +00:00
Sean Bright a1ba58a46c Fixed possible overflow again.
# Heh...
2001-04-06 17:48:34 +00:00
Jon Parise c3634ff399 Comment out the 'include_path' variable by default.
# Leaving it blank overrides the default include path, which contains the
# PEAR directory.
# The other option is to have the build system generate this file and expand
# @PEAR_INSTALLDIR@ on this line to reflect the system default.
2001-04-06 16:24:55 +00:00
Jon Parise 8540c6923d Make this message more grammatically correct. 2001-04-06 16:04:25 +00:00
Jon Parise 1f451daf54 Fix expansion of PEAR_INSTALLDIR. 2001-04-06 16:01:20 +00:00
Sean Bright 10eaf14db9 Fixed possible overflow. 2001-04-06 14:42:06 +00:00
foobar 349b2bebe3 fixed typo in CVS id 2001-04-06 01:50:40 +00:00
72b58e62e2 ChangeLog update 2001-04-06 01:09:22 +00:00
foobar 62c517d124 spaces to tabs 2001-04-05 18:48:03 +00:00
Andi Gutmans 42fbe5be4b - Whitespace 2001-04-05 14:02:08 +00:00
Andi Gutmans a943751310 - Lock the whole thing for now in order not to have a race condition.
It shouldn't effect performance too much because usually threads are
  reused a few times before they are nuked by the web server, at least
  under IIS and Zeus.
2001-04-05 14:00:54 +00:00
Andi Gutmans 81d932c9d1 - Nuke README.BCMATH 2001-04-05 13:23:32 +00:00
Daniel Beulshausen 26f85bbbe7 add printer ext to php.ini & maintain extensions file 2001-04-05 12:41:25 +00:00
Romolo Manfredini 0509957bc3 pg_close not closing right connection. 2001-04-05 12:29:24 +00:00
Sascha Schumann 1280c0a2a2 Remove manual entry 2001-04-05 11:03:21 +00:00
Sascha Schumann d8b3bdf3bc Fix static Apache builds which were broken by the last commit. 2001-04-05 10:56:04 +00:00
Wez Furlong 486d3bef18 Fix for Bug #10168 (is_dst undeclared) 2001-04-05 08:40:27 +00:00
foobar 8960888c97 Fix bugs: #10157, #7549 2001-04-05 05:38:18 +00:00
b735ec3dbc ChangeLog update 2001-04-05 01:09:19 +00:00
Andi Gutmans 6123fe515d - Revert previous fix because dtor's which access thread local storage
might stop working. Need to fix this! We can either mutex the whole thing
  which is slow (this is how it was before the race condition was introduced)
  or find a different solution.
2001-04-04 21:43:04 +00:00
Thies C. Arntzen cc48dd2138 make it compile with 6.5.x
postgresql notices are now send to the standard error-log
2001-04-04 21:40:41 +00:00
foobar d9b309fdfa This branch is 4.0.6-dev.. 2001-04-04 20:52:44 +00:00
foobar c34d2b91da Added new configuration directives:
arg_separator.input and arg_separator.output
2001-04-04 20:46:26 +00:00
Frank M. Kromann 382e3c5ad6 Adding empty RSHUTDOWN function. 2001-04-04 20:10:14 +00:00
foobar 66553616ec Killed 2 compile warnings. 2001-04-04 17:13:40 +00:00
Andi Gutmans 78861607d7 - Fix race condition in ts_free_thread(). 2001-04-04 17:05:10 +00:00
Andi Gutmans 9047e5c956 - Use tabs and not spaces !!! 2001-04-04 16:33:06 +00:00
Andi Gutmans ac8ab87841 - This can explain lots of instability on multi-threaded platforms! 2001-04-04 16:25:29 +00:00
Jason Greene 6e2a6e07db This is a temporary fix to the previous patch that breaks the build.
This keeps the functionality of searching for glibtool or libtool,
but have you checked the rest of the build process to see if this is
compatible? Regardless, 'which' returns a value on some os's when nothing is
found which breaks the previous patches test. Also the unary negation after
an if is not compatible with true bourne.

-Jason
2001-04-04 04:41:01 +00:00
890430014c ChangeLog update 2001-04-04 01:09:12 +00:00
foobar 460293fbdc Cookies use ; as argument separator.
# And also the first step for the possible configure option
2001-04-04 00:37:06 +00:00
foobar 679b914dc0 Cleaned up a bit. Removed some checks for header files that are
already checked in configure.in
2001-04-04 00:06:49 +00:00
Wilfredo Sanchez cb71c4c2d0 Separate CPPFLAGS from CFLAGS. 2001-04-03 23:30:49 +00:00
Wilfredo Sanchez a71b0e1bfb Note INSTALL_ROOT change 2001-04-03 23:05:08 +00:00
Daniel Beulshausen f085ab8a33 use V_STAT 2001-04-03 22:36:27 +00:00
Daniel Beulshausen a29dc27c1c resolve realpath if in v-dir mode 2001-04-03 21:39:18 +00:00
Wilfredo Sanchez 5c30ce1436 Undo oopsie 2001-04-03 21:16:07 +00:00
Wilfredo Sanchez 0df6e8dd88 Add INSTALL_ROOT variable to specify install location. 2001-04-03 20:59:50 +00:00
Wilfredo Sanchez a0a471e7a3 Find libtool if it's called glibtool. 2001-04-03 19:07:32 +00:00
Frank M. Kromann 8003b3aa9d Fixing crash when listing databsaes
Fixing rowcount to woirk when the result contains an array og data.
2001-04-03 18:09:02 +00:00