1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Commit Graph

7186 Commits

Author SHA1 Message Date
Jan Borsodi 14350f9aef Makefile source, has a fix for compiling C++ files. 2000-11-15 18:54:05 +00:00
Jan Borsodi d0b3314c77 Initial import, ignores standard files. 2000-11-15 18:52:55 +00:00
Uwe Steinmann 8dcb3fdf3c - fixed silly bug (did check for 5 arguments but expected only 4) 2000-11-15 17:07:56 +00:00
Stanislav Malyshev fb8be26654 Fix crash (#7802) 2000-11-15 09:36:21 +00:00
Andrei Zmievski 3625a729a7 - Modified preg_replace() to take Perl-style $1 backreferences in addition
to \\n ones.
- Modified preg_grep() to always return the results with the keys
  from the original array.
2000-11-15 05:09:55 +00:00
c960bd930d ChangeLog update 2000-11-15 02:09:09 +00:00
Sascha Schumann 008d23bb5c Fix allocation 2000-11-14 20:34:14 +00:00
Stanislav Malyshev 2d57a5b2a4 Restore compatibility with old broken way 2000-11-14 18:33:58 +00:00
Stanislav Malyshev 0b6a8d0458 Better 0x handling - not change non-0x number behaviour 2000-11-14 17:54:11 +00:00
David Eriksson d4f9f83363 # added .cvsignore file 2000-11-14 17:38:06 +00:00
Stig Venaas eca0bd0f39 Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP. 2000-11-14 17:05:39 +00:00
Stanislav Malyshev 89d5983ad9 Attempt at better handling long 0x-numbers, like 0xffffffff 2000-11-14 17:02:52 +00:00
Stig Venaas 8f0d033450 Not using automake here either 2000-11-14 16:06:38 +00:00
Onn Ben-Zvi 218149da14 initial - ONn 2000-11-14 15:51:11 +00:00
Sascha Schumann c509dc6dc7 Add persistent memory handling to smart_str API 2000-11-14 15:36:18 +00:00
Sascha Schumann dba76125e4 Automake is gone. No need to ignore a non-existing file. 2000-11-14 14:32:58 +00:00
Stig Venaas d13547fa7f *** empty log message *** 2000-11-14 14:25:23 +00:00
Stig Venaas f3a17761be Made API simpler 2000-11-14 09:54:25 +00:00
5526248e53 ChangeLog update 2000-11-14 02:09:13 +00:00
60dd569a69 NEWS update 2000-11-14 02:09:10 +00:00
Daniel Beulshausen b4a6acf697 fix link object
# maybe it's too late already...
2000-11-13 22:28:58 +00:00
Daniel Beulshausen fcdf44a1a0 forgot to add... 2000-11-13 22:24:06 +00:00
Daniel Beulshausen 0c3d96c3ba make ingres compile under win32
# no cleanup...
2000-11-13 22:23:16 +00:00
Daniel Beulshausen c1e1bc07ff added dsp for openssl win32 2000-11-13 20:24:23 +00:00
Andrei Zmievski 468068705f @- Modified preg_replace() to ignore backreferences that refer to
@  non-existing subpatterns. (Andrei)
2000-11-13 19:49:41 +00:00
Stig Venaas 86b7cd0572 OpenSSL extension. So far it implements assymetric encryption functions. 2000-11-13 19:47:20 +00:00
Stig Venaas 5d7a485cd7 OpenSSL checking didn't work well, should be better now. Removed check
for include/evp.h, are there versions around that put it there? Recent
versions have it in include/openssl.
2000-11-13 19:13:41 +00:00
Zeev Suraski 6a86b6fad5 Handle unable-to-add-new-headers error nicely 2000-11-13 19:05:25 +00:00
Zeev Suraski 0f7f5c2c0e - Import Jade Nicoletti's transparent gzip encoding support as an output
handler.  Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive
2000-11-13 18:54:37 +00:00
Andi Gutmans 9b42296bab - Remove unused function 2000-11-13 18:14:16 +00:00
Thies C. Arntzen db65d0e076 @- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
fix #7784
2000-11-13 17:30:52 +00:00
Andi Gutmans 4004ef6f25 - Use typedef's for function pointers so that we can easily define arrays
- of these function pointers.
2000-11-13 17:30:42 +00:00
Onn Ben-Zvi 34b0b1fc11 initial - ONn 2000-11-13 16:01:05 +00:00
Stanislav Malyshev 124569d167 Fix zend_llist_apply_with_del - it should remove from list,
not only call dtor
2000-11-13 14:55:28 +00:00
Sascha Schumann 39f8c9807e Update patch and add persistent connection handling 2000-11-13 13:33:12 +00:00
Uwe Steinmann eea750ebc8 - fixed serveral prototypes
- replaced C++ style comments
2000-11-13 13:27:19 +00:00
Sascha Schumann 3fbfbf1f45 Add thttpd-dependent interface for maintaining persistent connections on
an iterative web-server. This will be used by the IRCG extension.
2000-11-13 13:23:56 +00:00
Sascha Schumann 04f180b08a More verbose error message for non-working apxs case 2000-11-13 12:43:44 +00:00
Sascha Schumann 8658cace16 Add note about serialized requests and their impact 2000-11-13 12:39:15 +00:00
1f6edfc779 ChangeLog update 2000-11-13 02:09:10 +00:00
foobar dd83069fff Fixed bug: #7768. Some cleaning up too. 2000-11-13 02:02:40 +00:00
Kristian Köhntopp 89d6b5b5bd Prototype corrected. 2000-11-12 22:13:35 +00:00
Sascha Schumann 6a149caaed Fix aborted connection handling and stop modifying thttpd data 2000-11-12 21:10:09 +00:00
Zeev Suraski 20ab5c58c7 Test, ignore 2000-11-12 17:21:14 +00:00
Sascha Schumann 2325a41346 PHP_FDFTK is always != no. $PHP_FDFTK is not. 2000-11-12 12:01:05 +00:00
Rui Hirokawa 71e53f2a5f enabled shared module. 2000-11-12 05:59:34 +00:00
a2774081c9 ChangeLog update 2000-11-12 02:09:07 +00:00
foobar 40462d1d02 Fix for #7758. Plus some cleaning. 2000-11-11 19:27:46 +00:00
Sascha Schumann 4d6ecaf26b Add Apache 2.0 sapi module and sort alphabetically. 2000-11-11 18:38:26 +00:00
Sascha Schumann 86b8e890dc strdup private AOLserver data before inserting it into SAPI's request_info. 2000-11-11 18:35:15 +00:00