Hartmut Holzgraefe
cedb39ee56
all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c
...
so all the #define/#include workarounds in zlib.c are no longer needed
2000-11-21 00:40:13 +00:00
Hartmut Holzgraefe
67bb9d1ae2
fixed a compile problem with glibc<=2.1.1 ( #7327 , #7892 )
...
# zlib.c still produces a warning, perhaps i should move
# the fopen wrapper to a seperate file to get things right
# but i think i will wait for the autoconf book to arrive
2000-11-20 21:36:38 +00:00
foobar
dc70b6172b
Fixed typo. #6933
2000-11-20 17:32:46 +00:00
Sterling Hughes
b853cd5dc8
Revert.
2000-11-20 17:27:50 +00:00
Stanislav Malyshev
119ee485c6
Move "replace value" logic to Zend
2000-11-20 12:39:14 +00:00
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
Hartmut Holzgraefe
df81663614
first step towards auto-generated credits
2000-11-20 10:05:57 +00:00
Hartmut Holzgraefe
c8a56ea11d
typo fix (copy/paste bug?)
2000-11-19 19:18:12 +00:00
Sterling Hughes
3b1a3a3f8c
*** empty log message ***
2000-11-19 16:54:54 +00:00
Stanislav Malyshev
92dd81ba7f
Fix #3261 - variables declared as "global" in function do not get the right
...
value after session_start.
2000-11-19 13:13:36 +00:00
Chuck Hagenbuch
965bb6d211
include checks for cal_misc.h and icalroutines.h
2000-11-19 02:42:06 +00:00
James Moore
2116cfedf3
Stopping Compile Warnings when using old GD
2000-11-18 18:09:42 +00:00
Zeev Suraski
82952f8830
Persist these numbers so that they stay for the duration of the entire process
2000-11-18 12:48:31 +00:00
Zeev Suraski
66c667c974
Fix thread-safety bug in bcmath
2000-11-18 02:59:31 +00:00
Zeev Suraski
030b707296
Update SAPI modules to interface with the new TSRM.
...
Enable thread-safety memory debugging in ISAPI when in debug mode
2000-11-18 02:44:04 +00:00
Stig Venaas
b81828864f
Added optional passphrase argument to openssl_get_privatekey()
...
@- Added OpenSSL extension (Stig Venaas)
2000-11-17 19:49:13 +00:00
Stig Venaas
8b500cdcdf
Renamed openssl_read_privatekey openssl_get_privatekey, and some minor
...
fixes including init and shutdown functions
2000-11-17 19:17:07 +00:00
Sascha Schumann
5767ab3f75
Reset the state, if there is garbage in an HTML tag.
...
PR: #7854
2000-11-17 16:27:37 +00:00
Chuck Hagenbuch
eb437a5870
close bug 7851
2000-11-17 16:10:43 +00:00
Dan Kalowsky
b52648efd5
Missed one section that required the addition of a new HAVE_SOLID_30
...
This should be correct now.
2000-11-17 15:48:09 +00:00
Dan Kalowsky
3e2ddd1edf
Corrected the spelling of verion to version, and cleaned the configuration
...
code up a bit. Also added in much better (read: tested) support for
Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
minor modifications done (by me) to make it non-linux specific.
This commit also creates the HAVE_SOLID_30 define
@ Fixed/created support for Solid 3.0 databases (kalowsky)
@ Fixed support for Solid 2.3 databases (kalowsky)
2000-11-17 15:09:46 +00:00
Kirill Maximov
023a95ae1c
@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
...
This hopefully closes bugs #5321 , #7138 , #7855 .
Test script for the function is added.
2000-11-17 10:55:37 +00:00
Jason Greene
608ee593a4
SUN CC does not like like left side casting - see bug #6759
...
@Fixed ext/java so that it will compile with SUN CC
2000-11-16 22:19:48 +00:00
Thies C. Arntzen
6f79fc7d46
fix ora_fetch_into to allow_call_time_pass_reference = Off; ( #7838 )
2000-11-16 12:37:35 +00:00
foobar
6a81095313
extname -> openssl
2000-11-16 11:16:25 +00:00
Thies C. Arntzen
31f63bee93
don't use TLS in MINIT function.
2000-11-16 10:16:22 +00:00
Jan Borsodi
d1cecd1dd2
Removed an unneccesary #warning which was used for testing purposes only.
2000-11-15 19:09:44 +00:00
Jan Borsodi
51011a6672
Initial import, PHP program for testing if the qtdom extension is available.
2000-11-15 19:02:14 +00:00
Jan Borsodi
bde531da79
Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific calls had to be moved to a separate file without any php includes.
...
It has several C functions which are used for initiating a QDomDocument and traversing it.
2000-11-15 19:01:44 +00:00
Jan Borsodi
2fea5bb19c
Initial import, contains PHP specific extensions, takes care of converting C++ QDom objects to PHP objects.
...
This version has only one function: qdom_tree() which returns a tree of a string containing an XML document.
2000-11-15 18:59:59 +00:00
Jan Borsodi
471bcfc8c8
Autoconf configure script for qt dom, needs some more checking in the future.
2000-11-15 18:55:00 +00:00
Jan Borsodi
14350f9aef
Makefile source, has a fix for compiling C++ files.
2000-11-15 18:54:05 +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
Sascha Schumann
008d23bb5c
Fix allocation
2000-11-14 20:34:14 +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
Sascha Schumann
c509dc6dc7
Add persistent memory handling to smart_str API
2000-11-14 15:36:18 +00:00
Stig Venaas
f3a17761be
Made API simpler
2000-11-14 09:54:25 +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
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
Thies C. Arntzen
db65d0e076
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
...
fix #7784
2000-11-13 17:30:52 +00:00
Onn Ben-Zvi
34b0b1fc11
initial - ONn
2000-11-13 16:01:05 +00:00
Uwe Steinmann
eea750ebc8
- fixed serveral prototypes
...
- replaced C++ style comments
2000-11-13 13:27:19 +00:00