#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE |
|
#
9ea9ca32 |
| 20-Dec-1999 |
Evan Klinger |
Ex API and UDP support. @- Added UDP support in fsockopen() (Evan). # UDP activated with "udp://hostname"
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
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
|
#
02d3b394 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
4a60eed4 |
| 05-Dec-1999 |
Sascha Schumann |
Fix some warnings
|
#
7c209d77 |
| 03-Dec-1999 |
Sascha Schumann |
Use socklen_t where appropiate
|
#
3b515617 |
| 01-Dec-1999 |
Sascha Schumann |
Make array.c thread-safe
|
#
94c36e88 |
| 01-Dec-1999 |
Sascha Schumann |
Make fsock module thread-safe
|
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 |
|
#
31b1a8fc |
| 24-Oct-1999 |
Thies C. Arntzen |
kill warning
|
#
b5c3c7bf |
| 15-Oct-1999 |
Thies C. Arntzen |
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf an
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
show more ...
|
#
0cc16414 |
| 12-Oct-1999 |
Thies C. Arntzen |
starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
5c40e7c4 |
| 07-Sep-1999 |
Stig Bakken |
Add thread-safety notice here. The solution is using gethostbyname_r, but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, an
Add thread-safety notice here. The solution is using gethostbyname_r, but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, and make a configure test that checks if there is a reentrant version available, and if not protect gethostbyname and similar calls with a mutex until the results have been copied. Ugly.
show more ...
|
#
7a9ad9d0 |
| 25-Aug-1999 |
Andi Gutmans |
Make fopen() work with URL's in Win32
|
Revision tags: php-4.0b2 |
|
#
dcf91143 |
| 02-Aug-1999 |
Zeev Suraski |
AIX needs this include...
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
1b2c932c |
| 26-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 ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX |
|
#
736f4831 |
| 24-Jul-1999 |
Andrey Hristov |
A bunch of grunt work updating function entries and declarations.
|
Revision tags: BEFORE_BIG_SYMBOL_CHANGE |
|
#
68e32f6a |
| 24-Jul-1999 |
Zeev Suraski |
* Make Win32 build work again * Make error_reporting value prior to the standard initialization be set so that errors show up
|
#
2b2bda77 |
| 24-Jul-1999 |
Zeev Suraski |
* Fix a warning * Update ChangeLog
|
Revision tags: php-4.0b1 |
|
#
9a910ed3 |
| 21-Jul-1999 |
Sascha Schumann |
sync with 1.133
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2 |
|
#
5f62c347 |
| 09-Jul-1999 |
Zeev Suraski |
Step 2: Rename is_ref to EA
|
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
#
63a845f2 |
| 19-Jun-1999 |
Zeev Suraski |
*** empty log message ***
|