php-src/ext
Jouni Ahto 495a957c99 - Fixed incorrect code generated when all parameters are optional.
- Fixed handling of grouped optional parameters.
- Added an option to generate xml documentation.
- Added an option not to be nice and helpful and create all kinds
  of comments and testing functions.
- Added on option to create function stubs only.
- Added options --assing-params and --string-lens that change
  the generated code.
- Updated documentation.
2000-06-15 01:57:23 +00:00
..
aspell - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
bcmath - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
calendar making calendar module compile on win32 with new directory structure 2000-06-12 20:31:03 +00:00
com - Make CVS compile on Win32. 1999-10-20 18:09:44 +00:00
cpdf - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
cybercash - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
dav - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
db O_APPEND breaks 'c' for DBM files - this is handled 2000-06-13 14:37:34 +00:00
dba - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
dbase - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
domxml - Change register_internal_class to zend_register_internal_class for 2000-06-09 08:41:59 +00:00
ereg - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
exif making exif module compile on win32 with new directory structure 2000-06-12 20:31:45 +00:00
fdf - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
filepro - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
ftp making ftp module compile on win32 with new directory structure 2000-06-12 20:32:23 +00:00
gd # Prevent Hartmut finding this until it is actually implemented... 2000-06-14 05:11:16 +00:00
gettext - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
hyperwave Fixed some protos. 2000-06-12 13:33:49 +00:00
icap - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
imap no c++ comments, please 2000-06-14 12:28:21 +00:00
informix - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
interbase Added argument type. 2000-06-11 16:24:00 +00:00
java Export the necessary functions to enable servlet support to be subclassed 2000-06-14 01:41:13 +00:00
ldap Also need to 0-terminate when adding/modifying an array of values. 2000-06-13 19:50:05 +00:00
mcal no c++ comments, please 2000-06-14 12:28:21 +00:00
mcrypt - Update module project files to include: 2000-06-10 09:00:31 +00:00
mhash - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
msql - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
mssql @- Fixed an initialization problem in the MS-SQL problem that could cause 2000-06-12 21:39:51 +00:00
mysql Fix Windows .dsp's 2000-06-11 19:23:21 +00:00
oci8 making oci8 module compile on win32 with new directory structure 2000-06-12 20:33:55 +00:00
odbc - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
oracle making oracle module compile on win32 with new directory structure 2000-06-12 20:34:17 +00:00
pcre @- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern 2000-06-12 19:55:58 +00:00
pdf - fixed compilation error 2000-06-07 20:01:12 +00:00
pgsql - Fix PostgreSQL project file a bit. 2000-06-10 10:15:53 +00:00
posix - Erased an extra line by mistake 2000-06-10 14:16:34 +00:00
readline - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
recode - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
rpc Export the necessary functions to enable servlet support to be subclassed 2000-06-14 01:41:13 +00:00
session (php_wddx_deserialize_ex) return SUCCESS/FAILURE 2000-06-09 03:00:02 +00:00
skeleton - Fixed incorrect code generated when all parameters are optional. 2000-06-15 01:57:23 +00:00
snmp - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
standard return FALSE from strftime on negative timestamp values 2000-06-14 22:11:10 +00:00
swf - Make shockwave work with virtual_dir (a bit ugly). 2000-06-11 16:34:53 +00:00
sybase - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
sybase_ct - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
sysvsem - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
sysvshm - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
wddx @- Changed WDDX to always serialize arrays as structs. (Andrei) 2000-06-09 13:50:39 +00:00
xml hashtable.h -> expat_hashtable.h 2000-06-06 10:06:45 +00:00
yaz Make yaz compilable as shared module. 2000-06-10 03:35:57 +00:00
yp - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows 2000-06-10 08:48:01 +00:00
zlib making zlib module compile on win32 with new directory structure 2000-06-12 20:34:35 +00:00
ext_skel - Fixed incorrect code generated when all parameters are optional. 2000-06-15 01:57:23 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00