History log of /PHP-7.4/ (Results 91801 – 91825 of 92142)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
27fc61c420-May-1999 Sascha Schumann

Apply the fix for feof()

3facf7cb20-May-1999 Andi Gutmans

- Updates we did today

7eef224720-May-1999 Andi Gutmans

- Small fixes

d79292d520-May-1999 Andi Gutmans

- Fix a small problem with class decelerations.

0bc950bc20-May-1999 Andi Gutmans

-Open curly braces fix?

db6ce2f216-May-1999 Sascha Schumann

add mhash support

4e08c66716-May-1999 Sascha Schumann

kill another 64-bit issue.
this affected at least md5 which produced wrong values on 64-bit platforms

a37a5e5c16-May-1999 Sascha Schumann

char * => unsigned char *

39691bed16-May-1999 Sascha Schumann

conv_proto *.[ch]

5a4c63db16-May-1999 Sascha Schumann

this script automatically converts the ugly void php3_... prototypes
to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern
declarations in front of function prototypes.

ed8a7dff16-May-1999 Sascha Schumann

add fast bin2hex string function

d886b84e16-May-1999 Sascha Schumann

kill some compiler warnings

b0bfa45815-May-1999 Zeev Suraski

* Fix all hash checks that checked Bucket.arKey for NULL, when it was changed
to char[1], these checks should have been changed to Bucket.nKeyLength==0
* Support runtime declaration of func

* Fix all hash checks that checked Bucket.arKey for NULL, when it was changed
to char[1], these checks should have been changed to Bucket.nKeyLength==0
* Support runtime declaration of functions. I ended up changing the grammar
to catch top level functions vs. nested functions. The reason is simple -
if we don't have functions properly declared at compile-time, function calls
cannot be resolved at compile time, and have to be resolved at runtime, which
ends up being much much slower (without the optimizer, that is).
It's no biggy though, the grammar change isn't that bad.

show more ...

d2c16bf515-May-1999 Zeev Suraski

*** empty log message ***

b9fb0b8e14-May-1999 Zeev Suraski

If a require() dies, we must bail out (since it corrupts an existing op_array

53f98a6614-May-1999 Zeev Suraski

Fix a bug

695b4f4d14-May-1999 Stig S. Bakken

don't install Zend on the system

1fb61df814-May-1999 Zeev Suraski

* Include all of the standard modules in internal_functions.c.in. Stig - is that
the way you intended it to be? How does the basic_functions module get in there?
* Fix to get MySQL object

* Include all of the standard modules in internal_functions.c.in. Stig - is that
the way you intended it to be? How does the basic_functions module get in there?
* Fix to get MySQL objects working, even though I'll probably make a dedicated
MySQL object in the future.

show more ...

67296f0714-May-1999 Zeev Suraski

Add \012 and \xff missing support to constant quoted string

df0906f713-May-1999 Zeev Suraski

Release fix

5eaed48613-May-1999 Zeev Suraski

* HTTP-auth bugfix
* Patch the regex thread safe code to compile in thread safe mode

0b873a7812-May-1999 Zeev Suraski

*** empty log message ***

52ac2e6712-May-1999 Zeev Suraski

Enable Apache HTTP Auth

49b01a4b12-May-1999 Zeev Suraski

Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of
research :(

cefca57c12-May-1999 Stig S. Bakken

install libzend.a and header files on "make install"

1...<<3671367236733674367536763677367836793680>>...3686