1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Commit Graph

8696 Commits

Author SHA1 Message Date
Derick Rethans a379669ab6 - Removed debug thing 2001-04-10 00:09:17 +00:00
Derick Rethans 61e1bf9286 - Fix for bug #8839
- MINFO updated to use smart_str's
2001-04-10 00:07:53 +00:00
Sean Bright b936138fd3 Constand should be case sensitive.
# Thanks Sterling
2001-04-09 21:12:54 +00:00
Jon Parise 5464d29551 Fix whitespace (use tabs). 2001-04-09 21:08:47 +00:00
Sean Bright ec6f1887f8 Stop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk> 2001-04-09 20:56:49 +00:00
Sascha Schumann 466c226415 Revert mega patch.
This patch has at least the following deficiences:

- the CGI is built using objects from another SAPI module.
  This usually results in unsatisfied symbol references.
- the CGI makefile is not created properly
- building CGI cannot be disabled
2001-04-09 15:47:19 +00:00
foobar d85be2956c Fix bug #10212. 2001-04-09 15:46:24 +00:00
Rasmus Lerdorf 334cba47b9 printf argnum (parameter swapping) support from Morten Poulsen 2001-04-09 15:44:24 +00:00
Marc Boeren 066547a220 Added optional 'comparison_type' parameter to compare functions, to force
either text or number comparison. (Mc)
2001-04-09 11:53:39 +00:00
Uwe Steinmann 7ee542a524 - added domxml_version() to retrieve version of libxml 2001-04-09 11:53:06 +00:00
Sascha Schumann 846d6b1536 Fix current CVS breakage 2001-04-09 11:35:10 +00:00
d795707fd0 ChangeLog update 2001-04-09 01:09:28 +00:00
e585d2fe44 NEWS update 2001-04-09 01:09:23 +00:00
Stig Bakken a4877d7afd * CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
  is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
  where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name
2001-04-08 22:30:17 +00:00
Stig Bakken 368c6bf003 @Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig) 2001-04-08 21:57:13 +00:00
Holger Zimmermann 23f3187b6f Contribute the MSVC project file. Someone could add this to the php4ts workspace. 2001-04-08 11:04:27 +00:00
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