History log of /PHP-5.5/ext/dba/dba.c (Results 126 – 150 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL
# 9fbd0a24 16-Dec-2000 Andi Gutmans

- How did CVS let me commit this? Probably it confused with the branch
merge


# 86a1cace 16-Dec-2000 Andi Gutmans

- Make all places use MAXPATHLEN in the same way. It includes the
terminating NULL.


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# e052f9f5 04-Dec-2000 Sascha Schumann

Handle the case of no-handlers properly and make handlers a proper C "string".


Revision tags: php-4.0.4RC3
# 8476f5b2 01-Dec-2000 Sascha Schumann

Please avoid potential buffer overflows in new code. If you deal
with strings, consider storing the string length along with the string
data. That will make your life easier.


# 744f1a34 01-Dec-2000 foobar

Beautifying of phpinfo().


# e937eeb2 22-Nov-2000 Sascha Schumann

Run through conv_z_macros


# 26f5fe63 26-Oct-2000 Andrei Zmievski

Fix dba after resources patch.


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 04f0f0b1 21-Oct-2000 Rasmus Lerdorf

Gremlins?


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 28f38ea4 13-Jul-2000 Egon Schmid

Fixed protos.


# e8101d4f 10-Jul-2000 Sascha Schumann

Unify use of my email address


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1
# 8b8f191e 27-Jun-2000 Jouni Ahto

# Reverting as requested.


# 1dfe76f5 27-Jun-2000 Jouni Ahto

- dba_[p]open accepts now a new parameter, which kind of database to create
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
mode 'c' or 'n'. It is ignored if mode is

- dba_[p]open accepts now a new parameter, which kind of database to create
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
# Asked on the list 4 1/2 hours ago if anyone's got to say something to this,
# no response, so I'm assuming it's ok. And yes, I did test this.

show more ...


Revision tags: php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


Revision tags: php-4.0.0, php-4.0RC2
# c3d4066b 02-May-2000 Sascha Schumann

Make dba compilable as shared module


# ad0f9dbc 06-Apr-2000 Jakub Skopal

Corrected compilation error with wrong number of arguments to
php_info_print_box_start()


# 731404c0 05-Apr-2000 Colin Viebrock

phpinfo() prettying

I will get to the rest of the functions later tonight or tomorrow
(i.e. from hyperwave to snmp)


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 0178fb1a 24-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 502bb9c7 17-Dec-1999 Zeev Suraski

More php3 cleanup


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


1234567