History log of /php-src/ (Results 113901 – 113925 of 114805)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
07d6911727-Jul-1999 Andrey Hristov

Symbol work.

bb8046c427-Jul-1999 Andi Gutmans

- Update Changelog

348b2f0727-Jul-1999 Andi Gutmans

- Add missing lock

71ffa09f27-Jul-1999 Andi Gutmans

- strttotime is compiled in on win32 again.

88322d2e27-Jul-1999 Andi Gutmans

- Fix up the new operator a bit more.

a99ccfc627-Jul-1999 Andrey Hristov

Oops.

c684005627-Jul-1999 Andrey Hristov

More symbol work.

15d87d2427-Jul-1999 Andrey Hristov

check for nKeyLength not arKey

6b79bbe827-Jul-1999 Andrey Hristov

*** empty log message ***

cd0dd56227-Jul-1999 Andrey Hristov

Fix for bug #1887.

ad67166927-Jul-1999 Andrey Hristov

Fix for bug #1891

55b31d5127-Jul-1999 Stig Bakken

forgot to mention the password

9bee15a027-Jul-1999 Stig Bakken

spoonfeed

3bea592227-Jul-1999 Danny Heijl

>... If you can, please update your module to use these macros.
I could, so I did.

9d0d2e5a27-Jul-1999 Zeev Suraski

Set reference count and is_ref values for new objects

09628fd526-Jul-1999 Zeev Suraski

- Fixed a memory leak when using assignment-op operators with lvalue of type
string (or array/object)

4215a17626-Jul-1999 Zeev Suraski

Fix bug #1867

0751467726-Jul-1999 Zeev Suraski

*** empty log message ***

41308d4b26-Jul-1999 Zeev Suraski

Fix a bug in inheritence from classes defined in include files, that are
inherited from require()'d files

980c803c26-Jul-1999 Zeev Suraski

Fix bug #1851

1b2c932c26-Jul-1999 Andrey Hristov

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(modul

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(module)
PHP_RINIT_FUNCTION(module)
PHP_RSHUTDOWN_FUNCTION(module)
PHP_MINFO_FUNCTION(module)

These will expand to proper function prototypes.

Now to specify these in the module entry, use:

PHP_MINIT(module)
PHP_MSHUTDOWN(module)
PHP_RINIT(module)
PHP_RSHUTDOWN(module)
PHP_MINFO(module)

I've updated all modules in ext/standard and everything from ext/apache to ext/db.
If you can, please update your module to use these macros.

show more ...

7af5579e26-Jul-1999 Andi Gutmans

- Oops I erased this by mistake

7d77a63326-Jul-1999 Andi Gutmans

- Should be a complete fix now. This break away code should maybe be made
somewhat generic

fe0fbdc526-Jul-1999 Andi Gutmans

- Temporary fix for "this". Have to fix it tomorrow.

221c80d226-Jul-1999 Andi Gutmans

- Fix compile error. Weird that Visual didn't catch this one.

1...<<4551455245534554455545564557455845594560>>...4593