1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

8500 Commits

Author SHA1 Message Date
Daniel Beulshausen 1ba3c6d65d fix registry per directory values
# they never really worked for me before
2001-03-20 15:44:55 +00:00
Uwe Steinmann 1b07e7a612 - news about domxml 2001-03-20 15:03:33 +00:00
Uwe Steinmann 415e396ac8 - test script for rewritten domxml module 2001-03-20 15:02:10 +00:00
Uwe Steinmann 9fc59ce735 - complete rewrite of domxml module.
It is now mostly conform to DOM Level 2 though some classes and
  methods are still missing
2001-03-20 15:01:13 +00:00
Sascha Schumann a2ff136c8e fix build 2001-03-20 12:50:27 +00:00
d4a3b4895e ChangeLog update 2001-03-20 02:09:20 +00:00
09c1f0a502 NEWS update 2001-03-20 02:09:17 +00:00
Sterling Hughes 9b4c5db8ae Remove some unnecessary error checking 2001-03-20 01:46:41 +00:00
foobar de3f405997 Removed skipif.php + Fixed tests to use skipif.inc instead. 2001-03-20 01:22:07 +00:00
foobar 4f18fcb863 Removed unnessary file. 2001-03-20 01:06:25 +00:00
Andrei Zmievski d9aa966a44 @- Added array_map() function that applies a callback to the elements
@  of given arrays and returns the result. It can also be used with a
@  null callback to transpose arrays. (Andrei)
2001-03-19 21:20:02 +00:00
Andi Gutmans 5c7a762249 - Add support for isset($var1, $var2, $var3); - Will be true only if all
- variables are set.
2001-03-19 19:31:14 +00:00
Fredrik Öhrn 98b5ca057b Removed redundant initialization. 2001-03-19 17:01:36 +00:00
Ben Mansell 2c8c9d68d7 Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)
2001-03-19 11:23:57 +00:00
Ben Mansell 08df6f9b67 @ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
2001-03-19 11:03:29 +00:00
d8f3ea791a ChangeLog update 2001-03-19 02:09:18 +00:00
Fredrik Öhrn 87138d68cd Much needed cleanup and new functions added
-------------------------------------------

Cleaned up stringhandling for binary safeness.

All functions now maintain a global 'errno' variable.

All functions now print warning messages on failure.

Added error code constants.

Fixed bug #8041 while maintaining backward compatibility.

New functions:
  yp_all         traverse a map
  yp_cat         retrive an entire map in one go
  yp_errno       get last error code
  yp_err_string  get a human readable error message
2001-03-18 22:16:47 +00:00
Fredrik Öhrn 00d81acc4f Solved compile failure due to clash bewteen IMAP and ClibPDF headers. 2001-03-18 18:32:58 +00:00
foobar 4759855606 Prevent mem leak 2001-03-18 09:25:40 +00:00
foobar e76703ae6a Fix possible crash if content-type is not set. 2001-03-18 08:00:10 +00:00
foobar 4f00125b7a Fix the fix. Plus killed some compile warnings. 2001-03-18 05:52:40 +00:00
Zeev Suraski fbbf5c0faa Fix reference to nuked function 2001-03-18 02:35:10 +00:00
Zeev Suraski d3572f74bb These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...

Also, please maintain K&R code layout, it's very messy to have different
styles intermixed in the same codebase, and especially in the same files!
2001-03-18 02:32:04 +00:00
f8178f3d48 ChangeLog update 2001-03-18 02:09:17 +00:00
Zeev Suraski 9db5589161 Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) 2001-03-17 23:35:32 +00:00
Stephen van Egmond 3b8140e47c fixed a (C++) warning about implicit conversion from void* 2001-03-17 20:35:38 +00:00
Christian Stocker fcdd641539 GarbageCollection was moved into a PEAR-Deconstructor 2001-03-17 16:06:31 +00:00
Daniel Beulshausen e438a6d48f fix dependencys 2001-03-17 12:30:27 +00:00
Zeev Suraski 34b2fc4a6c Fix the output buffering bug Andre found 2001-03-17 03:03:50 +00:00
b89dc4b4d8 ChangeLog update 2001-03-17 02:09:18 +00:00
cda95e161d NEWS update 2001-03-17 02:09:15 +00:00
Andrei Zmievski 770c66125d @- Added array_filter(), which allows filtering of array elements via
@  the specified callback. (Andrei)
2001-03-16 20:46:33 +00:00
Andrei Zmievski f7f2cf9de5 All user callbacks should be to EG(function_table). 2001-03-16 19:51:08 +00:00
Frank M. Kromann 6195f14633 Fixing build on Win32 by adding missing BLS_FETCH(); 2001-03-16 19:48:40 +00:00
Andrei Zmievski 561cc74389 @- Fixed all relevant array functions to avoid moving the internal array
@ pointer during operations. (Andrei)
2001-03-16 19:29:23 +00:00
foobar 88f41b4e91 This has got to be the last one.. 2001-03-16 18:18:01 +00:00
Uwe Steinmann 5dcf391497 - Inserting links without any delimiters is now possible 2001-03-16 17:40:38 +00:00
foobar 530ed2eb50 .php files should not be ignored. Typo? 2001-03-16 17:10:46 +00:00
Derick Rethans 9720ac01fc - Fixed mem leak 2001-03-16 15:59:45 +00:00
foobar 8913a7350e Missed this one. 2001-03-16 14:45:46 +00:00
foobar 21d158229b Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762 2001-03-16 13:17:54 +00:00
Sascha Schumann 59eb57e42a Don't do anything, if the user wants no PDF. 2001-03-16 12:23:31 +00:00
foobar ab560941ee This should fix problems in systems without libbind. 2001-03-16 07:13:06 +00:00
fb41f6730e ChangeLog update 2001-03-16 02:09:22 +00:00
foobar 4567d57c61 Added a check for the one function missing in <= 0.1.0 versions of ming lib. 2001-03-16 02:06:34 +00:00
Brian Bruns bb5369fc62 sybase_affected_rows implementation submitted by John F. Dumas <jdumas@locutus.kingwoodcable.com> 2001-03-16 01:21:32 +00:00
foobar 847e0d996c Killed a compile warning + made ming extension compile with the older ming libs. 2001-03-16 00:37:35 +00:00
foobar 7b6a385c95 Missing files. 2001-03-16 00:36:47 +00:00
foobar e92ff40bc7 Beutify + fix some errors in finding libs and header files. 2001-03-16 00:36:31 +00:00
Daniel Beulshausen 0688feeba4 fix win32 build 2001-03-15 20:45:49 +00:00