#
312071bd |
| 27-Feb-2000 |
Andi Gutmans |
- Fix bug 3640
|
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4)
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
f9e0d94a |
| 11-Feb-2000 |
Andi Gutmans |
- Baby steps with PHP_WIN32 :)
|
#
6d0ab616 |
| 10-Feb-2000 |
Zeev Suraski |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except f
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
show more ...
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
f452c776 |
| 10-Feb-2000 |
Andi Gutmans |
- Introduce PHP_WIN32
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
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 |
|
#
0f1acb60 |
| 21-Dec-1999 |
Andrei Zmievski |
php3 -> php prefix work
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
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 |
|
#
5df43c13 |
| 06-Dec-1999 |
Zeev Suraski |
opened_path could end up uninitialized - fixed
|
#
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 ...
|
#
2337d110 |
| 30-Nov-1999 |
Andi Gutmans |
- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Ad
- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Added support for the 'use' keyword - behaves like 'require', but will not @ use the same file more than once (Andi & Zeev, Zend library)
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
63935435 |
| 11-Nov-1999 |
Thies C. Arntzen |
@- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies) (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854)
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
9e001753 |
| 16-Oct-1999 |
Andrei Zmievski |
_php3/_php3i -> php rename
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
37d7b91d |
| 14-Sep-1999 |
Andi Gutmans |
- First go at using strlcat().
|
#
7a9ad9d0 |
| 25-Aug-1999 |
Andi Gutmans |
Make fopen() work with URL's in Win32
|
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 |
|
#
99a2aa0f |
| 18-Jul-1999 |
Sascha Schumann |
allow access to std{in,out,err} by using the php domain
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
d4f24f19 |
| 26-Jun-1999 |
Zeev Suraski |
* Get rid of another request_info element (filename) * CGI through Apache should work now
|
#
8139b776 |
| 22-Jun-1999 |
Stig Bakken |
cosmetics
|
#
7f8e11d6 |
| 22-Jun-1999 |
Stig Bakken |
fix some potential buffer overflows
|
#
f88464ee |
| 19-Jun-1999 |
Zeev Suraski |
Win32/ZTS compiles again
|