#
98674b73 |
| 22-Feb-2000 |
Andrei Zmievski |
(PHP exec) Return last line of output properly.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
0f4b9aa8 |
| 11-Feb-2000 |
Andrei Zmievski |
Fix prototype.
|
#
055645b0 |
| 11-Feb-2000 |
Andrei Zmievski |
(PHP passthru) Shouldn't return anything. This fixes bugs #3428 and #3430.
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use 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, 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 |
|
#
eb54c032 |
| 20-Dec-1999 |
Evan Klinger |
Ex API
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
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 ...
|
#
d4621153 |
| 24-Nov-1999 |
Sascha Schumann |
Killing some unused variable warnings
|
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 |
|
#
e6ffafa2 |
| 13-Oct-1999 |
Thies C. Arntzen |
(shell_exec) use pclose for FILE* that has been opened via popen! @- Fixed zombie problem in shell_exec() and $a = `some_command` @ constructs. (Thies)
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
f42659a8 |
| 04-Sep-1999 |
Rasmus Lerdorf |
Kill a warning
|
#
c12d4bc7 |
| 04-Sep-1999 |
Zeev Suraski |
*** empty log message ***
|
#
c10c675f |
| 18-Aug-1999 |
Andrey Hristov |
Fixed bug #2105
|
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 |
|
#
72f675be |
| 20-Jul-1999 |
Mike Gerdts |
exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. Lines being returned via the array that that contain only "\n" now are trimmed down to "" to be consistent with
exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. Lines being returned via the array that that contain only "\n" now are trimmed down to "" to be consistent with exec's whitespace trimming behavior for all other lines.
show more ...
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
250d803c |
| 01-Jun-1999 |
Andi Gutmans |
- Fix for exec to use API
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch]
|
#
3cd0af11 |
| 26-Apr-1999 |
Zeev Suraski |
* Get the Apache module to compile again * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
ff377329 |
| 22-Apr-1999 |
Stig Bakken |
moved fdf, hyperwave, informix and some smaller files
|