Revision tags: php-4.0.4RC3 |
|
#
8e3abe89 |
| 01-Dec-2000 |
Sascha Schumann |
Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files were unconditionally compiled. It is not necessary in PHP 4.
|
#
a1510f90 |
| 01-Dec-2000 |
Sascha Schumann |
Remove *.o
|
#
b1745163 |
| 23-Oct-2000 |
Hartmut Holzgraefe |
added a regression test skeleton file plus a partintro in xml documentation template
|
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 |
|
#
9f2cd78e |
| 04-Aug-2000 |
Rasmus Lerdorf |
Small portability fix
|
#
3bca4e22 |
| 27-Jul-2000 |
Rasmus Lerdorf |
Make ext_skel create a Makefile.in set up to handle shared extension support automatically @ Make ext_skel create a Makefile.in set up to handle shared extension @ support automatically (
Make ext_skel create a Makefile.in set up to handle shared extension support automatically @ Make ext_skel create a Makefile.in set up to handle shared extension @ support automatically (Rasmus)
show more ...
|
#
246999a5 |
| 16-Jul-2000 |
Rasmus Lerdorf |
Tiny wording fix
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
f34c1fbe |
| 04-Jul-2000 |
Sascha Schumann |
Make script work on POSIX sh
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
495a957c |
| 15-Jun-2000 |
Jouni Ahto |
- 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
- 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.
show more ...
|
#
d64c9d28 |
| 11-Jun-2000 |
Jouni Ahto |
- Avoid generating unnecessary switch statemets. - Add a test if argument was given (if it is optional) before trying to fetch a resource and a note that something should be done if it wasn
- Avoid generating unnecessary switch statemets. - Add a test if argument was given (if it is optional) before trying to fetch a resource and a note that something should be done if it wasn't. - Some cosmetic fixes in the code generated. - Some other small fixes in the code generated, already forgotten.
show more ...
|
#
f3c1222d |
| 10-Jun-2000 |
Jouni Ahto |
- Fix typos, add default case to switch and other small things.
|
#
b54f9152 |
| 10-Jun-2000 |
Jouni Ahto |
- Automatically generate C code to handle arguments passed to a PHP function based on function proto. # Very cool! Try yourself, put for example the following line in file funcs: # bool
- Automatically generate C code to handle arguments passed to a PHP function based on function proto. # Very cool! Try yourself, put for example the following line in file funcs: # bool drawtext(string text, resource font, int x, int y [, resource color]) # and then run ./ext_skel foobar /full/path/to/funcs and then look at # foobar.c...
show more ...
|
#
420d668f |
| 09-Jun-2000 |
Jouni Ahto |
- Cosmetic changes. - Optionally, create function entries, stubs and declarations from names listed in a file.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
62adbfc5 |
| 09-Jun-2000 |
Jouni Ahto |
- Changed user instructions.
|
#
216067b6 |
| 09-Jun-2000 |
Jouni Ahto |
- As Sascha requested.
|
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
a481fddf |
| 01-May-2000 |
Sascha Schumann |
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
show more ...
|
#
8d19edc4 |
| 30-Apr-2000 |
Sascha Schumann |
Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not c
Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
show more ...
|
#
1f822b98 |
| 27-Mar-2000 |
Sascha Schumann |
Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common AC_MSG_CHECKING, AC_ARG_[ENABLE,WITH], AC_MSG_RESULT trio.
|
#
0cc5c94b |
| 27-Mar-2000 |
Sascha Schumann |
Generate better skeleton config.m4
|
Revision tags: PHP-4.0-RC1, 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 |
|
#
2c99bef4 |
| 30-Dec-1999 |
Sascha Schumann |
Get rid of config.h.stub. Note that you should embed a comment about what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
|
#
f2f8d38e |
| 30-Dec-1999 |
Sascha Schumann |
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays som
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
show more ...
|
Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
bad23a12 |
| 28-Nov-1999 |
Sascha Schumann |
Remove INCLUDES line from Makefile.am skeleton
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
36ff78d2 |
| 07-Oct-1999 |
Sascha Schumann |
Add help to get people started.
|
#
718351f8 |
| 07-Oct-1999 |
Andrei Zmievski |
Ignore generated files.
|
#
232afa48 |
| 04-Oct-1999 |
Sascha Schumann |
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/prog
* archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH |
|
#
375c85e2 |
| 27-Sep-1999 |
Andrey Hristov |
I will follow portability guidelines. I will follow portability guidelines. I will follow portability guidelines. I will follow...
|