Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
00bcd726 |
| 10-Oct-1999 |
Sascha Schumann |
Remove -DPIC preprocessor macros. This is defined by libtool automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build mod
Remove -DPIC preprocessor macros. This is defined by libtool automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build modules, add -DCOMPILE_DL to your CFLAGS.
show more ...
|
#
bd62c63c |
| 06-Oct-1999 |
Sascha Schumann |
Fixed pg_fetch_array() with three arguments. Submitted by: brian@soda.berkeley.edu
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
2f9260fe |
| 10-Sep-1999 |
Zeev Suraski |
Lost functionality in earlier fix... That should really work.
|
#
7dc2579b |
| 10-Sep-1999 |
Zeev Suraski |
That should do the trick (untested)
|
#
f2b3c3c2 |
| 10-Sep-1999 |
Mark Musone |
my bad, sorry
|
#
63243be5 |
| 10-Sep-1999 |
Mark Musone |
fixed memory leak
|
#
c12d4bc7 |
| 04-Sep-1999 |
Zeev Suraski |
*** empty log message ***
|
#
94bc5f6c |
| 03-Sep-1999 |
Gergely Madarász |
Enabled shared build of pgsql module
|
#
621fe700 |
| 29-Aug-1999 |
Egon Schmid |
This one was nonesense.
|
#
db442610 |
| 29-Aug-1999 |
Egon Schmid |
Missing return type.
|
#
d8ad9910 |
| 09-Aug-1999 |
Egon Schmid |
Another typo.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
d3e88584 |
| 22-Jul-1999 |
Zeev Suraski |
Please add in any changes/bug fixes you've made - we need to keep a details ChangeLog...
|
#
ea28db86 |
| 19-Jul-1999 |
Egon Schmid |
The last forgotten prototypes I know.
|
#
fc268e1c |
| 17-Jul-1999 |
Sascha Schumann |
void some warnings
|
#
a6a09f7e |
| 16-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
916f2f29 |
| 16-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
58a6d480 |
| 16-Jul-1999 |
Zeev Suraski |
Get postgresql module uptodate
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
b219d491 |
| 29-May-1999 |
Sascha Schumann |
.
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
b57dc275 |
| 21-May-1999 |
Sascha Schumann |
- run ext sources through conv_proto - add necessary phpext_*_ptr
|
#
0b771325 |
| 11-May-1999 |
Zeev Suraski |
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Ze
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
show more ...
|
#
2c0ad3ee |
| 22-Apr-1999 |
Stig Bakken |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compi
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
show more ...
|