#
96322654 |
| 30-Oct-2001 |
Markus Fischer |
Fix possible leak.
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
|
#
1c7e920a |
| 05-Oct-2001 |
Sterling Hughes |
make this work under OSX
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now...
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
ad72c064 |
| 19-Sep-2001 |
Wez Furlong |
doh\!
|
#
c6a957e0 |
| 19-Sep-2001 |
Wez Furlong |
Fix silly bugs
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
54905782 |
| 05-Sep-2001 |
Jason Greene |
Prevent incorrect warning message from occuring on an EOF of socket_read.
|
#
9fe46a52 |
| 04-Sep-2001 |
Jason Greene |
Much better fix for non forte compilers on Solaris. Removed pragma hack. Renamed socket struct to bsd_socket.
|
#
580d41b3 |
| 24-Aug-2001 |
Sterling Hughes |
Break the entire PHP build # just kidding, noet work :)
|
Revision tags: php-4.0.7RC1 |
|
#
4d11d908 |
| 13-Aug-2001 |
Rasmus Lerdorf |
Track down a few more functions that don't check for 0 args and use faster mechanism
|
#
8c497f05 |
| 13-Aug-2001 |
Rasmus Lerdorf |
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performa
We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
show more ...
|
Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
69a4760b |
| 25-Jul-2001 |
Daniel Beulshausen |
fix recently discovered api flaws - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an a
fix recently discovered api flaws - nuke first parameter to socket_select (detemine it ourself) - swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset - allow to pass an array of sockets to socket_fd_set + socket_fd_clear
show more ...
|
#
721c562e |
| 16-Jul-2001 |
Rasmus Lerdorf |
Fix a couple of build warnings
|
#
531ec362 |
| 26-Jun-2001 |
foobar |
No need for this constant.
|
#
c01ab20f |
| 26-Jun-2001 |
Sterling Hughes |
Bunch of fixes, tested a bit, folks, please test with your scripts. changes include nuking unnecessary extra copies, fixing handling of optional args, adding an additional argument.
Bunch of fixes, tested a bit, folks, please test with your scripts. changes include nuking unnecessary extra copies, fixing handling of optional args, adding an additional argument. also, fix socket_read() which used the php_read function by default (by default, reading 4k would cause 4k calls to the read() function), now it uses the system's built-in read() function, only uses php_read() when its explicitly specified.
show more ...
|
#
5f51da8c |
| 24-Jun-2001 |
Sascha Schumann |
Remove bogus use of volatile and add a note about using inet_ntop instead.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
0d6661b4 |
| 12-Jun-2001 |
Daniel Beulshausen |
fix build
|
#
d5e9942b |
| 12-Jun-2001 |
Daniel Beulshausen |
get rid of some getsockname() calls
|
#
9ddd6300 |
| 12-Jun-2001 |
foobar |
Fix the compile problem on some systems that do not have hstrerror()
|
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
d892b34a |
| 03-Jun-2001 |
Sterling Hughes |
fix this (mea culpa, stray commit)
|