History log of /php-src/ (Results 110951 – 110975 of 111298)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fb40767621-May-1999 Sascha Schumann

- fix compile issues for various packages (dbase, sysv*, zlib)
- some cleanup in mhash/mcrypt

0fe7fe3021-May-1999 Sascha Schumann

- add phpext_pgsql_ptr
- semaphore update for glibc-2.1 systems

672e38da21-May-1999 Sascha Schumann

Add default path for binary mysql distributions

286fef1c21-May-1999 Sascha Schumann

remove debug messages

9cb2cf1320-May-1999 Zeev Suraski

Optimize allocations into uninitialized_zval assignments

59a539f620-May-1999 Zeev Suraski

Use OutputDebugString() or fprintf(stderr,) for memory leaks

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

1...<<4431443244334434443544364437443844394440>>...4452